| 1 |
|
|---|
| 2 |
$ libtool --mode=execute gdb test-ffado |
|---|
| 3 |
|
|---|
| 4 |
GNU gdb 6.6-debian |
|---|
| 5 |
Copyright (C) 2006 Free Software Foundation, Inc. |
|---|
| 6 |
GDB is free software, covered by the GNU General Public License, and you are |
|---|
| 7 |
welcome to change it and/or distribute copies of it under certain conditions. |
|---|
| 8 |
Type "show copying" to see the conditions. |
|---|
| 9 |
There is absolutely no warranty for GDB. Type "show warranty" for details. |
|---|
| 10 |
This GDB was configured as "i486-linux-gnu"... |
|---|
| 11 |
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". |
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
(gdb) run Discover |
|---|
| 17 |
Starting program: /home/carlo/software/libffado/tests/.libs/lt-test-ffado Discover |
|---|
| 18 |
[Thread debugging using libthread_db enabled] |
|---|
| 19 |
[New Thread -1215150384 (LWP 5770)] |
|---|
| 20 |
[New Thread -1217254512 (LWP 5773)] |
|---|
| 21 |
verbose level = 0 |
|---|
| 22 |
Using ffado library version: libffado 1.999.4 |
|---|
| 23 |
|
|---|
| 24 |
[New Thread -1225647216 (LWP 5774)] |
|---|
| 25 |
[New Thread -1234220144 (LWP 5775)] |
|---|
| 26 |
Warning (bebob_avdevice_subunit.cpp)[ 473] createFunctionBlock: Dummy function block processing created. Implementation is missing |
|---|
| 27 |
Error (bebob_avplug.cpp)[ 285] discoverPlugType: plug type command failed |
|---|
| 28 |
Error (bebob_avplug.cpp)[ 135] discover: discover: Could not discover plug type (0,1,0,0,0) |
|---|
| 29 |
Error (bebob_functionblock.cpp)[ 124] discoverPlugs: plug discovering failed for plug 0 |
|---|
| 30 |
Error (bebob_functionblock.cpp)[ 91] discover: Could not discover input plug for 'Dummy Processing' |
|---|
| 31 |
Error (bebob_avdevice_subunit.cpp)[ 500] createFunctionBlock: Could not discover function block Dummy Processing |
|---|
| 32 |
Error (bebob_avdevice_subunit.cpp)[ 336] discoverFunctionBlocks: Could not discover function block processing |
|---|
| 33 |
Error (bebob_avdevice_subunit.cpp)[ 279] discover: function block discovering failed |
|---|
| 34 |
Error (bebob_avdevice.cpp)[ 620] enumerateSubUnits: enumerateSubUnits: Could not discover subunit_id = 0, subunit_type = 1 (Audio) |
|---|
| 35 |
Error (bebob_avdevice.cpp)[ 170] discover: Could not enumarate sub units |
|---|
| 36 |
Error (devicemanager.cpp)[ 236] discover: discover: could not discover device |
|---|
| 37 |
|
|---|
| 38 |
Program received signal SIGSEGV, Segmentation fault. |
|---|
| 39 |
[Switching to Thread -1215150384 (LWP 5770)] |
|---|
| 40 |
0x00000031 in ?? () |
|---|
| 41 |
|
|---|
| 42 |
|
|---|
| 43 |
|
|---|
| 44 |
(gdb) backtrace |
|---|
| 45 |
#0 0x00000031 in ?? () |
|---|
| 46 |
#1 0xb7ec111e in ~AvDevice (this=0x80568e0) at bebob/bebob_avdevice.cpp:95 |
|---|
| 47 |
#2 0xb7e80353 in DeviceManager::discover (this=0x804ff98) |
|---|
| 48 |
at devicemanager.cpp:251 |
|---|
| 49 |
#3 0x0804baa2 in main (argc=134574072, argv=0x8056ffc) at test-ffado.cpp:234 |
|---|
| 50 |
(gdb) |
|---|
| 51 |
|
|---|