[Webkit-unassigned] [Bug 226302] New: REGRESSION: ASSERTION FAILED: !isCompilationThread()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 26 15:54:08 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=226302

            Bug ID: 226302
           Summary: REGRESSION: ASSERTION FAILED: !isCompilationThread()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com
                CC: webkit-bot-watchers-bugzilla at group.apple.com,
                    webkit-bug-importer at group.apple.com

Seeing the following assert with many tests on the Catalina Debug JSC bot with many profiler-test.yaml/tests/sunspider-1.0 tests

ASSERTION FAILED: !isCompilationThread()
./profiler/ProfilerDatabase.cpp(92) : void JSC::Profiler::Database::addCompilation(JSC::CodeBlock *, Ref<JSC::Profiler::Compilation> &&)
1   0x10c89c269 WTFCrash
2   0x10d12b79b WTFCrashWithInfo(int, char const*, char const*, int)
3   0x10e17412a JSC::Profiler::Database::addCompilation(JSC::CodeBlock*, WTF::Ref<JSC::Profiler::Compilation, WTF::RawPtrTraits<JSC::Profiler::Compilation> >&&)
4   0x10de864b4 JSC::JIT::link()
5   0x10de84abb JSC::JIT::compileAndLinkWithoutFinalizing(JSC::JITCompilationEffort)
6   0x10de57e90 JSC::BaselineJITPlan::compileInThreadImpl()
7   0x10df18b3c JSC::JITPlan::compileInThread(JSC::JITWorklistThread*)
8   0x10df8a0f5 JSC::JITWorklist::enqueue(WTF::Ref<JSC::JITPlan, WTF::RawPtrTraits<JSC::JITPlan> >)
9   0x10dfc711e JSC::LLInt::jitCompileAndSetHeuristics(JSC::VM&, JSC::CodeBlock*, JSC::BytecodeIndex)
10  0x10dfc65bd JSC::LLInt::entryOSR(JSC::CodeBlock*, char const*, JSC::LLInt::EntryKind)
11  0x10dfc6772 llint_entry_osr_function_for_call
12  0x10ce99d7f llint_entry
13  0x10ceb8122 llint_entry
14  0x10ceb8122 llint_entry
15  0x10ceb81ca llint_entry
16  0x10ceb81ca llint_entry
17  0x10ce95ef0 vmEntryToJavaScript
18  0x10de3aadb JSC::JITCode::execute(JSC::VM*, JSC::ProtoCallFrame*)
19  0x10de3a0cd JSC::Interpreter::executeProgram(JSC::SourceCode const&, JSC::JSGlobalObject*, JSC::JSObject*)
20  0x10e292597 JSC::evaluate(JSC::JSGlobalObject*, JSC::SourceCode const&, JSC::JSValue, WTF::NakedPtr<JSC::Exception>&)
21  0x10c723ca1 runWithOptions(GlobalObject*, CommandLine&, bool&)
22  0x10c6dad68 jscmain(int, char**)::$_8::operator()(JSC::VM&, GlobalObject*, bool&) const
23  0x10c6ae8d3 int runJSC<jscmain(int, char**)::$_8>(CommandLine const&, bool, jscmain(int, char**)::$_8 const&)
24  0x10c6abfee jscmain(int, char**)
25  0x10c6abd33 main
26  0x7fff6bda1cc9 start

https://build.webkit.org/#/builders/17/builds/592/steps/9/logs/stdio

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210526/ef96a1da/attachment.htm>


More information about the webkit-unassigned mailing list