Closed
Bug 1246241
Opened 9 years ago
Closed 6 years ago
[e10s] crash in mozilla::dom::quota::QuotaManager::GetQuotaObject
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: khuey, Unassigned)
References
Details
(Keywords: crash, csectype-nullptr)
Crash Data
This bug was filed from the Socorro interface and is
report bp-659c7a6f-2743-473a-acbc-b3e052160203.
=============================================================
Shyam has hit this a couple times. It looks like QuotaManager is null here, which we don't expect.
http://hg.mozilla.org/releases/mozilla-aurora/annotate/980fea2f7011/storage/TelemetryVFS.cpp#l311
janv?
Flags: needinfo?(jvarga)
Comment 1•9 years ago
|
||
And hit this today again after a gap of a few days - https://crash-stats.mozilla.com/report/index/cec46f6c-20ee-43b4-a579-8a6072160218
Comment 2•9 years ago
|
||
I just hit this while shutting down (due to an upgrade). Looks like janv isn't responsive to his needinfo?
Comment 3•9 years ago
|
||
(In reply to Dirkjan Ochtman (:djc) from comment #2)
> I just hit this while shutting down (due to an upgrade). Looks like janv
> isn't responsive to his needinfo?
I was waiting if someone hits it again. I landed a fix for bug 1248550 which could have fixed it.
Dirkjan, are you using latest nightly ?
Flags: needinfo?(jvarga)
Comment 4•9 years ago
|
||
(In reply to Jan Varga [:janv] from comment #3)
> I was waiting if someone hits it again. I landed a fix for bug 1248550 which
> could have fixed it.
My last crash was https://crash-stats.mozilla.com/report/index/dab7d744-0ed0-463f-9f98-3d1502160308 (a couple of days ago).
Comment 5•9 years ago
|
||
This is my crash: https://crash-stats.mozilla.com/report/index/fb8569db-9427-480e-a678-8196b2160310. Not sure if the exact version is in there? I do keep my Nightly updated most of the time; it was definitely less than a week old.
Comment 6•9 years ago
|
||
I guess this can be related to bug 1246828.
![]() |
||
Comment 7•9 years ago
|
||
Another occurrence in Nightly 20160412050029: https://crash-stats.mozilla.com/report/index/ed4f3cc6-b200-41b2-8a27-daacb2160412
Updated•9 years ago
|
Flags: needinfo?(jvarga)
Comment 8•9 years ago
|
||
I also ran into this again just now: https://crash-stats.mozilla.com/report/index/2771e931-51eb-4f3e-8b02-fc3fb2160517
Comment 9•9 years ago
|
||
¡Hola!
This also happens on Ubuntu.
Please see https://crash-stats.mozilla.com/report/index/bp-a1ab3ab1-f000-4b44-9a8b-c72ce2160523
¡Gracias!
![]() |
||
Comment 11•9 years ago
|
||
Another occurrence on Nightly: https://crash-stats.mozilla.com/report/index/586f0b1e-e1f4-4266-b910-57c3d2160528
Comment 12•9 years ago
|
||
Bug 1246828 is now fixed so let's watch out for any future occurrences here.
Comment 13•9 years ago
|
||
Crash volume for signature 'mozilla::dom::quota::QuotaManager::GetQuotaObject':
- nightly (version 50): 15 crashes from 2016-06-06.
- aurora (version 49): 266 crashes from 2016-06-07.
- beta (version 48): 251 crashes from 2016-06-06.
- release (version 47): 5 crashes from 2016-05-31.
- esr (version 45): 1 crash from 2016-04-07.
Crash volume on the last weeks:
Week N-1 Week N-2 Week N-3 Week N-4 Week N-5 Week N-6 Week N-7
- nightly 0 0 0 0 1 9 5
- aurora 32 55 31 52 36 40 6
- beta 30 42 40 57 30 22 7
- release 1 0 1 2 1 0 0
- esr 0 0 0 1 0 0 0
Affected platforms: Windows, Mac OS X, Linux
status-firefox47:
--- → affected
status-firefox48:
--- → affected
status-firefox49:
--- → affected
status-firefox50:
--- → affected
status-firefox-esr45:
--- → affected
Comment 14•8 years ago
|
||
In Firefox 48:
(97.91% in signature vs 00.68% overall) address = 0x10
(100.0% in signature vs 25.44% overall) dom_ipc_enabled = 1
(76.89% in signature vs 08.63% overall) useragent_locale = fr
(97.91% in signature vs 33.35% overall) reason = EXCEPTION_ACCESS_VIOLATION_READ
(63.51% in signature vs 03.17% overall) shutdown_progress = profile-change-teardown
(35.49% in signature vs 05.00% overall) shutdown_progress = profile-before-change
The crash has been spiking recently. It appears many users are crashing on http://www.20minutes.fr/,
in particular many on http://www.20minutes.fr/nantes/1925375-20160915-fc-nantes-rene-girard-preparerait-beton-arme-nancy,
which was published on Sep 15 and so would explain the spike on Sep 15.
A smaller, older, spike is at the end of August, probably when we have rolled out e10s to more people.
Updated•8 years ago
|
tracking-e10s:
--- → ?
Summary: crash in mozilla::dom::quota::QuotaManager::GetQuotaObject → [e10s] crash in mozilla::dom::quota::QuotaManager::GetQuotaObject
![]() |
||
Updated•8 years ago
|
Comment 15•7 years ago
|
||
Looking at crash stats this crash signature seems to have spiked dramatically in the last day. I have one profile which I cannot open at all due to this, even in safe mode.
Comment 16•7 years ago
|
||
Looks like the assertion added in bug 1389561. Will file a separate bug for this.
Comment 17•7 years ago
|
||
Yeah, we're going to backout that assertion.
Comment 18•7 years ago
|
||
Filed bug 1407930 for crashes due to the failing diagnostic assert.
Updated•7 years ago
|
Priority: -- → P3
Comment 19•6 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•