GNOME Bugzilla – Bug 575725
crash in Open Folder: Attempting to format a U...
Last modified: 2010-03-12 16:45:46 UTC
Version: 2.25.93 What were you doing when the application crashed? Attempting to format a USB partition as ext3 with encryption. Distribution: Fedora release 10.92 (Rawhide) Gnome Release: 2.25.92 2009-03-10 (Red Hat, Inc) BugBuddy Version: 2.25.91 System: Linux 2.6.29-0.258.rc8.git2.fc11.i586 #1 SMP Mon Mar 16 20:53:59 EDT 2009 i686 X Vendor: The X.Org Foundation X Vendor Release: 10600000 Selinux: Enforcing Accessibility: Disabled GTK+ Theme: Nodoka Icon Theme: Fedora GTK+ Modules: canberra-gtk-module, pk-gtk-module, gnomebreakpad Memory status: size: 76259328 vsize: 76259328 resident: 21581824 share: 15740928 rss: 21581824 rss_rlim: 18446744073709551615 CPU usage: start_time: 1237312494 rtime: 296 utime: 255 stime: 41 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/nautilus' [Thread debugging using libthread_db enabled] [New Thread 0xb7d9ab70 (LWP 8064)] 0x006ea422 in __kernel_vsyscall ()
+ Trace 213564
Thread 1 (Thread 0xb809ca00 (LWP 8018))
----------- .xsession-errors (16 sec old) --------------------- warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/lib/libgcrypt.so.11" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: .dynamic section for "/lib/libcrypt.so.1" is not at the expected address warning: difference appears to be caused by prelink, adjusting expectations warning: the debug information found in "/usr/lib/debug//usr/lib/libfontconfig.so.1.3.0.debug" does not match "/usr/lib/libfontconfig.so.1" (CRC mismatch). warning: the debug information found in "/usr/lib/debug/usr/lib/libfontconfig.so.1.3.0.debug" does not match "/usr/lib/libfontconfig.so.1" (CRC mismatch). --------------------------------------------------
Looks like a format string issue in the nautilus-gdu extension. Moving to gnome-disk-utility
Not quite sure whats going on, actually. Looks like glibcs printf implementation decided to call strlen on NULL ? Anyway, removing the debug spew should fix it.
Sorry for loosing history while applying this...not a git master yet.
IIRC this was fixed shortly after this bug was filed.