On Tue, Jan 18, 2005 at 10:21:38AM +0100, Siggi Langauf wrote:
> On Mon, 17 Jan 2005, Brian Nelson wrote:
> 
> > Here's a backtrace with debugging symbols:
> >
> > Program received signal SIGINT, Interrupt.
> > [Switching to Thread -1216928096 (LWP 19155)]
> > 0xffffe410 in __kernel_vsyscall ()
> > (gdb) bt
> [...]
> 
> The debugging symbols are nice, but this thread alone doesn't look very
> suspicious.
> 
> Could you send me the output of "thread apply all bt", please?

Here ya go:

Thread 5 (Thread -1263666256 (LWP 28377)):
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7a9741e in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/tls/i686/cmov/libpthread.so.0
#2  0xb7ae2ff8 in fifo_remove_int (fifo=0x8717bb8, blocking=1)
    at audio_out.c:337
#3  0xb7ae4114 in ao_loop (this_gen=0x86f3140) at audio_out.c:374
#4  0xb7a94ca3 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#5  0xb7a2c9ba in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 4 (Thread -1255003216 (LWP 28376)):
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7a23c5d in poll () from /lib/tls/i686/cmov/libc.so.6
#2  0xb53287b4 in ao_alsa_handle_event_thread (data=0x82ed188)
    at audio_alsa_out.c:156
#3  0xb7a94ca3 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#4  0xb7a2c9ba in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 2 (Thread -1233708112 (LWP 28374)):
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7a975da in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /lib/tls/i686/cmov/libpthread.so.0
#2  0xb7ad449c in metronom_sync_loop (this=0x82beb60) at metronom.c:873
#3  0xb7a94ca3 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#4  0xb7a2c9ba in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 1 (Thread -1216928096 (LWP 28359)):
#0  0xffffe410 in __kernel_vsyscall ()
#1  0xb7a9741e in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/tls/i686/cmov/libpthread.so.0
#2  0xb78de286 in _XUnregisterFilter () from /usr/X11R6/lib/libX11.so.6
#3  0xb78c192e in _XReply () from /usr/X11R6/lib/libX11.so.6
#4  0xb78bcda4 in XSync () from /usr/X11R6/lib/libX11.so.6
#5  0xb5f5b314 in xv_dispose (this_gen=0x82d5ca8) at video_out_xv.c:1051
#6  0xb7ae0c15 in vo_exit (this_gen=0x82d6e90) at video_out.c:1511
#7  0xb7ad9b29 in xine_close_video_driver (this=0x81ec4f8, vo_port=0xfffffffc)
    at load_plugins.c:1590
#8  0x08081893 in gtk_xine_unrealize (widget=0x81eb628) at gtkxine.c:634
#9  0xb7bd63b6 in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
#10 0xb7bc4949 in g_cclosure_new_swap () from /usr/lib/libgobject-2.0.so.0
#11 0xb7bc46b6 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#12 0xb7bd5925 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#13 0xb7bd4f4c in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#14 0xb7bd51e6 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#15 0xb7f19d93 in gtk_widget_unrealize () from /usr/lib/libgtk-x11-2.0.so.0
#16 0xb7f191d4 in gtk_widget_unparent () from /usr/lib/libgtk-x11-2.0.so.0
#17 0xb7d59c0c in gtk_bin_get_type () from /usr/lib/libgtk-x11-2.0.so.0
#18 0xb7bd6db3 in g_cclosure_marshal_VOID__OBJECT ()
   from /usr/lib/libgobject-2.0.so.0
#19 0xb7bc4949 in g_cclosure_new_swap () from /usr/lib/libgobject-2.0.so.0
#20 0xb7bc46b6 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#21 0xb7bd5721 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#22 0xb7bd4f4c in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#23 0xb7bd51e6 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#24 0xb7d980f3 in gtk_container_remove () from /usr/lib/libgtk-x11-2.0.so.0
#25 0xb7f20fdc in gtk_widget_get_default_direction ()
   from /usr/lib/libgtk-x11-2.0.so.0
#26 0xb7bc67f1 in g_object_run_dispose () from /usr/lib/libgobject-2.0.so.0
#27 0xb7e39cb9 in gtk_object_destroy () from /usr/lib/libgtk-x11-2.0.so.0
#28 0xb7f192e5 in gtk_widget_destroy () from /usr/lib/libgtk-x11-2.0.so.0
#29 0x080712ed in videoplay_destroy () at videoplay_xine.c:669
#30 0x08059aa0 in browser_destroy () at browser.c:335
#31 0xb7e1d0d4 in _gtk_marshal_BOOLEAN__BOXED ()
   from /usr/lib/libgtk-x11-2.0.so.0
#32 0xb7bc46b6 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#33 0xb7bd5ec8 in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#34 0xb7bd4d3a in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#35 0xb7bd51e6 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#36 0xb7f1bf67 in gtk_widget_send_expose () from /usr/lib/libgtk-x11-2.0.so.0
#37 0xb7e1a324 in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0
#38 0xb7ccf1a5 in _gdk_events_queue () from /usr/lib/libgdk-x11-2.0.so.0
#39 0xb7b59632 in g_main_depth () from /usr/lib/libglib-2.0.so.0
#40 0xb7b5a6b8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#41 0xb7b5a9f0 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#42 0xb7b5af93 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#43 0xb7e19c83 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#44 0x0806a644 in main (argc=1, argv=0xbffff524) at main.c:41

-- 
Society is never going to make any progress until we all learn to
pretend to like each other.


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

Reply via email to