GNOME Bugzilla – Bug 390111
crash in Meld Diff Viewer: Closed meld
Last modified: 2006-12-30 21:51:18 UTC
What were you doing when the application crashed? Closed meld Distribution: Fedora Core release 6 (Rawhide) Gnome Release: 2.17.2 2006-11-07 (Red Hat, Inc) BugBuddy Version: 2.17.3 System: Linux 2.6.18-1.2849.fc6 #1 SMP Fri Nov 10 12:34:46 EST 2006 x86_64 X Vendor: The X.Org Foundation X Vendor Release: 70101000 Selinux: No Accessibility: Enabled Memory status: size: 428048384 vsize: 428048384 resident: 81022976 share: 16080896 rss: 81022976 rss_rlim: -1 CPU usage: start_time: 1167243825 rtime: 13149 utime: 12658 stime: 491 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/meld' (no debugging symbols found) Using host libthread_db library "/lib64/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 46912496217984 (LWP 28162)] 0x0000003bb1a0d7c5 in __libc_waitpid (pid=8253, stat_loc=0x7fffcb4e58fc, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:32 32 return INLINE_SYSCALL (wait4, 4, pid, stat_loc, options, NULL);
+ Trace 97349
Thread 1 (Thread 46912496217984 (LWP 28162))
0x0000003bb1a0d7c5 32 return INLINE_SYSCALL (wait4, 4, pid, stat_loc, options, NULL); ----------- .xsession-errors (27 sec old) --------------------- GTK Accessibility Module initialized Bonobo accessibility support initialized GTK Accessibility Module initialized Bonobo accessibility support initialized CalDAV Eplugin starting up ... ** (evolution:2952): DEBUG: mailto URL command: evolution --component=mail %s ** (evolution:2952): DEBUG: mailto URL program: evolution libnm_glib_nm_state_cb: dbus returned an error. (org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManager was not provided by any .service files (evolution:2952): Gtk-CRITICAL **: gtk_check_menu_item_set_active: assertion `GTK_IS_CHECK_MENU_ITEM (check_menu_item)' failed (evolution:2952): e-data-server-WARNING **: Could not open converter for 'unicode-1-1-utf-7' to 'UTF-8' charset (evolution:2952): Gtk-CRITICAL **: gtk_check_menu_item_set_active: assertion `GTK_IS_CHECK_MENU_ITEM (check_menu_item)' failed --------------------------------------------------
Seem like an Orbit2 bug. (not specific to meld; bug 390065, bug 390057 have the same stack trace for the crash for gnome session properties and system monitor respectively)
+ Trace 97351
Particularly, the sending of a NULL string into strlen at giop-send-buffer.c:515
ORBit2-2.14.4-1.fc7
Looks like we should just add a g_return_if_fail (str != NULL) at the start of that function?
*** This bug has been marked as a duplicate of 364839 ***