GNOME Bugzilla – Bug 78244
Pan doesn't run under Japanese locale
Last modified: 2004-12-22 21:47:04 UTC
Package: Pan Severity: major Version: 0.11.2 Synopsis: Pan doesn't run under Japanese locale Bugzilla-Product: Pan Bugzilla-Component: general Description: Attempting to open Pan with the system locale set to Japanese yields a warning message stating simply that "Application Pan has encountered a fatal error and crashed (segmentation fault)" [<-- translated from the Japanese error message]. Attempting to run it from a terminal yields "GLib-WARNING **: g_printf_string_upper_bound(): unable to handle positional parameters (%n$) /home/user/12327: No such file or directory. [setting tty state failed in terminal_inferior: Input/output error] 172 wrapsyscall.c: No such file or directory. 664 gnome-init.c: No such file or directory. 97 signals.c: No such file or directory. 1076 gstrfuncs.c: No such file or directory." One workaround is to terminate the X session and restart it with the locale set to English, but that can be a pain in the but if you've got a lot of apps open and in progress. I could use Mozilla or some such, but as I really like Pan, I'd like to see this bug fixed. Maybe it already is -- I know I've got an older version. HTH, Erik Anderson erik.anderson@miis.edu Debugging Information: (no debugging symbols found)...[New Thread 1024 (LWP 12427)] 0x405b8ca9 in __wait4 () from /lib/i686/libc.so.6
+ Trace 20628
Thread 1 (Thread 1024 (LWP 12427))
Erik, thanks for a _very_ helpful bugreport: it led me straight to the source of the problem. I can confirmed this in glib-1.2.10-ximian.5: g_printf_string_upper_bound() segfaults when dealing with these positional parameters.
http://bugzilla.gnome.org/show_bug.cgi?id=55106
This bug has been giving us headaches for awhile now, but you're the first one to link it to the Japanese locale. Thanks *very* much for the detailed bug report.
*** Bug 78146 has been marked as a duplicate of this bug. ***
*** Bug 66327 has been marked as a duplicate of this bug. ***
*** Bug 70052 has been marked as a duplicate of this bug. ***
Fixed in CVS. Thanks to Takeshi Aihana for refreshing ja.po & removing the positional parameters.
*** Bug 86199 has been marked as a duplicate of this bug. ***