After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 529242 - meld crashes on 2 empty dirs when locale is fr_FR@euro
meld crashes on 2 empty dirs when locale is fr_FR@euro
Status: VERIFIED DUPLICATE of bug 527665
Product: meld
Classification: Other
Component: dirdiff
1.1.x
Other All
: Normal critical
: ---
Assigned To: Stephen Kennedy
Stephen Kennedy
Depends on:
Blocks:
 
 
Reported: 2008-04-21 16:54 UTC by Alexandre Fayolle
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexandre Fayolle 2008-04-21 16:54:01 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
  • #0 IA__g_markup_escape_text
    at /build/buildd/glib2.0-2.16.3/glib/gmarkup.c line 1952
  • #1 ??
    from /usr/lib/libgtk-x11-2.0.so.0
  • #2 ??
  • #3 ??
  • #4 ??
  • #5 IA__g_value_transform
    at /build/buildd/glib2.0-2.16.3/gobject/gvalue.c line 341
  • #6 IA__g_object_set_valist
    at +/build/buildd/glib2.0-2.16.3/gobject/gobject.c line 697
  • #7 IA__g_object_set
    at +/build/buildd/glib2.0-2.16.3/gobject/gobject.c line 1212
  • #8 gtk_widget_set_tooltip_text
    from /usr/lib/libgtk-x11-2.0.so.0


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
Comment 1 Alexandre Fayolle 2008-04-21 17:02:24 UTC
Forgot to tell in the bug report: meld works fine with locale set to fr_FR.UTF-8 or C. 
Comment 2 Stephen Kennedy 2008-04-27 21:24:39 UTC

*** This bug has been marked as a duplicate of 527665 ***