Description of problem: nautilus always crashes on startup Version-Release number of selected component (if applicable): nautilus-2.6.0-4.x86_64 How reproducible: Always Steps to Reproduce: 1. Try to run nautilus (eg. "nautilus &" in an X terminal) 2. 3. Actual results: nautilus does not start, a popup appears with a message like "nautilus application has quit unexpectedly" Expected results: nautilus should start Additional info: The system is a dual Opteron (I used SMP kernel)
Created attachment 99862 [details] good fstab for nautilus
I have been able to run nautilus... Digging into gentoo lists it seems to be a hard to track problem which possibly involves glibc and/or nptl ... and only shows on x86_64 architecture. There is a workaround that seems to work (at least it works for me) you have to edit /etc/fstab and comment out lines for floppy, cdrom, etc... until you get nautilus to run. Here (attached) is my /etc/fstab that makes it run well. The funny thing is that if I change the last line from /dev/fd0 /mnt/floppy auto noauto 0 0 to /dev/fd0 /mnt/floppy auto noauto,owner 0 0 then nautilus crashes again! ;-/
Created attachment 99863 [details] I also changed this ... Maybe this is also needed
Forgot to say, my hardware is AMD64 processor Asus k8v de luxe motherboard and several pata/sata disks 1,2 Gb RAM P.S. I was fed up from using KDE (which otos works flawlessly...)
Does anyone have a backtrace of the crash (with symbols)?
links I found sofar http://forums.gentoo.org/viewtopic.php?t=157179 http://bugzilla.gnome.org/show_bug.cgi?id=138986
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=122662 <---- this is surely related! Here is my fstab file for reference: [csm@stealth csm]$ cat /etc/fstab LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 none /dev/pts devpts gid=5,mode=620 0 0 none /dev/shm tmpfs defaults 0 0 LABEL=/home /home ext3 defaults 1 2 LABEL=/opt /opt ext3 defaults 1 2 none /proc proc defaults 0 0 none /sys sysfs defaults 0 0 LABEL=/usr /usr ext3 defaults 1 2 LABEL=/usr/local /usr/local ext3 defaults 1 2 LABEL=/var /var ext3 defaults 1 2 /dev/hdc3 swap swap defaults 0 0 /dev/hda5 swap swap defaults 0 0 /dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0 /dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0 /dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
*** This bug has been marked as a duplicate of 123807 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.