Closed
Bug 24344
Opened 26 years ago
Closed 26 years ago
No longer crashes (Crash when displaying a list box)
Categories
(Core :: XUL, defect, P3)
Tracking
()
RESOLVED
FIXED
M14
People
(Reporter: pierre, Assigned: rods)
Details
(Keywords: crash, Whiteboard: I'll wait for M14 for the full on fix)
On the Mac (I did not test with other platforms - I don't want to rebuild my tree
on Windows right now), it crashes whenever you display a list box, for instance:
- go to Test 8
- or go to Test 9
- or go to any bug page (eg. http://bugzilla.mozilla.org/show_bug.cgi?id=24343)
==> Crash
The culprit is nsListControlFrame.cpp line 1430, checked in by Rod this
afternoon. The line reads:
nsCOMPtr<nsIContent> content(do_QueryInterface(content))
It crashes because the mRawPtr is null. Anyhow, the line looks wrong (we declare
and initialize the variable 'content' at the same time) and unnecessary
('content' is already declared above and it for sure contains an 'nsIContent'
already - we don't need to QueryInterface again). I'm going to comment out this
line even though the tree is closed.
I'm filing this bug just for the record and allow Rod to reopen it if necessary.
| Reporter | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Reporter | ||
Updated•26 years ago
|
Target Milestone: M13
Updated•26 years ago
|
Severity: normal → critical
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 1•26 years ago
|
||
reassigning to me
| Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → REOPENED
| Assignee | ||
Comment 2•26 years ago
|
||
Oops, accidently marked as fixed - reopening
| Assignee | ||
Updated•26 years ago
|
Assignee: pierre → rods
Status: REOPENED → NEW
| Assignee | ||
Comment 3•26 years ago
|
||
ok, reasigning to me again
| Assignee | ||
Updated•26 years ago
|
Summary: Crash when displaying a list box → No longer crashes (Crash when displaying a list box)
Whiteboard: I'll wait for M14 for the full on fix
Target Milestone: M13 → M14
| Assignee | ||
Comment 5•26 years ago
|
||
changing to M14
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 6•26 years ago
|
||
marking as assigned
| Assignee | ||
Comment 7•26 years ago
|
||
marking as assigned
Adding "crash" keyword to all known open crasher bugs.
Keywords: crash
| Assignee | ||
Comment 9•26 years ago
|
||
fully fixed.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
Comment 10•26 years ago
|
||
please ignore, massive spam giving jrgm@netscape.com backlog of XPToolkits
resolved fixed bugs to verify
QA Contact: paulmac → jrgm
You need to log in
before you can comment on or make changes to this bug.
Description
•