Skip to content

Instantly share code, notes, and snippets.

@ericmjonas
Created June 7, 2009 12:55
Show Gist options
  • Save ericmjonas/125315 to your computer and use it in GitHub Desktop.
Save ericmjonas/125315 to your computer and use it in GitHub Desktop.
jonas@stockton:~/recorder/recorder/tests/dbus$ gdb /home/jonas/recorder/recorder/experiment/soma-recorder-experiment
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
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 "i486-linux-gnu"...
(gdb) run --create-file=/tmp/testasgaga.h5 --no-register --log-level=0 --soma-ip=127.0.0.1 --dbus=tcp:host=localhost,port=54387,guid=c10eef9de61970c8f7b52de64a2bb84d
Starting program: /home/jonas/recorder/recorder/experiment/soma-recorder-experiment --create-file=/tmp/testasgaga.h5 --no-register --log-level=0 --soma-ip=127.0.0.1 --dbus=tcp:host=localhost,port=54387,guid=c10eef9de61970c8f7b52de64a2bb84d
[Thread debugging using libthread_db enabled]
1244379307 INFO soma.recordering.experiment : create file: /tmp/testasgaga.h5
1244379307 INFO soma.recordering.experiment : Using IP network to talk to soma
1244379307 INFO soma.recordering.experiment : soma hardware IP: 127.0.0.1
[New Thread 0xb666a720 (LWP 716)]
soma-recorder-experiment: pthread_mutex_lock.c:87: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed.
Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb666a720 (LWP 716)]
0xb7f2e430 in __kernel_vsyscall ()
(gdb) bt
#0 0xb7f2e430 in __kernel_vsyscall ()
#1 0xb699d6d0 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb699f098 in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0xb69965ce in __assert_fail () from /lib/tls/i686/cmov/libc.so.6
#4 0xb6958025 in pthread_mutex_lock () from /lib/tls/i686/cmov/libpthread.so.0
#5 0xb6a654b6 in pthread_mutex_lock () from /lib/tls/i686/cmov/libc.so.6
#6 0xb7942ebd in DBus::DefaultMutex::lock ()
from /usr/local/lib/libdbus-c++-1.so.0
#7 0xb793e258 in DBus::Dispatcher::queue_connection ()
from /usr/local/lib/libdbus-c++-1.so.0
#8 0xb7939fc9 in DBus::Connection::setup ()
from /usr/local/lib/libdbus-c++-1.so.0
#9 0xb793bae1 in DBus::Connection::Connection ()
from /usr/local/lib/libdbus-c++-1.so.0
#10 0x080c114b in main (argc=6, argv=0xbf949884)
at /home/jonas/recorder/recorder/experiment/experimentmain.cc:125
(gdb) quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment