Bug 544218
Summary: | [abrt] crash in psp::PrintFontManager::analyzeTrueTypeFamilyName | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Charles Liu <charles.liu23> | ||||||||||
Component: | openoffice.org | Assignee: | Caolan McNamara <caolanm> | ||||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
Severity: | medium | Docs Contact: | |||||||||||
Priority: | low | ||||||||||||
Version: | 12 | CC: | caolanm, dtardon, kvinayaks, kwanbis | ||||||||||
Target Milestone: | --- | ||||||||||||
Target Release: | --- | ||||||||||||
Hardware: | i686 | ||||||||||||
OS: | Linux | ||||||||||||
Whiteboard: | abrt_hash:9a845e09ea8f2afd6aaa59d3fcdee503e79b82fe | ||||||||||||
Fixed In Version: | 3.1.1-19.26.fc12 | Doc Type: | Bug Fix | ||||||||||
Doc Text: | Story Points: | --- | |||||||||||
Clone Of: | Environment: | ||||||||||||
Last Closed: | 2010-02-16 13:04:44 UTC | Type: | --- | ||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||
Documentation: | --- | CRM: | |||||||||||
Verified Versions: | Category: | --- | |||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
Embargoed: | |||||||||||||
Attachments: |
|
Description
Charles Liu
2009-12-04 09:26:48 UTC
Created attachment 376032 [details]
File: backtrace
Created attachment 376033 [details]
File: cmdline
This is a crash on trying to parse a particular truetype font. I'd *really* like to find out what font it is, and get the font file if possible. I would guess that this happens on every start-up of OpenOffice.org ? If so could you attach the output of strace -f /usr/lib/openoffice.org3/program/soffice.bin -writer > /tmp/strace.log 2>&1 and we'll try and find out which .ttf is the last one to be opened up before the crash Created attachment 376285 [details]
strace -f /usr/lib/openoffice.org3/program/soffice.bin -writer > /tmp/strace.log 2>&1
i think it might be some MS fonts, cuz the file i opened was created by my company where most the guys use MS windows.
The initial backtrace suggested that OOo crashed quite early, while the strace above suggests that OOo didn't crash during the strace. I was rather hoping to see OOo opening a particular font file and then the strace to end, indicating that a particular font file was causing it to crash. I feel something changed between the time of the crash, and the strace :-( I can see see that there are some fonts in ~/.fonts and I uploaded the contents of a stock winxp c:\windows\fonts dir to my own .fonts, but without a crash here locally when I forced OOo to open the lot of them. Perhaps you've got some fonts that I don't, and one of them was set to the default application font at one stage, but no longer is. So... could you attach the output of fc-list -v > /tmp/all.font.info and I'll look through it to see if there is some font in there that I don't have which might help me reproduce it. Created attachment 377074 [details]
fc-list -v
Score, Aquabase-spanish-support.ttf is probably the offender. I can reproduce this now that I got this from https://sourceforge.net/projects/mac4lin/files/ Fix checked in and supplied upstream. Quick fix is to remove ~/.fonts/Aquabase-spanish-support.ttf OOo-side fix will be in >= 3.1.1-19.21 interesting, this is basically the first time i report a bug and see it resolved for the whole process. many thanks to caolanm openoffice.org-3.1.1-19.21.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/openoffice.org-3.1.1-19.21.fc12 openoffice.org-3.1.1-19.21.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update openoffice.org'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-13052 openoffice.org-3.1.1-19.22.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/openoffice.org-3.1.1-19.22.fc12 openoffice.org-3.1.1-19.22.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update openoffice.org'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-13297 *** Bug 551414 has been marked as a duplicate of this bug. *** Same issue here. It was solved by just renaming the TTF. Thanks! openoffice.org-3.1.1-19.25.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/openoffice.org-3.1.1-19.25.fc12 openoffice.org-3.1.1-19.25.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update openoffice.org'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-1460 openoffice.org-3.1.1-19.26.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/openoffice.org-3.1.1-19.26.fc12 openoffice.org-3.1.1-19.26.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |