This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author movement
Recipients belopolsky, bretthoerner, jcea, laca, movement, rhettinger, robert.kern, ronaldoussoren, skip.montanaro, twleung
Date 2009-02-05.21:12:20
SpamBayes Score 2.579241e-06
Marked as misclassified No
Message-id <1233868342.66.0.9525184679.issue4111@psf.upfronthosting.co.za>
In-reply-to
Content
I haven't seen "shorter than expected" message before, sounds like a Mac
OS X specific thing.

As for never getting any probes out, this is where it gets fun.
Debugging this is very tricky indeed: it involves you dropping into the
kernel debugger and looking at the interpreter's state. Most likely, the
compiler is doing something different with the relevant Python
functions, causing the logic in the DTrace ustack probe to fail.

I don't even know how the Apple guys debug this sort of thing, but
they'd definitely need to be involved.
History
Date User Action Args
2009-02-05 21:12:23movementsetrecipients: + movement, skip.montanaro, rhettinger, jcea, ronaldoussoren, belopolsky, bretthoerner, laca, twleung, robert.kern
2009-02-05 21:12:22movementsetmessageid: <1233868342.66.0.9525184679.issue4111@psf.upfronthosting.co.za>
2009-02-05 21:12:21movementlinkissue4111 messages
2009-02-05 21:12:20movementcreate