rebuilding with --static gives us
Program received signal SIGSEGV, Segmentation fault.
[Switching to LWP 12827]
0x0000b708 in gmplay4 () at ../Balsamic.c:83
83 ../Balsamic.c: No such file or directory.
in ../Balsamic.c
(gdb) bt
#0 0x0000b708 in gmplay4 () at ../Balsamic.c:83
#1 0x00094a60 in start_thread ()
#2 0x000e2588 in ?? ()
hmmm
EDIT: AHH! That old chestnut.
Starting program: /mnt/us/opt/sound/Balsamic kalia.wav
warning: Cannot initialize thread debugging library: unknown thread_db error '22'
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
Balsamic Main: creating Video thread 0
Sigh. Gah. I really really have got to do a 32 bit build this is driving me nuts.
Last edited by twobob; 07-20-2012 at 02:32 PM.
Reason: added AHH!
|