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 skrah
Recipients skrah, trent
Date 2012-11-22.22:18:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353622712.14.0.676507060266.issue16533@psf.upfronthosting.co.za>
In-reply-to
Content
There's an error on the HPUX-IA64 buildbot that might be due to
some kernel limits. Trent, could you check if the following helps
(requires root)?

http://zensonic.dk/?p=326



test_forkinthread (test.test_thread.TestForkInThread) ... Fatal Python error: Invalid thread state for this thread
test test_thread failed -- Traceback (most recent call last):
  File "/home/cpython/buildslave/2.7.snakebite-hpux11iv3-ia64-1/build/Lib/test/test_support.py", line 1265, in decorator
    return func(*args)
  File "/home/cpython/buildslave/2.7.snakebite-hpux11iv3-ia64-1/build/Lib/test/test_thread.py", line 246, in test_forkinthread
    "Unable to fork() in thread")
AssertionError: Unable to fork() in thread
History
Date User Action Args
2012-11-22 22:18:32skrahsetrecipients: + skrah, trent
2012-11-22 22:18:32skrahsetmessageid: <1353622712.14.0.676507060266.issue16533@psf.upfronthosting.co.za>
2012-11-22 22:18:31skrahlinkissue16533 messages
2012-11-22 22:18:31skrahcreate