Your message dated Thu, 12 Nov 2015 18:22:19 +0000
with message-id <e1zwwvn-0002m2...@franck.debian.org>
and subject line Bug#803216: fixed in torus-trooper 0.22.dfsg1-10
has caused the Debian Bug report #803216,
regarding torus-trooper: segfault on startup in src/abagames/tt/barrage.d:111
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
803216: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803216
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: torus-trooper
Version: 0.22.dfsg1-9
Severity: grave
Justification: renders package unusable
Hi,
I am currently unable to start torus-trooper as it crashes with a segmentation
fault. I have downloaded the source package (apt-get source torus-trooper),
rebuilt it (dpkg-buildpackage) and started it with gdb. The backtrace shows a
crash in src/abagames/tt/barrage.d:111. See the attached gdb output for details.
Let me know if you need any further information.
Cheers, Linus
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, armhf
Kernel: Linux 3.16.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages torus-trooper depends on:
ii libbulletml0v5 0.0.6-6.1
ii libc6 2.19-22
ii libgcc1 1:5.2.1-22
ii libgl1-mesa-glx [libgl1] 10.6.3-1
ii libglu1-mesa [libglu1] 9.0.0-2.1
ii libsdl-mixer1.2 1.2.12-11+b1
ii libsdl1.2debian 1.2.15-11
ii torus-trooper-data 0.22.dfsg1-9
torus-trooper recommends no packages.
torus-trooper suggests no packages.
-- no debconf information
GNU gdb (Debian 7.10-1) 7.10
Copyright (C) 2015 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".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from torus-trooper...done.
(gdb) run
Starting program: /tmp/tt-deb/torus-trooper-0.22.dfsg1/torus-trooper
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe5283700 (LWP 26362)]
[Thread 0x7fffe5283700 (LWP 26362) exited]
[New Thread 0x7fffe5283700 (LWP 26363)]
Program received signal SIGSEGV, Segmentation fault.
0x0000000000418b32 in abagames.tt.barrage.BarrageManager.getInstance(immutable(char)[], immutable(char)[]) (
fileName=..., dirName=...) at src/abagames/tt/barrage.d:111
111 if (!parser[dirName][fileName]) {
(gdb) bt
#0 0x0000000000418b32 in abagames.tt.barrage.BarrageManager.getInstance(immutable(char)[], immutable(char)[])
(fileName=..., dirName=...) at src/abagames/tt/barrage.d:111
#1 abagames.tt.barrage.BarrageManager.load() () at src/abagames/tt/barrage.d:105
#2 0x0000000000427a74 in abagames.tt.gamemanager.GameManager.init() (this=...)
at src/abagames/tt/gamemanager.d:63
#3 0x0000000000427364 in abagames.util.sdl.mainloop.MainLoop.initFirst() (this=...)
at src/abagames/util/sdl/mainloop.d:53
#4 abagames.util.sdl.mainloop.MainLoop.loop() (this=...) at src/abagames/util/sdl/mainloop.d:79
#5 0x00000000004291dc in abagames.tt.boot.boot(immutable(char)[][]) (args=...) at src/abagames/tt/boot.d:86
#6 0x0000000000434e7f in __lambda1 (this=0x7fffffffe170)
at ../../../../src/libphobos/libdruntime/rt/dmain2.d:411
#7 0x0000000000434faf in rt.dmain2._d_run_main(int, char**, extern(C) int(char[][]) function*).tryExec(scope void() delegate) (this=this@entry=0x7fffffffe170, dg=...)
at ../../../../src/libphobos/libdruntime/rt/dmain2.d:386
#8 0x0000000000435359 in runAll (this=0x7fffffffe170)
at ../../../../src/libphobos/libdruntime/rt/dmain2.d:411
#9 0x0000000000434faf in rt.dmain2._d_run_main(int, char**, extern(C) int(char[][]) function*).tryExec(scope void() delegate) (this=this@entry=0x7fffffffe170, dg=...)
at ../../../../src/libphobos/libdruntime/rt/dmain2.d:386
#10 0x0000000000435136 in _d_run_main (argc=1, argv=0x7fffffffe2b8, mainFunc=<optimized out>)
at ../../../../src/libphobos/libdruntime/rt/dmain2.d:419
#11 0x00007ffff64f1b45 in __libc_start_main (main=0x406c20 <main>, argc=1, argv=0x7fffffffe2b8,
init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe2a8)
at libc-start.c:287
#12 0x0000000000407eb3 in _start ()
(gdb) quit
A debugging session is active.
Inferior 1 [process 26358] will be killed.
Quit anyway? (y or n) y
--- End Message ---
--- Begin Message ---
Source: torus-trooper
Source-Version: 0.22.dfsg1-10
We believe that the bug you reported is fixed in the latest version of
torus-trooper, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 803...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Markus Koschany <a...@debian.org> (supplier of updated torus-trooper package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 12 Nov 2015 18:03:36 +0100
Source: torus-trooper
Binary: torus-trooper torus-trooper-data
Architecture: source
Version: 0.22.dfsg1-10
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Markus Koschany <a...@debian.org>
Description:
torus-trooper - speeding ship sailing through barrage
torus-trooper-data - speeding ship sailing through barrage - game data
Closes: 797432 803216
Changes:
torus-trooper (0.22.dfsg1-10) unstable; urgency=medium
.
* Team upload.
* Add libbulletml0v5-segfault.patch. Fix segmentation fault with the latest
version of bulletML by removing the check in barrage.d.
Thanks to Linus Lüssing for the report. (Closes: #803216)
* Declare compliance with Debian Policy 3.9.6.
* Vcs-Browser: Use https.
* Make the build reproducible by updating fixes.patch and sorting with the
locale set to C. Thanks to Reiner Herrmann for the report and patch.
(Closes: #797432)
* Add keywords to desktop file.
Checksums-Sha1:
2d9613a3672f99c796baae8f7a83c808a5d85bb7 2450 torus-trooper_0.22.dfsg1-10.dsc
8b5fdb8036e4ec4b164f4bb7e613495e904e8b73 28888
torus-trooper_0.22.dfsg1-10.debian.tar.xz
Checksums-Sha256:
3f90a6602eb1a46a61440a39ce28bc631d70ad74d6dfeda0f4ad2c60daedb403 2450
torus-trooper_0.22.dfsg1-10.dsc
cd81e258e32a031219243105552a6753ebd052502b3148cd95223af134c00d2c 28888
torus-trooper_0.22.dfsg1-10.debian.tar.xz
Files:
b69ed85a5cbca537aab1e55487e2e9c3 2450 games extra
torus-trooper_0.22.dfsg1-10.dsc
7f63cf5b6f500e5a60c402aeda4c47fa 28888 games extra
torus-trooper_0.22.dfsg1-10.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAEBCgBmBQJWRMlgXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBQ0YzRDA4OEVGMzJFREVGNkExQTgzNUZE
OUFEMTRCOTUxM0I1MUU0AAoJENmtFLlRO1HkUNkP/3jUf50aahf5LjFnIDls3u06
atXIKmR8fVm2eJZ0yaxHMFmIqK2EK5nENNInm6SuEGKIlYV0r1TEnalQEMpQoEgm
sfcgDjLJGB+FqxFZHFcAL9cc628HmiRnroX/fAdXn3WjMiiulwtYJriCGu+34YCQ
6gqPdFnL1ZjjcQ5lvjd8HRynyzDH0SlsuU9RRDd7HnZ3JFpYfZxkdcxmH1TuGhbb
ZlD1qg4R+0WbkEnduEj3dO8N+4FdeYic82FfZ/uUqaWOURiSK3UrO6ITV+hF/721
+E4lWnUTIfjRoGz3W69GRaTKVT4Cum16iSMC+tE5ggUnp/Lso5OkTqy+XIKKLqK9
GuQFUt1tYUZATb44T0Uwb5mYc7FTW4WSUkOHgI/nJNaiRf99fY65C1cuBg0cAHH9
2CtWGZA5pPvN2EVkyND0NU+CcR45oeSMaCqtDfHcoF8Z6qzYk00jZO7a5SOHC8ul
G6/wgQRPi/I2KT/TeROdKuEx3g8XOfcuaBnihw4sK1aqy92zm7YzQGe0lyJWfF7H
myddyLzo+hUPL3cdBCPzMO/+M7Q/xA0PB4bmYFDrjP2kKr7pKc+0M5eDm4nNlLJT
UzuQDAwm7T9uLmJNQ0j4wnsMdj+b0+ZITxNujXquWknNEPcvEowYyA9+4NY6l4H2
jZFkX3T4pdmQuxXNzAvP
=nb44
-----END PGP SIGNATURE-----
--- End Message ---