Hi:

I got a similar crash:
Illegal instruction     (core dumped) audacious

Then I ran (many lines removed for clarity):
$ gdb /usr/bin/audacious
(gdb) core core
Reading symbols from /usr/lib/libaudacious.so.5...(no debugging symbols 
found)...done.
[...]
Program terminated with signal 4, Illegal instruction.
#0  0xb5d9787f in write_output () from /usr/lib/audacious/Input/libmadplug.so
(gdb) bt
#0  0xb5d9787f in write_output () from /usr/lib/audacious/Input/libmadplug.so
#1  0xb5d97fad in decode_loop () from /usr/lib/audacious/Input/libmadplug.so
#2  0xb783152f in ?? () from /usr/lib/libglib-2.0.so.0
#3  0xb5da4960 in ?? () from /usr/lib/audacious/Input/libmadplug.so
#4  0x0836c108 in ?? ()
#5  0x00000000 in ?? ()
(gdb) frame 0
#0  0xb5d9787f in write_output () from /usr/lib/audacious/Input/libmadplug.so
(gdb) disassemble
[...]
0xb5d9787c <write_output+332>:  fstpl  0xffffffb0(%ebp)
0xb5d9787f <write_output+335>:  movsd  0xffffffb0(%ebp),%xmm0
0xb5d97884 <write_output+340>:  cvttsd2si %xmm0,%eax
0xb5d97888 <write_output+344>:  lea    0x1000(%eax),%esi
[...]

My CPU does not have SSE2, just SSE, and from some searches it seems
cvttsd2si and movsd (xmm0 being another clue of special SIMD ops) were
added in SSE2.

GSR
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to