Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdout error #65

Open
wayofthefuture opened this issue May 29, 2018 · 2 comments
Open

stdout error #65

wayofthefuture opened this issue May 29, 2018 · 2 comments

Comments

@wayofthefuture
Copy link

On Windows with most recent package version, I am getting a buffer stdout error:

[SERVICES] Error: stdout maxBuffer exceeded
[SERVICES]     at Socket.onChildStdout (child_process.js:328:14)
[SERVICES]     at emitOne (events.js:121:20)
[SERVICES]     at Socket.emit (events.js:211:7)
[SERVICES]     at addChunk (_stream_readable.js:263:12)
[SERVICES]     at readableAddChunk (_stream_readable.js:246:13)
[SERVICES]     at Socket.Readable.push (_stream_readable.js:208:10)
[SERVICES]     at Pipe.onread (net.js:597:20)

Any ideas?

wayofthefuture added a commit to wayofthefuture/webpack-shell-plugin that referenced this issue Jun 5, 2018
On windows, long running development processes cause max buffer error, see 1337programming#65 (1337programming#65)
@wayofthefuture
Copy link
Author

wayofthefuture commented Jun 5, 2018

Commit added as per fix: SaschaGalley/grunt-phpunit#29

@rubangarmon
Copy link

I have same issue:

RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stdout maxBuffer length exceeded
    at Socket.onChildStdout (child_process.js:354:14)
    at Socket.emit (events.js:203:15)
    at addChunk (_stream_readable.js:288:12)
    at readableAddChunk (_stream_readable.js:265:13)
    at Socket.Readable.push (_stream_readable.js:224:10)
    at Pipe.onStreamRead (internal/stream_base_commons.js:94:17)

What did you do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants