GNOME Bugzilla – Bug 111141
Crashes if hidden files are being shown
Last modified: 2004-12-22 21:47:04 UTC
Package: nautilus Severity: normal Version: GNOME2.3.0 2.2.3.1 os_details: FreeBSD GNOME Project Synopsis: View themes:/// crashes with the seg fault. Bugzilla-Product: nautilus Bugzilla-Component: Thumbnails BugBuddy-GnomeVersion: 2.0 (2.3.0) Description: Description of Problem: View themes:/// crashes with seg fault. My system is: $ uname -a FreeBSD sysinfo.mezzweb.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Tue Apr 15 20:42:53 CDT 2003 mezz@sysinfo.mezzweb.com:/usr/src/sys/i386/compile/BSDROCKS i386 Joe Marcus Clarke (marcus@FreeBSD.org) doesn't has this problem in FreeBSD 4.8. Steps to reproduce the problem: 1. Go to themes:/// and enable the 'Show hidden and backup files' in the perference, then it will crashes with the seg fault. Either before or after enable this option are same thing. 2. n/a 3. n/a Actual Results: crashes with the seg fault Expected Results: crashes with the seg fault How often does this happen? all the time Additional Information: Debugging Information: Backtrace was generated from '/usr/X11R6/bin/nautilus' [Switching to Process 90844, Thread 1] 0x28d63093 in poll () from /usr/lib/libc.so.5
+ Trace 36064
Thread 7 (Process 90844, Thread 7)
Thread 6 (Process 90844, Thread 6)
Thread 5 (Process 90844, Thread 5)
Thread 4 (Process 90844, Thread 4)
Thread 3 (Process 90844, Thread 3)
Thread 2 (Process 90844, Thread 2)
------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-04-19 02:55 ------- The original reporter (reigncracks@hotmail.com) of this bug does not have an account here. Reassigning to the exporter, unknown@bugzilla.gnome.org. Reassigning to the default owner of the component, nautilus-maint@bugzilla.gnome.org.
Actually, I _am_ seeing the same crash under FreeBSD 4.x -STABLE. The key is themes:/// + "Show hidden and backup files".
This is a more acurate stack trace of the problem. Program received signal SIGSEGV, Segmentation fault. 0x28bb6fb6 in _gnome_vfs_handle_do_read (handle=0xbfbff578, buffer=0x0, num_bytes=8192, bytes_read=0x0, context=0x0) at gnome-vfs-handle.c:134 134 gnome-vfs-handle.c: No such file or directory. in gnome-vfs-handle.c (gdb) bt
+ Trace 36065
Thanks a lot; I can reproduce this and will look at it shortly. Reassigning into themus.
2003-05-04 Andrew Sobala <aes@gnome.org> * theme-method.c: (do_open): fix pointer juggling that was causing nautilus crashes. Oops again.