Closed
Bug 1338805
Opened 9 years ago
Closed 6 years ago
|make mozmill|: A coding exception was thrown and uncaught in a Task. Full message: TypeError: sqliteHandle is undefined
Categories
(Thunderbird :: Testing Infrastructure, defect)
Thunderbird
Testing Infrastructure
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ishikawa, Unassigned)
Details
Attachments
(1 file)
|
23.36 KB,
text/plain
|
Details |
I see the following exception being thrown during the run of |make mozmill| local run.
(Linux 64-bit.)
[11617] WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80630001: file /NREF-COMM-CENTRAL/comm-central/mozilla/storage/mozStorageConnection.cpp, line 666
*************************
A coding exception was thrown and uncaught in a Task.
Full message: TypeError: sqliteHandle is undefined
Full stack: syncCollection@resource://services-common/blocklist-clients.js:216:9
TaskImpl_run@resource://gre/modules/Task.jsm:320:42
waitFor@resource://mozmill/modules/utils.js:478:5
MozMillController.prototype.waitFor@resource://mozmill/modules/controller.js:687:3
test_outdated_plugin_notification@resource://mozmill/modules/frame.js -> file:///NREF-COMM-CENTRAL/comm-central/mail/test/mozmill/content-tabs/test-plugin-outdated.js:69:3
Runner.prototype.wrapper@resource://mozmill/modules/frame.js:585:9
Runner.prototype._runTestModule@resource://mozmill/modules/frame.js:655:9
Runner.prototype.runTestModule@resource://mozmill/modules/frame.js:701:3
Runner.prototype.runTestDirectory@resource://mozmill/modules/frame.js:525:7
runTestDirectory@resource://mozmill/modules/frame.js:707:3
Bridge.prototype._execFunction@resource://jsbridge/modules/server.js:179:10
Bridge.prototype.execFunction@resource://jsbridge/modules/server.js:183:16
@resource://jsbridge/modules/server.js:283:1
Session.prototype.receive@resource://jsbridge/modules/server.js:283:3
AsyncRead.prototype.onDataAvailable@resource://jsbridge/modules/server.js:88:3
It happens in the following two tests:
TEST-START | /NREF-COMM-CENTRAL/comm-central/mail/test/mozmill/content-tabs/test-plugin-outdated.js | test_outdated_plugin_notification
Full message: TypeError: sqliteHandle is undefined
Full message: TypeError: sqliteHandle is undefined
Full message: TypeError: sqliteHandle is undefined
Full message: TypeError: sqliteHandle is undefined
TEST-START | /NREF-COMM-CENTRAL/comm-central/mail/test/mozmill/content-tabs/test-plugin-blocked.js | test_blocklisted_plugin_notification
Full message: TypeError: sqliteHandle is undefined
Full message: TypeError: sqliteHandle is undefined
Full message: TypeError: sqliteHandle is undefined
Full message: TypeError: sqliteHandle is undefined
I only began to see this error since Feb 9th (JST). Very new.
I am attaching the excerpt from the log of local run of DEBUG version of C-C TB (with a few additional debug output added locally).
Comment 2•7 years ago
|
||
Hi,
On seamonkey 2.49.4 :
A coding exception was thrown and uncaught in a Task.
Full message: TypeError: conn is undefined
Full stack: PU_asyncGetBookmarkIds/<@resource://gre/modules/PlacesUtils.jsm:1488:7
TaskImpl_run@resource://gre/modules/Task.jsm:319:42
I don't why I had this message (It's a log from yesterday and the days before).
Best regards,
Comment 3•6 years ago
|
||
mozmill is gone
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
•