Node.js Dtrace Error In Mac OS X Yosemite
I try DTrace the Node.js application on the Mac OS X 10.10 Yosemite: sudo dtrace -n 'profile-97/execname == 'node' && arg1/{ @[jstack(150, 8000)] = count(); } tick-60s { ex
Solution 1:
The jstack()
action appears to be completely broken; log a bug with Apple.
Post a Comment for "Node.js Dtrace Error In Mac OS X Yosemite"