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 Debian/Ubuntu Games Team, which is subscribed to btanks in Ubuntu. https://bugs.launchpad.net/bugs/1014062 Title: crashes without starting game Status in “btanks” package in Ubuntu: Incomplete Bug description: This used to work with the initial release of 12.04 LTS. After a few rounds of updates, it simply quit working. You can get to the main menu, change options, select game, but when you click on start Lassie runs away never to return. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: btanks 0.9.8083-3 ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18 Uname: Linux 3.2.0-25-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu8 Architecture: amd64 Date: Sat Jun 16 08:36:03 2012 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) ProcEnviron: TERM=xterm PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: btanks UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/btanks/+bug/1014062/+subscriptions _______________________________________________ Pkg-games-ubuntu mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-ubuntu
