Closed
Bug 1195149
Opened 9 years ago
Closed 9 years ago
crash in mozilla::dom::indexedDB::`anonymous namespace''::DatabaseConnection::GetCachedStatement(nsACString_internal const&, mozilla::dom::indexedDB::A0x1869d874::DatabaseConnection::CachedStatement*)
Categories
(Core :: Storage: IndexedDB, defect, P2)
Tracking
()
RESOLVED
DUPLICATE
of bug 1256049
Tracking | Status | |
---|---|---|
firefox43 | --- | affected |
People
(Reporter: cpearce, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
501 bytes,
patch
|
janv
:
review+
|
Details | Diff | Splinter Review |
This bug was filed from the Socorro interface and is
report bp-beeace1c-cc45-4b62-9616-2a3162150816.
=============================================================
I've observed this crash twice while playing Netflix using EME/HTML5 on Windows in Nightly 43.
I think it's a race. I've only seen it on a low end Core i3 laptop with my Firefox profile on a slow SD card. In the report above, I also had NSPR_LOG_MODULES set to verbose media logs, and the NSPR_LOG_FILE located on the SD card too.
I experienced the above crash when refreshing a page playing "Black Hawk Down", and I observed in the browser console just before the crash:
An IndexedDB transaction that was not yet complete has been aborted due to page navigation. wwwplayer-3.0000.043.051.js:559:0
AbortError wwwplayer-3.0000.043.051.js:559:0
NS_ERROR_UNEXPECTED: <unknown>
Reach out to me (cpearce) when someone wants to debug this, and I'll provide information on how to make Netflix working...
Reporter | ||
Comment 1•9 years ago
|
||
Jan, Andrew: It would be good if we can get someone to look into this. I think it's low volume, but I can't tell because Netflix is currently not serving EME to Firefox Beta/Release channel users; so we won't be running this code in Beta/Release, so we won't be getting crash reports for it.
I can only repro this on Windows in Nightly, because Netflix are currently only serving EME to Windows/Nightly users.
Blocks: EME
Flags: needinfo?(overholt)
Reporter | ||
Comment 3•9 years ago
|
||
Lowering priority of bugs that don't need to block initial EME rollout.
Priority: -- → P2
Updated•9 years ago
|
Crash Signature: [@ mozilla::dom::indexedDB::`anonymous namespace''::DatabaseConnection::GetCachedStatement(nsACString_internal const&, mozilla::dom::indexedDB::A0x1869d874::DatabaseConnection::CachedStatement*)] → [@ mozilla::dom::indexedDB::`anonymous namespace''::DatabaseConnection::GetCachedStatement(nsACString_internal const&, mozilla::dom::indexedDB::A0x1869d874::DatabaseConnection::CachedStatement*)]
[@ mozilla::dom::indexedDB::`anonymous namespace''::Databa…
Comment 4•9 years ago
|
||
I just observed this crash in release on an Intel i5, the crash for me occurred on start up. I started up firefox, it was being a little slow, i went to navigate to a site and while trying to do so firefox release version crashed on me.
Comment 5•9 years ago
|
||
Jan and Kyle: this isn't a top crasher but I see a bunch of recent reports from Windows users. Can one of you investigate?
Flags: needinfo?(khuey)
Flags: needinfo?(jvarga)
Do you have a crash report link?
Flags: needinfo?(khuey) → needinfo?(charja13)
Comment 7•9 years ago
|
||
Comment hidden (obsolete) |
Comment 9•9 years ago
|
||
whoops that was the wrong one... i apparently got a crash today i didnt know about, here is the correct one https://crash-stats.mozilla.com/report/index/8964fc7d-2f1c-472c-8b38-7b7372160118
I bet AutoClose is screwing stuff up somehow at http://hg.mozilla.org/releases/mozilla-release/annotate/146f494b6a79/dom/indexedDB/ActorsParent.cpp#l17408
This might help us figure out who is messing things up.
Attachment #8711130 -
Flags: review?(jvarga)
Comment 12•9 years ago
|
||
Comment on attachment 8711130 [details] [diff] [review]
Patch
Review of attachment 8711130 [details] [diff] [review]:
-----------------------------------------------------------------
Ok
Attachment #8711130 -
Flags: review?(jvarga) → review+
Keywords: checkin-needed,
leave-open
Comment 13•9 years ago
|
||
Keywords: checkin-needed
Comment 14•9 years ago
|
||
bugherder |
Nope, it's coming from CloseConnectionRunnable. https://crash-stats.mozilla.com/report/index/35445dad-fa52-461b-bcde-689402160211
Flags: needinfo?(khuey)
Depends on: 1256049
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(khuey)
Resolution: --- → DUPLICATE
Comment 21•7 years ago
|
||
Removing leave-open keyword from resolved bugs, per :sylvestre.
Keywords: leave-open
You need to log in
before you can comment on or make changes to this bug.
Description
•