Closed
Bug 154664
Opened 23 years ago
Closed 23 years ago
print causes crash, nsFrame.cpp, line 2246 assertion
Categories
(Core :: Printing: Output, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 147720
People
(Reporter: rm.riches, Assigned: karnaze)
Details
(Keywords: crash)
Attachments
(1 file)
10.03 KB,
text/plain
|
Details |
An attempt to print some pages, including netscape.com and a Mozilla
Buzilla bug list (from query), causes the browser to crash. This is
independent of whether it's printing to a printer or to a file. It
is also independent of whether I try a debug build or an optimized
build. Some other pages print fine.
This is with version 1.0 built from the source tarball on an Alpha
machine running Redhat 7.1 Linux. I have not seen any talkback box,
stack trace, or core file from these crashes. (If there are instructions
for building in such a way that talkback is enabled, I would be glad
to put that into my build(s).)
With the debug build, I get a bunch of repetitions of "NO FONT WAS FOUND"
and six repetitions of the following assertion before the crash:
###!!! ASSERTION: no window in frame tree: 'nsnull != window', file nsFrame.cpp,
line 2246
Comment 1•23 years ago
|
||
may or may not be nsbeta1
Comment 2•23 years ago
|
||
Reporter:
Can you run Mozilla with "./mozilla -g" and check if it produces any useable
output, please ?
Keywords: stackwanted
Reporter | ||
Comment 3•23 years ago
|
||
This is the output (captured with X cut-and-paste) of running
a Mozilla 1.0 debug build with the -g option, including a
'where' to get the stack trace after the segment fault.
Comment 4•23 years ago
|
||
Should be fixed with Mozilla 1.0.1 and 1.1 (or any nightly build)
*** This bug has been marked as a duplicate of 147720 ***
You need to log in
before you can comment on or make changes to this bug.
Description
•