Closed
Bug 494810
Opened 15 years ago
Closed 15 years ago
"ASSERTION: GetSessionStorageForPrincipal got a storage that could not be accessed!"
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 494543
People
(Reporter: jruderman, Assigned: sicking)
Details
(Keywords: assertion)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
I've been hitting this assertion on shutdown frequently this week. The assertion was added a few months ago in bug 458091, but I'm only hitting it now. I have browser.sessionstore.resume_from_crash set to false, in case that matters.
###!!! ASSERTION: GetSessionStorageForPrincipal got a storage that could not be accessed!: 'canAccess', file /Users/jruderman/central/docshell/base/nsDocShell.cpp, line 2200
Comment 1•15 years ago
|
||
I was going to suggest that this was caused by bug 494543, but it hasn't landed yet. Might be related, though.
Comment 3•15 years ago
|
||
Any further information how to reproduce this? Would be great to call DumpJSStack() in gdb from xpc3250.so context (e.g. XPCWrappedNative::CallMethod frame) to get JS callstack or at least know what pages were open during exit.
Keywords: qawanted,
regressionwindow-wanted
Updated•15 years ago
|
Assignee: nobody → jonas
Flags: blocking1.9.1? → blocking1.9.1+
Comment 4•15 years ago
|
||
I was able to get this assertion during shutdown. It's quit likely it's this bug. JS stack shows this bug is duplicate of bug 494543.
Flags: blocking1.9.1+ → blocking1.9.1?
Comment 5•15 years ago
|
||
Sorry, mid-air turned the b191 flag back to ?. I don't have permissions to make it blocking again...
Reporter | ||
Comment 6•15 years ago
|
||
No longer hitting this now that bug 494543 is fixed :)
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Updated•15 years ago
|
Keywords: qawanted,
regressionwindow-wanted
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•