I know the reason now. I checked the audacious source package with: apt-get source audacious and found the default options of the configure script option enabled the sse2 extension. AMD athlon CPUs don't support that.
Here's the patch: --- old/audacious-2.3/debian/rules 2010-04-14 20:06:15.373982571 +0800 +++ new/audacious-2.3/debian/rules 2010-04-14 20:05:36.321990605 +0800 @@ -6,7 +6,7 @@ override_dh_auto_configure: ln -sf /usr/share/misc/config.sub . ln -sf /usr/share/misc/config.guess . - dh_auto_configure -- --disable-rpath --enable-chardet + dh_auto_configure -- --disable-rpath --enable-chardet --disable-sse2 override_dh_auto_clean: dh_auto_clean zhangjins...@ubuntu:~/audacious-2.3$ -- audacious 2.3 crashed when playing audio file. https://bugs.launchpad.net/bugs/562713 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs