Closed
Bug 1314540
Opened 9 years ago
Closed 6 years ago
Assertion failure: false (NS_SUCCEEDED(checkStmt->ExecuteStep(&hasResult))), at ActorsParent.cpp:2362
Categories
(Core :: Storage: IndexedDB, defect, P3)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: assertion)
found via bughunter and reproduced on latest m-c tinderbox windows debug build
Steps to reproduce:
-> Load http://www.bt.dk/
---> Assertion failure
Assertion failure: false (NS_SUCCEEDED(checkStmt->ExecuteStep(&hasResult))), at c:/builds/moz2_slave/m-cen-w32-d-000000000000000000/build/src/dom/indexedDB/ActorsParent.cpp:2362
#01: mozilla_dump_image[c:\bughunter\firefox-52.0a1.en-US.win32\firefox\xul.dll +0x1bbb390]
#02: mozilla_dump_image[c:\bughunter\firefox-52.0a1.en-US.win32\firefox\xul.dll +0x1bbb91d]
#03: XRE_AddStaticComponent[c:\bughunter\firefox-52.0a1.en-US.win32\firefox\xul.dll +0x1e57d5]
#04: NS_StringSetIsVoid[c:\bughunter\firefox-52.0a1.en-US.win32\firefox\xul.dll +0x20dcea]
#05: mozilla_dump_image[c:\bughunter\firefox-52.0a1.en-US.win32\firefox\xul.dll +0x1bbc05f]
#06: XRE_AddStaticComponent[c:\bughunter\firefox-52.0a1.en-US.win32\firefox\xul.dll +0x1e57d5]
#07: NS_StringSetIsVoid[c:\bughunter\firefox-52.0a1.en-US.win32\firefox\xul.dll +0x20dcea]
#08: mozilla::net::LoadInfo::TriggeringPrincipal[c:\bughunter\firefox-52.0a1.en-US.win32\firefox\xul.dll +0x5a8a20]
#09: mozilla::net::LoadInfo::TriggeringPrincipal[c:\bughunter\firefox-52.0a1.en-US.win32\firefox\xul.dll +0x589735]
#10: mozilla::net::LoadInfo::TriggeringPrincipal[c:\bughunter\firefox-52.0a1.en-US.win32\firefox\xul.dll +0x5896ed]
#11: mozilla::net::LoadInfo::TriggeringPrincipal[c:\bughunter\firefox-52.0a1.en-US.win32\firefox\xul.dll +0x589436]
#12: XRE_AddStaticComponent[c:\bughunter\firefox-52.0a1.en-US.win32\firefox\xul.dll +0x1ea226]
#13: PR_NativeCreateThread[c:\bughunter\firefox-52.0a1.en-US.win32\firefox\nss3.dll +0x18359b]
#14: PR_MD_WAIT_CV[c:\bughunter\firefox-52.0a1.en-US.win32\firefox\nss3.dll +0x177701]
#15: o__CIpow[c:\bughunter\firefox-52.0a1.en-US.win32\firefox\ucrtbase.DLL +0x3d5ef]
#16: BaseThreadInitThunk[C:\Windows\system32\kernel32.dll +0x4ee1c]
#17: RtlInitializeExceptionChain[C:\Windows\SYSTEM32\ntdll.dll +0x637eb]
#18: RtlInitializeExceptionChain[C:\Windows\SYSTEM32\ntdll.dll +0x637be]
Updated•9 years ago
|
Flags: needinfo?(btseng)
Comment 2•9 years ago
|
||
The assertion is a very simple PRAGMA execution to SQLite that should always be succeeded:
http://searchfox.org/mozilla-central/rev/f5c9e9a249637c9abd88754c8963ecb3838475cb/dom/indexedDB/ActorsParent.cpp#23627
I tried to reproduce this locally with today's m-c win32 debug build in treeherder:
https://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-central-win32-debug/1478485347/
Unfortunately, I can't see the same assertion after several trial but I saw another one instead in
[Parent 7092] ###!!! ASSERTION: Why do we still have a child doc?: '!mOuterDoc',
file c:/builds/moz2_slave/m-cen-w32-d-000000000000000000/build/src/accessible/ipc/ProxyAccessibleBase.cpp, line 28
Hi Carsten,
Is this still a valid issue in indexedDB?
Flags: needinfo?(btseng) → needinfo?(cbook)
| Reporter | ||
Comment 3•9 years ago
|
||
Bevis, seems the assertion is gone :) so seems we fixed this :)
Flags: needinfo?(cbook)
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•