Bug 206845

Summary: Openoffice.org crash on FC6T3
Product: [Fedora] Fedora Reporter: Mihai Harpau <mishu>
Component: openoffice.orgAssignee: Caolan McNamara <caolanm>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: 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 Flags
OO.org crash log none

Description Mihai Harpau 2006-09-17 07:39:25 UTC
Description of problem:
OO.org crash when user want to display some settings

Version-Release number of selected component (if applicable):
[mihai@sysop ~]$ rpm -qa openoffice.org\*
openoffice.org-impress-2.0.4-3.1
openoffice.org-xsltfilter-2.0.4-3.1
openoffice.org-calc-2.0.4-3.1
openoffice.org-core-2.0.4-3.1
openoffice.org-writer-2.0.4-3.1
openoffice.org-graphicfilter-2.0.4-3.1
openoffice.org-draw-2.0.4-3.1
openoffice.org-math-2.0.4-3.1

How reproducible:


Steps to Reproduce:
1.click on Tools -> Options -> Language Settings -> Languages
2.
3.
  
Actual results:
crash

Expected results:
display specified setting

Additional info:
see this behavior on laptop HP Compaq nc6120

Comment 1 Mihai Harpau 2006-09-17 07:39:25 UTC
Created attachment 136467 [details]
OO.org crash log

Comment 2 Caolan McNamara 2006-09-18 08:39:52 UTC
*** Bug 206848 has been marked as a duplicate of this bug. ***

Comment 3 Caolan McNamara 2006-09-18 08:41:19 UTC
fontconfig related crashes, something has changed

Comment 4 Mihai Harpau 2006-09-18 13:27:44 UTC
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.

Comment 5 Caolan McNamara 2006-09-18 15:01:35 UTC
...

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 );
}


Comment 6 Caolan McNamara 2006-09-18 18:01:56 UTC
*** Bug 207000 has been marked as a duplicate of this bug. ***

Comment 7 Caolan McNamara 2006-09-19 07:30:27 UTC
Gotcha I think, fix checked in.

Comment 8 Caolan McNamara 2006-09-19 07:39:21 UTC
*** Bug 207070 has been marked as a duplicate of this bug. ***

Comment 9 William Murray 2006-09-21 11:18:58 UTC
I see much the same crash dump, but I wasn't obviously changing fonts.
Hopefully the fix will take effect...

Comment 10 Caolan McNamara 2006-09-21 13:19:34 UTC
*** Bug 207496 has been marked as a duplicate of this bug. ***

Comment 11 Caolan McNamara 2006-09-21 17:33:20 UTC
*** Bug 207561 has been marked as a duplicate of this bug. ***

Comment 12 Caolan McNamara 2006-09-22 12:28:04 UTC
*** Bug 207662 has been marked as a duplicate of this bug. ***