Bug 206845 - Openoffice.org crash on FC6T3
Summary: Openoffice.org crash on FC6T3
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: openoffice.org
Version: 6
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Caolan McNamara
QA Contact:
URL:
Whiteboard:
: 206848 207000 207070 207496 207561 207662 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-09-17 07:39 UTC by Mihai Harpau
Modified: 2007-11-30 22:11 UTC (History)
7 users (show)

Fixed In Version: 2.0.4-4.2
Clone Of:
Environment:
Last Closed: 2006-09-22 12:05:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
OO.org crash log (7.60 KB, text/plain)
2006-09-17 07:39 UTC, Mihai Harpau
no flags Details

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


Note You need to log in before you can comment on or make changes to this bug.