Closed Bug 1848624 Opened 2 years ago Closed 1 year ago

Intermittent Assertion failure: alloc_.contains(pn) (start of parse node is in alloc), at /builds/worker/checkouts/gecko/js/src/frontend/ParseNodeVerify.cpp:31

Categories

(Core :: JavaScript Engine, defect, P5)

defect

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: assertion, intermittent-failure)

Filed by: imoraru [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=425885563&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/C7AhiSb-TxiNhXY8rcj_kg/runs/0/artifacts/public/logs/live_backing.log


[task 2023-08-14T10:29:40.934Z] 10:29:40     INFO - TEST-START | browser/base/content/test/general/browser_newWindowDrop.js
[task 2023-08-14T10:29:41.066Z] 10:29:41     INFO - GECKO(1584) | [Parent 1584: Main Thread]: I/DocShellAndDOMWindowLeak ++DOCSHELL 170c45000 == 14 [pid = 1584] [id = 152]
[task 2023-08-14T10:29:41.066Z] 10:29:41     INFO - GECKO(1584) | [Parent 1584: Main Thread]: I/DocShellAndDOMWindowLeak ++DOMWINDOW == 53 (139898880) [pid = 1584] [serial = 346] [outer = 0]
[task 2023-08-14T10:29:41.067Z] 10:29:41     INFO - GECKO(1584) | [Parent 1584: Main Thread]: I/DocShellAndDOMWindowLeak ++DOMWINDOW == 54 (1a5a09800) [pid = 1584] [serial = 347] [outer = 139898880]
[task 2023-08-14T10:29:41.072Z] 10:29:41     INFO - GECKO(1584) | [Parent 1584, Main Thread] WARNING: NS_ENSURE_TRUE(uri) failed: file /builds/worker/checkouts/gecko/caps/BasePrincipal.cpp:1513
[task 2023-08-14T10:29:41.077Z] 10:29:41     INFO - GECKO(1584) | [Child 1594, Main Thread] WARNING: NS_ENSURE_SUCCESS(rv, NS_OK) failed with result 0x80004005 (NS_ERROR_FAILURE): file /builds/worker/checkouts/gecko/caps/BasePrincipal.cpp:1150
<...>
[task 2023-08-14T10:29:57.304Z] 10:29:57     INFO - GECKO(1584) | [Child 1814, Main Thread] WARNING: NS_ENSURE_SUCCESS(rv, NS_ERROR_INVALID_ARG) failed with result 0x80520012 (NS_ERROR_FILE_NOT_FOUND): file /builds/worker/checkouts/gecko/intl/l10n/L10nRegistry.cpp:385
[task 2023-08-14T10:29:57.332Z] 10:29:57     INFO - GECKO(1584) | Assertion failure: alloc_.contains(pn) (start of parse node is in alloc), at /builds/worker/checkouts/gecko/js/src/frontend/ParseNodeVerify.cpp:31
[task 2023-08-14T10:29:57.339Z] 10:29:57     INFO -  Initializing stack-fixing for the first stack frame, this may take a while...
[task 2023-08-14T10:30:20.810Z] 10:30:20     INFO - GECKO(1584) | #01: js::frontend::ParseNodeVerifier::visit(js::frontend::ParseNode*) [js/src/frontend/ParseNodeVerify.cpp:30]
[task 2023-08-14T10:30:20.810Z] 10:30:20     INFO - GECKO(1584) | #02: js::frontend::BinaryNode::accept<js::frontend::ParseNodeVerifier>(js::frontend::ParseNodeVerifier&) [js/src/frontend/ParseNode.h:1028]
[task 2023-08-14T10:30:20.811Z] 10:30:20     INFO - GECKO(1584) | #03: js::frontend::ParseNodeVisitor<js::frontend::ParseNodeVerifier>::visit(js::frontend::ParseNode*) [js/src/frontend/ParseNodeVisitor.h:0]
[task 2023-08-14T10:30:20.811Z] 10:30:20     INFO - GECKO(1584) | #04: js::frontend::ListNode::accept<js::frontend::ParseNodeVerifier>(js::frontend::ParseNodeVerifier&) [js/src/frontend/ParseNode.h:1233]
[task 2023-08-14T10:30:20.811Z] 10:30:20     INFO - GECKO(1584) | #05: js::frontend::ParseNodeVisitor<js::frontend::ParseNodeVerifier>::visit(js::frontend::ParseNode*) [js/src/frontend/ParseNodeVisitor.h:0]
[task 2023-08-14T10:30:20.812Z] 10:30:20     INFO - GECKO(1584) | #06: js::frontend::ParseNodeVisitor<js::frontend::ParseNodeVerifier>::visit(js::frontend::ParseNode*) [js/src/frontend/ParseNodeVisitor.h:0]
[task 2023-08-14T10:30:20.812Z] 10:30:20     INFO - GECKO(1584) | #07: js::frontend::ParseNodeVisitor<js::frontend::ParseNodeVerifier>::visit(js::frontend::ParseNode*) [js/src/frontend/ParseNodeVisitor.h:0]
[task 2023-08-14T10:30:20.813Z] 10:30:20     INFO - GECKO(1584) | #08: js::frontend::TernaryNode::accept<js::frontend::ParseNodeVerifier>(js::frontend::ParseNodeVerifier&) [js/src/frontend/ParseNode.h:1142]
[task 2023-08-14T10:30:20.813Z] 10:30:20     INFO - GECKO(1584) | #09: js::frontend::ParseNodeVisitor<js::frontend::ParseNodeVerifier>::visit(js::frontend::ParseNode*) [js/src/frontend/ParseNodeVisitor.h:0]
[task 2023-08-14T10:30:20.813Z] 10:30:20     INFO - GECKO(1584) | #10: js::frontend::ListNode::accept<js::frontend::ParseNodeVerifier>(js::frontend::ParseNodeVerifier&) [js/src/frontend/ParseNode.h:1233]
[task 2023-08-14T10:30:20.813Z] 10:30:20     INFO - GECKO(1584) | #11: js::frontend::ParseNodeVisitor<js::frontend::ParseNodeVerifier>::visit(js::frontend::ParseNode*) [js/src/frontend/ParseNodeVisitor.h:0]
[task 2023-08-14T10:30:20.814Z] 10:30:20     INFO - GECKO(1584) | #12: js::frontend::CheckParseTree(js::FrontendContext*, js::LifoAlloc const&, js::frontend::ParseNode*) [js/src/frontend/ParseNodeVerify.cpp:0]
[task 2023-08-14T10:30:20.814Z] 10:30:20     INFO - GECKO(1584) | #13: js::frontend::Parser<js::frontend::FullParseHandler, mozilla::Utf8Unit>::moduleBody(js::frontend::ModuleSharedContext*) [js/src/frontend/Parser.cpp:1992]
[task 2023-08-14T10:30:20.814Z] 10:30:20     INFO - GECKO(1584) | #14: ModuleCompiler<mozilla::Utf8Unit>::compile(JSContext*, js::FrontendContext*) [js/src/frontend/BytecodeCompiler.cpp:1020]
[task 2023-08-14T10:30:20.815Z] 10:30:20     INFO - GECKO(1584) | #15: ParseModuleToStencilAndMaybeInstantiate<mozilla::Utf8Unit>(JSContext*, js::FrontendContext*, js::LifoAlloc&, js::frontend::CompilationInput&, js::frontend::ScopeBindingCache*, JS::SourceText<mozilla::Utf8Unit>&, mozilla::Variant<mozilla::UniquePtr<js::frontend::ExtensibleCompilationStencil, JS::DeletePolicy<js::frontend::ExtensibleCompilationStencil> >, RefPtr<js::frontend::CompilationStencil>, js::frontend::CompilationGCOutput*>&) [js/src/frontend/BytecodeCompiler.cpp:1150]
[task 2023-08-14T10:30:20.815Z] 10:30:20     INFO - GECKO(1584) | #16: ParseModuleToStencilImpl<mozilla::Utf8Unit>(JSContext*, js::FrontendContext*, js::LifoAlloc&, js::frontend::CompilationInput&, js::frontend::ScopeBindingCache*, JS::SourceText<mozilla::Utf8Unit>&) [js/src/frontend/BytecodeCompiler.cpp:0]
[task 2023-08-14T10:30:20.816Z] 10:30:20     INFO - GECKO(1584) | #17: js::frontend::ParseModuleToStencil(JSContext*, js::FrontendContext*, js::LifoAlloc&, js::frontend::CompilationInput&, js::frontend::ScopeBindingCache*, JS::SourceText<mozilla::Utf8Unit>&) [js/src/frontend/BytecodeCompiler.cpp:1223]
[task 2023-08-14T10:30:20.816Z] 10:30:20     INFO - GECKO(1584) | #18: JS::CompileModuleScriptToStencil(js::FrontendContext*, JS::ReadOnlyCompileOptions const&, JS::SourceText<mozilla::Utf8Unit>&, JS::CompilationStorage&) [js/src/frontend/CompileScript.cpp:185]
[task 2023-08-14T10:30:20.816Z] 10:30:20     INFO - GECKO(1584) | #19: CompileModuleToStencilTask<mozilla::Utf8Unit>::parse(js::FrontendContext*) [js/src/vm/HelperThreads.cpp:613]
[task 2023-08-14T10:30:20.817Z] 10:30:20     INFO - GECKO(1584) | #20: js::ParseTask::runTask(js::AutoLockHelperThreadState&) [js/src/vm/HelperThreads.cpp:551]
[task 2023-08-14T10:30:20.817Z] 10:30:20     INFO - GECKO(1584) | #21: js::ParseTask::runHelperThreadTask(js::AutoLockHelperThreadState&) [js/src/vm/HelperThreads.cpp:537]
[task 2023-08-14T10:30:20.817Z] 10:30:20     INFO - GECKO(1584) | #22: js::GlobalHelperThreadState::runTaskLocked(js::HelperThreadTask*, js::AutoLockHelperThreadState&) [js/src/vm/HelperThreads.cpp:2192]
[task 2023-08-14T10:30:20.817Z] 10:30:20     INFO - GECKO(1584) | #23: js::GlobalHelperThreadState::runOneTask(js::AutoLockHelperThreadState&) [js/src/vm/HelperThreads.cpp:2159]
[task 2023-08-14T10:30:20.818Z] 10:30:20     INFO - GECKO(1584) | #24: JS::RunHelperThreadTask() [js/src/vm/HelperThreads.cpp:2146]
[task 2023-08-14T10:30:20.818Z] 10:30:20     INFO - GECKO(1584) | #25: HelperThreadTaskHandler::Run() [js/xpconnect/src/XPCJSContext.cpp:1171]
[task 2023-08-14T10:30:20.818Z] 10:30:20     INFO - GECKO(1584) | #26: mozilla::TaskController::RunPoolThread() [xpcom/threads/TaskController.cpp:0]
[task 2023-08-14T10:30:21.015Z] 10:30:21     INFO - GECKO(1584) | #27: _pt_root [nsprpub/pr/src/pthreads/ptthread.c:204]
[task 2023-08-14T10:30:21.016Z] 10:30:21     INFO - GECKO(1584) | #28: _pthread_start [/usr/lib/system/libsystem_pthread.dylib + 0x6109]
[task 2023-08-14T10:30:21.016Z] 10:30:21     INFO - GECKO(1584) | [Child 1816, Main Thread] WARNING: '!tsi', file /builds/worker/checkouts/gecko/dom/base/Document.cpp:1630
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INCOMPLETE
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Status: REOPENED → RESOLVED
Closed: 2 years ago2 years ago
Resolution: --- → INCOMPLETE
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Status: REOPENED → RESOLVED
Closed: 2 years ago1 year ago
Resolution: --- → INCOMPLETE
You need to log in before you can comment on or make changes to this bug.