Closed
Bug 85866
Opened 24 years ago
Closed 24 years ago
persisting outliner "hidden" state causes crash
Categories
(Core :: XUL, defect)
Tracking
()
People
(Reporter: rginda, Assigned: hyatt)
Details
(Keywords: crash)
update your extensions/venkman directory, start venkman, and use the "column
picker" control from one of the outliners to turn off a column. (I tested with
the "scripts" column from the file list, and the "filename" column from the
stack list.) Exit mozilla, and restart. Launching the debugger will crash with
the following stack:
#0 0x41a046fe in nsOutlinerColumn::nsOutlinerColumn (this=0x857d880,
aColElement=0x83451e8, aFrame=0x0) at nsOutlinerBodyFrame.cpp:174
#1 0x41a0e04a in nsOutlinerBodyFrame::EnsureColumns (this=0x842cd20)
at nsOutlinerBodyFrame.cpp:2341
#2 0x41a0ab5c in nsOutlinerBodyFrame::Paint (this=0x842cd20,
aPresContext=0x82aefd0, aRenderingContext=@0x85018e0,
aDirtyRect=@0xbfffedb0, aWhichLayer=eFramePaintLayer_Underlay)
at nsOutlinerBodyFrame.cpp:1492
#3 0x418b5c09 in PresShell::Paint (this=0x82af8e8, aView=0x8417cf8,
aRenderingContext=@0x85018e0, aDirtyRect=@0xbfffedb0)
at nsPresShell.cpp:5247
#4 0x41acb8ef in nsView::Paint (this=0x8417cf8, rc=@0x85018e0,
rect=@0xbfffedb0, aPaintFlags=128, aResult=@0xbfffedc8) at nsView.cpp:273
#5 0x41ad6766 in nsViewManager::RenderDisplayListElement (this=0x82af3a0,
element=0x852ffd0, aRC=@0x85018e0) at nsViewManager.cpp:1436
#6 0x41ad64a5 in nsViewManager::RenderViews (this=0x82af3a0,
aRootView=0x8417cf8, aRC=@0x85018e0, aRect=@0xbfffef90,
aResult=@0xbfffef8c) at nsViewManager.cpp:1360
#7 0x41ad4e8b in nsViewManager::Refresh (this=0x82af3a0, aView=0x8417cf8,
aContext=0x85018e0, rect=0xbffff090, aUpdateFlags=1)
at nsViewManager.cpp:898
#8 0x41ad7d5d in nsViewManager::DispatchEvent (this=0x82af3a0,
aEvent=0xbffff220, aStatus=0xbffff0e0) at nsViewManager.cpp:1955
Comment 1•24 years ago
|
||
Dup of 83906, use collapsed so the frames aren't destroyed.
*** This bug has been marked as a duplicate of 83906 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•