Closed
Bug 39897
Opened 26 years ago
Closed 26 years ago
crash in nsDSURIContentListener::DoContent
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: warrensomebody, Assigned: mscott)
References
()
Details
(Keywords: crash)
I went to www.buy.com and looked up the SonicWall SOHO" under Computers,
clicked on the link for it and got this crash:
mDocShell is null:
if(loadAttribs & nsIChannel::LOAD_RETARGETED_DOCUMENT_URI)
mDocShell->StopCurrentLoads();
=> mDocShell->OnLoadingSite(aOpenedChannel);
NS_ENSURE_SUCCESS(mDocShell->CreateContentViewer(aContentType,
nsDSURIContentListener::DoContent(nsDSURIContentListener * const 0x04a25720,
const char * 0x0012faf4, int 0x00000000, const char * 0x10098aa0
gCommonEmptyBuffer, nsIChannel * 0x04a24d70, nsIStreamListener * * 0x0012fb34,
int * 0x0012fad8) line 97 + 16 bytes
nsDocumentOpenInfo::DispatchContent(nsIChannel * 0x04a24d70, nsISupports *
0x00000000) line 326 + 109 bytes
nsDocumentOpenInfo::OnStartRequest(nsDocumentOpenInfo * const 0x04a26220,
nsIChannel * 0x04a24d70, nsISupports * 0x00000000) line 175 + 16 bytes
nsHTTPFinalListener::OnStartRequest(nsHTTPFinalListener * const 0x04a24b00,
nsIChannel * 0x04a24d70, nsISupports * 0x00000000) line 1146
nsHTTPCacheListener::OnStartRequest(nsHTTPCacheListener * const 0x04a24950,
nsIChannel * 0x04a24060, nsISupports * 0x00000000) line 147
nsDiskCacheRecordChannel::OnStartRequest(nsDiskCacheRecordChannel * const
0x04a24064, nsIChannel * 0x04a237f0, nsISupports * 0x00000000) line 647
nsOnStartRequestEvent::HandleEvent(nsOnStartRequestEvent * const 0x04a231d0)
line 212 + 26 bytes
nsStreamListenerEvent::HandlePLEvent(PLEvent * 0x04a23180) line 97 + 12 bytes
PL_HandleEvent(PLEvent * 0x04a23180) line 575 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x02da3970) line 520 + 9 bytes
_md_EventReceiverProc(HWND__ * 0x014105c6, unsigned int 0x0000c0bb, unsigned
int 0x00000000, long 0x02da3970) line 1030 + 9 bytes
USER32! 77e71820()
02da3970()
Comment 2•26 years ago
|
||
I agree with Chris Siebenmann that this is the same stack trace as bug 40116.
Marking this one dup because the other bug has already been marked [nsbeta2+].
*** This bug has been marked as a duplicate of 40116 ***
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Comment 3•26 years ago
|
||
Sorry for the spam. New QA Contact for Browser General. Thanks for your help
Joseph (good luck with the new job) and welcome aboard Doron Rosenberg
QA Contact: jelwell → doronr
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•