Crash in [@ shutdownhang | PR_GetThreadPrivate | nsThreadManager::GetCurrentThread]
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
People
(Reporter: Robert_Hartmann, Unassigned)
Details
Crash Data
Attachments
(1 file)
64.36 KB,
image/png
|
Details |
Crash report: https://crash-stats.mozilla.org/report/index/4423deda-81df-43d1-b5fa-7d7d80231107
MOZ_CRASH Reason: Shutdown hanging at step XPCOMShutdown. Something is blocking the main-thread.
Top 10 frames of crashing thread:
0 nss3.dll PR_GetThreadPrivate nsprpub/pr/src/threads/prtpd.c:206
1 xul.dll nsThreadManager::GetCurrentThread xpcom/threads/nsThreadManager.cpp:541
2 xul.dll nsThread::BeginShutdown xpcom/threads/nsThread.cpp:827
3 xul.dll nsThread::AsyncShutdown xpcom/threads/nsThread.cpp:806
4 xul.dll mozilla::detail::RunnableMethodArguments<>::apply<nsIThreadPool, nsresult const xpcom/threads/nsThreadUtils.h:1164
4 xul.dll std::invoke /builds/worker/fetches/vs/VC/Tools/MSVC/14.29.30133/include/type_traits:1524
4 xul.dll std::_Apply_impl /builds/worker/fetches/vs/VC/Tools/MSVC/14.29.30133/include/tuple:974
4 xul.dll std::apply /builds/worker/fetches/vs/VC/Tools/MSVC/14.29.30133/include/tuple:979
4 xul.dll mozilla::detail::RunnableMethodArguments<>::apply xpcom/threads/nsThreadUtils.h:1162
4 xul.dll mozilla::detail::RunnableMethodImpl<nsCOMPtr<nsIThreadPool>, nsresult xpcom/threads/nsThreadUtils.h:1213
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::XPCOM' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•1 year ago
|
||
The bug has a crash signature, thus the bug will be considered confirmed.
Comment 3•1 year ago
|
||
The severity field is not set for this bug.
:nika, could you have a look please?
For more information, please visit BugBot documentation.
Comment 4•1 year ago
|
||
The particular crash site seems like one where it would be very unlikely for us to be hanging, which leads me to expect that this isn't a hang on the main thread, and may just be random chance that we're hitting this part of the code somewhat frequently when doing a slow shutdown? I'm not sure there's much to do here unfortunately.
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 11•3 months ago
|
||
Robert, do you still experience this crash?
Reporter | ||
Comment 12•3 months ago
|
||
Hi, I don't think so.
But lets test what happen, if I press the button for restarting Firefox (screenshot attached)
(In reply to Wayne Mery (:wsmwk) from comment #11)
Robert, do you still experience this crash?
Reporter | ||
Comment 13•3 months ago
|
||
(In reply to Robert Hartmann from comment #12)
Created attachment 9442859 [details]
Button restart Firefox after update (grafik.png)Hi, I don't think so.
But lets test what happen, if I press the button for restarting Firefox (screenshot attached)
(In reply to Wayne Mery (:wsmwk) from comment #11)Robert, do you still experience this crash?
After the click on restart button, did not result in a crash.
Comment 14•3 months ago
|
||
Thanks
Description
•