Open
Bug 518531
Opened 15 years ago
Updated 2 years ago
Bloat & Leak Tests: ###!!! ASSERTION: sqlite3_close failed. There are probably outstanding statements that are listed above!: 'srv == SQLITE_OK'
Categories
(MailNews Core :: Database, defect)
MailNews Core
Database
Tracking
(Not tracked)
NEW
People
(Reporter: standard8, Unassigned)
References
Details
(Keywords: assertion)
Attachments
(1 file)
57.05 KB,
text/plain
|
Details |
On the trunk Mail Bloat and Leak Test boxes we are seeing a number of these errors:
WARNING: An event was posted to a thread that will never run it (rejected): file /Volumes/Build/comm-central-trunk-bloat-macosx/build/mozilla/xpcom/threads/nsThread.cpp, line 362
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x8000FFFF: file /Volumes/Build/comm-central-trunk-bloat-macosx/build/mozilla/storage/src/mozStorageStatement.cpp, line 408
WARNING: An event was posted to a thread that will never run it (rejected): file /Volumes/Build/comm-central-trunk-bloat-macosx/build/mozilla/xpcom/threads/nsThread.cpp, line 362
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x8000FFFF: file /Volumes/Build/comm-central-trunk-bloat-macosx/build/mozilla/storage/src/mozStorageStatement.cpp, line 408
WARNING: An event was posted to a thread that will never run it (rejected): file /Volumes/Build/comm-central-trunk-bloat-macosx/build/mozilla/xpcom/threads/nsThread.cpp, line 362
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x8000FFFF: file /Volumes/Build/comm-central-trunk-bloat-macosx/build/mozilla/storage/src/mozStorageStatement.cpp, line 408
WARNING: SQL statement 'INSERT INTO attributeDefinitions (id, attributeType, extensionName, name, parameter) VALUES (?1, ?2, ?3, ?4, ?5)' was not finalized: file /Volumes/Build/comm-central-trunk-bloat-macosx/build/mozilla/storage/src/mozStorageConnection.cpp, line 510
WARNING: SQL statement 'INSERT INTO identities (id, contactID, kind, value, description, relay) VALUES (?1, ?2, ?3, ?4, ?5, ?6)' was not finalized: file /Volumes/Build/comm-central-trunk-bloat-macosx/build/mozilla/storage/src/mozStorageConnection.cpp, line 510
WARNING: SQL statement 'INSERT INTO contacts (id, directoryUUID, contactUUID, name, popularity, frecency, jsonAttributes) VALUES (?1, ?2, ?3, ?4, ?5, ?6, ?7)' was not finalized: file /Volumes/Build/comm-central-trunk-bloat-macosx/build/mozilla/storage/src/mozStorageConnection.cpp, line 510
###!!! ASSERTION: sqlite3_close failed. There are probably outstanding statements that are listed above!: 'srv == SQLITE_OK', file /Volumes/Build/comm-central-trunk-bloat-macosx/build/mozilla/storage/src/mozStorageConnection.cpp, line 523
Useful to know facts:
- The bloat tests start up with an empty profile with one account defined.
- At least some of gloda is disabled by default:
http://hg.mozilla.org/comm-central/annotate/f0c54256d80a/mailnews/test/performance/common/mailnewsTestPrefs.js#l43
- Only happens on c-c with mozilla-central. c-c with mozilla-1.9.1 is fine. I don't know about c-c with mozilla-1.9.2.
- Only happens on the refcount part of the tests. The --trace-malloc part (which is much slower) doesn't seem to cause an assertion.
Example full log attached.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•