Bug 206845
| Summary: | Openoffice.org crash on FC6T3 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mihai Harpau <mishu> | ||||
| Component: | openoffice.org | Assignee: | Caolan McNamara <caolanm> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 6 | CC: | behdad, hcmeyer, redhat-bugzilla, sangu.fedora, scottt.tw, tagoh, vonbrand | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 2.0.4-4.2 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2006-09-22 12:05:12 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
Mihai Harpau
2006-09-17 07:39:25 UTC
Created attachment 136467 [details]
OO.org crash log
*** Bug 206848 has been marked as a duplicate of this bug. *** fontconfig related crashes, something has changed indeed if I downgrade from fontconfig-2.4.0-1.fc6 (rawhide-20060915) to fontconfig-2.3.95-11.fc6 (original FC6T3 DVD) OO.org won't crash anymore. ...
FcPattern* pResult = FcFontSetMatch( pConfig, &pFontSet, 1, pPattern, &eResult );
if( pResult )
{
FcFontSet* pSet = FcFontSetCreate();
FcFontSetAdd( pSet, pResult );
...
//Calling FcFontSetDestroy on pSet seems to unexpectedly
//corrupt/additionally elease patterns resources belonging
//to pFontSet
FcFontSetDestroy( pSet );
}
*** Bug 207000 has been marked as a duplicate of this bug. *** Gotcha I think, fix checked in. *** Bug 207070 has been marked as a duplicate of this bug. *** I see much the same crash dump, but I wasn't obviously changing fonts. Hopefully the fix will take effect... *** Bug 207496 has been marked as a duplicate of this bug. *** *** Bug 207561 has been marked as a duplicate of this bug. *** *** Bug 207662 has been marked as a duplicate of this bug. *** |