Crash in _PR_NativeRunThread | static unsigned int pr_root
Categories
(Core :: General, defect, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox-esr60 | --- | unaffected |
| firefox61 | --- | unaffected |
| firefox62 | + | wontfix |
| firefox63 | --- | wontfix |
| firefox64 | --- | wontfix |
| firefox65 | --- | fix-optional |
| firefox66 | --- | fix-optional |
People
(Reporter: philipp, Unassigned)
References
Details
(4 keywords)
Crash Data
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Updated•8 years ago
|
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Comment 7•7 years ago
|
||
Comment 8•7 years ago
|
||
Comment 10•7 years ago
|
||
Comment 11•7 years ago
|
||
Comment 12•7 years ago
|
||
Comment 13•7 years ago
|
||
Comment 14•7 years ago
|
||
| Reporter | ||
Comment 15•7 years ago
|
||
Comment 16•7 years ago
|
||
Comment 17•7 years ago
|
||
Comment 18•7 years ago
|
||
Comment 19•7 years ago
|
||
Comment 20•7 years ago
|
||
Comment 21•7 years ago
|
||
Comment 22•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Comment 23•7 years ago
|
||
This doesn't seem actionable but given it's sec-high I'll mark it as P2. Is it worth someone on your team taking another stab at a fix here, Eric?
Comment 24•7 years ago
|
||
Nathan, any chance you can look at a couple more recent dumps in windbg to see if anything sticks out? This code has morphed a bit over the past few months.
Comment 25•6 years ago
|
||
Following up the n-i in email to see if this can get one more look before declaring it stalled.
Comment 26•6 years ago
|
||
I looked at a few minidumps, including !analyze -v, which didn't turn up anything of interest. Comment 20 noted that all of these crashes occur on Windows 7; it looks like for at least one signature:
all the crashes seem to be happening on 6.1.7600 or 6.1.7601 SP 1. (Are there newer patches/service packs for Win7 that might have fixed this bug?)
The crashes for a slightly different signature also appear to be on all the same Windows 7 versions as above:
CPU versions appear to be all over the place, so I don't think we can implicate the CPU.
It's not super common, but when the crashing thread has a name--maybe a quarter of the crashes or so--it's "AudioASCReleaser", which points at bug 1419488. That bug was intended to fix a crash specific to Windows 7, which, lo and behold, is also the only version implicated here. Unfortunately, I can't look at the crash reports for that bug, because they're much older than 6 months. I would be interested to know exactly what Windows 7 versions the crashes from that bug were happening with.
I am going to go out on a limb here and say that this is some Windows version-specific bug that we can't do a lot with.
Comment 27•6 years ago
|
||
Removing employee no longer with company from CC list of private bugs.
Updated•3 years ago
|
Comment 28•2 years ago
|
||
6 of the signatures are dead. The remaining 3 implicate Windows 7 disproportionately, but one has a reasonable number (35%) on Windows 10. Two of the remaining three signatures only occur on ESR 102/115 or sub-100 builds. The remaining signature is the interesting one: _PR_NativeRunThread | pr_root
It gets ~ 1 crash per major release, there's 24 on a version over 113. There's some breakpoint reasons, all but one related to shutdown hangs. They all have mozilla::interceptor::FuncHook<mozilla::interceptor::WindowsDllInterceptor<mozilla::interceptor::VMSharingPolicyShared>, void (*)(int, void*, void*)>::operator()(int&, void*&, void*&) const in the stack. The algorithm shows no real probability of bit flips.
Closing this as unactionable.
Comment 29•2 years ago
|
||
Since the bug is closed, the stalled keyword is now meaningless.
For more information, please visit BugBot documentation.
Updated•2 years ago
|
Description
•