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 Michael.Felt, vstinner
Date 2019-03-12.16:14:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552407244.81.0.665825370239.issue36273@roundup.psfhosted.org>
In-reply-to
Content
PPC64 AIX 3.x:
https://buildbot.python.org/all/#/builders/10/builds/2224

0:12:47 [160/420/1] test_threading failed (env changed)
...
Ran 158 tests in 12.023s

OK (skipped=1)
Warning -- files was modified by test_threading
  Before: []
  After:  ['core']


I don't know if it's a regression or if it occurred in the past.

Michael: Can you please try to reproduce the issue? Any idea if it's new or not?

You can try to identify which test creates a core dump using:

$ ./python -m test.bisect_cmd --fail-env-changed test_thread -v

The command is supposed to find which test creates the "core" file.
History
Date User Action Args
2019-03-12 16:14:04vstinnersetrecipients: + vstinner, Michael.Felt
2019-03-12 16:14:04vstinnersetmessageid: <1552407244.81.0.665825370239.issue36273@roundup.psfhosted.org>
2019-03-12 16:14:04vstinnerlinkissue36273 messages
2019-03-12 16:14:04vstinnercreate