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 pablogsal
Recipients eric.snow, pablogsal, vstinner
Date 2021-05-10.11:05:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620644725.63.0.173508722704.issue44100@roundup.psfhosted.org>
In-reply-to
Content
Example failure:

https://buildbot.python.org/all/#/builders/543/builds/133

test_already_destroyed (test.test__xxsubinterpreters.DestroyTests) ... ok
test_bad_id (test.test__xxsubinterpreters.DestroyTests) ... ok
test_does_not_exist (test.test__xxsubinterpreters.DestroyTests) ... ok
test_from_current (test.test__xxsubinterpreters.DestroyTests) ... ok
test_from_other_thread (test.test__xxsubinterpreters.DestroyTests) ... ok
test_from_sibling (test.test__xxsubinterpreters.DestroyTests) ... ok
test_main (test.test__xxsubinterpreters.DestroyTests) ... ok
test_one (test.test__xxsubinterpreters.DestroyTests) ... ok
Fatal Python error: Py_EndInterpreter: thread still has a frame
Python runtime state: initialized
Thread 0x00007f0b28968740 (most recent call first):
  File "<string>", line 4 in <module>
make: *** [Makefile:1249: buildbottest] Aborted (core dumped)
program finished with exit code 2
elapsedTime=385.730409
test_still_running (test.test__xxsubinterpreters.DestroyTests) ...
History
Date User Action Args
2021-05-10 11:05:25pablogsalsetrecipients: + pablogsal, vstinner, eric.snow
2021-05-10 11:05:25pablogsalsetmessageid: <1620644725.63.0.173508722704.issue44100@roundup.psfhosted.org>
2021-05-10 11:05:25pablogsallinkissue44100 messages
2021-05-10 11:05:24pablogsalcreate