Closed
Bug 8926
Opened 26 years ago
Closed 26 years ago
NECKO: crashing
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: rh2058, Assigned: gagan)
References
()
Details
This url seems to crash reliably for me. Here's the bt:
Document http://home.netscape.com/bookmark/4_06/ptchannelnetscape.html loaded
successfully
Document: Done (2.172 secs)
Program received signal SIGSEGV, Segmentation fault.
chunk_free (ar_ptr=0x40890580, p=0x8492c08) at malloc.c:2958
malloc.c:2958: No such file or directory.
Current language: auto; currently c
(gdb) bt
#0 chunk_free (ar_ptr=0x40890580, p=0x8492c08) at malloc.c:2958
#1 0x40800505 in __libc_free (mem=0x8492c10) at malloc.c:2932
#2 0x404ce895 in PR_Free (ptr=0x8492c10) at prmem.c:66
#3 0x4017cf72 in net_ProcessHTTP (ce=0x8403da0)
at /home/steve/projects/mozilla/network/protocol/http/mkhttp.c:3713
#4 0x4024e59e in NET_ProcessNet (ready_fd=0x8383c98, fd_type=2)
at /home/steve/projects/mozilla/network/main/mkgeturl.c:3355
#5 0x402566a1 in NET_PollSockets ()
at /home/steve/projects/mozilla/network/main/mkselect.c:320
#6 0x40279fa2 in nsNetlibService::NetPollSocketsCallback (aTimer=0x8534160,
aClosure=0x80d3e10)
at /home/steve/projects/mozilla/network/module/nsNetService.cpp:1244
#7 0x40155a85 in TimerImpl::FireTimeout (this=0x8534160)
at /home/steve/projects/mozilla/gfx/src/gtk/nsTimer.cpp:73
#8 0x40155f0a in nsTimerExpired (aCallData=0x8534160)
at /home/steve/projects/mozilla/gfx/src/gtk/nsTimer.cpp:196
#9 0x40665fa3 in g_timeout_dispatch ()
#10 0x406652c6 in g_main_dispatch ()
#11 0x40665801 in g_main_iterate ()
#12 0x40665979 in g_main_run ()
#13 0x40594f3a in gtk_main ()
#14 0x400f6599 in nsAppShell::Run (this=0x80ab598)
at /home/steve/projects/mozilla/widget/src/gtk/nsAppShell.cpp:237
#15 0x4002af4d in nsAppShellService::Run (this=0x80b7d60)
at /home/steve/projects/mozilla/xpfe/appshell/src/nsAppShellService.cpp:428
#16 0x804aa10 in main (argc=1, argv=0xbffffa44)
at /home/steve/projects/mozilla/xpfe/bootstrap/nsAppRunner.cpp:686
#17 0x407bfcb3 in __libc_start_main (main=0x8049a5c <main>, argc=1,
argv=0xbffffa44, init=0x804951c <_init>, fini=0x804b748 <_fini>,
rtld_fini=0x4000a350 <_dl_fini>, stack_end=0xbffffa3c)
at ../sysdeps/generic/libc-start.c:78
Status: NEW → ASSIGNED
Target Milestone: 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. ;-)
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
|
||
I have no problems at this page. Marked fixed.
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
•