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

RangeError: Maximum call stack size exceeded #91

Closed
artzub opened this issue Jul 7, 2014 · 3 comments
Closed

RangeError: Maximum call stack size exceeded #91

artzub opened this issue Jul 7, 2014 · 3 comments

Comments

@artzub
Copy link

artzub commented Jul 7, 2014

I catch this error when I run the command ls.

/home/www-data/node_modules/jsftp/node_modules/parse-listing/src/parser.js:186
    var group = entry.match(RE_UnixEntry);
                      ^
RangeError: Maximum call stack size exceeded

I think that the error raises because there are files on ftp with cyrillic names.

How to fix it?

@sergi
Copy link
Owner

sergi commented Sep 12, 2014

Can you enable debug mode and let me know its output?

@artzub
Copy link
Author

artzub commented Sep 14, 2014

Ok. I do it, and send you.

@digitarald
Copy link

This is caused by long ftp lists, like

async has an issue logged for making async.eachSeries truly async: caolan/async#588 . An intermediate fix is adding process.nextTick to _next in parser.js

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

3 participants