Closed
Bug 3091
Opened 26 years ago
Closed 26 years ago
viewer segfaults when displaying to mono xterm
Categories
(Core Graveyard :: Viewer App, defect, P2)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
M5
People
(Reporter: mcafee, Assigned: mcafee)
Details
Mono NCD xterm, viewer & apprunner:
Gdk-CRITICAL **: file gdkfont.c: line 115 (gdk_font_ref): assertion `font !=
NULL' failed.
Gdk-CRITICAL **: file gdkfont.c: line 127 (gdk_font_unref): assertion `font !=
NULL' failed.
Gdk-CRITICAL **: file gdkfont.c: line 115 (gdk_font_ref): assertion `font !=
NULL' failed.
Segmentation fault (core dumped)
#0 0xee5867a8 in gtk_style_init (style=0x100338, colormap=0xd7558,
depth=1049644) at gtkstyle.c:593
#1 0xee586314 in gtk_style_attach (style=0x100338, window=0x1)
at gtkstyle.c:490
#2 0xee5cc9e0 in gtk_window_realize (widget=0x103168) at gtkwindow.c:864
#3 0xee5cf840 in gtk_marshal_NONE__NONE (object=0x103168,
func=0xee5cc7fc <gtk_window_realize>, func_data=0x0, args=0xefffe498)
at gtkmarshal.c:344
#4 0xee57e65c in gtk_signal_real_emit (object=0x103168, signal_id=6,
params=0xefffe498) at gtksignal.c:1408
#5 0xee57ba38 in gtk_signal_emit (object=0x103168, signal_id=6)
at gtksignal.c:528
#6 0xee5beee8 in gtk_widget_realize (widget=0x103168) at gtkwidget.c:1638
#7 0xee5bea28 in gtk_widget_map (widget=0x103168) at gtkwidget.c:1577
#8 0xee5cc3b4 in gtk_window_show (widget=0x103168) at gtkwindow.c:758
#9 0xee5cf840 in gtk_marshal_NONE__NONE (object=0x103168,
func=0xee5cc29c <gtk_window_show>, func_data=0x0, args=0xefffea90)
at gtkmarshal.c:344
#10 0xee57e65c in gtk_signal_real_emit (object=0x103168, signal_id=2,
params=0xefffea90) at gtksignal.c:1408
#11 0xee57ba38 in gtk_signal_emit (object=0x103168, signal_id=2)
at gtksignal.c:528
#12 0xee5bde8c in gtk_widget_show (widget=0x103168) at gtkwidget.c:1422
#13 0xef6cec34 in nsWindow::CreateNative (this=0x16f8f0, parentWidget=0x0)
at nsWindow.cpp:204
#14 0xef6cda14 in nsWidget::CreateWidget (this=0x16f8f0, aParent=0x0,
aRect=@0xeffff018,
aHandleEventFunction=0x30afc <HandleBrowserEvent(nsGUIEvent *)>,
---Type <return> to continue, or q <return> to quit---
aContext=0x0, aAppShell=0xd13f0, aToolkit=0x0, aInitData=0xeffff028,
aNativeParent=0x0) at nsWidget.cpp:576
#15 0xef6cdb50 in nsWidget::Create (this=0x16f8f0, aParent=0x0,
aRect=@0xeffff018,
aHandleEventFunction=0x30afc <HandleBrowserEvent(nsGUIEvent *)>,
aContext=0x0, aAppShell=0xd13f0, aToolkit=0x0, aInitData=0xeffff028)
at nsWidget.cpp:617
#16 0x34d64 in nsBrowserWindow::Init (this=0x16f7c8, aAppShell=0xd13f0,
aPrefs=0xe5708, aBounds=@0xeffff2a8, aChromeMask=4294967295,
aAllowPlugins=1) at nsBrowserWindow.cpp:1257
#17 0x41210 in nsViewerApp::OpenWindow (this=0xcf1b0) at nsViewerApp.cpp:581
#18 0x28704 in nsNativeViewerApp::Run (this=0xcf1b0) at nsGTKMain.cpp:41
#19 0x28abc in main (argc=1, argv=0xeffff41c) at nsGTKMain.cpp:97
Comment 1•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Assignee | ||
Updated•26 years ago
|
Assignee: ramiro → mcafee
Assignee | ||
Comment 4•26 years ago
|
||
Not an "old we can ignore this" bug, I just haven't
tried this recently. I will try this when I get
into the office.
Updated•26 years ago
|
Target Milestone: M4 → M5
Comment 5•26 years ago
|
||
moving to m5
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 6•26 years ago
|
||
This appears to be working again, both viewer & apprunner.
QA: to verify, you can try the NCD terminal that's ! under my desk:
setenv DISPLAY ncd:0.0
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
•