Closed
Bug 78940
Opened 25 years ago
Closed 25 years ago
rdfliner crashes when receiving first assertion
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla0.9.1
People
(Reporter: waterson, Assigned: waterson)
References
()
Details
(Keywords: crash, regression)
Attachments
(1 file)
|
956 bytes,
patch
|
Details | Diff | Splinter Review |
So I'm trying to write some docs for rdfliner, and I discovered a wonderful
crash that occurs when we recieve the first async assertion. I think it's a
regression from jan's checkin (r1.2 nsOutlinerRows.h), but I also think it's
easy to fix :-).
Specifically, he updated nsOutlinerRows::First() without making sure that
First() == nsOutlinerRows::Last() when there are _no_ rows. (Mea culpa for not
seeing that in the code review.)
Patch on its way...
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
OS: Windows 2000 → All
Priority: -- → P3
Hardware: PC → All
Target Milestone: --- → mozilla0.9.1
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
jan, could you try this out and r=? hyatt, sr=?
Comment 3•25 years ago
|
||
sr=hyatt
Comment 4•25 years ago
|
||
r=jan
| Assignee | ||
Comment 5•25 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
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
•