Closed
Bug 445801
Opened 17 years ago
Closed 1 year ago
Crash in nsUICommandCollector
Categories
(Toolkit Graveyard :: Data Collection/Metrics, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: alex, Unassigned)
Details
(Whiteboard: [needs review pete])
Attachments
(1 file)
|
1.57 KB,
patch
|
Details | Diff | Splinter Review |
From Igor:
[I] had to hunt down a crash in nsUICommandCollector, Mozilla1.8 branch. In line 129 (call to ms->WindowMap().EnumerateRead) second arg is casted to nsIDOMEventListener*, than anonymized to void* and casted back to nsUICommandCollector* within AddCommandEventListener. Solution is to remove first cast (line 129). Firefox 3 branch looks the same, but we don't see a crash for some reason.
Comment 1•17 years ago
|
||
| Reporter | ||
Comment 2•17 years ago
|
||
Comment on attachment 332210 [details] [diff] [review]
Remove the NS_STATIC_CASTs that caused the crash.
Pete -- could you check this out for us? If it looks good, feel free to add it to trunk.
Attachment #332210 -
Flags: review?(pete)
Updated•16 years ago
|
Whiteboard: [needs review pete]
You need to log in
before you can comment on or make changes to this bug.
Description
•