View previous topic :: View next topic |
Author |
Message |
DaleNixon Tux's lil' helper
Joined: 13 Jul 2002 Posts: 91
|
Posted: Fri Jul 26, 2002 9:20 pm Post subject: xmms seg fault |
|
|
I just emerged xmms on my ppc install and tried to run it with the following results:
Code: | <Init> : Avifile CVS-020726-20:29-
<Init> : Available CPU flags:
Segmentation fault
You've probably found a but in XMMS, please visit
http://bugs.xmms.org and fill out a bug report. |
Has anyone else had similar problems? Does this have something to do with my use of the compiler flags for G3's or better? _________________ $umount /mnt/brain
umount: /mnt/brain is not mounted (according to mtab) |
|
Back to top |
|
|
zendron Tux's lil' helper
Joined: 28 Jul 2002 Posts: 82
|
Posted: Sun Jul 28, 2002 7:32 pm Post subject: |
|
|
The same happends to me on my G3 b+w.
I've emerged xmms several times, read the ebuild, change the USE-Flags
with no success.
May anyone could provide a tip ?
CFLAGS=" -O2 -pipe -mcpu=750 -mpowerpc-gfxopt -mmultiple -mstring " |
|
Back to top |
|
|
DaleNixon Tux's lil' helper
Joined: 13 Jul 2002 Posts: 91
|
Posted: Mon Jul 29, 2002 1:28 pm Post subject: |
|
|
I think something is wrong with my computer anyway. I tried to reinstall OSX, and the machine crashes on boot. I've zapped PRAM, reset open firmware, swapped out hard drives, and done a number of other trouble shooting type things. I've reinstalled OSX and completely formatted my hard drive several times. I still get the OSX kernel panic on startup (something about a corrupt stack). I installed Yellowdog Linux just to test around, and some applications won't even launch. Mozilla, for example, seg faults every time I try to open it. I'm about to have to go back to my old mac. _________________ $umount /mnt/brain
umount: /mnt/brain is not mounted (according to mtab) |
|
Back to top |
|
|
ejchameroy n00b
Joined: 09 Jul 2002 Posts: 18
|
Posted: Wed Aug 07, 2002 1:31 am Post subject: |
|
|
I get the exact same message on my G4 and I am absolutely clueless, and frustrated. I would like to listen to music while I'm woking with linux. I could just use ogg123, but the music just sounds flat. |
|
Back to top |
|
|
zendron Tux's lil' helper
Joined: 28 Jul 2002 Posts: 82
|
Posted: Thu Aug 08, 2002 4:05 pm Post subject: |
|
|
Here is a backtrace from gdb.
Code: |
Starting program: /usr/bin/xmms
(no debugging symbols found)...[New Thread 1024 (LWP 1837)]
(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
<Init> : Avifile CVS-020706-15:20-
<Init> : Available CPU flags:
(no debugging symbols found)...[New Thread 2049 (LWP 2000)]
[New Thread 1026 (LWP 2004)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 1837)]
0x0eda75dc in get_iplugin_info () from /usr/lib/xmms/Input/libidcin.so
(gdb) bt
#0 0x0eda75dc in get_iplugin_info () from /usr/lib/xmms/Input/libidcin.so
#1 0x1001b6d8 in init_plugins ()
#2 0x1003816c in main ()
#3 0x0f4990a0 in __libc_start_main () from /lib/libc.so.6
(gdb) |
I'm not a coder, so this says me not much.
I use alsa on ppc and it seem to work in other apps and with esd. |
|
Back to top |
|
|
zendron Tux's lil' helper
Joined: 28 Jul 2002 Posts: 82
|
Posted: Mon Aug 12, 2002 7:09 pm Post subject: |
|
|
Yipee,
xmms runs.
I compiled it my self with the plain source, without any patch, do simple
./configure && make and touched .copiled then emerged.
I use alsa, so i emerged the alsa-xmms too, but this does not work.
So i use esd for output. |
|
Back to top |
|
|
Gerk Retired Dev
Joined: 07 May 2002 Posts: 435
|
Posted: Tue Aug 13, 2002 5:30 pm Post subject: |
|
|
The problem you were encountering here is that PPC users should _not_ set USE="avi" ... this infers that you want to use all the binary distributed win32 avi codecs (obvioulsy not possible on ppc)
We just closed a bug on this one at bugs.gentoo.org |
|
Back to top |
|
|
zendron Tux's lil' helper
Joined: 28 Jul 2002 Posts: 82
|
Posted: Sat Aug 17, 2002 10:04 am Post subject: |
|
|
Right, stupid me has "avi" in his USE. |
|
Back to top |
|
|
|