Closed
Bug 6096
Opened 26 years ago
Closed 26 years ago
NECKO: Crashes mozilla-apprunner when encountering location.href=....
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: ruebe-moz, Assigned: gagan)
References
()
Details
Opening http://aachen.heimat.de/test/mozilla2.html crashed my Mozilla M5 when
encountering the location.href line.
To reproduce
1) Start mozilla-apprunner.sh
2) open http://aachen.heimat.de/test/mozilla2.html
Actual Result:
Mozilla crashed with
.//run-mozilla.sh: line 35: 20053 Segmentation fault $prog ${1+"$@"}
Expected Result:
The page index_2.html should appear (well, at least a "page not found")
Build Date & Platform:
Milestone 5 on SuSE6.1 Linux
Additional Builds and Platforms:
On Linux:
viewer (M5): crashed
Additional Information:
gdb stacktrace :
#0 0x40153a87 in net_ResumeHTTP ()
#1 0x401fdf3f in NET_ProcessNet ()
#2 0x402035d7 in NET_PollSockets ()
#3 0x4021bea5 in nsNetlibService::NetPollSocketsCallback ()
#4 0x4013bcfa in TimerImpl::FireTimeout ()
#5 0x4013c060 in nsTimerExpired ()
#6 0x80e6b1f in g_list_length ()
#7 0x80e60a4 in g_list_length ()
#8 0x80e651f in g_list_length ()
#9 0x80e6639 in g_list_length ()
#10 0x8084da3 in gtk_main ()
#11 0x400870fd in nsAppShell::Run ()
#12 0x4001905e in nsAppShellService::Run ()
#13 0x8051169 in main ()
Updated•26 years ago
|
Target Milestone: M7 → M8
Comment 1•26 years ago
|
||
necko -> m8
Comment 2•26 years ago
|
||
I'm moving this to target M9, Necko will be enabled somewhere during late M8 or
early M9. We will need to get on this and it cannot be postponed past the M9
milestone.
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. ;-)
Summary: Crashes mozilla-apprunner when encountering location.href=.... → NECKO: Crashes mozilla-apprunner when encountering location.href=....
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
this no longer crashes on linux, it was a JS redirect BTW
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
•