GNU gdb (Ubuntu/Linaro 7.4-0ubuntu1) 7.4 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/bin/cheese...Reading symbols from /usr/lib/debug/usr/bin/cheese...done. done. (gdb) handle SIG33 pass nostop noprint Signal Stop Print Pass to program Description SIG33 No No Yes Real-time event 33 (gdb) set pagination 0 (gdb) run Starting program: /usr/bin/cheese [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffe9252700 (LWP 5241)] [New Thread 0x7fffe8849700 (LWP 5242)] Gtk-WARNING **: Attempting to add a widget with type GtkImage to a GtkToggleButton, but as a GtkBin subclass a GtkToggleButton can only contain one widget at a time; it already contains a widget of type GtkLabel Gtk-WARNING **: Attempting to add a widget with type GtkImage to a GtkToggleButton, but as a GtkBin subclass a GtkToggleButton can only contain one widget at a time; it already contains a widget of type GtkLabel Gtk-WARNING **: Attempting to add a widget with type GtkImage to a GtkToggleButton, but as a GtkBin subclass a GtkToggleButton can only contain one widget at a time; it already contains a widget of type GtkLabel Gtk-WARNING **: Attempting to add a widget with type GtkImage to a GtkButton, but as a GtkBin subclass a GtkButton can only contain one widget at a time; it already contains a widget of type GtkLabel Gtk-WARNING **: Attempting to add a widget with type GtkGrid to a GtkToggleButton, but as a GtkBin subclass a GtkToggleButton can only contain one widget at a time; it already contains a widget of type GtkLabel Gtk-WARNING **: Attempting to add a widget with type GtkImage to a GtkButton, but as a GtkBin subclass a GtkButton can only contain one widget at a time; it already contains a widget of type GtkLabel [New Thread 0x7fffe28d7700 (LWP 5243)] ** CRITICAL **: cheese_main_window_finish_countdown_callback: assertion `self != NULL' failed [New Thread 0x7fffcffff700 (LWP 5244)] [New Thread 0x7fffcf7fe700 (LWP 5245)] Program received signal SIGINT, Interrupt. 0x00007ffff5051d93 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 87 ../sysdeps/unix/sysv/linux/poll.c: No such file or directory. (gdb) backtrace full #0 0x00007ffff5051d93 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 resultvar = oldtype = 0 result = #1 0x00007ffff558d136 in g_main_context_poll (n_fds=5, fds=0x1a04b70, timeout=746, context=0x670dc0, priority=) at /build/buildd/glib2.0-2.31.18/./glib/gmain.c:3412 poll_func = 0x7ffff559a090 #2 g_main_context_iterate (dispatch=1, block=, context=0x670dc0, self=) at /build/buildd/glib2.0-2.31.18/./glib/gmain.c:3113 timeout = 746 some_ready = fds = 0x1a04b70 max_priority = 2147483647 nfds = 5 allocated_nfds = #3 g_main_context_iterate (context=0x670dc0, block=, dispatch=1, self=) at /build/buildd/glib2.0-2.31.18/./glib/gmain.c:3055 some_ready = 27282288 #4 0x00007ffff558d264 in g_main_context_iteration (context=0x670dc0, may_block=1) at /build/buildd/glib2.0-2.31.18/./glib/gmain.c:3179 retval = #5 0x00007ffff5d45894 in g_application_run (application=0x7a0940, argc=, argv=0x7fffffffe288) at /build/buildd/glib2.0-2.31.18/./gio/gapplication.c:1496 arguments = 0x799b50 status = 0 i = __PRETTY_FUNCTION__ = "g_application_run" #6 0x00000000004178a8 in _vala_main (args=0x7fffffffe288, args_length1=1) at src/cheese-main.c:478 result = 0 _tmp0_ = app = 0x7a0940 _tmp1_ = 0x7a0940 _tmp2_ = 0x7a0940 _tmp3_ = 0x7a0940 _tmp4_ = 0x7a0940 _tmp5_ = _tmp5__length1 = _tmp6_ = 0 status = #7 0x00007ffff4f8e76d in __libc_start_main (main=0x40c6d0
, argc=1, ubp_av=0x7fffffffe288, init=, fini=, rtld_fini=, stack_end=0x7fffffffe278) at libc-start.c:226 result = unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, -6487001556468684160, 4245240, 140737488347776, 0, 0, 6487001557331552896, 6486981740301068928}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x41ad60, 0x7fffffffe288}, data = {prev = 0x0, cleanup = 0x0, canceltype = 4304224}}} not_first_call = #8 0x000000000040c721 in _start () No symbol table info available. (gdb) info registers rax 0xfffffffffffffdfc -516 rbx 0x670dc0 6753728 rcx 0xffffffffffffffff -1 rdx 0x2ea 746 rsi 0x5 5 rdi 0x1a04b70 27282288 rbp 0x1a04b70 0x1a04b70 rsp 0x7fffffffe080 0x7fffffffe080 r8 0x0 0 r9 0x1476 5238 r10 0x0 0 r11 0x293 659 r12 0x7ffff559a090 140737309679760 r13 0x2ea 746 r14 0x5 5 r15 0x1 1 rip 0x7ffff5051d93 0x7ffff5051d93 <__GI___poll+83> eflags 0x293 [ CF AF SF IF ] cs 0x33 51 ss 0x2b 43 ds 0x0 0 es 0x0 0 fs 0x0 0 gs 0x0 0 (gdb) x/16i $pc => 0x7ffff5051d93 <__GI___poll+83>: cmp $0xfffffffffffff000,%rax 0x7ffff5051d99 <__GI___poll+89>: ja 0x7ffff5051dbf <__GI___poll+127> 0x7ffff5051d9b <__GI___poll+91>: mov %r8d,%edi 0x7ffff5051d9e <__GI___poll+94>: mov %eax,0x18(%rsp) 0x7ffff5051da2 <__GI___poll+98>: callq 0x7ffff506b4e0 <__libc_disable_asynccancel> 0x7ffff5051da7 <__GI___poll+103>: mov 0x18(%rsp),%eax 0x7ffff5051dab <__GI___poll+107>: jmp 0x7ffff5051d60 <__GI___poll+32> 0x7ffff5051dad <__GI___poll+109>: mov 0x2cf06c(%rip),%rdx # 0x7ffff5320e20 0x7ffff5051db4 <__GI___poll+116>: neg %eax 0x7ffff5051db6 <__GI___poll+118>: mov %eax,%fs:(%rdx) 0x7ffff5051db9 <__GI___poll+121>: or $0xffffffffffffffff,%rax 0x7ffff5051dbd <__GI___poll+125>: jmp 0x7ffff5051d60 <__GI___poll+32> 0x7ffff5051dbf <__GI___poll+127>: mov 0x2cf05a(%rip),%rdx # 0x7ffff5320e20 0x7ffff5051dc6 <__GI___poll+134>: neg %eax 0x7ffff5051dc8 <__GI___poll+136>: mov %eax,%fs:(%rdx) 0x7ffff5051dcb <__GI___poll+139>: or $0xffffffffffffffff,%rax (gdb) thread apply all backtrace Thread 6 (Thread 0x7fffcf7fe700 (LWP 5245)): #0 pthread_cond_timedwait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:215 #1 0x00007ffff55c8785 in g_cond_wait_until (cond=0x1448108, mutex=, end_time=) at /build/buildd/glib2.0-2.31.18/./glib/gthread-posix.c:855 #2 0x00007ffff5563271 in g_async_queue_pop_intern_unlocked (queue=0x1448100, wait=1, end_time=11820824136) at /build/buildd/glib2.0-2.31.18/./glib/gasyncqueue.c:424 #3 0x00007ffff556388a in g_async_queue_timeout_pop (queue=0x1448100, timeout=15000000) at /build/buildd/glib2.0-2.31.18/./glib/gasyncqueue.c:545 #4 0x00007ffff55aef54 in g_thread_pool_wait_for_new_pool () at /build/buildd/glib2.0-2.31.18/./glib/gthreadpool.c:169 #5 g_thread_pool_thread_proxy (data=) at /build/buildd/glib2.0-2.31.18/./glib/gthreadpool.c:366 #6 0x00007ffff55ae7d5 in g_thread_proxy (data=0x1874f70) at /build/buildd/glib2.0-2.31.18/./glib/gthread.c:801 #7 0x00007ffff532fe9a in start_thread (arg=0x7fffcf7fe700) at pthread_create.c:308 #8 0x00007ffff505d74d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 #9 0x0000000000000000 in ?? () Thread 5 (Thread 0x7fffcffff700 (LWP 5244)): #0 0x00007ffff5051e63 in ppoll (fds=, nfds=, timeout=, sigmask=) at ../sysdeps/unix/sysv/linux/ppoll.c:58 #1 0x00007ffff773fbd3 in gst_poll_wait () from /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0 #2 0x00007fffe13faa57 in ?? () from /usr/lib/x86_64-linux-gnu/gstreamer-0.10/libgstvideo4linux2.so #3 0x00007fffe13f444d in ?? () from /usr/lib/x86_64-linux-gnu/gstreamer-0.10/libgstvideo4linux2.so #4 0x00007fffe13f486c in ?? () from /usr/lib/x86_64-linux-gnu/gstreamer-0.10/libgstvideo4linux2.so #5 0x00007ffff01ad1c8 in ?? () from /usr/lib/x86_64-linux-gnu/libgstbase-0.10.so.0 #6 0x00007ffff01ae423 in ?? () from /usr/lib/x86_64-linux-gnu/libgstbase-0.10.so.0 #7 0x00007ffff7759dcc in ?? () from /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0 #8 0x00007ffff55af038 in g_thread_pool_thread_proxy (data=) at /build/buildd/glib2.0-2.31.18/./glib/gthreadpool.c:309 #9 0x00007ffff55ae7d5 in g_thread_proxy (data=0x1874e30) at /build/buildd/glib2.0-2.31.18/./glib/gthread.c:801 #10 0x00007ffff532fe9a in start_thread (arg=0x7fffcffff700) at pthread_create.c:308 #11 0x00007ffff505d74d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 #12 0x0000000000000000 in ?? () Thread 4 (Thread 0x7fffe28d7700 (LWP 5243)): #0 pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162 #1 0x00007ffff55c868f in g_cond_wait (cond=0x197fbb0, mutex=) at /build/buildd/glib2.0-2.31.18/./glib/gthread-posix.c:746 #2 0x00007fffe06c9755 in ?? () from /usr/lib/x86_64-linux-gnu/gstreamer-0.10/libgstcoreelements.so #3 0x00007ffff7759dcc in ?? () from /usr/lib/x86_64-linux-gnu/libgstreamer-0.10.so.0 #4 0x00007ffff55af038 in g_thread_pool_thread_proxy (data=) at /build/buildd/glib2.0-2.31.18/./glib/gthreadpool.c:309 #5 0x00007ffff55ae7d5 in g_thread_proxy (data=0x160bad0) at /build/buildd/glib2.0-2.31.18/./glib/gthread.c:801 #6 0x00007ffff532fe9a in start_thread (arg=0x7fffe28d7700) at pthread_create.c:308 #7 0x00007ffff505d74d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 #8 0x0000000000000000 in ?? () Thread 3 (Thread 0x7fffe8849700 (LWP 5242)): #0 0x00007ffff5051d93 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 #1 0x00007ffff558d136 in g_main_context_poll (n_fds=1, fds=0x7fffdc0010e0, timeout=-1, context=0x15cda00, priority=) at /build/buildd/glib2.0-2.31.18/./glib/gmain.c:3412 #2 g_main_context_iterate (dispatch=1, block=, context=0x15cda00, self=) at /build/buildd/glib2.0-2.31.18/./glib/gmain.c:3113 #3 g_main_context_iterate (context=0x15cda00, block=, dispatch=1, self=) at /build/buildd/glib2.0-2.31.18/./glib/gmain.c:3055 #4 0x00007ffff558d59a in g_main_loop_run (loop=0x7fffdc0010c0) at /build/buildd/glib2.0-2.31.18/./glib/gmain.c:3312 #5 0x00007fffe884e75b in ?? () from /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so #6 0x00007ffff55ae7d5 in g_thread_proxy (data=0x15ce800) at /build/buildd/glib2.0-2.31.18/./glib/gthread.c:801 #7 0x00007ffff532fe9a in start_thread (arg=0x7fffe8849700) at pthread_create.c:308 #8 0x00007ffff505d74d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 #9 0x0000000000000000 in ?? () Thread 2 (Thread 0x7fffe9252700 (LWP 5241)): #0 0x00007ffff5051d93 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 #1 0x00007ffff558d136 in g_main_context_poll (n_fds=3, fds=0x7fffe40010c0, timeout=-1, context=0x15ad590, priority=) at /build/buildd/glib2.0-2.31.18/./glib/gmain.c:3412 #2 g_main_context_iterate (dispatch=1, block=, context=0x15ad590, self=) at /build/buildd/glib2.0-2.31.18/./glib/gmain.c:3113 #3 g_main_context_iterate (context=0x15ad590, block=, dispatch=1, self=) at /build/buildd/glib2.0-2.31.18/./glib/gmain.c:3055 #4 0x00007ffff558d59a in g_main_loop_run (loop=0x15ad540) at /build/buildd/glib2.0-2.31.18/./glib/gmain.c:3312 #5 0x00007ffff5d79446 in gdbus_shared_thread_func (user_data=0x15ad560) at /build/buildd/glib2.0-2.31.18/./gio/gdbusprivate.c:276 #6 0x00007ffff55ae7d5 in g_thread_proxy (data=0x15a9770) at /build/buildd/glib2.0-2.31.18/./glib/gthread.c:801 #7 0x00007ffff532fe9a in start_thread (arg=0x7fffe9252700) at pthread_create.c:308 #8 0x00007ffff505d74d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112 #9 0x0000000000000000 in ?? () Thread 1 (Thread 0x7ffff7fc2940 (LWP 5238)): #0 0x00007ffff5051d93 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87 #1 0x00007ffff558d136 in g_main_context_poll (n_fds=5, fds=0x1a04b70, timeout=746, context=0x670dc0, priority=) at /build/buildd/glib2.0-2.31.18/./glib/gmain.c:3412 #2 g_main_context_iterate (dispatch=1, block=, context=0x670dc0, self=) at /build/buildd/glib2.0-2.31.18/./glib/gmain.c:3113 #3 g_main_context_iterate (context=0x670dc0, block=, dispatch=1, self=) at /build/buildd/glib2.0-2.31.18/./glib/gmain.c:3055 #4 0x00007ffff558d264 in g_main_context_iteration (context=0x670dc0, may_block=1) at /build/buildd/glib2.0-2.31.18/./glib/gmain.c:3179 #5 0x00007ffff5d45894 in g_application_run (application=0x7a0940, argc=, argv=0x7fffffffe288) at /build/buildd/glib2.0-2.31.18/./gio/gapplication.c:1496 #6 0x00000000004178a8 in _vala_main (args=0x7fffffffe288, args_length1=1) at src/cheese-main.c:478 #7 0x00007ffff4f8e76d in __libc_start_main (main=0x40c6d0
, argc=1, ubp_av=0x7fffffffe288, init=, fini=, rtld_fini=, stack_end=0x7fffffffe278) at libc-start.c:226 #8 0x000000000040c721 in _start () (gdb) quit A debugging session is active. Inferior 1 [process 5238] will be killed. Quit anyway? (y or n)