| Summary: | [abrt] audacious-3.4.1-2.fc19: __kernel_vsyscall: Process /usr/bin/audacious was killed by signal 5 (SIGTRAP) | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alexander230 <fire_2005> | ||||||||||||||||||||
| Component: | audacious | Assignee: | Michael Schwendt <bugs.michael> | ||||||||||||||||||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||
| Version: | 19 | CC: | bugs.michael, fire_2005, malkodan, vonsch | ||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||
| Hardware: | i686 | ||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||
| Whiteboard: | abrt_hash:326c228525bfa1bb921a0950ca7f12a908920d5f | ||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||
| Last Closed: | 2014-01-20 11:32:51 UTC | Type: | --- | ||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||
|
Description
Alexander230
2013-10-16 05:45:49 UTC
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. |