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 neologix
Recipients Arfrever, BreamoreBoy, acevery, atppp, izidor, neologix, rosslagerwall, theller
Date 2011-05-17.15:43:42
SpamBayes Score 0.11673705
Marked as misclassified No
Message-id <1305647022.87.0.986192229109.issue6059@psf.upfronthosting.co.za>
In-reply-to
Content
It's probably a libc buc, see http://sources.redhat.com/bugzilla/show_bug.cgi?id=12453

Basically, when libraries are dynamically loaded in an interleaved way, this can lead to TLS being returned uninitialized, hence leading to a segfault upon access.
A fix has been committed really recently.

If I'm correct, importing uuid first should do the trick.
History
Date User Action Args
2011-05-17 15:43:43neologixsetrecipients: + neologix, theller, Arfrever, acevery, BreamoreBoy, rosslagerwall, izidor, atppp
2011-05-17 15:43:42neologixsetmessageid: <1305647022.87.0.986192229109.issue6059@psf.upfronthosting.co.za>
2011-05-17 15:43:42neologixlinkissue6059 messages
2011-05-17 15:43:42neologixcreate