Open Bug 1100018 Opened 10 years ago Updated 2 years ago

"A promise chain failed to handle a rejection"

Categories

(Thunderbird :: Folder and Message Lists, defect)

defect

Tracking

(Not tracked)

People

(Reporter: bugzilla, Unassigned)

Details

Timestamp: 15-11-2014 21:43:48
Error: A promise chain failed to handle a rejection. Did you forget to '.catch', or did you forget to 'return'?
See https://developer.mozilla.org/Mozilla/JavaScript_code_modules/Promise.jsm/Promise

Date: Sat Nov 15 2014 21:43:46 GMT+0100 (Romance Standard Time)
Full Message: TypeError: path is null
Full Stack: anonymous/winIsAbsolute@resource://gre/modules/osfile/ospath_win.jsm:220:7
anonymous/split@resource://gre/modules/osfile/ospath_win.jsm:298:15
makeDir@resource://gre/modules/osfile/osfile_win_front.jsm:500:24
AbstractFile.makeDir@resource://gre/modules/osfile/osfile_shared_front.jsm:536:5
makeDir@resource://gre/modules/osfile/osfile_async_worker.js:215:13
worker.dispatch@resource://gre/modules/osfile/osfile_async_worker.js:31:26
anonymous/AbstractWorker.prototype.handleMessage@resource://gre/modules/workers/PromiseWorker.js:122:16
@resource://gre/modules/osfile/osfile_async_worker.js:46:43

Source File: resource://gre/modules/osfile/ospath_win.jsm
Line: 220
Source Code:
220


using tbird nightly
I am seeing something similar, immediately after startup, or near the end of startup.

Error: A promise chain failed to handle a rejection. Did you forget to '.catch', or did you forget to 'return'?
See https://developer.mozilla.org/Mozilla/JavaScript_code_modules/Promise.jsm/Promise

Date: Sun Nov 23 2014 04:22:14 GMT-0500 (Eastern Standard Time)
Full Message: TypeError: path is null
Full Stack: anonymous/winIsAbsolute@resource://gre/modules/osfile/ospath_win.jsm:220:7
anonymous/split@resource://gre/modules/osfile/ospath_win.jsm:298:15
makeDir@resource://gre/modules/osfile/osfile_win_front.jsm:500:24
AbstractFile.makeDir@resource://gre/modules/osfile/osfile_shared_front.jsm:536:5
makeDir@resource://gre/modules/osfile/osfile_async_worker.js:215:13
worker.dispatch@resource://gre/modules/osfile/osfile_async_worker.js:31:26
anonymous/AbstractWorker.prototype.handleMessage@resource://gre/modules/workers/PromiseWorker.js:122:16
@resource://gre/modules/osfile/osfile_async_worker.js:46:43

Source File: resource://gre/modules/osfile/ospath_win.jsm
Line: 220
Source Code:
220
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.