Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26993 - xmms-1.2.7-r25 crashes playing ogg files (might be libvorbis problem)
Summary: xmms-1.2.7-r25 crashes playing ogg files (might be libvorbis problem)
Status: RESOLVED DUPLICATE of bug 26893
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-20 08:52 UTC by Don Seiler (RETIRED)
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Don Seiler (RETIRED) gentoo-dev 2003-08-20 08:52:23 UTC
I upgraded to xmms 1.27-r25 and now xmms will crash when I try to play ogg
files.  mp3 files in the same directory as the ogg files play fine.  I've also
recently upgraded to libvorbis-1.0-r4.  The backtrace seems to be full of vorbis
errors.

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~x86" emerge -u xmms
2. Launch xmms
3. Play an ogg file

Actual Results:  
XMMS crashed.

Expected Results:  
XMMS should have played the ogg file

Here is some gdb info:

(when the crash occured I got this)
Program received signal SIGILL, Illegal instruction.
[Switching to Thread 49156 (LWP 26340)]
0x40e1f04b in mdct_backward () from /usr/lib/libvorbis.so.0

and here is the backtrace:
(gdb) bt
#0  0x40e1f04b in mdct_backward () from /usr/lib/libvorbis.so.0
#1  0x40e30c8d in mapping0_inverse () from /usr/lib/libvorbis.so.0
#2  0x40e264ec in vorbis_synthesis () from /usr/lib/libvorbis.so.0
#3  0x40e19eca in _fetch_and_process_packet () from /usr/lib/libvorbisfile.so.3
#4  0x40e18e15 in ov_read () from /usr/lib/libvorbisfile.so.3
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-08-20 09:16:28 UTC

*** This bug has been marked as a duplicate of 26893 ***