René's URL Explorer Experiment


Title: Fatal Error in V8 Debugging Context on Node.js v23.7.0 · Issue #57606 · nodejs/node · GitHub

Open Graph Title: Fatal Error in V8 Debugging Context on Node.js v23.7.0 · Issue #57606 · nodejs/node

X Title: Fatal Error in V8 Debugging Context on Node.js v23.7.0 · Issue #57606 · nodejs/node

Description: Version 23.7.0 Platform Darwin Apples-MacBook-Pro.local 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:16 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6000 arm64 Subsystem No response What steps will reproduce the bug? Run a scri...

Open Graph Description: Version 23.7.0 Platform Darwin Apples-MacBook-Pro.local 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:16 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6000 arm64 Subsystem No response What ...

X Description: Version 23.7.0 Platform Darwin Apples-MacBook-Pro.local 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:16 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6000 arm64 Subsystem No response What ...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Fatal Error in V8 Debugging Context on Node.js v23.7.0","articleBody":"### Version\n\n23.7.0\n\n### Platform\n\n```text\nDarwin Apples-MacBook-Pro.local 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan  2 20:24:16 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6000 arm64\n```\n\n### Subsystem\n\n_No response_\n\n### What steps will reproduce the bug?\n\n- Run a script that involves debugging, breakpoints, or function scope evaluation\n- Observe the crash with the fatal error\n\n### How often does it reproduce? Is there a required condition?\n\nThe issue reproduces consistently when running a script that involves debugging, particularly with breakpoints, function scope evaluation, or closures.\n\n### What is the expected behavior? Why is that the expected behavior?\n\nThe debugger should pause execution at the debugger; statement and allow the user to inspect variables within the function's scope without causing a crash or becoming unresponsive.\n\n### What do you see instead?\n\nI encountered a fatal error while running Node.js v23.7.0, leading to a crash with the following message:\n\n# Fatal error in , line 0  \n# Check failed: needs_context \u0026\u0026 current_scope_ == closure_scope_ \u0026\u0026 current_scope_-\u003eis_function_scope() \u0026\u0026 !function_.is_null() implies function_-\u003econtext() != *context_.  \n\n\n### Additional information\n\nComplete Error log trace if required\n\n#\n# Fatal error in , line 0\n# Check failed: needs_context \u0026\u0026 current_scope_ == closure_scope_ \u0026\u0026 current_scope_-\u003eis_function_scope() \u0026\u0026 !function_.is_null() implies function_-\u003econtext() != *context_.\n#\n#\n#\n#FailureMessage Object: 0x16bc90698\n----- Native stack trace -----\n\n 1: 0x1044899ac node::NodePlatform::GetStackTracePrinter()::$_0::__invoke() [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n 2: 0x104f00f88 V8_Fatal(char const*, ...) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n 3: 0x1046b264c v8::internal::ScopeIterator::start_position() [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n 4: 0x1046b2fec v8::internal::ScopeIterator::VisitLocalScope(std::__1::function\u003cbool (v8::internal::Handle\u003cv8::internal::String\u003e, v8::internal::Handle\u003cv8::internal::Object\u003e, v8::internal::ScopeIterator::ScopeType)\u003e const\u0026, v8::internal::ScopeIterator::Mode, v8::internal::ScopeIterator::ScopeType) const [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n 5: 0x1046b254c v8::internal::ScopeIterator::ScopeObject(v8::internal::ScopeIterator::Mode) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n 6: 0x104aa2fb0 v8_inspector::V8DebuggerAgentImpl::currentCallFrames(std::__1::unique_ptr\u003cstd::__1::vector\u003cstd::__1::unique_ptr\u003cv8_inspector::protocol::Debugger::CallFrame, std::__1::default_delete\u003cv8_inspector::protocol::Debugger::CallFrame\u003e\u003e, std::__1::allocator\u003cstd::__1::unique_ptr\u003cv8_inspector::protocol::Debugger::CallFrame, std::__1::default_delete\u003cv8_inspector::protocol::Debugger::CallFrame\u003e\u003e\u003e\u003e, std::__1::default_delete\u003cstd::__1::vector\u003cstd::__1::unique_ptr\u003cv8_inspector::protocol::Debugger::CallFrame, std::__1::default_delete\u003cv8_inspector::protocol::Debugger::CallFrame\u003e\u003e, std::__1::allocator\u003cstd::__1::unique_ptr\u003cv8_inspector::protocol::Debugger::CallFrame, std::__1::default_delete\u003cv8_inspector::protocol::Debugger::CallFrame\u003e\u003e\u003e\u003e\u003e\u003e*) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n 7: 0x104aa280c v8_inspector::V8DebuggerAgentImpl::didPause(int, v8::Local\u003cv8::Value\u003e, std::__1::vector\u003cint, std::__1::allocator\u003cint\u003e\u003e const\u0026, v8::debug::ExceptionType, bool, v8::base::EnumSet\u003cv8::debug::BreakReason, int\u003e) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n 8: 0x104ab56b4 v8_inspector::V8InspectorImpl::forEachSession(int, std::__1::function\u003cvoid (v8_inspector::V8InspectorSessionImpl*)\u003e const\u0026) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n 9: 0x104aaaa40 v8_inspector::V8Debugger::handleProgramBreak(v8::Local\u003cv8::Context\u003e, v8::Local\u003cv8::Value\u003e, std::__1::vector\u003cint, std::__1::allocator\u003cint\u003e\u003e const\u0026, v8::base::EnumSet\u003cv8::debug::BreakReason, int\u003e, v8::debug::ExceptionType, bool) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n10: 0x1046ba754 v8::internal::Debug::OnDebugBreak(v8::internal::Handle\u003cv8::internal::FixedArray\u003e, v8::internal::StepAction, v8::base::EnumSet\u003cv8::debug::BreakReason, int\u003e) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n11: 0x1046ba074 v8::internal::Debug::Break(v8::internal::JavaScriptFrame*, v8::internal::Handle\u003cv8::internal::JSFunction\u003e) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n12: 0x104a214c4 v8::internal::Runtime_DebugBreakOnBytecode(int, unsigned long*, v8::internal::Isolate*) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n13: 0x10420fc74 Builtins_CEntry_Return2_ArgvOnStack_NoBuiltinExit [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n14: 0x1042e0368 Builtins_DebugBreak3Handler [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n15: 0x104178838 Builtins_InterpreterEntryTrampoline [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n16: 0x1041b5e20 Builtins_AsyncFunctionAwaitResolveClosure [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n17: 0x104283298 Builtins_PromiseFulfillReactionJob [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n18: 0x1041a5214 Builtins_RunMicrotasks [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n19: 0x1041763f0 Builtins_JSRunMicrotasksEntry [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n20: 0x1046f2718 v8::internal::(anonymous namespace)::Invoke(v8::internal::Isolate*, v8::internal::(anonymous namespace)::InvokeParams const\u0026) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n21: 0x1046f2e84 v8::internal::(anonymous namespace)::InvokeWithTryCatch(v8::internal::Isolate*, v8::internal::(anonymous namespace)::InvokeParams const\u0026) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n22: 0x10471d438 v8::internal::MicrotaskQueue::PerformCheckpointInternal(v8::Isolate*) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n23: 0x10417a978 Builtins_CallApiCallbackGeneric [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n24: 0x12818bbdc \n25: 0x10417650c Builtins_JSEntryTrampoline [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n26: 0x1041761b0 Builtins_JSEntry [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n27: 0x1046f2740 v8::internal::(anonymous namespace)::Invoke(v8::internal::Isolate*, v8::internal::(anonymous namespace)::InvokeParams const\u0026) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n28: 0x1046f20a8 v8::internal::Execution::Call(v8::internal::Isolate*, v8::internal::Handle\u003cv8::internal::Object\u003e, v8::internal::Handle\u003cv8::internal::Object\u003e, int, v8::internal::Handle\u003cv8::internal::Object\u003e*) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n29: 0x1045d73bc v8::Function::Call(v8::Isolate*, v8::Local\u003cv8::Context\u003e, v8::Local\u003cv8::Value\u003e, int, v8::Local\u003cv8::Value\u003e*) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n30: 0x1043316d4 node::InternalCallbackScope::Close() [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n31: 0x104331b94 node::InternalMakeCallback(node::Environment*, v8::Local\u003cv8::Object\u003e, v8::Local\u003cv8::Object\u003e, v8::Local\u003cv8::Function\u003e, int, v8::Local\u003cv8::Value\u003e*, node::async_context, v8::Local\u003cv8::Value\u003e) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n32: 0x104349c9c node::AsyncWrap::MakeCallback(v8::Local\u003cv8::Function\u003e, int, v8::Local\u003cv8::Value\u003e*) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n33: 0x10451c37c node::StreamBase::CallJSOnreadMethod(long, v8::Local\u003cv8::ArrayBuffer\u003e, unsigned long, node::StreamBase::StreamBaseJSChecks) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n34: 0x10451c600 node::EmitToJSStreamListener::OnStreamRead(long, uv_buf_t const\u0026) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n35: 0x104522b40 node::LibuvStreamWrap::OnUvRead(long, uv_buf_t const*) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n36: 0x104522848 node::LibuvStreamWrap::ReadStart()::$_1::__invoke(uv_stream_s*, long, uv_buf_t const*) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n37: 0x107a9ae6c uv__stream_io [/opt/homebrew/Cellar/libuv/1.50.0/lib/libuv.1.dylib]\n38: 0x107aa20e0 uv__io_poll [/opt/homebrew/Cellar/libuv/1.50.0/lib/libuv.1.dylib]\n39: 0x107a91f08 uv_run [/opt/homebrew/Cellar/libuv/1.50.0/lib/libuv.1.dylib]\n40: 0x104332488 node::SpinEventLoopInternal(node::Environment*) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n41: 0x10445fef0 node::NodeMainInstance::Run(node::ExitCode*, node::Environment*) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n42: 0x10445fc44 node::NodeMainInstance::Run() [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n43: 0x1043d889c node::Start(int, char**) [/opt/homebrew/Cellar/node/23.6.1/bin/node]\n44: 0x183ba0274 start [/usr/lib/dyld]","author":{"url":"https://github.com/J4Web","@type":"Person","name":"J4Web"},"datePublished":"2025-03-24T14:04:25.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":12},"url":"https://github.com/57606/node/issues/57606"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:fb63a1d8-151c-0622-14fe-7f05f1d68d6b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9364:37D99:3D09B:50B2D:6A4C65BC
html-safe-nonceaab57a8ef82a463d39f26bc20dffbeb636ebd0e8e27a9227e2c7515704cd65ce
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MzY0OjM3RDk5OjNEMDlCOjUwQjJEOjZBNEM2NUJDIiwidmlzaXRvcl9pZCI6IjE5NTQxMzM0ODYzNjE5MjkxNDgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac5f7a1f9af970123ad093726f7e8fe8e5e96218f951122d9ee3173a57610a1174
hovercard-subject-tagissue:2943379164
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/57606/issue_layout
twitter:imagehttps://opengraph.githubassets.com/2098ff70bfecd8b4637f87528a0aa9e8f897d2e7caac24edb6d5c97d0586853f/nodejs/node/issues/57606
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/2098ff70bfecd8b4637f87528a0aa9e8f897d2e7caac24edb6d5c97d0586853f/nodejs/node/issues/57606
og:image:altVersion 23.7.0 Platform Darwin Apples-MacBook-Pro.local 24.3.0 Darwin Kernel Version 24.3.0: Thu Jan 2 20:24:16 PST 2025; root:xnu-11215.81.4~3/RELEASE_ARM64_T6000 arm64 Subsystem No response What ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameJ4Web
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
release14099438da5379150f15a2892474c7c7e6c0e55e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/nodejs/node/issues/57606#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fissues%2F57606
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%2F57606
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/57606
Reloadhttps://github.com/nodejs/node/issues/57606
Reloadhttps://github.com/nodejs/node/issues/57606
Please reload this pagehttps://github.com/nodejs/node/issues/57606
nodejs https://github.com/nodejs
nodehttps://github.com/nodejs/node
Please reload this pagehttps://github.com/nodejs/node/issues/57606
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 965 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
Fatal Error in V8 Debugging Context on Node.js v23.7.0https://github.com/nodejs/node/issues/57606#top
inspectorIssues and PRs related to the V8 inspector protocolhttps://github.com/nodejs/node/issues?q=state%3Aopen%20label%3A%22inspector%22
v8 engineIssues and PRs related to the V8 dependency.https://github.com/nodejs/node/issues?q=state%3Aopen%20label%3A%22v8%20engine%22
https://github.com/J4Web
J4Webhttps://github.com/J4Web
on Mar 24, 2025https://github.com/nodejs/node/issues/57606#issue-2943379164
inspectorIssues and PRs related to the V8 inspector protocolhttps://github.com/nodejs/node/issues?q=state%3Aopen%20label%3A%22inspector%22
v8 engineIssues and PRs related to the V8 dependency.https://github.com/nodejs/node/issues?q=state%3Aopen%20label%3A%22v8%20engine%22
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.