Closed
Bug 596876
Opened 15 years ago
Closed 14 years ago
"ASSERTION: no SHEntry for a non-transient viewer?"
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Assigned: smaug)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
|
700 bytes,
text/html
|
Details |
I was hoping the fix for bug 591433 would make this assertion stop happening, but it didn't.
###!!! ASSERTION: no SHEntry for a non-transient viewer?: 'IsAboutBlank(mCurrentURI)', file docshell/base/nsDocShell.cpp, line 9279
nsDocShell::OnNewURI [docshell/base/nsDocShell.cpp:9300]
nsDocShell::OnLoadingSite [docshell/base/nsDocShell.cpp:9427]
nsDocShell::CreateContentViewer [docshell/base/nsDocShell.cpp:7358]
nsDSURIContentListener::DoContent [docshell/base/nsDSURIContentListener.cpp:138]
nsDocumentOpenInfo::TryContentListener [uriloader/base/nsURILoader.cpp:757]
nsDocumentOpenInfo::DispatchContent [uriloader/base/nsURILoader.cpp:455]
nsDocumentOpenInfo::OnStartRequest [uriloader/base/nsURILoader.cpp:295]
nsBaseChannel::OnStartRequest [netwerk/base/src/nsBaseChannel.cpp:712]
nsInputStreamPump::OnStateStart [netwerk/base/src/nsInputStreamPump.cpp:441]
nsInputStreamPump::OnInputStreamReady [netwerk/base/src/nsInputStreamPump.cpp:397]
nsInputStreamReadyEvent::Run [xpcom/io/nsStreamUtils.cpp:113]
nsThread::ProcessNextEvent [xpcom/threads/nsThread.cpp:547]
NS_ProcessPendingEvents_P [nsThreadUtils.cpp:200]
nsBaseAppShell::NativeEventCallback [widget/src/xpwidgets/nsBaseAppShell.cpp:132]
nsAppShell::ProcessGeckoEvents [widget/src/cocoa/nsAppShell.mm:395]
CoreFoundation + 0x733c5
CoreFoundation + 0x73aa8
HIToolbox + 0x302ac
HIToolbox + 0x300c5
HIToolbox + 0x2ff39
AppKit + 0x406d5
AppKit + 0x3ff88
AppKit + 0x38f9f
nsAppShell::Run [widget/src/cocoa/nsAppShell.mm:747]
nsAppStartup::Run [toolkit/components/startup/src/nsAppStartup.cpp:191]
XRE_main [toolkit/xre/nsAppRunner.cpp:3665]
main [browser/app/nsBrowserApp.cpp:158]
firefox-bin + 0x1486
| Assignee | ||
Comment 2•14 years ago
|
||
I can't reproduce this.
Fixed by Bug 596870?
Jesse, can you still reproduce this?
| Reporter | ||
Comment 3•14 years ago
|
||
WFM on trunk. I just get "ASSERTION: XPConnect is being called on a scope without a 'Components' property!" now.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
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
•