roland@roland-desktop:~$ gdb btanks 2>&1 | tee ~/gdb-btanks.txt
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
Copyright (C) 2012 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 "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/games/btanks...(no debugging symbols found)...done.
(gdb) handle sig33 pass nostop noprint
Unrecognized or ambiguous flag word: "sig33".
(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/games/btanks 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffefeda700 (LWP 12397)]
[13:03:30.005][engine/src/config.cpp:296]        [debug] cleaning up config...
[New Thread 0x7fffe899b700 (LWP 12398)]
[Thread 0x7fffe899b700 (LWP 12398) exited]
[New Thread 0x7fffe899b700 (LWP 12399)]
[Thread 0x7fffe899b700 (LWP 12399) exited]
[Thread 0x7fffefeda700 (LWP 12397) exited]
[Inferior 1 (process 12394) exited with code 01]
(gdb) backtrace full
No stack.
(gdb) info registers
The program has no registers now.
(gdb) x/16i $pc
No registers.
(gdb) thread apply all backtrace
(gdb) quit
roland@roland-desktop:~$ dir gdb*
gdb-btanks.txt
roland@roland-desktop:~$ 


** Attachment added: "backtrace"
   
https://bugs.launchpad.net/ubuntu/+source/btanks/+bug/1014062/+attachment/3192758/+files/gdb-btanks.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1014062

Title:
  crashes without starting game

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/btanks/+bug/1014062/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to