Closed
Bug 154767
Opened 23 years ago
Closed 22 years ago
Dataloss when try to print / print preview this URL [@ nsContainerFrame::Destroy]
Categories
(Core :: Printing: Output, defect, P2)
Tracking
()
VERIFIED
DUPLICATE
of bug 156982
People
(Reporter: fredbezies, Unassigned)
References
()
Details
(Keywords: dataloss, qawanted, Whiteboard: [TESTCASE])
Attachments
(1 file)
16.23 KB,
text/plain
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1a+) Gecko/20020627
BuildID: 2002062708
Simple. Crash when try to print / print preview this URL
Reproducible: Always
Steps to Reproduce:
1.Go to http://www.atcrock.com/
2.Try to print / print preview this URL
Actual Results: Crash !
Expected Results: No crash.
Sent talkback ID
* TB7796807G -> Print preview crash
* TB7796835H -> Print crash
Clean install, clean profile :-)
Using classic theme.
Comment 1•23 years ago
|
||
http://www.atcrock.com/ does not resolve for me. Is the URL correct ?
Keywords: crash,
stackwanted
![]() |
||
Comment 2•23 years ago
|
||
Both stacks are the same:
0x00008700
nsContainerFrame::Destroy
[c:/builds/seamonkey/mozilla/layout/html/base/src/nsContainerFrame.cpp, line 140]
nsBlockFrame::Destroy
[c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 424]
nsLineBox::DeleteLineList
[c:/builds/seamonkey/mozilla/layout/html/base/src/nsLineBox.cpp, line 312]
DestroyOverflowLines
[c:/builds/seamonkey/mozilla/layout/html/base/src/nsBlockFrame.cpp, line 4637]
DestroyPropertyEnumerator
[c:/builds/seamonkey/mozilla/layout/html/base/src/nsFrameManager.cpp, line 2573]
PL_DHashTableEnumerate [c:/builds/seamonkey/mozilla/xpcom/ds/pldhash.c, line 602]
FrameManager::PropertyList::Destroy
[c:/builds/seamonkey/mozilla/layout/html/base/src/nsFrameManager.cpp, line 2583]
FrameManager::DestroyPropertyList
[c:/builds/seamonkey/mozilla/layout/html/base/src/nsFrameManager.cpp, line 2278]
FrameManager::Destroy
[c:/builds/seamonkey/mozilla/layout/html/base/src/nsFrameManager.cpp, line 520]
PresShell::Destroy
[c:/builds/seamonkey/mozilla/layout/html/base/src/nsPresShell.cpp, line 1890]
PrintObject::DestroyPresentation
[c:/builds/seamonkey/mozilla/content/base/src/nsDocumentViewer.cpp, line 1059]
0x80004005
0x00160004
Keywords: stackwanted
Summary: Crash when try to print / print preview this URL → Crash when try to print / print preview this URL [@ nsContainerFrame::Destroy]
![]() |
||
Comment 3•23 years ago
|
||
Frederic, _is_ the URL correct? That site does not exist...
Reporter | ||
Comment 4•23 years ago
|
||
Oups !
Modifiying :-)
Sorry for annoyance :-/
Comment 5•23 years ago
|
||
Something is vert wrong with this page, I can't even click on the File menu and
get it to drop, something is just hogging the CPU, plus it takes forever to layout.
I think there are plenty of layout issues (or other problems) that need to be
looked at first. Plus, it looks like a core layout issue for printing anyway.
Assignee: rods → karnaze
Comment 6•23 years ago
|
||
When I stopped it in the debugger it was still walking the RuleTree
Comment 7•23 years ago
|
||
Reproduced with 1.1a ( build 2002061104 ) win2k sp2.
talkback id: TB7823468Z
Comment 8•23 years ago
|
||
I happened across this when I tried to print my.yahoo.com. I've attached the
Purify info that will hopefully shed some light on the problem.
Comment 9•23 years ago
|
||
Oh, and this was from a trunk build of July 5th
Comment 10•23 years ago
|
||
I'm seeing something similar to comment #5 and can't even get the pull down menu
to do a print preview with my debug build. sujay: we need a reduced test case.
Status: NEW → ASSIGNED
Priority: -- → P2
Whiteboard: [TESTCASE]
Target Milestone: --- → mozilla1.1beta
Comment 11•23 years ago
|
||
Crashed for me too with trunk build 2002070904 XP. I sent a Netscape talkback
incident whose number is : TB8229006Q
Comment 12•22 years ago
|
||
I'm not crashing on 11/21/2 win2k debug trunk, but am seeing dataloss. Changing
summary and keyword.
Comment 13•22 years ago
|
||
fwiw, Bug 156982 is tracking the crash (double free of an nsView)
Comment 14•22 years ago
|
||
mass reassign to default owner
Assignee: karnaze → table
Status: ASSIGNED → NEW
Component: Printing → Layout: Tables
QA Contact: sujay → madhur
Target Milestone: mozilla1.1beta → ---
Updated•22 years ago
|
Target Milestone: --- → Future
Comment 15•22 years ago
|
||
print bugs
Assignee: table → printing
Component: Layout: Tables → Printing
QA Contact: madhur → sujay
Target Milestone: Future → ---
Comment 16•22 years ago
|
||
*** This bug has been marked as a duplicate of 156982 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•