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 vstinner
Recipients sbt, vstinner
Date 2013-11-19.09:53:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384854809.52.0.780579914331.issue19650@psf.upfronthosting.co.za>
In-reply-to
Content
The following failure may be related to #19466. I failed to reproduce it on my Windows 7 VM (I compiled Python in 32-bit mode).

http://buildbot.python.org/all/builders/x86%20Windows%20Server%202008%20%5BSB%5D%203.x/builds/1697/steps/test/logs/stdio

======================================================================
FAIL: test_mymanager_context (test.test_multiprocessing_spawn.WithManagerTestMyManager)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "E:\home\cpython\buildslave\x86\3.x.snakebite-win2k8r2sp1-x86\build\lib\test\_test_multiprocessing.py", line 1960, in test_mymanager_context
    self.assertEqual(manager._process.exitcode, 0)
AssertionError: 3221225477 != 0


3221225477 is 0xC0000005 in hex, Windows error code:
#define STATUS_ACCESS_VIOLATION  ((NTSTATUS)0xC0000005L)
History
Date User Action Args
2013-11-19 09:53:29vstinnersetrecipients: + vstinner, sbt
2013-11-19 09:53:29vstinnersetmessageid: <1384854809.52.0.780579914331.issue19650@psf.upfronthosting.co.za>
2013-11-19 09:53:29vstinnerlinkissue19650 messages
2013-11-19 09:53:29vstinnercreate