Closed
Bug 429622
Opened 17 years ago
Closed 17 years ago
Crash [@ nsRootAccessible::GetState(unsigned int*, unsigned int*) ]
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9
People
(Reporter: MarcoZ, Assigned: MarcoZ)
References
Details
(Keywords: access, crash)
Crash Data
Attachments
(1 file)
1.19 KB,
patch
|
aaronlev
:
review+
beltzner
:
approval1.9+
|
Details | Diff | Splinter Review |
Found while triaging crash stats. Happens with beta 5.
http://crash-stats.mozilla.com/report/list?range_unit=weeks&query_search=signature&query_type=contains&product=Firefox&platform=windows%2Cmac%2Clinux&version=Firefox%3A3.0b5%2CFirefox%3A3.0pre&branch=1.9&signature=nsRootAccessible%3A%3AGetState(unsigned+int*%2C+unsigned+int*)&query=Access&range_value=1
Looks like we're using a focusController without checking if it is not NULL first. Will submit a patch soon.
Flags: blocking1.9?
Assignee | ||
Comment 1•17 years ago
|
||
Assignee: aaronleventhal → marco.zehe
Status: NEW → ASSIGNED
Attachment #316385 -
Flags: review?(aaronleventhal)
Comment 2•17 years ago
|
||
Comment on attachment 316385 [details] [diff] [review]
Simple NULL check
How can it happen that there is no focus controller? That seems like a possible bad regression outside of a11y.
Comment 3•17 years ago
|
||
Comment on attachment 316385 [details] [diff] [review]
Simple NULL check
It's a safe "wallpaper fix"
Attachment #316385 -
Flags: review?(aaronleventhal) → review+
Assignee | ||
Updated•17 years ago
|
Attachment #316385 -
Flags: approval1.9?
Comment 4•17 years ago
|
||
Comment on attachment 316385 [details] [diff] [review]
Simple NULL check
a1.9=beltzner
Attachment #316385 -
Flags: approval1.9? → approval1.9+
Comment 5•17 years ago
|
||
Wouldn't hold the release, but seems fixed anyway.
Flags: blocking1.9? → blocking1.9-
Assignee | ||
Comment 6•17 years ago
|
||
Checking in accessible/src/base/nsRootAccessible.cpp;
/cvsroot/mozilla/accessible/src/base/nsRootAccessible.cpp,v <-- nsRootAccessible.cpp
new revision: 1.268; previous revision: 1.267
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Crash Signature: [@ nsRootAccessible::GetState(unsigned int*, unsigned int*) ]
You need to log in
before you can comment on or make changes to this bug.
Description
•