GNOME Bugzilla – Bug 529242
meld crashes on 2 empty dirs when locale is fr_FR@euro
Last modified: 2009-08-15 18:40:50 UTC
Steps to reproduce: 1. mkdir foo; mkdir bar 2. LC_ALL=fr_FR@euro meld foo bar 3. crash Stack trace: IA__g_markup_escape_text (text=0x8529e57 <Address 0x8529e57 out of bounds>, length=-1) at /build/buildd/glib2.0-2.16.3/glib/gmarkup.c:1952 (gdb) where
+ Trace 195791
Other information: strace shows the crash happening just after reading the dirdiff.glade file. I suspect an l10n/unicode issue, though it may be something deeper in glade. The bug was originally reported in Debian, and is available at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473091
Forgot to tell in the bug report: meld works fine with locale set to fr_FR.UTF-8 or C.
*** This bug has been marked as a duplicate of 527665 ***