GNOME Bugzilla – Bug 511406
Zooming In in icon view makes Nautilus crash repeatly
Last modified: 2008-01-29 08:54:47 UTC
When you have the zoom set to 100%, clicking "Zoom In" in the icon view, and setting it to 150% makes Nautilus crash repeatly, i.e. it will keep crashing on next auto-open when you close bug buddy. You need to rm -r ~/.nautilus to make it start again. Distribution: Gentoo Base System release 2.0.0_rc6-r1 Gnome Release: 2.21.5 2008-01-20 (Gentoo) BugBuddy Version: 2.20.1 System: Linux 2.6.24-rc4-zen1 #2 PREEMPT Fri Dec 28 14:20:56 CET 2007 i686 X Vendor: The X.Org Foundation X Vendor Release: 10400090 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: gnome Memory status: size: 111480832 vsize: 111480832 resident: 47804416 share: 20787200 rss: 47804416 rss_rlim: 4294967295 CPU usage: start_time: 1201045957 rtime: 185 utime: 168 stime: 17 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/nautilus' [?1034hUsing host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 0xb6a9f6d0 (LWP 13852)] [New Thread 0xb6715b90 (LWP 13861)] 0xb7f9f410 in __kernel_vsyscall ()
+ Trace 186418
Thread 1 (Thread 0xb6a9f6d0 (LWP 13852))
I am not able to reproduce this. Can you give us precise instructions? Basis des Projektarchivs: svn+ssh://ckirbach@svn.gnome.org/svn/nautilus UUID des Projektarchivs: eed429bf-d525-0410-875a-8b7cced7d6b9 Revision: 13649 Basis des Projektarchivs: svn+ssh://ckirbach@svn.gnome.org/svn/glib UUID des Projektarchivs: 5bbd4a9e-d125-0410-bf1d-f987e7eefc80 Revision: 6380
Ok. Steps to reproduce: rm -r .nautilus rm -r .gconf/apps/nautilus Set Nautilus in browser mode and icon view, open your home directory, set the zoom to 150% by clicking the "Zoom In" button on the toolbar. Watch it crash.
I can reproduce this in Ubuntu, here's the backtrace:
+ Trace 187011
Created attachment 103847 [details] [review] Check thumb_mtime_str exists before parsing Only try to parse thumb_mtime_str if it's not NULL.
Good catch! 2008-01-28 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-directory-async.c: (thumbnail_done): Don't reference thumb_mtime_str if its not set, fixing a crash on zoom in. (#511406) Patch from John Millikin
*** Bug 512671 has been marked as a duplicate of this bug. ***
*** Bug 512699 has been marked as a duplicate of this bug. ***
*** Bug 512698 has been marked as a duplicate of this bug. ***
*** Bug 512696 has been marked as a duplicate of this bug. ***