Message202725
| Author |
vstinner |
| Recipients |
gvanrossum, neologix, sbt, vstinner |
| Date |
2013年11月12日.22:11:38 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1384294298.49.0.172308180032.issue19565@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Since the changeset c2a13acd5e2b24560419b93180ee49d1a4839b92 ("Close #19466: Clear the frames of daemon threads earlier during the Python shutdown to call objects destructors"), test_multiprocessing_spawn now show RuntimeError and a child process crashs with an assertion error on windows xp buildbot.
http://buildbot.python.org/all/builders/x86 XP-4 3.x/builds/9538/steps/test/logs/stdio
[ 71/385] test_multiprocessing_spawn
RuntimeError: I/O operations still in flight while destroying Overlapped object, the process may crash
RuntimeError: I/O operations still in flight while destroying Overlapped object, the process may crash
RuntimeError: I/O operations still in flight while destroying Overlapped object, the process may crash
RuntimeError: I/O operations still in flight while destroying Overlapped object, the process may crash
RuntimeError: I/O operations still in flight while destroying Overlapped object, the process may crash
RuntimeError: I/O operations still in flight while destroying Overlapped object, the process may crash
RuntimeError: I/O operations still in flight while destroying Overlapped object, the process may crash
RuntimeError: I/O operations still in flight while destroying Overlapped object, the process may crash
RuntimeError: I/O operations still in flight while destroying Overlapped object, the process may crash
RuntimeError: I/O operations still in flight while destroying Overlapped object, the process may crash
RuntimeError: I/O operations still in flight while destroying Overlapped object, the process may crash
Assertion failed: !PyErr_Occurred(), file ..\Python\ceval.c, line 4077 |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2013年11月12日 22:11:38 | vstinner | set | recipients:
+ vstinner, gvanrossum, neologix, sbt |
| 2013年11月12日 22:11:38 | vstinner | set | messageid: <1384294298.49.0.172308180032.issue19565@psf.upfronthosting.co.za> |
| 2013年11月12日 22:11:38 | vstinner | link | issue19565 messages |
| 2013年11月12日 22:11:38 | vstinner | create |
|