Closed
Bug 470582
Opened 17 years ago
Closed 16 years ago
Crash [@ nsDocShell::SetVisibility] with toggling display iframe, binding removing window and foreignObject
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: martijn.martijn, Unassigned)
Details
(Keywords: crash, regression, testcase, Whiteboard: [sg:needinfo])
Crash Data
Attachments
(1 file)
|
1.19 KB,
application/zip
|
Details |
See zipped up testcase, to reproduce:
- Unzip zipped up testcase, then open up the file named 'parentframe.htm'.
This normally crashes within 3 seconds for me.
It also crashes Firefox 3, so marking security sensitive for now.
It doesn't crash Firefox 2, I can look for a regression range, if wanted.
http://crash-stats.mozilla.com/report/index/6a07bfa8-d2cc-490c-9507-b81052081220?p=1
0 xul.dll xul.dll@0x3138a8
1 xul.dll nsDocShell::SetVisibility docshell/base/nsDocShell.cpp:4022
2 xul.dll nsSubDocumentFrame::ShowDocShell layout/generic/nsFrameFrame.cpp:972
3 xul.dll nsIFrame::GetView layout/generic/nsFrame.cpp:3461
4 xul.dll nsSubDocumentFrame::ShowViewer layout/generic/nsFrameFrame.cpp:327
5 xul.dll nsSubDocumentFrame::Init layout/generic/nsFrameFrame.cpp:312
Perhaps the breakpad stack indicates this might be related to the nsSubDocumentFrame::ShowDocShell() crash that is currently nr. 1 in the topcrasher list for Firefox 3.1b3pre?
http://crash-stats.mozilla.com/topcrasher/byversion/Firefox/3.1b3pre
Flags: blocking1.9.1?
Flags: blocking1.9.1? → blocking1.9.1+
Priority: -- → P3
Comment 1•17 years ago
|
||
I can reproduce this crash on Linux:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a1pre) Gecko/20090112 Minefield/3.2a1pre
http://crash-stats.mozilla.com/report/index/b11c8077-9645-45e3-8254-30d862090112?p=1
OS: Windows XP → All
Hardware: x86 → All
Flags: wanted1.9.1+
Flags: blocking1.9.1-
Flags: blocking1.9.1+
Comment 2•16 years ago
|
||
No crashing for me on trunk. Martijn, are you still seeing this?
Comment 3•16 years ago
|
||
This doesn't crash 3.0.15 or trunk for me. Martijn, can you still reproduce this?
Whiteboard: [sg:needinfo]
| Reporter | ||
Comment 4•16 years ago
|
||
Might very well be fixed now.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ nsDocShell::SetVisibility]
Updated•10 years ago
|
Group: core-security → core-security-release
Updated•10 years ago
|
Group: core-security-release
You need to log in
before you can comment on or make changes to this bug.
Description
•