Closed
Bug 1352180
Opened 8 years ago
Closed 8 years ago
Crash in RtlProcessFlsData | LdrShutdownThread
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: mccr8, Unassigned)
Details
(Keywords: crash, sec-high, testcase-wanted, Whiteboard: [sec-triage-backlog])
Crash Data
This bug was filed from the Socorro interface and is
report bp-6416fbf6-b259-4920-b573-60e302170330.
=============================================================
This is not a very common crash (around 100 across all branches in the last week), but it is much more frequent on Nightly (56%, which is 42 crashes across 11 installations), which is concerning.
I looked at a half dozen of these crashes on Nightly, and in all of them, the main thread was doing zlib stuff, called from mozilla::scache::CacheCloseHelper(). I don't know if that's related or if we just happen to shut this thread down late in shutdown.
![]() |
||
Comment 2•8 years ago
|
||
I think that's just an artifact of the once you were looking at? The ones I looked at on Aurora were all doing perfectly normal things, like waiting to receive messages and the like.
https://crash-stats.mozilla.com/report/index/b94f30be-98ad-479e-bd1c-152542170402
https://crash-stats.mozilla.com/report/index/bde3804d-2849-43a0-a80c-c2bce2170402
https://crash-stats.mozilla.com/report/index/17b5108c-53e0-48c4-9bf1-bd86c2170329
https://crash-stats.mozilla.com/report/index/65d67658-b956-4fe4-ac86-bd5672170329
Plugin shutdown seems to show up rather highly as well.
The crashes in the last week or so are *all* EXCEPTION_ACCESS_VIOLATION_EXEC crashes, which worries me...we're trying to execute memory that doesn't have the correct permissions? That can't be any good. Marking this s-s.
Group: core-security
Flags: needinfo?(nfroyd)
Updated•8 years ago
|
Group: core-security → dom-core-security
Updated•8 years ago
|
Keywords: testcase-wanted
![]() |
||
Comment 4•8 years ago
|
||
(In reply to Stephanie Ouillon [:arroway] from comment #3)
> Nathan, who could be assigned to this bug?
Not sure. Benjamin, do we have a resident Windows expert who can look at this?
Flags: needinfo?(nfroyd) → needinfo?(benjamin)
Comment 5•8 years ago
|
||
302 jimm as platform integration manager. I expect this will not be an urgent priority though, compared to other work.
Flags: needinfo?(benjamin) → needinfo?(jmathies)
![]() |
||
Comment 6•8 years ago
|
||
Low volume, I don't see a lot of main threads in this cache code, in the signatures I've looked at the main thread is idle.
Flags: needinfo?(jmathies)
Summary: Crash in RtlProcessFlsData | LdrShutdownThread while main thread is in mozilla::scache::CacheCloseHelper() → Crash in RtlProcessFlsData | LdrShutdownThread
Updated•8 years ago
|
Whiteboard: [sec-triage-backlog]
![]() |
||
Updated•8 years ago
|
Priority: -- → P3
Reporter | ||
Comment 7•8 years ago
|
||
People have looked at it, so I think there's no reason to keep this unactionable bug open. It is still present in higher volume on Nightly, so maybe there are some Nightly users who have a troublesome machine.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Updated•6 years ago
|
Group: dom-core-security
You need to log in
before you can comment on or make changes to this bug.
Description
•