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 BreamoreBoy, alanic7, christian.heimes, neologix, nnorwitz, r.david.murray
Date 2011-12-23.11:50:40
SpamBayes Score 0.011314284
Marked as misclassified No
Message-id <1324641041.16.0.760001369736.issue1730372@psf.upfronthosting.co.za>
In-reply-to
Content
I assume this was due to the following bug:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/259219
http://lists.freedesktop.org/archives/mesa-dev/2011-March/006180.html

In short, MESA didn't use the correct TLS model for thread-local variables, which ended up in some libstdc++ thread-local variables not being initialized when called from a dynamically loaded libraries (such as spam).

I couldn't reproduce the problem on Debian testing (which has a mesa version containing the patch posted on mesa-dev).
History
Date User Action Args
2011-12-23 11:50:41neologixsetrecipients: + neologix, nnorwitz, christian.heimes, alanic7, r.david.murray, BreamoreBoy
2011-12-23 11:50:41neologixsetmessageid: <1324641041.16.0.760001369736.issue1730372@psf.upfronthosting.co.za>
2011-12-23 11:50:40neologixlinkissue1730372 messages
2011-12-23 11:50:40neologixcreate