Closed
Bug 210809
Opened 22 years ago
Closed 22 years ago
Invalid page fault in module GKLAYOUT.DLL [@ nsPrintEngine::ReflowPrintObject ]
Categories
(Core :: Print Preview, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 195721
People
(Reporter: jslayton, Unassigned)
References
()
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(1 file)
112 bytes,
application/vnd.mozilla.xul+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624
MOZILLA caused an invalid page fault in
module GKLAYOUT.DLL at 0197:6028e172.
Registers:
EAX=00000000 CS=0197 EIP=6028e172 EFLGS=00010212
EBX=02831844 SS=019f ESP=0065be88 EBP=0065be9c
ECX=0000282f DS=019f ESI=020d5340 FS=c25f
EDX=00000006 ES=019f EDI=0283187c GS=0000
Bytes at CS:EIP:
8b 40 20 49 75 fa c3 8b 51 28 8b 49 08 c1 ea 0c
Stack dump:
6028c30e 02831844 0065c48c 0283187c 028325cc 0065bee0 6028b78a 0065c48c 0283187c
028325cc 0065c48c 6028b9b9 0065c48c 028325cc 00000000 0065c46c
Reproducible: Always
Steps to Reproduce:
1.go to page
2.select page preview
3.
Actual Results:
Error message as noted about
Expected Results:
Given me a preview of the page prior to printing
Comment 1•22 years ago
|
||
Given you submitted data when the Netscape Feedback Agent popped up (after
crashing), can you post Talkback ID for this cras
"mozilla/bin/components/talkback.exe" ?
Keywords: crash,
stackwanted
Comment 2•22 years ago
|
||
worksforme with linux turnk 20030627
![]() |
||
Comment 3•22 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624
Reproducible: XUL-file with just a window-element and it's xmlns=...
Print Preview and crash.
TB21690282Q
Maybe fixed already?
Updated•22 years ago
|
Whiteboard: TB21690282Q
![]() |
||
Comment 5•22 years ago
|
||
Crashed on both win98 (GKLAYOUT.DLL) and debian (TBID in previous comment). I
selected print preview: "progress: preparing..." -dialog is shown for about one
second and always crash. Both versions were (X;X;X;X;rv:1.4) Gecko/20030624.
Comment 6•22 years ago
|
||
stack from debug build 20030703 on Linux:
###!!! ASSERTION: XUL documents should never be scrollable - see above: '!isXUL
', file nsCSSFrameConstructor.cpp, line 3765
Break: at file nsCSSFrameConstructor.cpp, line 3765
###!!! ASSERTION: grandparent should be root box: 'NS_SUCCEEDED(res)', file
nsPopupSetFrame.cpp, line 167
Break: at file nsPopupSetFrame.cpp, line 167
###!!! ASSERTION: unexpected null pointer: 'rootBox', file
nsCSSFrameConstructor.cpp, line 5845
Break: at file nsCSSFrameConstructor.cpp, line 5845
###!!! ASSERTION: Error: Could not find pageSequence!: 'NS_SUCCEEDED(rv)', file
nsPresShell.cpp, line 3616
Break: at file nsPresShell.cpp, line 3616
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 1965)]
0x411f3ca4 in nsPrintEngine::ReflowPrintObject(nsPrintObject*, int) (
this=0x870f8c8, aPO=0x8925098, aDoCalcShrink=1) at nsPrintEngine.cpp:2845
2845 pageSequence->GetSTFPercent(aPO->mShrinkRatio);
(gdb) bt
#0 0x411f3ca4 in nsPrintEngine::ReflowPrintObject(nsPrintObject*, int) (
this=0x870f8c8, aPO=0x8925098, aDoCalcShrink=1) at nsPrintEngine.cpp:2845
#1 0x411f269e in nsPrintEngine::ReflowDocList(nsPrintObject*, int, int) (
this=0x870f8c8, aPO=0x8925098, aSetPixelScale=0, aDoCalcShrink=1)
at nsPrintEngine.cpp:2567
#2 0x411f1ee4 in nsPrintEngine::SetupToPrintContent(nsIDeviceContext*,
nsIDOMWindowInternal*) (this=0x870f8c8, aDContext=0x85d3130,
aCurrentFocusedDOMWin=0x0)
at nsPrintEngine.cpp:2388
#3 0x411f083e in nsPrintEngine::DocumentReadyForPrinting() (this=0x870f8c8)
at nsPrintEngine.cpp:2214
#4 0x411f8831 in nsPrintEngine::FinishPrintPreview() (this=0x870f8c8)
at nsPrintEngine.cpp:4524
#5 0x411ed237 in nsPrintEngine::PrintPreview(nsIPrintSettings*, nsIDOMWindow*,
nsIWebProgressListener*) (this=0x870f8c8, aPrintSettings=0x86afb38,
aChildDOMWin=0x0, aWebProgressListener=0x86388b4) at nsPrintEngine.cpp:1271
#6 0x4123a9c3 in DocumentViewerImpl::PrintPreview(nsIPrintSettings*,
nsIDOMWindow*, nsIWebProgressListener*) (this=0x895adc0,
aPrintSettings=0x86afb38,
aChildDOMWin=0x0, aWebProgressListener=0x86388b4)
at nsDocumentViewer.cpp:3146
by way of bug 192706:
*** This bug has been marked as a duplicate of 195721 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Keywords: stackwanted → testcase
Resolution: --- → DUPLICATE
Summary: Invalid page fault in module GKLAYOUT.DLL → Invalid page fault in module GKLAYOUT.DLL [@ nsPrintEngine::ReflowPrintObject ]
Whiteboard: TB21690282Q
Updated•14 years ago
|
Crash Signature: [@ nsPrintEngine::ReflowPrintObject ]
You need to log in
before you can comment on or make changes to this bug.
Description
•