Closed
Bug 8959
Opened 26 years ago
Closed 26 years ago
Build 1999062115 crashs <- Bookmarks-PersonalToolbarFolder-Channels-Games
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M9
People
(Reporter: schulzs, Assigned: rpotts)
Details
Linux 2.2.5 (S.u.S.E. 6.1) AMD K6-200
M7 Build 1999062115
Some Libs:
libgtk-1.2.so.0 => libgtk-1.2.so.0.1.0
libgdk-1.2.so.0 => libgdk-1.2.so.0.1.0
libgthread-1.2.so.0 => libgthread-1.2.so.0.0.1
libgmodule-1.2.so.0 => libgmodule-1.2.so.0.0.1
libglib-1.2.so.0 => libglib-1.2.so.0.0.1
libglib.so.1 => libglib.so.1.0.6
Bug:
Start Mozilla -> Bookmarks -> Personal Toolbar Folder -> Channels -> Games
-> Mozilla crashs!
Output:
--
Gtk-CRITICAL **: file gtkcontainer.c: line 717 (gtk_container_remove): assertion
`widget->parent == GTK_WIDGET (container)' failed.
Gtk-CRITICAL **: file gtkcontainer.c: line 717 (gtk_container_remove): assertion
`widget->parent == GTK_WIDGET (container)' failed.
Gtk-CRITICAL **: file gtkcontainer.c: line 717 (gtk_container_remove): assertion
`widget->parent == GTK_WIDGET (container)' failed.
Gtk-CRITICAL **: file gtkcontainer.c: line 717 (gtk_container_remove): assertion
`widget->parent == GTK_WIDGET (container)' failed.
Loading url http://home.netscape.com/bookmark/4_06/ptchannelgames.html in
WEbshell 83db858
Loading url
http://info.netscape.com/xcit.cgi?cp=http://home.netscape.com/games/ in WEbshell
83db858
Document http://home.netscape.com/bookmark/4_06/ptchannelgames.html loaded
successfully
Document: Done (14.75 secs)
Got a handle to forward menu item
Setting forward menu item disabled
Obtained MenuItem Back
Setting Back menuitem to enabled
.//run-mozilla.sh: line 35: 8335 Segmentation fault $prog ${1+"$@"}
--
bye
Stephan (StS)
Comment 2•26 years ago
|
||
DO you mean M8? If so, yes it repro's nicely. A casual glance says it may be a Netlib thing. It does not reproduce on NT with the
1999062808 build. There's a Mac bug blocking right now.
here's the gdb trace...
Program received signal SIGSEGV, Segmentation fault.
0x401101fa in net_finish_setup_http_stream ()
(gdb) bt
#0 0x401101fa in net_finish_setup_http_stream ()
#1 0x4010fba6 in net_setup_http_stream ()
#2 0x40110aa2 in net_ProcessHTTP ()
#3 0x401b6f93 in NET_ProcessNet ()
#4 0x401bc62b in NET_PollSockets ()
#5 0x401d510d in nsNetlibService::NetPollSocketsCallback ()
#6 0x400f61ea in TimerImpl::FireTimeout ()
#7 0x400f651c in nsTimerExpired ()
#8 0x80e77d3 in g_timeout_dispatch (source_data=0x85169d0,
current_time=0xbffff94c,
user_data=0x86f8b58) at gmain.c:1147
#9 0x80e6d58 in g_main_dispatch (current_time=0xbffff94c) at gmain.c:647
#10 0x80e71d3 in g_main_iterate (block=1, dispatch=1) at gmain.c:854
#11 0x80e72ed in g_main_run (loop=0x81b0a50) at gmain.c:912
#12 0x8085213 in gtk_main () at gtkmain.c:475
#13 0x400b1e7f in nsAppShell::Run ()
#14 0x4001aa2a in nsAppShellService::Run ()
#15 0x80520c7 in main ()
Yep, this looks like "the netlib thing" allright. The re-direct problem should
be fixed when necko lands.
Warren, who has the netlib re-direct bug now? 'Cause this appears to be a dupe
...
Updated•26 years ago
|
Assignee: warren → rpotts
Comment 5•26 years ago
|
||
Gagan or Rick should verify this.
Comment 6•26 years ago
|
||
hey gagan, could you mark this as a dupe of the appropriate bug? I would but it
would take me forever to find it. I was going to just mark it verified/fixed but
I wasn't sure how to intepret the error message in the console window. It no
longer crashes but selecting 'Games' as outlined above prints all of the
following to the console:
Error: Can't load: http://cgi.netscape.com/cgi-bin/games_feed.cgi (804b0002)
Recieving ... JEB2=3B89C90EDEE7B421D00C27453004DD14;Expires=Sat, 14 Aug 2004
02:53:00 GMT;Domain=.imgis.com;Path=/
Document: Done (4.26 secs)
Document http://cgi.netscape.com/cgi-bin/games_feed.cgi loaded successfully
I wasn't sure if that happens just b/c of the redirect of if there really was
some error.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Target Milestone: M9
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•