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

crash with large files #2

Open
slinclau opened this issue Jan 22, 2015 · 2 comments
Open

crash with large files #2

slinclau opened this issue Jan 22, 2015 · 2 comments

Comments

@slinclau
Copy link

Hi,
Can't figure out what happens when I upload large files,
it crashes and I get this output :

(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
(... repeated hundreds of times)

RangeError: Maximum call stack size exceeded
@slinclau
Copy link
Author

found a dirty workaround, but saved my evening :

node --stack-size=320000 scripts/youtube.js

@rajeshujade
Copy link
Owner

Hello Samuel,

Was on holiday. Will check it out the cause.

On Fri, Jan 23, 2015 at 2:31 AM, samuel-finistere notifications@github.com
wrote:

found a dirty workaround, but saved my evening :

node --stack-size=320000 scripts/youtube.js


Reply to this email directly or view it on GitHub
#2 (comment)
.

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