Closed
Bug 20986
Opened 26 years ago
Closed 26 years ago
crash destroying event listener for anonymous content frame
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P1)
Tracking
()
VERIFIED
WORKSFORME
M13
People
(Reporter: waterson, Assigned: waterson)
Details
Attachments
(1 file)
7.96 KB,
text/plain
|
Details |
To get here, I did something like:
1. Bring up mozilla.
2. Switch to bookmarks panel in sidebar
3. Open tons of folders and scroll around a bit
4. Leave mozilla running for an hour or two
5. Try to switch back to related links panel
I get a crash nuking the event listener manager; looks like ls->mListener is
double-freed at:
http://lxr.mozilla.org/mozilla/source/layout/events/src/nsEventListenerManager.
cpp#166
Will attach stack trace.
![]() |
Assignee | |
Comment 1•26 years ago
|
||
![]() |
Assignee | |
Updated•26 years ago
|
Severity: normal → critical
Status: NEW → ASSIGNED
Target Milestone: M13
![]() |
Assignee | |
Updated•26 years ago
|
Priority: P3 → P1
![]() |
Assignee | |
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
![]() |
Assignee | |
Comment 2•26 years ago
|
||
I can't reproduce this now. I'm going to mark as WORKSFORME, and presume that
hyatt & saari's recent key hackery has fixed it.
![]() |
||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
![]() |
||
Comment 3•26 years ago
|
||
works for me too...
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•