Closed
Bug 1667485
Opened 4 years ago
Closed 4 years ago
Crash in [@ shutdownhang | nsThreadManager::SpinEventLoopUntilInternal]
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox81 | --- | unaffected |
firefox82 | --- | unaffected |
firefox83 | + | fixed |
People
(Reporter: aryx, Assigned: kmag)
References
(Regression)
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
This starts when bug 1655866 changed https://hg.mozilla.org/integration/autoland/rev/4b76024db21cff006a7424a35c412c6e0a153eb0#l20.153
Crash report: https://crash-stats.mozilla.org/report/index/580c2e0f-b469-4b32-af99-662750200922
Top 10 frames of crashing thread:
0 ntdll.dll NtWaitForAlertByThreadId
1 ntdll.dll RtlSleepConditionVariableSRW
2 kernelbase.dll SleepConditionVariableSRW
3 mozglue.dll mozilla::detail::ConditionVariableImpl::wait mozglue/misc/ConditionVariable_windows.cpp:50
4 xul.dll nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1148
5 xul.dll nsThreadManager::SpinEventLoopUntilInternal xpcom/threads/nsThreadManager.cpp:702
6 xul.dll XPTC__InvokebyIndex
7 @0x2b7a156303f
8 xul.dll trunc
9 xul.dll static XPCWrappedNative::CallMethod js/xpconnect/src/XPCWrappedNative.cpp:1142
Flags: needinfo?(kmaglione+bmo)
Reporter | ||
Updated•4 years ago
|
Crash Signature: [@ shutdownhang | nsThreadManager::SpinEventLoopUntilInternal] → [@ shutdownhang | __psynch_cvwait | nsThreadManager::SpinEventLoopUntilInternal ]
[@ shutdownhang | nsThreadManager::SpinEventLoopUntilInternal]
[@ shutdownhang | ntdll.dll | kernelbase.dll | nsThreadManager::SpinEventLoopUntilInternal ]
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → kmaglione+bmo
Status: NEW → ASSIGNED
Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(kmaglione+bmo)
Pushed by maglione.k@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/baedd4ec9add
Fix inifinite nested event loop spinning in corner cases. r=nika
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•