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.
Created on 2009年11月13日 16:52 by kristjan.jonsson, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg95186 - (view) | Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) | Date: 2009年11月13日 16:52 | |
Running a debug python from the py3k branch on my windows 7 machine, 64 bit, test_multiprocessing hangs in the _TestZZZNumberOfObjects test. I don't know this module, but I did a little digging: The main process is in the gc.collec() causing some manager object to call a _decref() method, which is initiating a socket connection to a child process (I presume.) This is spinning endlessly because the connection is constantly refused. The child processes don't have any sockets open (according to the resource monitor) and when I look at the state they are in, the are stuck waiting for a ReadFile to succeed. The python traceback appears to be (innermost first, line numbers approximate:) queues.py:349 pool.py:45 process.py:83 process.py:215 forking.py:326 |
|||
| msg95191 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2009年11月13日 17:28 | |
See issue 7060. |
|||
| msg95378 - (view) | Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) | Date: 2009年11月17日 10:53 | |
Ok, I'm closing this as a duplicate. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:54 | admin | set | github: 51563 |
| 2009年11月17日 10:53:28 | kristjan.jonsson | set | status: open -> closed |
| 2009年11月17日 10:53:13 | kristjan.jonsson | set | resolution: duplicate superseder: multiprocessing should not wait endlessly messages: + msg95378 |
| 2009年11月13日 17:32:35 | r.david.murray | set | priority: high keywords: + buildbot, - 64bit title: test_multiprocessing hangs on Windows 7 64 bit -> test_multiprocessing hangs in TestZZZNumberOfObjects after unittest traceback patch |
| 2009年11月13日 17:28:20 | r.david.murray | set | nosy:
+ r.david.murray messages: + msg95191 |
| 2009年11月13日 16:52:53 | kristjan.jonsson | create | |