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 nadeem.vawda, neologix, pitrou
Date 2012-03-24.10:33:05
SpamBayes Score 1.4642384e-09
Marked as misclassified No
Message-id <1332585187.04.0.325325713562.issue13902@psf.upfronthosting.co.za>
In-reply-to
Content
And here's the full message:
"""
======================================================================
FAIL: test_6_daemon_threads (test.test_threading.ThreadJoinOnShutdown)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.2.bolen-freebsd/build/Lib/test/test_threading.py", line 667, in test_6_daemon_threads
    self.assertFalse(err)
AssertionError: b'[46830 refs]\nThread 85d0600 has exited with leftover thread-specific data after 4 destructor iterations' is not false
"""

It's actually a bug in FreeBSD < 7 pthread implementation, see http://lists.freebsd.org/pipermail/freebsd-threads/2009-June/004563.html

The patch attached simply skips this test on FreeBSD 6 (like many other similar tests do).
History
Date User Action Args
2012-03-24 10:33:07neologixsetrecipients: + neologix, pitrou, nadeem.vawda
2012-03-24 10:33:07neologixsetmessageid: <1332585187.04.0.325325713562.issue13902@psf.upfronthosting.co.za>
2012-03-24 10:33:06neologixlinkissue13902 messages
2012-03-24 10:33:05neologixcreate