Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71831 - mp3blaster quits/crashes when trying to play mp3
Summary: mp3blaster quits/crashes when trying to play mp3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-20 05:03 UTC by Max Hille
Modified: 2005-01-03 03:49 UTC (History)
1 user (show)

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 Max Hille 2004-11-20 05:03:44 UTC
i recently emerged mp3blaster-3.2.0

mp3blaster quitted/crashed without giving an error. after searching the web i decided to try compiling with less optimization flags. i found out that the flag "-mfpmath=sse" generated the bug.

this compiles a functioning mp3blaster:
CFLAGS="-march=athlon-xp -m3dnow -msse -O3"

this compiles a non-functioning mp3blaster:
CFLAGS="-march=athlon-xp -m3dnow -msse -O3 -mfpmath=sse"


Reproducible: Always
Steps to Reproduce:
1. add "-mfpmath=sse" to /etc/make.conf#CLAGS
2. emerge mp3blaster-3.2.0
3. run "mp3blaster /path/to/mp3"

Actual Results:  
mplayer quits without an error message

Expected Results:  
shouldn't quit - playing music

gentoo-dev-sources-2.6.9-r1
gcc-Version 3.4.2  (Gentoo Linux 3.4.2-r1, ssp-3.4.1-1, pie-8.7.6.5)
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-11-21 13:43:44 UTC
How does this fair:

-march=athlon-xp -m3dnow -msse -O2 -mfpmath=sse
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2005-01-03 03:49:25 UTC
no response... assuming it's fixed.