Closed
Bug 305878
Opened 19 years ago
Closed 19 years ago
64 bit firefox 1.0.6 segmentation faults when printing to file (amd64) [@ FT2ToType1FontName]
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: raphael, Unassigned)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
2.64 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.10) Gecko/20050818 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.10) Gecko/20050818 Firefox/1.0.6
Firefox segmentationa faults with the message
"/usr/libexec/mozilla-launcher: line 116: 9832 Segmentation fault
"$mozbin" "$@"
firefox-bin exited with non-zero status (139)
"
when I attempt to print to file. It does in fact look like it is doing the
printing and get's right to the end before the crashing. There is a "mozilla.ps"
file created.
There is a full description with debug output/stack trace at
http://bugs.gentoo.org/show_bug.cgi?id=102944
Reproducible: Always
Steps to Reproduce:
1. Open firefox and go to a web page
2.Choose "print to file"
3.
Actual Results:
It looks like it is printing to file and the seg faults leaving the error message
/usr/libexec/mozilla-launcher: line 116: 9832 Segmentation fault
"$mozbin" "$@"
firefox-bin exited with non-zero status (139)
Expected Results:
Firefox should print to file and carry on normally without crashing.
If I go to about:config and toggle all preferences with "Type2" in their name to
"false" then I can print to file! The only message I get in the xterm from this is
NO FONT WAS FOUND Name["Sans"]
The resulting ps file looks ok at first glance.
Reporter | ||
Comment 1•19 years ago
|
||
Assignee: nobody → printing
Component: General → Printing
Product: Firefox → Core
QA Contact: general
Summary: 64 bit firefox 1.0.6 segmentation faults when printing to file (amd64) → 64 bit firefox 1.0.6 segmentation faults when printing to file (amd64) [@ FT2ToType1FontName]
Version: unspecified → 1.7 Branch
Reporter | ||
Comment 2•19 years ago
|
||
I can report that print-to-file no longer crashes in firefox 1.5
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 3•19 years ago
|
||
No specific bug / patch referenced as the fix.
-> WORKSFORME
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → WORKSFORME
Updated•14 years ago
|
Crash Signature: [@ FT2ToType1FontName]
You need to log in
before you can comment on or make changes to this bug.
Description
•