Closed
Bug 41681
Opened 25 years ago
Closed 25 years ago
Crash quickly closing new editor window
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
M16
People
(Reporter: sfraser_bugs, Assigned: sfraser_bugs)
References
Details
(Keywords: crash)
You crash if you quickly close an editor window just as it is opening after an
Edit Page.
Steps:
1. Load a page in browser
2. Do 'Edit page'
3. Just after editor window shows up, close it (Command-W)
4. You crash with this stack:
The partial stack crawl looks like this:
CallUpdateCommands(const nsString&)
TimerCallback()
Notify(nsITimer*)
Fire()
FireAndReprimeTimer(nsTimerImpl*)
FireNextReadyTimer()
IdleAction(const EventRecord&)
...
| Assignee | ||
Comment 1•25 years ago
|
||
This is because the webshell->editorshell->editor is being leaked.
Depends on: 41695
| Assignee | ||
Comment 5•25 years ago
|
||
No, this is caused by memory leaks (bug 41695), as shown in the dependencies.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 6•25 years ago
|
||
Well, webshell leaks are not to blame for this one; the problem is different, and
described in bug 42098.
Comment 7•25 years ago
|
||
*** This bug has been marked as a duplicate of 42098 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•