Closed
Bug 1393451
Opened 8 years ago
Closed 6 years ago
Crash in xul.dll@0xce1b75 | _PR_NativeRunThread | pr_root
Categories
(Core :: DOM: Content Processes, defect, P3)
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | wontfix |
| firefox56 | --- | wontfix |
| firefox57 | --- | fix-optional |
| firefox58 | --- | affected |
People
(Reporter: marcia, Unassigned)
References
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-101c581c-368c-455a-afee-4a5cc0170824.
=============================================================
Filing in General, not sure if this instead belongs in NSPR - new crash in Beta 5: http://bit.ly/2wBguHu
No URLs and no correlations are present.
Reports show "MOZ_CRASH(Shutdown too long, probably frozen, causing a crash.)"
Some URLs:
https://b2b.flysriwijayaair.com/SJ-Eticket/application/?action=booking
http://www.airtel.in/applications/airteldongle.jsp?et=1415705166516
https://id.yahoo.com/
https://www.facebook.com/
Comment 1•8 years ago
|
||
Maybe related to bug 1389160. rhelmer can you check?
Flags: needinfo?(rhelmer)
Comment 2•8 years ago
|
||
(In reply to Liz Henry (:lizzard) (needinfo? me) from comment #1)
> Maybe related to bug 1389160. rhelmer can you check?
Bug 1389160 only runs at startup so I don't think that's it... I see WindowsDllBlocklist.cpp in the stack so that is probably where I would suggest investigating.
Flags: needinfo?(rhelmer) → needinfo?(lhenry)
Comment 3•8 years ago
|
||
It's crashing in the shutdown hang terminator, which should be categorized as shutdown hang. I think socorro failed to label it. Or it's due to missing symbol because the last frame should be `mozilla::`anonymous namespace'::RunWatchdog`
Comment 4•8 years ago
|
||
This was tagged for 55 but it actually only appears in 56 (beta 5, so far).
Flags: needinfo?(lhenry)
| Reporter | ||
Comment 5•8 years ago
|
||
http://bit.ly/2x11y4V seems to the equivalent signature for Beta 6. Upon looking further in crash stats there are also similar signatures for ESR and 55.0.3 (xul.dll@0x8c7564 | _PR_NativeRunThread | pr_root). Most of the comments mention Firefox being very slow and laggy.
Comment 6•8 years ago
|
||
I'm pretty positive that the signature is from the shutdown watch dog because it's on the "Shutdown Hang Terminator" thread.
Adrian could you confirm this signature is shutdownhang and we fail to label it as so?
Ted, any idea why we fail to symolicate the first frame?
Flags: needinfo?(ted)
Flags: needinfo?(adrian)
Comment 8•8 years ago
|
||
I agree with comment #3. If "RunWatchdog" shows up in the signature, the signature gets prepended with "shutdownhang". But since that frame didn't get symbolicated due to missing symbols, that didn't happen.
Flags: needinfo?(willkg)
Comment 9•8 years ago
|
||
If you look at the Modules tab you can see that there's no Debug Identifier/Filename for xul.dll. This happens sometimes for crashes where we're low on memory and the minidump writing code fails to write out the necessary information. Without that the stackwalker can't find the matching symbols, unfortunately.
Flags: needinfo?(ted)
Comment 10•8 years ago
|
||
I assume this is the same issue, but each have different addresses due to being different versions/builds?
https://crash-stats.mozilla.com/search/?signature=~_PR_NativeRunThread%20%7C%20pr_root&date=%3E%3D2017-08-23T15%3A54%3A00.000Z&date=%3C2017-08-30T15%3A54%3A00.000Z&_sort=-date&_facets=signature&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform#facet-signature
Comment 11•8 years ago
|
||
(In reply to Mike Taylor [:miketaylr] from comment #10)
> I assume this is the same issue, but each have different addresses due to
> being different versions/builds?
It looks like so. I randomly clicked some reports and all of them are on the "Shutdown Hang Terminator" thread. We need a better way to detect that. Is it possible to facet on the thread name given we have this data now?
Comment 12•8 years ago
|
||
when faceting the link from comment #10 on versions this issue goes back for a long time (firefox 4 showing up there too), so it's not a recent regression...
Keywords: regression
Updated•8 years ago
|
Updated•8 years ago
|
Component: General → DOM: Content Processes
Product: Firefox → Core
Updated•8 years ago
|
Comment 14•8 years ago
|
||
Noting the signature in bug 1413224 is also the #16 top crash for Windows on 56.0.2. From the comments on crash stats, it's noticeable to users.
Comment 15•6 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•