René's URL Explorer Experiment


Title: Segmentation fault on worker exit · Issue #63540 · nodejs/node · GitHub

Open Graph Title: Segmentation fault on worker exit · Issue #63540 · nodejs/node

X Title: Segmentation fault on worker exit · Issue #63540 · nodejs/node

Description: Version v26.2.0 Platform Darwin Mohameds-Mini.lan 25.5.0 Darwin Kernel Version 25.5.0: Mon Apr 27 20:41:26 PDT 2026; root:xnu-12377.121.6~2/RELEASE_ARM64_T8132 arm64 Subsystem No response What steps will reproduce the bug? package.json: ...

Open Graph Description: Version v26.2.0 Platform Darwin Mohameds-Mini.lan 25.5.0 Darwin Kernel Version 25.5.0: Mon Apr 27 20:41:26 PDT 2026; root:xnu-12377.121.6~2/RELEASE_ARM64_T8132 arm64 Subsystem No response What step...

X Description: Version v26.2.0 Platform Darwin Mohameds-Mini.lan 25.5.0 Darwin Kernel Version 25.5.0: Mon Apr 27 20:41:26 PDT 2026; root:xnu-12377.121.6~2/RELEASE_ARM64_T8132 arm64 Subsystem No response What step...

Opengraph URL: https://github.com/nodejs/node/issues/63540

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Segmentation fault on worker exit","articleBody":"### Version\n\nv26.2.0\n\n### Platform\n\n```text\nDarwin Mohameds-Mini.lan 25.5.0 Darwin Kernel Version 25.5.0: Mon Apr 27 20:41:26 PDT 2026; root:xnu-12377.121.6~2/RELEASE_ARM64_T8132 arm64\n```\n\n### Subsystem\n\n_No response_\n\n### What steps will reproduce the bug?\n\npackage.json:\n\n```json\n{\n  \"type\": \"module\",\n  \"dependencies\": {\n    \"better-sqlite3\": \"12.10.0\",\n    \"typeorm\": \"1.0.0\"\n  }\n}\n```\n\nmain.js:\n\n```js\nimport { Worker } from \"worker_threads\";\nconst worker = new Worker(\"./job.js\", {});\n```\n\njob.js:\n\n```js\nimport { isMainThread } from \"worker_threads\";\n\nimport { DataSource } from \"typeorm\";\n\nasync function main() {\n  const ds = await new DataSource({\n    type: \"better-sqlite3\",\n    database: 'test.db',\n  }).initialize();\n  throw new Error(\"test failure\");\n}\n\nif (!isMainThread) await main();\n```\n\nRun `node main.js`\n\n### How often does it reproduce? Is there a required condition?\n\nEvery time.\n\n### What is the expected behavior? Why is that the expected behavior?\n\nDoes not crash with segmentation fault.\n\n### What do you see instead?\n\nSegmentation fault.\n\n### Additional information\n\n```\nThread 7 Crashed:: WorkerThread\n0   ???                           \t       0x1272b6e88 ???\n1   node                          \t       0x102675db4 v8::internal::GlobalHandles::InvokeFirstPassWeakCallbacks() + 376\n2   node                          \t       0x1026e8538 v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::internal::GarbageCollectionReason, char const*) + 820\n3   node                          \t       0x1026f4bd8 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags, v8::internal::PerformHeapLimitCheck, v8::internal::PerformIneffectiveMarkCompactCheck)::$_1::operator()() const + 512\n4   node                          \t       0x1026f49c0 void heap::base::Stack::SetMarkerAndCallbackImpl\u003cv8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags, v8::internal::PerformHeapLimitCheck, v8::internal::PerformIneffectiveMarkCompactCheck)::$_1\u003e(heap::base::Stack*, void*, void const*) + 40\n5   node                          \t       0x102efa7a0 PushAllRegistersAndIterateStack + 40\n6   node                          \t       0x1026e5970 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags, v8::internal::PerformHeapLimitCheck, v8::internal::PerformIneffectiveMarkCompactCheck) + 400\n7   node                          \t       0x1026a0ea0 v8::internal::CppHeap::StartDetachingIsolate() + 76\n8   node                          \t       0x1026f00d8 v8::internal::Heap::StartTearDown() + 32\n9   node                          \t       0x102649110 v8::internal::Isolate::Deinit() + 168\n10  node                          \t       0x102648f88 v8::internal::Isolate::Deinitialize(v8::internal::Isolate*) + 100\n11  node                          \t       0x1023be838 node::MultiIsolatePlatform::DisposeIsolate(v8::Isolate*) + 28\n12  node                          \t       0x10242a83c node::worker::WorkerThreadData::~WorkerThreadData() + 208\n13  node                          \t       0x1024277ac node::worker::Worker::Run() + 736\n14  node                          \t       0x10242ab98 node::worker::Worker::StartThread(v8::FunctionCallbackInfo\u003cv8::Value\u003e const\u0026)::$_0::__invoke(void*) + 80\n15  libsystem_pthread.dylib       \t       0x185225c58 _pthread_start + 136\n16  libsystem_pthread.dylib       \t       0x185220c1c thread_start + 8\n```","author":{"url":"https://github.com/mohd-akram","@type":"Person","name":"mohd-akram"},"datePublished":"2026-05-24T15:22:44.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/63540/node/issues/63540"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:b6be5837-cf99-359b-b0bb-1ebc71095c0e
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id8C2C:C61B2:2F363E:429CC4:6A4C9F27
html-safe-nonce79a31624fefe2dc57b70f55ba7f235448af655ca8dcae3351b98e7bbe020a97c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QzJDOkM2MUIyOjJGMzYzRTo0MjlDQzQ6NkE0QzlGMjciLCJ2aXNpdG9yX2lkIjoiODk2MzE0NDExNzk4MjczODMxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac8f9509c4cecaa792e37a9a10a11c572e2c2456aa1ecdd74fb0e3efa5dd3584f8
hovercard-subject-tagissue:4512039879
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/nodejs/node/63540/issue_layout
twitter:imagehttps://opengraph.githubassets.com/da9856d1170e3f8de727b9b931477355ef2a3088865016672127b0276727905e/nodejs/node/issues/63540
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/da9856d1170e3f8de727b9b931477355ef2a3088865016672127b0276727905e/nodejs/node/issues/63540
og:image:altVersion v26.2.0 Platform Darwin Mohameds-Mini.lan 25.5.0 Darwin Kernel Version 25.5.0: Mon Apr 27 20:41:26 PDT 2026; root:xnu-12377.121.6~2/RELEASE_ARM64_T8132 arm64 Subsystem No response What step...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemohd-akram
hostnamegithub.com
expected-hostnamegithub.com
None3d11bb817438277de2a940854450e83a7d32b6aeb5014e9e6b00a6423900251c
turbo-cache-controlno-preview
go-importgithub.com/nodejs/node git https://github.com/nodejs/node.git
octolytics-dimension-user_id9950313
octolytics-dimension-user_loginnodejs
octolytics-dimension-repository_id27193779
octolytics-dimension-repository_nwonodejs/node
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27193779
octolytics-dimension-repository_network_root_nwonodejs/node
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
releaseae90d426644ca15e89bacceb72e51f4e9dbf85f7
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodejs/node/issues/63540#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fissues%2F63540
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
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
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
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%2Fnodejs%2Fnode%2Fissues%2F63540
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=nodejs%2Fnode
Reloadhttps://github.com/nodejs/node/issues/63540
Reloadhttps://github.com/nodejs/node/issues/63540
Reloadhttps://github.com/nodejs/node/issues/63540
Please reload this pagehttps://github.com/nodejs/node/issues/63540
nodejs https://github.com/nodejs
nodehttps://github.com/nodejs/node
Please reload this pagehttps://github.com/nodejs/node/issues/63540
Notifications https://github.com/login?return_to=%2Fnodejs%2Fnode
Fork 36k https://github.com/login?return_to=%2Fnodejs%2Fnode
Star 118k https://github.com/login?return_to=%2Fnodejs%2Fnode
Code https://github.com/nodejs/node
Issues 1.4k https://github.com/nodejs/node/issues
Pull requests 964 https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality 0 https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Code https://github.com/nodejs/node
Issues https://github.com/nodejs/node/issues
Pull requests https://github.com/nodejs/node/pulls
Actions https://github.com/nodejs/node/actions
Projects https://github.com/nodejs/node/projects
Security and quality https://github.com/nodejs/node/security
Insights https://github.com/nodejs/node/pulse
Segmentation fault on worker exithttps://github.com/nodejs/node/issues/63540#top
https://github.com/mohd-akram
mohd-akramhttps://github.com/mohd-akram
on May 24, 2026https://github.com/nodejs/node/issues/63540#issue-4512039879
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.