René's URL Explorer Experiment


Title: test_threading fails and crashes when rerun · Issue #108987 · python/cpython · GitHub

Open Graph Title: test_threading fails and crashes when rerun · Issue #108987 · python/cpython

X Title: test_threading fails and crashes when rerun · Issue #108987 · python/cpython

Description: Crash report First, BarrierTests.test_default_timeout in test_threading fails, producing also several unraisable exception messages. They are produced even during running few following tests. https://github.com/python/cpython/actions/run...

Open Graph Description: Crash report First, BarrierTests.test_default_timeout in test_threading fails, producing also several unraisable exception messages. They are produced even during running few following tests. https...

X Description: Crash report First, BarrierTests.test_default_timeout in test_threading fails, producing also several unraisable exception messages. They are produced even during running few following tests. https...

Opengraph URL: https://github.com/python/cpython/issues/108987

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"test_threading fails and crashes when rerun","articleBody":"# Crash report\n\nFirst, `BarrierTests.test_default_timeout` in `test_threading` fails, producing also several unraisable exception messages. They are produced even during running few following tests.\n\nhttps://github.com/python/cpython/actions/runs/6094370280/job/16535778004#step:5:103\n```\ntest_default_timeout (test.test_threading.BarrierTests.test_default_timeout)\nTest the barrier's default timeout ... Warning -- Unraisable exception\nException ignored in thread started by: \u003cfunction Bunch.__init__.\u003clocals\u003e.task at 0x053F5270\u003e\nTraceback (most recent call last):\n  File \"D:\\a\\cpython\\cpython\\Lib\\test\\lock_tests.py\", line 48, in task\n    f()\n  File \"D:\\a\\cpython\\cpython\\Lib\\test\\lock_tests.py\", line 1020, in f\n    i = barrier.wait()\n        ^^^^^^^^^^^^^^\n  File \"D:\\a\\cpython\\cpython\\Lib\\threading.py\", line 709, in wait\n    self._wait(timeout)\n  File \"D:\\a\\cpython\\cpython\\Lib\\threading.py\", line 749, in _wait\n    raise BrokenBarrierError\nthreading.BrokenBarrierError: \nERROR\ntest_repr (test.test_threading.BarrierTests.test_repr) ... Warning -- Unraisable exception\nException ignored in thread started by: \u003cfunction Bunch.__init__.\u003clocals\u003e.task at 0x053F5270\u003e\nTraceback (most recent call last):\n  File \"D:\\a\\cpython\\cpython\\Lib\\test\\lock_tests.py\", line 48, in task\n    f()\n  File \"D:\\a\\cpython\\cpython\\Lib\\test\\lock_tests.py\", line 1020, in f\n    i = barrier.wait()\n        ^^^^^^^^^^^^^^\n  File \"D:\\a\\cpython\\cpython\\Lib\\threading.py\", line 709, in wait\n    self._wait(timeout)\n  File \"D:\\a\\cpython\\cpython\\Lib\\threading.py\", line 749, in _wait\n    raise BrokenBarrierError\nthreading.BrokenBarrierError: \nWarning -- Unraisable exception\nException ignored in thread started by: \u003cfunction Bunch.__init__.\u003clocals\u003e.task at 0x053F5270\u003e\nTraceback (most recent call last):\n  File \"D:\\a\\cpython\\cpython\\Lib\\test\\lock_tests.py\", line 48, in task\n    f()\n  File \"D:\\a\\cpython\\cpython\\Lib\\test\\lock_tests.py\", line 1020, in f\n    i = barrier.wait()\n        ^^^^^^^^^^^^^^\n  File \"D:\\a\\cpython\\cpython\\Lib\\threading.py\", line 709, in wait\n    self._wait(timeout)\n  File \"D:\\a\\cpython\\cpython\\Lib\\threading.py\", line 749, in _wait\n    raise BrokenBarrierError\nthreading.BrokenBarrierError: \nWarning -- Unraisable exception\nException ignored in thread started by: \u003cfunction Bunch.__init__.\u003clocals\u003e.task at 0x053F5270\u003e\nTraceback (most recent call last):\n  File \"D:\\a\\cpython\\cpython\\Lib\\test\\lock_tests.py\", line 48, in task\n    f()\n  File \"D:\\a\\cpython\\cpython\\Lib\\test\\lock_tests.py\", line 1020, in f\n    i = barrier.wait()\n        ^^^^^^^^^^^^^^\n  File \"D:\\a\\cpython\\cpython\\Lib\\threading.py\", line 700, in wait\n    self._enter() # Block while the barrier drains.\n    ^^^^^^^^^^^^^\n  File \"D:\\a\\cpython\\cpython\\Lib\\threading.py\", line 724, in _enter\n    raise BrokenBarrierError\nthreading.BrokenBarrierError: \nok\n```\n\nAfter rerunning `test_threading` it crashes.\n\nhttps://github.com/python/cpython/actions/runs/6094370280/job/16535778004#step:5:1067\n```\n0:17:28 Re-running 2 failed tests in verbose mode in subprocesses\n0:17:28 Run tests in parallel using 4 child processes (timeout: 20 min, worker timeout: 25 min)\n0:17:30 [1/2/1] test_threading process crashed (Exit code 3)\nRe-running test_threading in verbose mode (matching: test_default_timeout)\ntest_default_timeout (test.test_threading.BarrierTests.test_default_timeout)\nTest the barrier's default timeout ... Warning -- Unraisable exception\nException ignored in thread started by: \u003cfunction Bunch.__init__.\u003clocals\u003e.task at 0x052196F0\u003e\nTraceback (most recent call last):\n  File \"D:\\a\\cpython\\cpython\\Lib\\test\\lock_tests.py\", line 48, in task\n    f()\n  File \"D:\\a\\cpython\\cpython\\Lib\\test\\lock_tests.py\", line 1020, in f\n    i = barrier.wait()\n        ^^^^^^^^^^^^^^\n  File \"D:\\a\\cpython\\cpython\\Lib\\threading.py\", line 709, in wait\n    self._wait(timeout)\n  File \"D:\\a\\cpython\\cpython\\Lib\\threading.py\", line 749, in _wait\n    raise BrokenBarrierError\nthreading.BrokenBarrierError: \nERROR\n\n======================================================================\nERROR: test_default_timeout (test.test_threading.BarrierTests.test_default_timeout)\nTest the barrier's default timeout\n----------------------------------------------------------------------\nTraceback (most recent call last):\n  File \"D:\\a\\cpython\\cpython\\Lib\\test\\lock_tests.py\", line 1025, in test_default_timeout\n    self.run_threads(f)\n  File \"D:\\a\\cpython\\cpython\\Lib\\test\\lock_tests.py\", line 854, in run_threads\n    f()\n  File \"D:\\a\\cpython\\cpython\\Lib\\test\\lock_tests.py\", line 1020, in f\n    i = barrier.wait()\n        ^^^^^^^^^^^^^^\n  File \"D:\\a\\cpython\\cpython\\Lib\\threading.py\", line 709, in wait\n    self._wait(timeout)\n  File \"D:\\a\\cpython\\cpython\\Lib\\threading.py\", line 747, in _wait\n    raise BrokenBarrierError\nthreading.BrokenBarrierError\n\n----------------------------------------------------------------------\nRan 1 test in 0.376s\n\nFAILED (errors=1)\ntest test_threading failed\n\n{\"test_name\": \"test_threading\", \"state\": \"FAILED\", \"duration\": 0.6816820999999891, \"xml_data\": null, \"stats\": {\"tests_run\": 1, \"failures\": 0, \"skipped\": 0}, \"errors\": [[\"test_default_timeout (test.test_threading.BarrierTests.test_default_timeout)\", \"Traceback (most recent call last):\\n  File \\\"D:\\\\a\\\\cpython\\\\cpython\\\\Lib\\\\test\\\\lock_tests.py\\\", line 1025, in test_default_timeout\\n    self.run_threads(f)\\n  File \\\"D:\\\\a\\\\cpython\\\\cpython\\\\Lib\\\\test\\\\lock_tests.py\\\", line 854, in run_threads\\n    f()\\n  File \\\"D:\\\\a\\\\cpython\\\\cpython\\\\Lib\\\\test\\\\lock_tests.py\\\", line 1020, in f\\n    i = barrier.wait()\\n        ^^^^^^^^^^^^^^\\n  File \\\"D:\\\\a\\\\cpython\\\\cpython\\\\Lib\\\\threading.py\\\", line 709, in wait\\n    self._wait(timeout)\\n  File \\\"D:\\\\a\\\\cpython\\\\cpython\\\\Lib\\\\threading.py\\\", line 747, in _wait\\n    raise BrokenBarrierError\\nthreading.BrokenBarrierError\\n\"]], \"failures\": [], \"__test_result__\": \"TestResult\"}\nA�s�s�e�r�t�i�o�n� �f�a�i�l�e�d�:� �t�s�t�a�t�e�_�i�s�_�a�l�i�v�e�(�t�s�t�a�t�e�)� �\u0026�\u0026� �!�t�s�t�a�t�e�-�\u003e�_�s�t�a�t�u�s�.�b�o�u�n�d�,� �f�i�l�e� �D�:�\\�a�\\�c�p�y�t�h�o�n�\\�c�p�y�t�h�o�n�\\�P�y�t�h�o�n�\\�p�y�s�t�a�t�e�.�c�,� �l�i�n�e� �2�4�5�\n�Fatal Python error: Aborted\n\nThread 0x0000186c (most recent call first):\n  \u003cno Python frame\u003e\n1 test failed again:\n    test_threading\n```\n\nNote also UTF-16 in logs, but this is other issue.\n\nIt only happened in Windows (x86) run, the run on Windows (x64) passed successfully, as well as on other platforms. It may be 32-bit Windows specific or random.\n\n\n\u003c!-- gh-linked-prs --\u003e\n### Linked PRs\n* gh-109135\n* gh-109272\n* gh-110342\n\u003c!-- /gh-linked-prs --\u003e\n","author":{"url":"https://github.com/serhiy-storchaka","@type":"Person","name":"serhiy-storchaka"},"datePublished":"2023-09-06T09:45:03.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/108987/cpython/issues/108987"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:980ada5f-ed0c-8d93-86eb-40da2d51d38f
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8C4C:3CA024:18E0007:22D8C74:696A4AFD
html-safe-nonce44a67bfc9b79cac7efd125ca265e6ca12d63ffb2907fd032e31f67e6547417b2
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QzRDOjNDQTAyNDoxOEUwMDA3OjIyRDhDNzQ6Njk2QTRBRkQiLCJ2aXNpdG9yX2lkIjoiNDkyMzI2ODE3MjE5MDczMTAwNSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacc269506bad8bac03c5341219a91a9971f6e8c81356a88e73db5a227173f96af2
hovercard-subject-tagissue:1883645668
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/108987/issue_layout
twitter:imagehttps://opengraph.githubassets.com/54963fe6c6eb0e08c30e41ba07ab51cb59a6bac0059bea212bc69024d6a17edd/python/cpython/issues/108987
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/54963fe6c6eb0e08c30e41ba07ab51cb59a6bac0059bea212bc69024d6a17edd/python/cpython/issues/108987
og:image:altCrash report First, BarrierTests.test_default_timeout in test_threading fails, producing also several unraisable exception messages. They are produced even during running few following tests. https...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameserhiy-storchaka
hostnamegithub.com
expected-hostnamegithub.com
None3f871c8e07f0ae1886fa8dac284166d28b09ad5bada6476fc10b674e489788ef
turbo-cache-controlno-preview
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release63c426b30d262aba269ef14c40e3c817b384cd61
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/issues/108987#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F108987
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F108987
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/issues/108987
Reloadhttps://github.com/python/cpython/issues/108987
Reloadhttps://github.com/python/cpython/issues/108987
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/issues/108987
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 33.9k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 71.1k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.1k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects 31 https://github.com/python/cpython/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python/cpython/security
Please reload this pagehttps://github.com/python/cpython/issues/108987
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/108987
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/108987
test_threading fails and crashes when rerunhttps://github.com/python/cpython/issues/108987#top
OS-windowshttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22OS-windows%22
type-crashA hard crash of the interpreter, possibly with a core dumphttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-crash%22
https://github.com/serhiy-storchaka
https://github.com/serhiy-storchaka
serhiy-storchakahttps://github.com/serhiy-storchaka
on Sep 6, 2023https://github.com/python/cpython/issues/108987#issue-1883645668
https://github.com/python/cpython/actions/runs/6094370280/job/16535778004#step:5:103https://github.com/python/cpython/actions/runs/6094370280/job/16535778004#step:5:103
https://github.com/python/cpython/actions/runs/6094370280/job/16535778004#step:5:1067https://github.com/python/cpython/actions/runs/6094370280/job/16535778004#step:5:1067
gh-108987: Fix _thread.start_new_thread() race condition #109135https://github.com/python/cpython/pull/109135
[3.11] gh-108987: Fix _thread.start_new_thread() race condition (#109135) #109272https://github.com/python/cpython/pull/109272
[3.12] gh-108987: Fix _thread.start_new_thread() race condition (#109135) #110342https://github.com/python/cpython/pull/110342
OS-windowshttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22OS-windows%22
type-crashA hard crash of the interpreter, possibly with a core dumphttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-crash%22
Threading issues 🧵https://github.com/orgs/python/projects/12
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.