On Thu, Feb 26, 2004 at 03:30:04PM +0100, Michel D?nzer wrote:
> On Thu, 2004-02-26 at 15:10, Jaroslav Kysela wrote:
> > 
> > Can you try with the mpg123 program? It works on x86.
> 
> It can successfully print the usage info, but also crashes when trying
> to actually play a file. Note that even gdb crashes on startup, so the
> problem seems completely unrelated to sound?

You can try this:

$ gdb mpg123
(gdb) set args xxx.mp3
(gdb) set env LD_PRELOAD /home/user/src/alsa-cvs/alsa-oss/alsa/.libs/libaoss.so
(gdb) run

This way LD_PRELOAD will be set only for the debugged process, and not for
the debugger itself - hopefully the debugger will not crash and will
provide some useful info.

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to