On Sat, Jun 29, 2013 at 11:52:06PM +0200, Sipos Csaba wrote:
root@openbsc:~# gdb nitb core
'nitb' was meant as a place holder because I don't know if you invoke it with ./osmo-nitb, osmo-nitb, /usr/local/bin/osmo-nitb. When invoking gdb you need to pass the right one. E.g. you didn't use 'nitb' to start the application either. ;)
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04 #0 0xb774c11d in ?? () (gdb) bt #0 0xb774c11d in ?? () #1 0xfffffffe in ?? () #2 0x00000003 in ?? () #3 0xb775acdf in ?? () #4 0x000006ec in ?? () #5 0x00000000 in ?? () (gdb)
No, the above is not useful at all. The information about methods and line numbers is missing. Re-run the gdb command and point it to the nitb that was used.
holger