GNOME Bugzilla – Bug 165938
attempting to view a directory that you don't have read access to caused the browser mode to crash.
Last modified: 2005-03-24 20:16:06 UTC
Using nautilus 2.9.90 If you try to view a directory which you don't have read access to using the brower mode, nautilus immediately crashes. If you try to enter the directory in spatial mode, it returns you to the parent directory with the directory you tried to view now not shown. See attached backtrace
Created attachment 36822 [details] backtrace
2005-02-01 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-directory-view.c: (clipboard_targets_received): Handle destroyed windows * src/nautilus-window.c: (nautilus_window_destroy): cancel outstanding view as callbacks Fixes #165938
I'm going to reopen this because it is not entirely fixed. The above commit gets rid of the segfault but still causes the nautilus window immediately close. The following is dumped at the command line which is probably not useful. --- Hash table keys for warning below: --> file:///home/aldug --> file:///var --> file:///var/log --> smb://pickle2 --> file:///home (nautilus:25797): Eel-WARNING **: "nautilus-metafile.c: metafiles" hash table still has 5 elements at quit time (keys above) --- Hash table keys for warning below: --> file:///home/aldug --> file:///var --> file:///var/log --> file:///home --> smb://pickle2 (nautilus:25797): Eel-WARNING **: "nautilus-directory.c: directories" hash table still has 5 elements at quit time (keys above) In spatial mode, the directory disappears instead of giving an error message if you try to enter it.
Reducing priority and severity
is that a dup of #165306 now ?
*** Bug 160516 has been marked as a duplicate of this bug. ***
*** Bug 160510 has been marked as a duplicate of this bug. ***
Pasting a part of the backtrace for the dups: Backtrace was generated from '/opt/gnome28/bin/nautilus' Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1208105280 (LWP 11563)] [New Thread 79420336 (LWP 11572)] [Thread debugging using libthread_db enabled] [New Thread -1208105280 (LWP 11563)] [New Thread 79420336 (LWP 11572)] [Thread debugging using libthread_db enabled] [New Thread -1208105280 (LWP 11563)] [New Thread 79420336 (LWP 11572)] [New Thread 16112560 (LWP 11567)] [New Thread 14080944 (LWP 11566)] [New Thread 12929968 (LWP 11565)] [New Thread 72637360 (LWP 11564)] 0x004ad7a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
+ Trace 55226
I think since crash is fixed it's a duplicate of fam + nautilus problem described in 149492.
Really, it's gamin problem. Bug 171212 contains patch to gamin that should fix the problem, so let me close this as duplicate. *** This bug has been marked as a duplicate of 171212 ***