search for: pid59714

Displaying 1 result from an estimated 1 matches for "pid59714".

Did you mean: pid59706
2009 Apr 22
2
Missing pid probes in OS X Python processes
...tions show up in ustack()s, but they do not appear to be available for probing. There do not appear to be any probes in the "a.out" module: $ sudo dtrace -n ''pid$target:a.out::entry'' -c python dtrace: invalid probe specifier pid$target:a.out::entry: probe description pid59714:python::entry does not match any probes I suspect that part of the reason may be that these functions are in Python.framework rather than a shared library or the executable itself, but I don''t know how to get any farther than this. Any suggestions? -- Robert Kern "I have come t...