Discussion:
segfault backtrace with debug symbols
David Shochat
2012-06-17 18:11:31 UTC
Permalink
I rebuilt xine-ui with --enable-debug. Now the gdb backtrace has a bit
more information (otherwise same situation as my previous post):

Program terminated with signal 11, Segmentation fault.
#0 0x08073138 in event_listener (event=<optimized out>,
user_data=<optimized out>) at main.c:1273
1273 xitk_slider_set_pos(panel->mixer.slider, gGui->mixer.amp_level);
(gdb) bt
#0 0x08073138 in event_listener (event=<optimized out>,
user_data=<optimized out>) at main.c:1273
#1 0x08073a0d in event_listener (user_data=0x0, event=0xb09031d0) at
/usr/include/i386-linux-gnu/bits/stdio2.h:98
#2 0x0095d703 in listener_loop (queue_gen=0x93ef718) at events.c:225
#3 0x00bafd4c in start_thread (arg=0xad9ffb40) at pthread_create.c:308
#4 0x00caeace in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
Hope that helps.
-- David

Loading...