GNOME Bugzilla – Bug 623967
Nautilus freezes when opening more than 23 subfolders
Last modified: 2013-03-23 18:20:20 UTC
this report has been filed here: https://bugs.edge.launchpad.net/ubuntu/+source/nautilus/+bug/603524 "nautilus 1:2.30.1-0ubuntu1.1 I created alot of subfolders with simple script #!/bin/bash COUNTER=0 while [ $COUNTER -lt 56000 ]; do mkdir $COUNTER cd ./$COUNTER let COUNTER=COUNTER+1 done and tried to open last one with nautilus. But after 23 subfolders nautilus freezes and takes 100% CPU." backtrace is: "#0 g_atomic_pointer_get (atomic=0x81e361c) at /build/buildd/glib2.0-2.25.10/glib/gatomic-gcc.c:81
+ Trace 222773
Thread 1 (Thread 0xb77af860 (LWP 1695))
*** Bug 638653 has been marked as a duplicate of this bug. ***
From Bug 638653: nautilus-2.32.2.1-1.fc14.x86_64 gvfs-1.7.1-1.fc15.x86_64 cd $HOME ; for i in `seq 33 -1 1` ; do DIR=$i/$DIR ; done ; mkdir -p $DIR When browsing those sub-directories with nautilus, around depth 20, and lower, listing the files takes more and more time. Around level 24, nautilus is blocked for 15 to 30 seconds.
On my machine the problem occurs when using nautilus 2.30.1-2 and gvfs 1.6.4-3 from debian unstable, but I cannot reproduce with both nautilus and gvfs from git -- using the very same directory as generated by your snippet.
I cannot reproduce this with nautilus 3.6 and gvfs 1.15. can this be closed?
Thanks, let's close this as OBSOLETE then.