Closed
Bug 62470
Opened 24 years ago
Closed 24 years ago
Crash visiting openprojects.nu [@nsHTMLContainerFrame::ReparentFrameViewList]
Categories
(Core :: Web Painting, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: Sebastian, Assigned: kmcclusk)
References
()
Details
(Keywords: crash, regression)
Crash Data
Attachments
(2 files)
|
64 bytes,
patch
|
Details | Diff | Splinter Review | |
|
64 bytes,
text/html
|
Details |
Win98, build 12/09:
100% reproducable crash in gkhtml.dll when visiting http://openprojects.nu.
Just downloading talkback build (BTW: 15MB is way too big!), will attach
talkback id, when finished.
This is a regression, it used to work earlier.
| Reporter | ||
Comment 1•24 years ago
|
||
Well, I couldn't open talkback to get the incident id's but I just sent 10
minutes ago two incidents with my mail address Sebastian@SSpaeth.de as sender.
You'll need to dig them yourselves out. These are about this crash.
Adding crash and regression keywords
Keywords: crash,
regression
Comment 2•24 years ago
|
||
reproducible in Mac build MTrunk2000112804.
Changing Platform and OS to all.
OS: Windows 98 → All
Hardware: PC → All
Comment 3•24 years ago
|
||
I assert when going there:
###!!! ASSERTION: didn't find view: 'aOldParentFrame && aNewParentFrame', file C
:\mozilla\layout\html\base\src\nsHTMLContainerFrame.cpp, line 356
with this stack trace:
nsHTMLContainerFrame::ReparentFrameViewList(nsIPresContext * 0x03c3b0a0,
nsIFrame * 0x00e7bcd8, nsIFrame * 0x0187c648, nsIFrame * 0x00000000) line 365 +
11 bytes
MoveChildrenTo(nsIPresContext * 0x03c3b0a0, nsIStyleContext * 0x03c20780,
nsIFrame * 0x00e7bd84, nsIFrame * 0x00e7bcd8) line 432 + 21 bytes
nsCSSFrameConstructor::SplitToContainingBlock(nsIPresContext * 0x03c3b0a0,
nsFrameConstructorState & {...}, nsIFrame * 0x0187c744, nsIFrame * 0x00e7bb78,
nsIFrame * 0x00e7bcd8, nsIFrame * 0x00e7bd4c, int 0) line 13140 + 26 bytes
nsCSSFrameConstructor::CantRenderReplacedElement(nsCSSFrameConstructor * const
0x03beb5a0, nsIPresShell * 0x03c074b0, nsIPresContext * 0x03c3b0a0, nsIFrame *
0x0187c744) line 10737
StyleSetImpl::CantRenderReplacedElement(StyleSetImpl * const 0x03beb660,
nsIPresContext * 0x03c3b0a0, nsIFrame * 0x0187c744) line 1247 + 35 bytes
FrameManager::HandlePLEvent(CantRenderReplacedElementEvent * 0x03c47c30) line
917
PL_HandleEvent(PLEvent * 0x03c47c30) line 576 + 10 bytes
PL_ProcessPendingEvents(PLEventQueue * 0x00fd7c30) line 509 + 9 bytes
_md_EventReceiverProc(HWND__ * 0x000007d0, unsigned int 56962, unsigned int 0,
long 16612400) line 1054 + 9 bytes
KERNEL32! bff63613()
KERNEL32! bff848f7()
007
This is troy's stuff, but he's gone.
Assignee: asa → kmcclusk
Component: Browser-General → Views
QA Contact: doronr → petersen
Summary: reproducable crash in gkhtml.dll → Crash visiting openprojects.nu [@nsHTMLContainerFrame::ReparentFrameViewList]
Comment 4•24 years ago
|
||
Comment 5•24 years ago
|
||
Comment 6•24 years ago
|
||
Code that's crashing is:
<A href="about.html">
<OBJECT>
<H2>About</H2>
</OBJECT>
</A>
This is a crash resulting from the combination of the frame construction code to
handle blocks within inlines and dealing with OBJECT/APPLET elements whose
alternate text is displayed (or something like that).
*** This bug has been marked as a duplicate of 59426 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 8•24 years ago
|
||
Reopening bug! This was marked dupe of a bug that (itself marked dupe now) is
supposed to be fixed. It is not! This crasher still occurs with 01/11 build.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Crashes my Win NT build 01-11-04, but not my Mac 01-11-04. Go figure. Thanks
for catching this Sebastian...
Hardware: All → PC
Comment 10•24 years ago
|
||
*** Bug 65252 has been marked as a duplicate of this bug. ***
Comment 11•24 years ago
|
||
*** Bug 65367 has been marked as a duplicate of this bug. ***
| Reporter | ||
Comment 12•24 years ago
|
||
Reported crash does not longer occur, feel free to close this bug now
(Win98, nightly 01/22)
Comment 13•24 years ago
|
||
Anyone test this on the other Windows OS's?
Comment 14•24 years ago
|
||
this WFM on a 1/18/00 build on WinNT. same for the bug marked a dup of this bug.
Comment 15•24 years ago
|
||
Marking resolved.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 16•24 years ago
|
||
*** Bug 66892 has been marked as a duplicate of this bug. ***
Comment 17•24 years ago
|
||
Works fine in the March 1 build. Marking verifed fixed.
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Crash Signature: [@nsHTMLContainerFrame::ReparentFrameViewList]
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•