Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Bugs

[issue3082] test_multiprocessing broken

 

 

Python bugs RSS feed   Index | Next | Previous | View Threaded


report at bugs

Jun 11, 2008, 2:14 PM

Post #1 of 3 (149 views)
Permalink
[issue3082] test_multiprocessing broken

New submission from Gregory P. Smith <greg [at] krypto>:

Python 2.6a3+ (trunk:64150M, Jun 11 2008, 14:08:14)
[GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.

% ./python Lib/test/test_multiprocessing.py
Fatal Python error: Invalid thread state for this thread
Traceback (most recent call last):
File "Lib/test/test_multiprocessing.py", line 1791, in <module>
main()
File "Lib/test/test_multiprocessing.py", line 1788, in main
test_main(unittest.TextTestRunner(verbosity=2).run)
File "Lib/test/test_multiprocessing.py", line 1768, in test_main
ManagerMixin.pool = ManagerMixin.manager.Pool(4)
File
"/home/greg/sandbox/python/trunk/Lib/multiprocessing/managers.py", line
647, in temp
token, exp = self._create(typeid, *args, **kwds)
File
"/home/greg/sandbox/python/trunk/Lib/multiprocessing/managers.py", line
545, in _create
conn = self._Client(self._address, authkey=self._authkey)
File
"/home/greg/sandbox/python/trunk/Lib/multiprocessing/connection.py",
line 139, in Client
answer_challenge(c, authkey)
File
"/home/greg/sandbox/python/trunk/Lib/multiprocessing/connection.py",
line 380, in answer_challenge
message = connection.recv_bytes(256) # reject large message
EOFError
[50971 refs]


This is on a single cpu i686 linux system.

----------
components: Library (Lib)
messages: 68017
nosy: gregory.p.smith
priority: high
severity: normal
status: open
title: test_multiprocessing broken
type: behavior
versions: Python 2.6

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue3082>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jun 11, 2008, 2:16 PM

Post #2 of 3 (152 views)
Permalink
[issue3082] test_multiprocessing broken [In reply to]

Benjamin Peterson <musiccomposition [at] gmail> added the comment:

Are you running a debug build? Please see #1683.

----------
nosy: +benjamin.peterson

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue3082>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jun 11, 2008, 2:23 PM

Post #3 of 3 (155 views)
Permalink
[issue3082] test_multiprocessing broken [In reply to]

Gregory P. Smith <greg [at] krypto> added the comment:

ah yes that is indeed the same problem. marking this one as a dup.

----------
dependencies: +Thread local storage and PyGILState_* mucked up by os.fork()
resolution: -> duplicate
status: open -> closed

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue3082>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com

Python bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.