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 creachadair
Recipients creachadair, theller
Date 2009-10-17.16:47:40
SpamBayes Score 0.025119552
Marked as misclassified No
Message-id <1255798062.64.0.0136802912343.issue7160@psf.upfronthosting.co.za>
In-reply-to
Content
I believe this error occurs because a pointer value is being truncated to 
32 bits.  The exception code is

KERN_INVALID_ADDRESS at 0x00000000002fe020

If you add a diagnostic printout to the body of get_message(), you will 
see that its return value is 0x1002fe020, so in other words, the high-
order word 0x00000001 is being discarded somewhere.
History
Date User Action Args
2009-10-17 16:47:42creachadairsetrecipients: + creachadair, theller
2009-10-17 16:47:42creachadairsetmessageid: <1255798062.64.0.0136802912343.issue7160@psf.upfronthosting.co.za>
2009-10-17 16:47:40creachadairlinkissue7160 messages
2009-10-17 16:47:40creachadaircreate