Skip to content

Instantly share code, notes, and snippets.

(gdb) t a a bt
Thread 24 (Thread 0x7f8e92eab700 (LWP 17808)):
#0 0x00007f8ea3c1118d in poll () from /usr/lib/libc.so.6
#1 0x00007f8ea13e3fbc in ?? () from /usr/lib/libglib-2.0.so.0
#2 0x00007f8ea13e40cc in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#3 0x00007f8e92eb325d in ?? () from /usr/lib/gio/modules/libdconfsettings.so
#4 0x00007f8ea140a715 in ?? () from /usr/lib/libglib-2.0.so.0
#5 0x00007f8ea3edc4a4 in start_thread () from /usr/lib/libpthread.so.0
#6 0x00007f8ea3c1a13d in clone () from /usr/lib/libc.so.6
Ôò¡x02
x04
" Modeline and Notes {
" vim: set sw=4 ts=4 sts=4 et tw=78 foldmarker={,} foldlevel=0 foldmethod=marker spell:
"
" __ _ _____ _
" ___ _ __ / _/ |___ / __ __(_)_ __ ___
" / __| '_ \| |_| | |_ \ _____\ \ / /| | '_ ` _ \
" \__ \ |_) | _| |___) |_____|\ V / | | | | | | |
" |___/ .__/|_| |_|____/ \_/ |_|_| |_| |_|
" |_|
"
(gdb) t a a bt
Thread 11 (Thread 0x7fffc67fc700 (LWP 12628)):
#0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1 0x00007ffff4c275ee in g_cond_wait (cond=cond@entry=0x1dc3e30, mutex=mutex@entry=0x1dc3de8) at gthread-posix.c:1395
#2 0x00007fffefca6f93 in gst_task_func (task=0x1dc3dd0) at gsttask.c:316
#3 0x00007ffff4c0a9e2 in g_thread_pool_thread_proxy (data=<optimized out>) at gthreadpool.c:307
#4 0x00007ffff4c0a1d5 in g_thread_proxy (data=0x7fffc8007940) at gthread.c:764
#5 0x00007ffff775a182 in start_thread (arg=0x7fffc67fc700) at pthread_create.c:312
#6 0x00007ffff6d7a47d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
description, seek=true, duration=20, need-clock-sync=true, handles-states=true
pause;
set-debug-threshold, debug-threshold="1,*validate*:0";
seek, start=1.0, flags=accurate+flush
description, seek=true, duration=20, need-clock-sync=true, handles-states=true
pause;
set-debug-threshold, debug-threshold="1,*validate*:0";
seek, start=1.0, flags=accurate+flush
description, seek=true, duration=20, need-clock-sync=true, handles-states=true
pause;
set-debug-threshold, debug-threshold="1,*validate*:0";
seek, start=20.0, flags=accurate+flush
#!/usr/bin/env python3
#
# print_commits.py
#
# Copyright (c) 2014, Thibault Saunier tsaunier@gnome.org
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#!/usr/bin/env python
""" update_pitivi_bundle
Usage:
update_pitivi_bundle [--choose]
Options:
-c --choose Choose the bundle version to download
-h --help Show this screen.