GNOME Bugzilla – Bug 515822
nautilus crashed with SIGSEGV
Last modified: 2008-02-25 16:46:27 UTC
This bug has been reported here: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/190996 "nautilus try to start a number of times at startup and fails.witch this crashreport" ".
+ Trace 188850
Thread 1 (process 6076)
MickeA59 wrote 11 hours ago: (permalink) Intresting , seems to be a rights problem .. running in sudo shows the desktop witch icons dor mounted discs(for root user but anyway) and nautilus doesnt crash. micke@micke-desktop:~$ sudo nautilus seahorse nautilus module initialized ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL front:0 ALSA lib setup.c:96:(snd_sctl_install) Cannot lock ctl elem ALSA lib confmisc.c:1286:(snd_func_refer) Unable to find definition 'cards.EMU10K1.pcm.surround71.0:CARD=0' ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory ALSA lib conf.c:3982:(snd_config_expand) Evaluate error: No such file or directory ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM surround71:0 ** (nautilus:7282): WARNING **: Unable to add monitor: Not supported Matt Perry wrote 5 hours ago: (permalink) For the record, I experienced this exact symptom. It appears to be a permissions issue since there was a *.desktop file owned by root in ~/Desktop. Removing this file fixed the bug.
Aha. Maybe its the no-permissions-to-read-desktop-file issue i recently fixed. Can you try this fix (in current svn): 2008-02-18 Alexander Larsson <alexl@redhat.com> * libnautilus-private/nautilus-directory-async.c: (link_info_nautilus_link_read_callback): Avoid free of random memory if desktop file reading failed.
Hi !! Unfortunatly when i understood the rights problem i discarded the current user -account and created a new one with admin rights and everything worked. Sorry
Closing, Alex is probably right. best regards, Christian