Closed
Bug 2177
Opened 26 years ago
Closed 26 years ago
Tree view crashes iterating over children
Categories
(Core Graveyard :: Viewer App, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M4
People
(Reporter: mikepinkerton, Assigned: waterson)
References
Details
In the mac viewer, open up the tree view demo window and it will crash while
iterating over the children.
stack is like
nsRDFElement::List
nsRDFElement::ChildCount
nsRDFElement::GenerateChildren
SimpleDBArcsOutCursorImpl:Advance
MultiCursor::AdvanceImpl
and it crashes on line 149
if (NS_FAILED(rv = mCurrentCursor->Advance())) {
because mCurrentCursor is null
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•26 years ago
|
||
Marked bug assigned. I will look into this.
Assignee | ||
Comment 3•26 years ago
|
||
Okay, I just ran across this same bug in Windows. It happens when the tree
control can't construct a data source, like bookmarks.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•26 years ago
|
||
This should be fixed now...
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
verified
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
•