GNOME Bugzilla – Bug 661866
[patch] Segfault when esperanto locale installed
Last modified: 2012-03-01 18:05:56 UTC
gnome-control-center segfault when esperanto locale is installed on system. (gdb) run Starting program: /usr/bin/gnome-control-center [Thread debugging using libthread_db enabled] Missing separate debuginfo for /usr/lib64/libexpat.so.0 Try to install package that provides `/usr/lib/debug/.build-id/7e/7c2151a82d5d7c67405b9da6a3626505150fd2.debug' file Missing separate debuginfo for /usr/lib64/libcroco-0.6.so.3 Missing separate debuginfo for /lib64/libwrap.so.0 Try to install package that provides `/usr/lib/debug/.build-id/5b/edaa26dffd2db01608b68048d6e1d356a88924.debug' file [New Thread 0x7fffe11a3700 (LWP 13553)] [New Thread 0x7fffe0971700 (LWP 13554)] Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7760750 in g_str_hash () from /usr/lib64/libglib-2.0.so.0 (gdb) bt
+ Trace 228814
$1 = { id = 0xb96de0 "eo", name = 0xbf7c00 "eo.utf8", language_code = 0xb96e70 "eo", territory_code = 0x0, codeset = 0xbf7b30 "utf8", modifier = 0x0 } Esperanto locale don't have territory_code set.
Created attachment 199077 [details] [review] Check locale->territory_code before use
Should be fixed by the patch from bug 658551. *** This bug has been marked as a duplicate of bug 658551 ***