Bug 141217 - Many KDE programs are crashing in Japanese locale
Summary: Many KDE programs are crashing in Japanese locale
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: KDE (show other bugs)
Version: Alpha 1
Hardware: Other Linux
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Mike Fabian
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-03 11:23 UTC by Mike Fabian
Modified: 2006-01-03 15:00 UTC (History)
1 user (show)

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Fabian 2006-01-03 11:23:36 UTC
Example:

    mfabian@shannon:~$ locale
    LANG=ja_JP.UTF-8
    LC_CTYPE="ja_JP.UTF-8"
    LC_NUMERIC="ja_JP.UTF-8"
    LC_TIME="ja_JP.UTF-8"
    LC_COLLATE="ja_JP.UTF-8"
    LC_MONETARY="ja_JP.UTF-8"
    LC_MESSAGES="ja_JP.UTF-8"
    LC_PAPER="ja_JP.UTF-8"
    LC_NAME="ja_JP.UTF-8"
    LC_ADDRESS="ja_JP.UTF-8"
    LC_TELEPHONE="ja_JP.UTF-8"
    LC_MEASUREMENT="ja_JP.UTF-8"
    LC_IDENTIFICATION="ja_JP.UTF-8"
    LC_ALL=
    mfabian@shannon:~$ konsole
    kbuildsycoca running...
			   Creating link /suse/mfabian/.kde/socket-shannon.
    Created link from "/suse/mfabian/.kde/socket-shannon" to "/tmp/ksocket-mfabian"
    Creating link /suse/mfabian/.kde/tmp-shannon.
    Created link from "/suse/mfabian/.kde/tmp-shannon" to "/tmp/kde-mfabian"
    kbuildsycoca running...
    Creating link /suse/mfabian/.kde/cache-shannon.
    Created link from "/suse/mfabian/.kde/cache-shannon" to "/var/tmp/kdecache-mfabian"
    *** glibc detected *** corrupted double-linked list: 0xb7f224d8 ***
    DCOP Cleaning up dead connections.
				      アラームクロック
    mfabian@shannon:~$

In German locale it works:

    mfabian@shannon:~$ LANG=de_DE.UTF-8 konsole
    kbuildsycoca running...
    mfabian@shannon:~$

The problem happens on i386 and x86_64, i.e it doesn't seem to be
architecture dependent.
Comment 1 Dirk Mueller 2006-01-03 11:57:15 UTC
is this after the libXft fix we did yesterday? Qt3 still uses libXft. 

Comment 2 Mike Fabian 2006-01-03 12:57:50 UTC
Happens before *and* after the libXft fix we did yesterday.
Comment 3 Lubos Lunak 2006-01-03 13:53:28 UTC
That's very likely this: http://lists.freedesktop.org/archives/fontconfig/2006-January/001848.html . Either apply the patch or simply update whole fontconfig, that should take care of it.
Comment 4 Mike Fabian 2006-01-03 15:00:59 UTC
Yes, indeed, updating fontconfig to the latest CVS (2.4 branch)
helps. Thank you!

Submitted to STABLE.

Closing as FIXED.