Hi!

I am quite new to node.js; my program (basically an infinite loop to 
operate a hardware controller) halts in a way I can't reproduce 
deterministically, with just this on the console:

undefined:0


TypeError: undefined is not a function

No stack trace, no clue about the source.
On some occasions it even stopped with no error at all. I tried running 
node with a --trace-exception, no difference.
I tried some inspection setting process.on('uncaughtException',...) , but 
it looks like the "stack" property of the exception is just empty.
I also looked at v8.log, calling node with --log-all; and tried 
node-inspector (but it is of little help since I have no clue about what to 
inspect)
The node version I'm using: 0.10.33

Is there a way to get some more information?

Unfortunately I can't post a simple code snippet to reproduce the problem, 
I am using quite complex libraries (Clojurescript and core.async, with 
transducers) and I still have no idea about which of these tools might be 
involved.

Thanks!

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/eab8c5fa-ca98-41bc-b146-06c814e1a1c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to