Closed
Bug 1661
Opened 26 years ago
Closed 26 years ago
xpviewer crashes on startup
Categories
(Core :: Layout: Form Controls, defect, P1)
Tracking
()
VERIFIED
FIXED
People
(Reporter: akkzilla, Assigned: ramiro)
Details
xpviewer on Linux crashes on startup as of 11/25 am, with an infinite loop
ending in:
#0 0x402e4def in _hashKeyCompare (key1=0xbf800084, key2=0x8080e40)
at /builds/akkana/raptor/mozilla/xpcom/src/nsHashtable.cpp:31
#1 0x4062e77a in PL_HashTableRawLookup (ht=0x80804a0,
keyHash=1615442529, key=0xbf800084) at plhash.c:181
#2 0x4062ed15 in PL_HashTableLookup (ht=0x80804a0, key=0xbf800084)
at plhash.c:344
#3 0x402e5069 in nsHashtable::Get (this=0x8080480, aKey=0xbf800084)
at /builds/akkana/raptor/mozilla/xpcom/src/nsHashtable.cpp:129
#4 0x402e659a in nsRepository::FindFactory (aClass=@0x4005471c,
aFactory=0xbf8000b4)
at /builds/akkana/raptor/mozilla/xpcom/src/nsRepository.cpp:284
#5 0x402e66ed in nsRepository::CreateInstance (aClass=@0x4005471c,
aDelegate=0x0, aIID=@0x4005472c, aResult=0xbf800144)
at /builds/akkana/raptor/mozilla/xpcom/src/nsRepository.cpp:365
#6 0x400482f6 in nsWindow::OnPaint (this=0x81bb400, event=@0xbf800128)
at /builds/akkana/raptor/mozilla/widget/src/gtk/nsWindow.cpp:622
#7 0x40045c39 in nsGtkWidget_ExposureMask_EventHandler (w=0x81bac00,
event=0xbf8004c8, p=0x81bb400)
at /builds/akkana/raptor/mozilla/widget/src/gtk/nsGtkEventHandler.cpp:259
#8 0x40769319 in gtk_marshal_BOOL__POINTER ()
#9 0x4072fd75 in gtk_handlers_run ()
#10 0x4072f553 in gtk_signal_real_emit ()
#11 0x4072d6ae in gtk_signal_emit ()
#12 0x407613c8 in gtk_widget_event ()
#13 0x40047e62 in nsWindow::Invalidate (this=0x81bb400, aIsSynchronous=0)
at /builds/akkana/raptor/mozilla/widget/src/gtk/nsWindow.cpp:410
#14 0x4004e1d0 in nsImageButton::SetBounds (this=0x81bb400,
aBounds=@0xbf800564)
at /builds/akkana/raptor/mozilla/widget/src/xpwidgets/nsImageButton.cpp:186
#15 0x400486b0 in DoRefresh (call_data=0x81bb400)
at /builds/akkana/raptor/mozilla/widget/src/gtk/nsWindow.cpp:823
#16 0x4004879a in DoResize (w=0x81bac00, allocation=0xbf8008e4,
data=0x81bb400)
at /builds/akkana/raptor/mozilla/widget/src/gtk/nsWindow.cpp:853
#17 0x40769575 in gtk_marshal_NONE__POINTER ()
#18 0x4072fd75 in gtk_handlers_run ()
#19 0x4072f553 in gtk_signal_real_emit ()
#20 0x4072d6ae in gtk_signal_emit ()
#21 0x407605f8 in gtk_widget_size_allocate ()
#22 0x40049eab in gtk_layout_position_child (layout=0x81ba680,
child=0x81b8f40, force_allocate=1)
at /builds/akkana/raptor/mozilla/widget/src/gtk/gtklayout.c:717
[ ... ]
Updated•26 years ago
|
Assignee: rods → ramiro
Reporter | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 1•26 years ago
|
||
This bug is old. The viewers have other problems (today, xpviewer loops forever
and viewer crashes in nsAutoString::EnsureCapacityFor()), but I don't see this
particular crash any more, and in any case I hear xpviewer is orphaned anyway.
Closing.
Comment 2•26 years ago
|
||
xpviewer is no longer being used, marking as verified.
Status: RESOLVED → VERIFIED
QA Contact: 3849
Moving all Widget Set bugs, past and present, to new HTML Form Controls
component per request from karnaze. Widget Set component will be retired
shortly.
You need to log in
before you can comment on or make changes to this bug.
Description
•