Open
Bug 617984
Opened 14 years ago
Updated 2 years ago
Minefield can't load tinderbox pushlog
Categories
(Core :: General, defect)
Tracking
()
NEW
People
(Reporter: jaas, Unassigned)
Details
My copy of Minefield stopped being able to load tinderbox pushlog a while ago. No copy of Minefield can do it, but Firefox 3.6 can load tbpl just fine. When I run a debug build of Minefield and try to load tbpl I get the following console output:
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004005: file /Volumes/MozillaBuilds/10_6/ff_200_debug_32/storage/src/mozStorageConnection.cpp, line 813
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004005: file /Volumes/MozillaBuilds/10_6/ff_200_debug_32/dom/src/storage/nsDOMStoragePersistentDB.cpp, line 325
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004005: file /Volumes/MozillaBuilds/10_6/ff_200_debug_32/dom/src/storage/nsDOMStorageDBWrapper.cpp, line 89
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004005: file /Volumes/MozillaBuilds/10_6/ff_200_debug_32/dom/src/storage/nsDOMStorage.cpp, line 820
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004005: file /Volumes/MozillaBuilds/10_6/ff_200_debug_32/storage/src/mozStorageConnection.cpp, line 813
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004005: file /Volumes/MozillaBuilds/10_6/ff_200_debug_32/dom/src/storage/nsDOMStoragePersistentDB.cpp, line 325
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004005: file /Volumes/MozillaBuilds/10_6/ff_200_debug_32/dom/src/storage/nsDOMStorageDBWrapper.cpp, line 89
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004005: file /Volumes/MozillaBuilds/10_6/ff_200_debug_32/dom/src/storage/nsDOMStorage.cpp, line 820
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004005: file /Volumes/MozillaBuilds/10_6/ff_200_debug_32/storage/src/mozStorageConnection.cpp, line 813
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004005: file /Volumes/MozillaBuilds/10_6/ff_200_debug_32/dom/src/storage/nsDOMStoragePersistentDB.cpp, line 325
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004005: file /Volumes/MozillaBuilds/10_6/ff_200_debug_32/dom/src/storage/nsDOMStorageDBWrapper.cpp, line 89
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004005: file /Volumes/MozillaBuilds/10_6/ff_200_debug_32/dom/src/storage/nsDOMStorage.cpp, line 849
WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004005: file /Volumes/MozillaBuilds/10_6/ff_200_debug_32/dom/src/storage/nsDOMStorage.cpp, line 1259
JavaScript error: , line 0: uncaught exception: [Exception... "Failure" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://tbpl.mozilla.org/js/UserInterface.js :: <TOP_LEVEL> :: line 176" data: no]
Comment 1•14 years ago
|
||
Does this also happen in a fresh profile? What gets printed if you evaluate "UserInterface._storage" in the new Web Console?
Comment 2•14 years ago
|
||
(In reply to comment #0)
> WARNING: NS_ENSURE_SUCCESS(rv, rv) failed with result 0x80004005: file
> /Volumes/MozillaBuilds/10_6/ff_200_debug_32/storage/src/mozStorageConnection.cpp,
> line 813
This suggests that dom storage is trying to create a statement, and that is failing.
(In reply to comment #1)
> Does this also happen in a fresh profile? What gets printed if you evaluate
> "UserInterface._storage" in the new Web Console?
> UserInterface._storage
[object Storage]
A new profile fixes the problem. Got a guess as to which part of the profile is bad? A particular file to delete from the profile to fix the problem?
Comment 5•14 years ago
|
||
I don't know much about that, but you could try whether playing with the dom.storage.* and network.cookie.lifetimePolicy prefs makes a difference. That's where we had problems before (bug 545833).
(In reply to comment #5)
> I don't know much about that, but you could try whether playing with the
> dom.storage.* and network.cookie.lifetimePolicy prefs makes a difference.
> That's where we had problems before (bug 545833).
Those two prefs are set to default values.
I played around with deleting individual files from my profile and I think removing "chromeappsstore.sqlite" fixed tbpl.
I am having this problem again but in reverse - Firefox 3.6 can't load tbpl-Firefox but Minefield can.
Comment 9•14 years ago
|
||
FWIW, I get issues[1] loading TBPL when I have NoScript's "ABE" enabled.[2]
[1] It gets to "Loading: 50%" or thereabouts, and doesn't get any further, and it also never shows any gray (unfinished) builds.
[2] ABE is enabled by default in NoScript, but you can disable it under the "Advanced" tab in NoScript options, in the "ABE" subtab.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•