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)

PowerPC
Mac System 8.5
defect

Tracking

()

RESOLVED FIXED

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.
Status: NEW → ASSIGNED
Target Milestone: M13
Severity: normal → critical
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
reassigning to me
Status: RESOLVED → REOPENED
Oops, accidently marked as fixed - reopening
Assignee: pierre → rods
Status: REOPENED → NEW
ok, reasigning to me again
Resolution: FIXED → ---
Clearing FIXED resolution due to reopen of this bug.
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
changing to M14
Status: NEW → ASSIGNED
marking as assigned
marking as assigned
Adding "crash" keyword to all known open crasher bugs.
Keywords: crash
fully fixed.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago26 years ago
Resolution: --- → FIXED
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.