Closed
Bug 6017
Opened 26 years ago
Closed 26 years ago
NECKO: apprunner fails assert() in network/main/mkgeturl.c with this URL!
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: dejong, Assigned: gagan)
References
Details
(Whiteboard: will verify when linux will run on my machine)
Compiled from CVS on 5/5/99 on a Linux Intel Debian 2.1 systems using egcs
1.1.1.
While running apprunner I got this error.
Error loading URL http://home.netscape.com/bookmark/4_06/gartnergroup.html
Segmentation fault
% gdb
exec-file apprunner
run
Error loading URL http://home.netscape.com/bookmark/4_06/gartnergroup.html
Assertion failure: 0, at ../../../network/main/mkgeturl.c:3326
Alert: Alert! did not find a converter or decoder
Program received signal SIGABRT, Aborted.
0x40c66601 in kill ()
#0 0x40c66601 in kill ()
#1 0x40c6642f in gsignal ()
#2 0x40c6764f in abort ()
#3 0x409532f4 in PR_Assert (s=0x40299f22 "0",
file=0x40299f01 "../../../network/main/mkgeturl.c", ln=3326) at prlog.c:480
#4 0x402819a6 in NET_ProcessNet (ready_fd=0x0, fd_type=2)
at ../../../network/main/mkgeturl.c:3326
#5 0x4028adf5 in NET_PollSockets () at ../../../network/main/mkselect.c:298
#6 0x402aecb2 in nsNetlibService::NetPollSocketsCallback (aTimer=0x83d1320,
aClosure=0x80a2630) at ../../../network/module/nsNetService.cpp:1270
#7 0x4018be25 in TimerImpl::FireTimeout (this=0x83d1320)
at ../../../../base/src/gtk/nsTimer.cpp:73
#8 0x4018c382 in nsTimerExpired (aCallData=0x83d1320)
at ../../../../base/src/gtk/nsTimer.cpp:189
#9 0x40b12de1 in g_timeout_dispatch (source_data=0x83d2010,
current_time=0xbffffa54, user_data=0x83d1320) at gmain.c:1147
#10 0x40b11fa2 in g_main_dispatch (current_time=0xbffffa54) at gmain.c:647
#11 0x40b1258b in g_main_iterate (block=1, dispatch=1) at gmain.c:854
#12 0x40b12741 in g_main_run (loop=0x8102480) at gmain.c:912
#13 0x40a2e6fb in gtk_main () at gtkmain.c:475
#14 0x400bb399 in nsAppShell::Run (this=0x8085350)
at ../../../../widget/src/gtk/nsAppShell.cpp:203
#15 0x4001bd45 in nsAppShellService::Run (this=0x807eb10)
at ../../../../xpfe/appshell/src/nsAppShellService.cpp:186
#16 0x804ae90 in ?? ()
Code from mozilla/network/main/mkgeturl.c:3326
if(!ready_fd) {
/* couldn't find the active socket. Shouldn't ever happen */
PR_ASSERT(0);
LIBNET_UNLOCK_AND_RETURN(XP_ListIsEmpty(net_EntryList) ? 0 : 1);
}
Updated•26 years ago
|
Target Milestone: M7 → 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. ;-)
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Summary: apprunner fails assert() in network/main/mkgeturl.c with this URL! → NECKO: apprunner fails assert() in network/main/mkgeturl.c with this URL!
Updated•26 years ago
|
Whiteboard: will attempt to verify when release builds available
Updated•26 years ago
|
Whiteboard: will attempt to verify when release builds available → will verify when linux will run on my machine
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 years ago
|
||
verified fixed! dejong feel free to double verify fix - thanks
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
•