Closed
Bug 3386
Opened 26 years ago
Closed 26 years ago
Crash in nsHttpUrlImpl::Equals
Categories
(Core :: Networking, defect, P1)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: akkzilla, Assigned: gagan)
References
()
Details
On Linux, from dist/bin, run:
viewer res/samples/EditorAppShell.xul
Get a crash:
#0 0x407fc5cf in nsHttpUrlImpl::Equals (this=0x81881e0, aURL=0x0)
at /builds/seamonk/mozilla/network/module/nsHttpUrl.cpp:673
#1 0x40025076 in nsWebShell::DoLoadURL (this=0x80ea0d8, aUrlSpec=@0xbfffed6c,
aCommand=0x0, aPostData=0x0, aType=nsURLReload, aLocalIP=0)
at /builds/seamonk/mozilla/webshell/src/nsWebShell.cpp:1277
#2 0x4002596a in nsWebShell::LoadURL (this=0x80ea0d8, aURLSpec=0x81e2460,
aCommand=0x0, aPostData=0x0, aModifyHistory=1, aType=nsURLReload,
aLocalIP=0) at /builds/seamonk/mozilla/webshell/src/nsWebShell.cpp:1395
#3 0x8059f2b in nsBrowserWindow::GoTo (this=0x8152960, aURL=0x81e2460,
aCommand=0x0)
at /builds/seamonk/mozilla/webshell/tests/viewer/nsBrowserWindow.cpp:512
#4 0x80599f1 in HandleLocationEvent (aEvent=0xbfffeee0)
at /builds/seamonk/mozilla/webshell/tests/viewer/nsBrowserWindow.cpp:370
#5 0x4006049a in nsWidget::DispatchEvent (this=0x8179218, event=0xbfffeee0,
aStatus=@0xbfffeeac)
at /builds/seamonk/mozilla/widget/src/gtk/nsWidget.cpp:810
#6 0x40060378 in nsWidget::DispatchWindowEvent (this=0x8179218,
event=0xbfffeee0)
at /builds/seamonk/mozilla/widget/src/gtk/nsWidget.cpp:770
#7 0x40061458 in nsWindow::OnKey (this=0x8179218, aEvent=@0xbfffeee0)
at /builds/seamonk/mozilla/widget/src/gtk/nsWindow.cpp:436
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Comment 1•26 years ago
|
||
Tested on 4/5 debug build.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•25 years ago
|
||
well, I don't see this file anymore, so marking verified
Changing all Networking Library/Browser bugs to Networking-Core component for
Browser.
Occasionally, Bugzilla will burp and cause Verified bugs to reopen when I do
this in a bulk change. If this happens, I will fix. ;-)
Bulk move of all Networking-Core (to be deleted component) bugs to new
Networking component.
You need to log in
before you can comment on or make changes to this bug.
Description
•