After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 503232 - crash in nautilus_file_is_hidden_file at nautilus-file.c line 2345
crash in nautilus_file_is_hidden_file at nautilus-file.c line 2345
Status: RESOLVED INCOMPLETE
Product: nautilus
Classification: Core
Component: [obsolete] nautilus-media
2.22.x
Other All
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 571538 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-12-12 10:16 UTC by Bastien Lacoste
Modified: 2011-02-23 12:29 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Bastien Lacoste 2007-12-12 10:16:43 UTC
Version: 2.20.0

What were you doing when the application crashed?
I was Copying a folder from Desktop to a USB Key in FAT32 and I tried to rename another folder on the USB key. I had another bug just before : see http://bugzilla.gnome.org/show_bug.cgi?id=503230 (maybe the same)
Thanks


Distribution: Gentoo Base System release 1.12.9
Gnome Release: 2.20.1 2007-11-26 (Gentoo)
BugBuddy Version: 2.20.1

System: Linux 2.6.22-gentoo-r9ekra #6 PREEMPT Sun Nov 11 21:19:25 CET 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10300000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Clearlooks
Icon Theme: gnome

Memory status: size: 122642432 vsize: 122642432 resident: 33034240 share: 21028864 rss: 33034240 rss_rlim: 4294967295
CPU usage: start_time: 1197454052 rtime: 1499 utime: 1171 stime: 328 cutime:151 cstime: 14 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/nautilus'

Using host libthread_db library "/lib/libthread_db.so.1".
0xffffe410 in __kernel_vsyscall ()
  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 IA__g_spawn_sync
    at gspawn.c line 369
  • #3 IA__g_spawn_command_line_sync
    at gspawn.c line 677
  • #4 run_bug_buddy
    at gnome-breakpad.cc line 213
  • #5 check_if_gdb
    at gnome-breakpad.cc line 283
  • #6 google_breakpad::ExceptionHandler::InternalWriteMinidump
    at ../google-breakpad/src/client/linux/handler/exception_handler.cc line 225
  • #7 google_breakpad::ExceptionHandler::HandleException
    at ../google-breakpad/src/client/linux/handler/exception_handler.cc line 196
  • #8 <signal handler called>
  • #9 nautilus_file_is_hidden_file
    at nautilus-file.c line 2345
  • #10 nautilus_file_should_show
    at nautilus-file.c line 2369
  • #11 fm_directory_view_should_show_file
    at fm-directory-view.c line 9422
  • #12 still_should_show_file
    at fm-directory-view.c line 2674
  • #13 process_new_files
    at fm-directory-view.c line 2765
  • #14 display_pending_callback
    at fm-directory-view.c line 2861
  • #15 g_timeout_dispatch
    at gmain.c line 3488
  • #16 IA__g_main_context_dispatch
    at gmain.c line 2061
  • #17 g_main_context_iterate
    at gmain.c line 2694
  • #18 IA__g_main_loop_run
    at gmain.c line 2898
  • #19 IA__gtk_main
    at gtkmain.c line 1146
  • #20 main
    at nautilus-main.c line 556


----------- .xsession-errors (15 sec old) ---------------------
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
** Message: drive = 0
** Message: volume = 0
(nautilus:7506): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `NautilusFile'
** (nautilus:7506): CRITICAL **: nautilus_file_get_uri: assertion `NAUTILUS_IS_FILE (file)' failed
** (nautilus:7506): CRITICAL **: nautilus_file_is_gone: assertion `NAUTILUS_IS_FILE (file)' failed
** (nautilus:7506): CRITICAL **: nautilus_file_ref: assertion `NAUTILUS_IS_FILE (file)' failed
--------------------------------------------------
Comment 1 Pedro Villavicencio 2008-04-11 14:22:17 UTC
we also have one similar stacktrace here: https://bugs.edge.launchpad.net/nautilus/+bug/215424
Comment 2 Paweł Paprota 2008-04-15 21:47:32 UTC
Hmm, I'm puzzled... Cause of the crash seems to be clear:

gboolean
nautilus_file_is_hidden_file (NautilusFile *file)
{
	return file->details->is_hidden;
}

This method is called with file == NULL. However, I don't understand how did the file pointer "get lost" between these two calls:

  • #11 fm_directory_view_should_show_file
    at fm-directory-view.c line 9422
  • #12 still_should_show_file
    at fm-directory-view.c line 2674

I don't have much experience with debugging GNOME stuff, maybe it's just Bug Buddy / Breakpad / etc. acting up?
Comment 3 Cosimo Cecchi 2009-02-12 20:48:37 UTC
*** Bug 571538 has been marked as a duplicate of this bug. ***
Comment 4 Cosimo Cecchi 2009-02-12 20:49:11 UTC
Last dup is from 2.22.
Comment 5 Vish 2010-07-04 20:38:57 UTC
Do you still have this problem with an up to date version of nautilus?
Comment 6 Akhil Laddha 2010-12-28 08:24:37 UTC
Could you please confirm if this bug is still happening at your end ? Please try in GNOME 2.30.3 or 2.32.1 and report back, thanks.
Comment 7 Akhil Laddha 2011-02-23 12:29:52 UTC
Closing this bug report as no further information has been provided. 
Please feel free to reopen the bug if the problem still occurs with a newer
version of GNOME 2.32.1 or later, thanks.