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
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. ***