On Tuesday, June 23, 2015 at 4:58:43 AM UTC-7, Prasoon Gupta wrote: > > I am using node 0.12.0 for my application, When try to run node server > with "--prof" > > my application is not responding. > > the simple command I am using is > > node --prof server.js > > Your problem could be related to this pull request: https://groups.google.com/forum/#!topic/nodejs/rBYVFVQaav0. It fixes a bug that makes V8 stall when using --prof. Node v0.12.5 ships with this fix.
If you upgrade to node v0.12.5, it might solve your problem. Julien -- 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/196c7734-bda9-4923-80b4-be2d5f54fa2f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
