Closed
Bug 5104
Opened 26 years ago
Closed 24 years ago
viewer will core dump if kill is sent ny windowmanager
Categories
(Core Graveyard :: Viewer App, defect, P3)
Tracking
(Not tracked)
VERIFIED
WONTFIX
Future
People
(Reporter: dejong, Assigned: rickg)
Details
CVS build from Wed Apr 14 on a Solaris Sparc 5.6 box using egcs 1.1.1.
Select Kill from window manager and you will get a core dump. This really
should just exit not core dump. This seems like a gtk default that should
be overridden by mozilla.
Gdk-ERROR **: an x io error occurred
aborting...
Abort (core dumped)
#0 0xee013460 in __sigprocmask ()
#1 0xee00b02c in _resetsig ()
#2 0xee00a8f0 in _sigon ()
#3 0xee00d4fc in _thrp_kill ()
#4 0xee1ba568 in abort ()
#5 0xee5087bc in g_logv (log_domain=0xee560448 "Gdk",
log_level=G_LOG_LEVEL_ERROR, format=0x0, args1=0x6) at gmessages.c:389
#6 0xee508858 in g_log (log_domain=0xee560448 "Gdk",
log_level=G_LOG_LEVEL_ERROR, format=0xee560590 "an x io error occurred")
at gmessages.c:406
#7 0xee53c240 in gdk_x_io_error (display=0x0) at gdk.c:1074
#8 0xee3bf160 in _XIOError ()
#9 0xee3bb804 in _XFlushInt ()
#10 0xee3bd184 in _XReply ()
#11 0xee3a2a68 in XGetGeometry ()
#12 0xee55dbb4 in gdk_window_get_geometry (window=0x1f2dc8, x=0xefffe41c,
y=0xefffe418, width=0xefffe414, height=0xefffe410, depth=0xefffe40c)
at gdkwindow.c:1345
#13 0xef658904 in nsRenderingContextGTK::CommonInit (this=0x28c890)
at ../../../../gfx/src/gtk/nsRenderingContextGTK.cpp:165
#14 0xef6587f4 in nsRenderingContextGTK::Init (this=0x28c890,
aContext=0x1dd6b8, aWindow=0x1dd5e8)
at ../../../../gfx/src/gtk/nsRenderingContextGTK.cpp:147
#15 0xef723198 in nsWindow::OnPaint (this=0x1dd5e8, event=@0xefffe588)
at ../../../../widget/src/gtk/nsWindow.cpp:488
#16 0xef723734 in nsWindow::OnDrawSignal (this=0x1dd5e8, aArea=0xefffeba8)
at ../../../../widget/src/gtk/nsWindow.cpp:629
#17 0xef72367c in nsWindow::DrawSignal (aArea=0xefffeba8, aData=0x1dd5e8)
at ../../../../widget/src/gtk/nsWindow.cpp:613
#18 0xee6e29ec in gtk_marshal_NONE__POINTER (object=0x1dd828,
func=0xef7235dc <nsWindow::DrawSignal(_GtkWidget *, _GdkRectangle *, void
*)>, func_data=0x1dd5e8, args=0xefffe830) at gtkmarshal.c:216
#19 0xee68ba70 in gtk_handlers_run (handlers=0x1c84e8, signal=0xefffe790,
object=0x1dd828, params=0xefffe830, after=0) at gtksignal.c:1909
#20 0xee68a98c in gtk_signal_real_emit (object=0x1dd828, signal_id=8,
params=0xefffe830) at gtksignal.c:1469
#21 0xee687ad0 in gtk_signal_emit (object=0x1dd828, signal_id=8)
at gtksignal.c:552
#22 0xee6d25d4 in gtk_widget_draw (widget=0x1dd828, area=0xefffeba8)
at gtkwidget.c:2310
#23 0xef720ab0 in nsWidget::Invalidate (this=0x1dd5e8, aIsSynchronous=1)
at ../../../../widget/src/gtk/nsWidget.cpp:472
#24 0xef77cad4 in nsThrobber::Tick (this=0x1dcb30)
at ../../../webshell/src/nsThrobber.cpp:421
#25 0xef77ca54 in throb_timer_callback (aTimer=0x1dcbd8, aClosure=0x1dcb30)
at ../../../webshell/src/nsThrobber.cpp:411
#26 0xef5a41cc in TimerImpl::FireTimeout (this=0x1dcbd8)
at ../../../../base/src/gtk/nsTimer.cpp:73
#27 0xef5a4984 in nsTimerExpired (aCallData=0x1dcbd8)
at ../../../../base/src/gtk/nsTimer.cpp:189
#28 0xee5067c4 in g_timeout_dispatch (source_data=0x282228,
current_time=0xefffef70, user_data=0x1dcbd8) at gmain.c:1147
#29 0xee5054a4 in g_main_dispatch (current_time=0xefffef70) at gmain.c:647
#30 0xee505cdc in g_main_iterate (block=1116, dispatch=1) at gmain.c:854
#31 0xee505eec in g_main_run (loop=0x1eb278) at gmain.c:912
#32 0xee646164 in gtk_main () at gtkmain.c:475
#33 0xef711b98 in nsAppShell::Run (this=0xaed10)
at ../../../../widget/src/gtk/nsAppShell.cpp:208
#34 0x21d48 in nsNativeViewerApp::Run (this=0xaa648)
at ../../../../webshell/tests/viewer/nsGTKMain.cpp:42
#35 0x22080 in main (argc=1, argv=0xeffff234)
at ../../../../webshell/tests/viewer/nsGTKMain.cpp:97
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → REMIND
Comment 1•24 years ago
|
||
reopening and marking Future...
Status: RESOLVED → REOPENED
Resolution: REMIND → ---
Target Milestone: --- → Future
Viewer is only a debugging tool. We don't really care whether it core dumps on
exit on solaris. Marking wontfix.
Status: REOPENED → RESOLVED
Closed: 26 years ago → 24 years ago
Resolution: --- → WONTFIX
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•