Hide Forgot
Description of problem: Probably I tried to open files from NFS share when network was down Version-Release number of selected component: audacious-3.4.1-2.fc19 Additional info: reporter: libreport-2.1.7 backtrace_rating: 4 cmdline: audacious crash_function: __kernel_vsyscall executable: /usr/bin/audacious kernel: 3.11.3-201.fc19.i686 runlevel: N 5 type: CCpp uid: 1000 var_log_messages: Oct 15 00:41:55 A230N4 abrt[31980]: Saved core dump of pid 31932 (/usr/bin/audacious) to /var/tmp/abrt/ccpp-2013-10-15-00:41:52-31932 (59973632 bytes) Truncated backtrace: Thread no. 7 (8 frames) #0 __kernel_vsyscall #1 __libc_open64 at ../sysdeps/unix/sysv/linux/open64.c:45 #2 __open64_2 at ../sysdeps/unix/sysv/linux/open64_2.c:30 #3 open at /usr/include/bits/fcntl2.h:57 #4 unix_fopen at unix-io.c:83 #5 vfs_fopen at vfs.c:145 #6 playback_thread at playback.c:402 #8 clone at ../sysdeps/unix/sysv/linux/i386/clone.S:131
Created attachment 812756 [details] File: backtrace
Created attachment 812757 [details] File: cgroup
Created attachment 812758 [details] File: core_backtrace
Created attachment 812759 [details] File: dso_list
Created attachment 812760 [details] File: environ
Created attachment 812761 [details] File: limits
Created attachment 812762 [details] File: maps
Created attachment 812763 [details] File: open_fds
Created attachment 812764 [details] File: proc_pid_status
You tried to open "file:///mnt/N2/Storage/pk/o/apc_n.flac", but Audacious doesn't care what sort of mount-point is involved when accessing a file:// URI. It simply calls open(). If that leads to a crash instead of an error return code, that's a problem outside Audacious. [...] #3 0xb5c34e1c in open (__oflag=524288, __path=0xad300c98 "/mnt/N2/Storage/pk/o/apc_n.flac") at /usr/include/bits/fcntl2.h:57 No locals. #4 unix_fopen (uri=0xadcd7134 "file:///mnt/N2/Storage/pk/o/apc_n.flac", mode=0x806d79c "r") at unix-io.c:83 [...]
NFS share mount parameters: 192.168.137.1:/c on /mnt/N2 type nfs (rw,relatime,vers=3,rsize=32768,wsize=32768,namlen=255,soft,proto=udp,timeo=11,retrans=3,sec=sys,mountaddr=192.168.137.1,mountvers=3,mountport=1058,mountproto=udp,local_lock=none,addr=192.168.137.1,_netdev) NFS server was down when I tried to open this file.
Once more, Audacious doesn't know that the file resides on an NFS server. Sigtrap in glibc during a syscall has nothing to do with Audacious. You will need to find out what's wrong with your machine.