Closed
Bug 1987003
Opened 10 months ago
Closed 10 months ago
Crash in [@ std::_Mutex_base::_Mutex_base]
Categories
(Core :: Machine Learning: General, defect)
Tracking
()
RESOLVED
FIXED
144 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr128 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox142 | --- | unaffected |
| firefox143 | --- | unaffected |
| firefox144 | blocking | fixed |
People
(Reporter: dmeehan, Assigned: padenot)
References
(Regression)
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
Crash report: https://crash-stats.mozilla.org/report/index/28cc2387-7a06-4cb0-8da0-c44cc0250904
Reason:
EXCEPTION_ILLEGAL_INSTRUCTION
Top 10 frames:
0 xul.dll std::_Mutex_base::_Mutex_base(int) /builds/worker/fetches/vs/VC/Tools/MSVC/14.39.33519/include/mutex:43
0 xul.dll std::mutex::mutex() /builds/worker/fetches/vs/VC/Tools/MSVC/14.39.33519/include/mutex:104
0 xul.dll `dynamic initializer for 'ggml_critical_section_mutex'() third_party/llama.cpp/ggml/src/ggml-threading.cpp:0
0 xul.dll _GLOBAL__sub_I_ggml_threading.cpp() third_party/llama.cpp/ggml/src/ggml-threading.cpp:0
1 ucrtbase.dll initterm
2 xul.dll dllmain_crt_process_attach(HINSTANCE__* const, void* const) /builds/worker/workspace/obj-build/toolkit/library/build/D:/a/_work/1/s/src/vctools/crt/vcstartup/src/startup/dll_dllmain.cpp:64
3 xul.dll dllmain_dispatch(HINSTANCE__* const, const unsigned long, void* const) /builds/worker/workspace/obj-build/toolkit/library/build/D:/a/_work/1/s/src/vctools/crt/vcstartup/src/startup/dll_dllmain.cpp:276
4 ntdll.dll LdrpCallInitRoutineInternal
5 ntdll.dll LdrpCallInitRoutine
6 ntdll.dll LdrpInitializeNode
| Reporter | ||
Comment 1•10 months ago
|
||
:padenot, the fix in Bug 1986900 did not fix the crashes under all signatures.
Opened a separate bug to make it easier to track.
Flags: needinfo?(padenot)
| Assignee | ||
Comment 2•10 months ago
|
||
Updated•10 months ago
|
Assignee: nobody → padenot
Status: NEW → ASSIGNED
| Assignee | ||
Comment 3•10 months ago
|
||
Flags: needinfo?(padenot)
Pushed by padenot@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/d79c05edcc02
https://hg.mozilla.org/integration/autoland/rev/d263e487383c
Temporarily disable advanced simd in llama.cpp.
Pushed by ctuns@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/fa94ca9dd485
https://hg.mozilla.org/mozilla-central/rev/9786291f3312
Temporarily disable advanced simd in llama.cpp.
Comment 6•10 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
Resolution: --- → FIXED
Target Milestone: --- → 144 Branch
Updated•10 months ago
|
QA Whiteboard: [qa-triage-done-c145/b144]
You need to log in
before you can comment on or make changes to this bug.
Description
•