Closed
Bug 82073
Opened 24 years ago
Closed 24 years ago
clicking on link in three-pane crashes in docshell [@ nsDocShell::SetFocus]
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
VERIFIED
FIXED
mozilla0.9.2
People
(Reporter: waterson, Assigned: bryner)
References
Details
(Keywords: crash, regression)
Crash Data
Attachments
(2 files)
|
2.28 KB,
text/plain
|
Details | |
|
573 bytes,
patch
|
Details | Diff | Splinter Review |
I'm crashing when clicking on a link in a message in the mailnews three-pane
window. The problem appears to by with bryner's recent fix for bug 31809 (but
it might also be the interaction of that change with valeski's recent change to
nsDocShell).
Anyway, I'll attach a stack trace, but the basic problem is that presShell-
>GetRootFrame() is returning a null frame in nsDocShell::GetMainWidget().
| Reporter | ||
Updated•24 years ago
|
Severity: normal → critical
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
hmmm I have a clean pull from 8pm tonight and I can't reproduce it. I wonder if
something was checked in later tonight which made this go away? Or is your tree
a recent pull too?
Comment 3•24 years ago
|
||
I feel stupid. Of course I ran into this crash right after submitting my
comments. Please ignore, I see this. This will be a smoketest blocker tomorrow
morning so putting on the radar now.
Severity: critical → blocker
Keywords: smoketest
Comment 8•24 years ago
|
||
I didn't need to click on any link with my Mac build. All I did was delete a
message and I crashed when the next message was loading. I had read several
messages and deleted some prior to the crash. I use IMAP and move-to-trash.
I have the same stack as the attachment.
Hardware: PC → All
| Reporter | ||
Comment 9•24 years ago
|
||
| Reporter | ||
Comment 10•24 years ago
|
||
I wallpapered over the crash for now, since bryner is not around. Clearing bug
from blocker status, but leaving open for bryner to verify that the fix is right.
Severity: blocker → critical
Keywords: smoketest
Comment 11•24 years ago
|
||
*** Bug 82147 has been marked as a duplicate of this bug. ***
Updated•24 years ago
|
Target Milestone: --- → mozilla0.9.1
Comment 12•24 years ago
|
||
*** Bug 82155 has been marked as a duplicate of this bug. ***
Comment 13•24 years ago
|
||
restoring blocker status. We need this visible until workaround/fix is verified
in respin.
Severity: critical → blocker
Comment 14•24 years ago
|
||
*** Bug 82291 has been marked as a duplicate of this bug. ***
Comment 15•24 years ago
|
||
moving to 0.9.2/normal severity since it doesn't crash with Waterson's
wall-papering fix, as tested in today's NS builds on Win98. Bryner, please
review fix and verify if it can be permanent.
Severity: blocker → normal
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Comment 16•24 years ago
|
||
Adding [@ nsDocShell::SetFocus] to summary for talkback tracking
Summary: clicking on link in three-pane crashes in docshell → clicking on link in three-pane crashes in docshell [@ nsDocShell::SetFocus]
| Assignee | ||
Comment 17•24 years ago
|
||
This wasn't quite the right fix, but danm came up with the right one in a
different bug, and it's checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Crash Signature: [@ nsDocShell::SetFocus]
You need to log in
before you can comment on or make changes to this bug.
Description
•