On Wed, Jul 10, 2013 at 12:17 AM, Ashima Athri <[email protected]> wrote:
> Hi,
>
> I have code that ran fine with version <= 0.9.11 but encounters this error
> in versions greater than this. I understand that the cause of the error is
> probably infinite recursion, but do not know how to trace it, as the stack
> trace is undefined.
>
> This question doesn't seem to have been answered yet.
>
> As most of the code is in coffeescript, I tried using node-inspector, as
> suggested in one of the answers for this question, but that lead me to step
> through node.js source code (starting at net.js). But as node.js source
> files are not part of my project, I couldn't step through it (I have asked
> the developer of node-inspector for instructions on how to do this and am
> awaiting the reply).
>
> I looked at the node.js debugger but am not sure about how to use it with
> coffeescript files.
>
> Are there any other tools/methods that can aid in detecting the problem?
>
> - Ashima

This has been addressed in node.js master, stack overflows now give
you a (very long) stack trace.

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to