René's URL Explorer Experiment


Title: multiprocessing test_thread_safety() fails with "gc_list_is_empty(to) || gc_old_space(to_tail) == gc_old_space(from_tail)" assert error · Issue #115127 · python/cpython · GitHub

Open Graph Title: multiprocessing test_thread_safety() fails with "gc_list_is_empty(to) || gc_old_space(to_tail) == gc_old_space(from_tail)" assert error · Issue #115127 · python/cpython

X Title: multiprocessing test_thread_safety() fails with "gc_list_is_empty(to) || gc_old_space(to_tail) == gc_old_space(from_tail)" assert error · Issue #115127 · python/cpython

Description: Error on AMD64 Windows11 Bigmem 3.x. build: https://buildbot.python.org/all/#/builders/1079/builds/3327 test_multiprocessing_spawn also fails with an assertion error: test_thread_safety (test.test_multiprocessing_spawn.test_processes.Wit...

Open Graph Description: Error on AMD64 Windows11 Bigmem 3.x. build: https://buildbot.python.org/all/#/builders/1079/builds/3327 test_multiprocessing_spawn also fails with an assertion error: test_thread_safety (test.test_...

X Description: Error on AMD64 Windows11 Bigmem 3.x. build: https://buildbot.python.org/all/#/builders/1079/builds/3327 test_multiprocessing_spawn also fails with an assertion error: test_thread_safety (test.test_...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"multiprocessing test_thread_safety() fails with \"gc_list_is_empty(to) || gc_old_space(to_tail) == gc_old_space(from_tail)\" assert error","articleBody":"Error on AMD64 Windows11 Bigmem 3.x.\r\n\r\nbuild: https://buildbot.python.org/all/#/builders/1079/builds/3327\r\n\r\ntest_multiprocessing_spawn also fails with an assertion error:\r\n\r\n```\r\ntest_thread_safety (test.test_multiprocessing_spawn.test_processes.WithProcessesTestFinalize.test_thread_safety) ...\r\n\r\nAssertion failed: gc_list_is_empty(to) || gc_old_space(to_tail) == gc_old_space(from_tail), file R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Python\\gc.c, line 320\r\nFatal Python error: Aborted\r\n\r\nCurrent thread 0x00000cbc (most recent call first):\r\n  Garbage-collecting\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\test\\_test_multiprocessing.py\", line 4592 in __init__\r\n  File \"__init__\", line ??? in __init__\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\test\\_test_multiprocessing.py\", line 4618 in make_finalizers\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\threading.py\", line 1026 in run\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\threading.py\", line 1089 in _bootstrap_inner\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\threading.py\", line 1046 in _bootstrap\r\n\r\nThread 0x00002b88 (most recent call first):\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\logging\\__init__.py\", line 1561 in log\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\multiprocessing\\util.py\", line 46 in sub_debug\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\multiprocessing\\util.py\", line 294 in _run_finalizers\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\test\\_test_multiprocessing.py\", line 4607 in run_finalizers\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\threading.py\", line 1026 in run\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\threading.py\", line 1089 in _bootstrap_inner\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\threading.py\", line 1046 in _bootstrap\r\n\r\nThread 0x00002598 (most recent call first):\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\test\\_test_multiprocessing.py\", line 4631 in test_thread_safety\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\unittest\\case.py\", line 589 in _callTestMethod\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\unittest\\case.py\", line 634 in run\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\unittest\\case.py\", line 690 in __call__\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\unittest\\suite.py\", line 122 in run\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\unittest\\suite.py\", line 84 in __call__\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\unittest\\suite.py\", line 122 in run\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\unittest\\suite.py\", line 84 in __call__\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\unittest\\runner.py\", line 240 in run\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\test\\libregrtest\\single.py\", line 57 in _run_suite\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\test\\libregrtest\\single.py\", line 37 in run_unittest\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\test\\libregrtest\\single.py\", line 132 in test_func\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\test\\libregrtest\\single.py\", line 88 in regrtest_runner\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\test\\libregrtest\\single.py\", line 135 in _load_run_test\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\test\\libregrtest\\single.py\", line 178 in _runtest_env_changed_exc\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\test\\libregrtest\\single.py\", line 278 in _runtest\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\test\\libregrtest\\single.py\", line 306 in run_single_test\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\test\\libregrtest\\worker.py\", line 91 in worker_process\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\test\\libregrtest\\worker.py\", line 126 in main\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\test\\libregrtest\\worker.py\", line 130 in \u003cmodule\u003e\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\runpy.py\", line 88 in _run_code\r\n  File \"R:\\buildarea\\3.x.ambv-bb-win11.bigmem\\build\\Lib\\runpy.py\", line 198 in _run_module_as_main\r\n\r\nExtension modules: _testcapi, _wmi (total: 2)\r\n```","author":{"url":"https://github.com/vstinner","@type":"Person","name":"vstinner"},"datePublished":"2024-02-07T05:53:06.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/115127/cpython/issues/115127"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a5d570ac-0c44-5d12-3512-5eb90f0e4940
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idA9D4:8D103:2A9294E:37C145F:696B3063
html-safe-nonce0eb69fb6d217a9c38f00aab1018359dd28c0f1ccd79d28c64eea341f19270cc0
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBOUQ0OjhEMTAzOjJBOTI5NEU6MzdDMTQ1Rjo2OTZCMzA2MyIsInZpc2l0b3JfaWQiOiI3MjU2NTUyMzQ4OTY2NzA4MTkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacb4af7b699c6e47ac374d96e62c34ad50549cc320659ef0c58d66e77f2088564f
hovercard-subject-tagissue:2122244610
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/115127/issue_layout
twitter:imagehttps://opengraph.githubassets.com/59ee1ad76162c11f02e2e0f92abdb81212ff101ceec7ef244f64cbb2bd49ba70/python/cpython/issues/115127
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/59ee1ad76162c11f02e2e0f92abdb81212ff101ceec7ef244f64cbb2bd49ba70/python/cpython/issues/115127
og:image:altError on AMD64 Windows11 Bigmem 3.x. build: https://buildbot.python.org/all/#/builders/1079/builds/3327 test_multiprocessing_spawn also fails with an assertion error: test_thread_safety (test.test_...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamevstinner
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
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
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/issues/115127#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F115127
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%2F115127
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/115127
Reloadhttps://github.com/python/cpython/issues/115127
Reloadhttps://github.com/python/cpython/issues/115127
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/issues/115127
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/115127
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/115127
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/115127
multiprocessing test_thread_safety() fails with "gc_list_is_empty(to) || gc_old_space(to_tail) == gc_old_space(from_tail)" assert errorhttps://github.com/python/cpython/issues/115127#top
https://github.com/vstinner
https://github.com/vstinner
vstinnerhttps://github.com/vstinner
on Feb 7, 2024https://github.com/python/cpython/issues/115127#issue-2122244610
https://buildbot.python.org/all/#/builders/1079/builds/3327https://buildbot.python.org/all/#/builders/1079/builds/3327
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.