Bug 147113

Summary: stardict segfaulting on x86_64
Product: [Fedora] Fedora Reporter: Jens Petersen <petersen>
Component: stardictAssignee: Leon Ho <llch>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: dushistov, eng-i18n-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-09-20 02:42:00 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:
Bug Depends On:    
Bug Blocks: 136451    

Description Jens Petersen 2005-02-04 14:32:42 UTC
Description of problem:
stardict.x86_64 doesn't seem to work well.
For quite a few of the dictionary packages available
from the SF project page it segfaults, and even for
those that it doesn't, searching presents no entries.

Version-Release number of selected component (if applicable):
stardict-2.4.4-1.x86_64

How reproducible:
every time

Steps to Reproduce:
1. install ja quick dictionaries
2. install instead jmdict's
  
Actual results:
1. segfaults
2. Lots of:
(stardict:17727): Pango-WARNING **: Invalid UTF-8 string passed to
pango_layout_set_text()

Expected results:
Not errors.

Additional info:
i386 seems to be ok.

Comment 3 Evgeniy 2005-06-24 16:24:51 UTC
(In reply to comment #0)
> Description of problem:
> stardict.x86_64 doesn't seem to work well.
> For quite a few of the dictionary packages available
> from the SF project page it segfaults, and even for
> those that it doesn't, searching presents no entries.
> 
> Version-Release number of selected component (if applicable):
> stardict-2.4.4-1.x86_64
> 
> How reproducible:
> every time
> 
> Steps to Reproduce:
> 1. install ja quick dictionaries
> 2. install instead jmdict's
>   
> Actual results:
> 1. segfaults
> 2. Lots of:
> (stardict:17727): Pango-WARNING **: Invalid UTF-8 string passed to
> pango_layout_set_text()
> 
> Expected results:
> Not errors.
> 
> Additional info:
> i386 seems to be ok.

it is because of stardict suppose that sizeof(glong)==4 on all platforms

Comment 4 Evgeniy 2005-09-18 19:02:06 UTC
This bug was fixed in stardict 2.4.5, may be just make version bump?

Comment 5 Leon Ho 2005-09-19 01:30:18 UTC
Thanks. 2.4.5 has built in rawhide now

Comment 6 Jens Petersen 2005-09-20 02:42:00 UTC
Thanks, indeed stardict-2.4.5 fixes the problem for me.