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, chrismiles, danchr, jcea, laca, movement, rhettinger, robert.kern, ronaldoussoren, sirg3, skip.montanaro, twleung
Date 2009-04-22.12:10:40
SpamBayes Score 0.018081427
Marked as misclassified No
Message-id <1240402242.37.0.369006300019.issue4111@psf.upfronthosting.co.za>
In-reply-to
Content
Robert, I have no idea how Mac OS does pstack helpers without generating
object files, sorry.

> no simply pid$target:a.out:: probes available.

Hmm. Try adding -Z to see if that helps.

> /Users/rkern/hg/Python-2.5.4/Include/phelper.d: line 110: relocation
> remains against user symbol D``PyEval_EvalFrameEx (offset 0x5)

This is trying to tell you that there's no such function. Indeed, this
isn't mentioned in my original patches, have you been editing it?
History
Date User Action Args
2009-04-22 12:10:42movementsetrecipients: + movement, skip.montanaro, rhettinger, jcea, ronaldoussoren, belopolsky, bretthoerner, laca, twleung, robert.kern, sirg3, chrismiles, danchr
2009-04-22 12:10:42movementsetmessageid: <1240402242.37.0.369006300019.issue4111@psf.upfronthosting.co.za>
2009-04-22 12:10:41movementlinkissue4111 messages
2009-04-22 12:10:40movementcreate