Closed
Bug 508523
Opened 16 years ago
Closed 16 years ago
Crash [@ nsDocAccessible::FlushPendingEvents]
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| status1.9.2 | --- | beta1-fixed |
People
(Reporter: neil, Assigned: neil)
References
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
|
614 bytes,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
Hit this while browsing, no STR, sorry.
> NS_RELEASE_THIS(); // Release kung fu death grip
>
> // After a flood of events, reset so that user input flag is off
> nsAccEvent::ResetLastInputState();
>
> mInFlushPendingEvents = PR_FALSE;
Crashed here; "this" might have been destroyed by NS_RELEASE_THIS above?
| Assignee | ||
Comment 1•16 years ago
|
||
Comment 2•16 years ago
|
||
Comment on attachment 392690 [details] [diff] [review]
Possible patch (untested)
r=me
Attachment #392690 -
Flags: review?(surkov.alexander) → review+
Comment 3•16 years ago
|
||
Would this fix bug 488505?
| Assignee | ||
Comment 4•16 years ago
|
||
Pushed changeset 42a364a99f95 to mozilla-central.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Flags: blocking1.9.2?
Comment 5•16 years ago
|
||
Please see https://bugzilla.mozilla.org/show_bug.cgi?id=488505#c14 for help with a+ing blocking 1.9.2
Comment 6•16 years ago
|
||
Nominate the patch for approval, not the bug for blocking, please.
Flags: blocking1.9.2? → blocking1.9.2-
Comment 7•16 years ago
|
||
Comment on attachment 392690 [details] [diff] [review]
Possible patch (untested)
Crash fix.
Attachment #392690 -
Flags: approval1.9.2?
Comment 8•16 years ago
|
||
Comment on attachment 392690 [details] [diff] [review]
Possible patch (untested)
I took a look at the 1.9.2 source and this patch is already appplied. Canceling 1.9.2?
Attachment #392690 -
Flags: approval1.9.2?
Updated•16 years ago
|
status1.9.2:
--- → beta1-fixed
Updated•14 years ago
|
Crash Signature: [@ nsDocAccessible::FlushPendingEvents]
You need to log in
before you can comment on or make changes to this bug.
Description
•