Closed
Bug 325795
Opened 19 years ago
Closed 19 years ago
Crash in [@ nsTreeContentView::GetCell] if tree.view.getCellValue(null,null);
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
VERIFIED
FIXED
People
(Reporter: also, Assigned: timeless)
References
()
Details
(Keywords: crash)
Crash Data
Attachments
(2 files, 1 obsolete file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20051110 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20051110 Firefox/1.6a1
Firefox crashes if tree onselect and get value with tree.view.getCellValue(null,null);
Reproducible: Always
Reporter | ||
Comment 1•19 years ago
|
||
Reporter | ||
Comment 2•19 years ago
|
||
Comment on attachment 210641 [details]
crash if tree.view.getCellValue(null,null)
open attachment and select a treeitem
Comment 3•19 years ago
|
||
Talkback ID: TB14719081K
Updated•19 years ago
|
Assignee: nobody → Jan.Varga
Component: Menus → XP Toolkit/Widgets: Trees
OS: Windows 2000 → All
Product: Firefox → Core
QA Contact: menus → xptoolkit.trees
Hardware: PC → All
Version: unspecified → Trunk
Comment 4•19 years ago
|
||
Only the second arg needs to be null, right? GetCellValue doesn't null check aCol before passing it to GetCell.
Reporter | ||
Comment 5•19 years ago
|
||
(In reply to comment #4)
> Only the second arg needs to be null, right? GetCellValue doesn't null check
> aCol before passing it to GetCell.
>
That's right
Updated•19 years ago
|
Summary: Crash if tree.view.getCellValue(null,null); → Crash in [@ nsTreeContentView::GetCell] if tree.view.getCellValue(null,null);
Comment 6•19 years ago
|
||
Assignee: Jan.Varga → timeless
Status: NEW → ASSIGNED
Attachment #216360 -
Flags: superreview?(roc)
Attachment #216360 -
Flags: review?(roc)
Attachment #216360 -
Flags: superreview?(roc)
Attachment #216360 -
Flags: superreview+
Attachment #216360 -
Flags: review?(roc)
Attachment #216360 -
Flags: review+
Comment 8•19 years ago
|
||
Timeless, what's the status of this bug?
Was the patch checked in? Can this bug be closed then?
Comment on attachment 216360 [details] [diff] [review]
ensure args
mozilla/layout/xul/base/src/tree/src/nsTreeContentView.cpp 1.54
Attachment #216360 -
Attachment is obsolete: true
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•19 years ago
|
Keywords: talkbackid
Verified FIXED using build 2006-05-07-06 of SeaMonkey trunk on Windows XP with https://bugzilla.mozilla.org/attachment.cgi?id=210641&action=view
No crash.
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 11•18 years ago
|
||
(In reply to comment #10)
> Verified FIXED using build 2006-05-07-06 of SeaMonkey trunk on Windows XP with
> https://bugzilla.mozilla.org/attachment.cgi?id=210641&action=view
>
> No crash.
>
Test with:
Mozilla/5.0 (Windows; U; Windows NT 5.0;
en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
nothing changed, still crashes
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: xptoolkit.trees → xptoolkit.widgets
Updated•14 years ago
|
Crash Signature: [@ nsTreeContentView::GetCell]
You need to log in
before you can comment on or make changes to this bug.
Description
•