Closed
Bug 1348239
Opened 9 years ago
Closed 8 years ago
Assertion failure: false (NS_SUCCEEDED(connection->CreateStatement(static_cast<const nsLiteralCString&>(nsLiteralCString("" "SELECT name " "FROM database")), getter_AddRefs(stmt)))), at c:ActorsParent.cpp:22983
Categories
(Core :: Storage: IndexedDB, defect, P2)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: cbook, Unassigned)
Details
(Keywords: assertion)
Attachments
(2 files)
Happened with latest m-c tinderbox debug build on windows 7 as startup crash when first trying to start this build for bughunter testing
Assertion failure: false (NS_SUCCEEDED(connection->CreateStatement(static_cast<const nsLiteralCString&>(nsLiteralCString("" "SELECT name " "FROM database")), getter_AddRefs(stmt)))), at c:/builds/moz2_slave/m-cen-w32-d-000000000000000000/build/src/dom/indexedDB/ActorsParent.cpp:22983
before the assertion failure happen the log is showing 2 warning, maybe this help - also looking for steps to reproduce now
[5692] WARNING: The SQL statement 'SELECT name FROM database' could not be compiled due to an error: no such table: database: file c:/builds/moz2_slave/m-cen-w32-d-000000000000000000/build/src/storage/mozStorageConnection.cpp, line 1153
[5692] WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004005: file c:/builds/moz2_slave/m-cen-w32-d-000000000000000000/build/src/storage/mozStorageConnection.cpp, line 1614
Assertion failure: false (NS_SUCCEEDED(connection->CreateStatement(static_cast<const nsLiteralCString&>(nsLiteralCString("" "SELECT name " "FROM database")), getter_AddRefs(stmt)))), at c:/builds/moz2_slave/m-cen-w32-d-000000000000000000/build/src/dom/indexedDB/ActorsParent.cpp:22983
Comment 1•9 years ago
|
||
Hi :Tomcat,
Did you get luck to figure out the reproduce steps?
Flags: needinfo?(cbook)
| Reporter | ||
Comment 2•9 years ago
|
||
Hi,
steps to reprodcue are just to start the trunk debug build and then on first start the build crash/cause asseetion failure and on the next start it works :(
got a stack/windgb data now
Flags: needinfo?(cbook)
Comment 3•9 years ago
|
||
Hello Jan,
Would you please take a look at what's up? Thanks!
Flags: needinfo?(jvarga)
| Reporter | ||
Comment 4•9 years ago
|
||
It seems this also can happen to windows 10 maschines. While using a test automation system that load websites the vm run also into this.
maybe this is a kind of profile corruption that affects just windows
Comment 5•8 years ago
|
||
This does seem related to profile corruption. Carsten, is this still happening? Do you have the profile around?
Flags: needinfo?(jvarga) → needinfo?(cbook)
Priority: -- → P2
Updated•8 years ago
|
Flags: needinfo?(cbook) → needinfo?(bob)
Comment 6•8 years ago
|
||
lets go with incomplete. this is not something we see normally in production.
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(bob)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•