On Fri, May 16, 2014 at 5:18 PM, Thomas Fankhauser <[email protected]> wrote:
> What does the _getpid mean? Is there a way to avoid the calls to pid?

Funny, one of my co-workers reported the same issue with node.js v0.11
last week but I wasn't able to reproduce it.

Can you try capturing stack traces with `sudo dtrace -n
'pid$target:libsystem_kernel.dylib:__getpid:entry { @[ustack()] =
count() }' -c 'path/to/node script.js'`?  That will dump getpid()
callers, sorted by call count.  Note that the two underscores in
__getpid probe are intentional.

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" 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/d/optout.

Reply via email to