Your message dated Fri, 23 Dec 2005 14:52:33 +0100 with message-id <[EMAIL PROTECTED]> and subject line [tecnoballz #318719] Bug still open? has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 17 Jul 2005 09:03:01 +0000 >From [EMAIL PROTECTED] Sun Jul 17 02:03:01 2005 Return-path: <[EMAIL PROTECTED]> Received: from mrelay3.uni-hannover.de [130.75.2.41] (root) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1Du537-0005U6-00; Sun, 17 Jul 2005 02:03:01 -0700 Received: from mail.itp.uni-hannover.de (mail.itp.uni-hannover.de [130.75.25.242]) by mrelay3.uni-hannover.de (8.12.10/8.12.10) with ESMTP id j6H92swE028669 for <[EMAIL PROTECTED]>; Sun, 17 Jul 2005 11:02:54 +0200 (MEST) Received: from zibal.itp.uni-hannover.de (zibal.itp.uni-hannover.de [130.75.25.91]) by mail.itp.uni-hannover.de (Postfix) with ESMTP id 8CCEB1B5F0 for <[EMAIL PROTECTED]>; Sun, 17 Jul 2005 11:02:50 +0200 (CEST) Received: by zibal.itp.uni-hannover.de (Postfix, from userid 237) id 775551A6C7; Sun, 17 Jul 2005 11:02:49 +0200 (CEST) Date: Sun, 17 Jul 2005 11:02:49 +0200 From: Helge Kreutzmann <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: tecnoballz: Segfaults on startup Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Public-Key-URL: http://www.itp.uni-hannover.de/~kreutzm/data/kreutzm.gpg X-homepage: http://www.itp.uni-hannover.de/~kreutzm X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.2.2 (mrelay3.uni-hannover.de [130.75.2.41]); Sun, 17 Jul 2005 11:02:54 +0200 (MEST) X-Scanned-By: MIMEDefang 2.42 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: tecnoballz Version: 0.91-2 Severity: important On amd64, tecnoballz segfaults on startup. I suspect this is a 64bit issue, as there are 14 warnings about casts from pointer to integer (the first 64bit, the latter 32bit) and another, simmilar warning during compilation. N.B. severity important, since amd64 is not yet part of Etch, once it is, the severity will be raised accordingly Since your debian/rules does not build with -g and does not even support noopt (see #319715), I hacked Makefile.in to use include "-O0 -g" for CXXFLAGS. Next I commented out dh_strip in debian/rules and ran dpkg-buildpackage -uc -b -rfakeroot Next I installed the resulting deb and ran it in gdb, using libc6-dbg. This is the result: GNU gdb 6.3-debian Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-linux"...Using host libthread_db library "/usr/lib/debug/libthread_db.so.1". (gdb) run Starting program: /usr/games/tecnoballz [Thread debugging using libthread_db enabled] [New Thread 182916947344 (LWP 685)] configfile::fopen_data(): Warning: Unable to open the file "/home/helge/.tlkgames/tecnoballz.conf" for read!!! [New Thread 1082128752 (LWP 688)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 182916947344 (LWP 685)] __libc_free (mem=0xa6d8dcea99c9bfd8) at malloc.c:3341 3341 malloc.c: No such file or directory. in malloc.c Current language: auto; currently c (gdb) bt full #0 __libc_free (mem=0xa6d8dcea99c9bfd8) at malloc.c:3341 ar_ptr = 0x71e270 p = 0xa6d8dcea99c9bfd8 hook = (void (*)(void *, const void *)) 0 #1 0x0000002a95f060f1 in SDL_FreeFormat () from /usr/lib/libSDL-1.2.so.0 No symbol table info available. #2 0x0000002a95f07c9e in SDL_FreeSurface () from /usr/lib/libSDL-1.2.so.0 No symbol table info available. #3 0x0000000000416078 in GFX_bitmap::GFXLiberat (this=0x721b98) at src/GFX_bitmap.cc:64 No locals. #4 0x0000000000416841 in ~GIF_bitMap (this=0x721890) at src/GIF_bitMap.cc:41 No locals. #5 0x0000000000423157 in ressources::freeSprite (this=0x598470) at src/ressources.cc:335 No locals. #6 0x000000000041e00e in menu_tecno::first_init (this=0x71da30) at src/menu_tecno.cc:84 No locals. #7 0x000000000041ca49 in mentatCode::game_begin () at src/mentatCode.cc:207 No locals. #8 0x000000000041c1d7 in main (nbArg=1, ptArg=0x7fbffff928) at src/main.cc:46 error = 0 (gdb) quit The program is running. Exit anyway? (y or n) I do not see a warning during compilation for src/GIF_bitMap.cc, though. -- System Information: Debian Release: 3.1 Architecture: amd64 (x86_64) Kernel: Linux 2.6.10-9-amd64-k8 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages tecnoballz depends on: ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libgcc1 1:3.4.3-13 GCC support library ii libmikmod2 3.1.11-a-6 A portable sound library ii libogg0 1.1.2-1 Ogg Bitstream Library ii libsdl-mixer1 1.2.6-1 mixer library for Simple DirectMed ii libsdl1.2debi 1.2.7+1.2.8cvs20041007-4.1 Simple DirectMedia Layer ii libsmpeg0 0.4.5+cvs20030824-1 SDL MPEG Player Library - shared l ii libstdc++5 1:3.3.5-13 The GNU Standard C++ Library v3 ii libvorbisfile 1.1.0-1 The Vorbis General Audio Compressi ii libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte ii tecnoballz-da 0.91-2 graphic, sound and music files for ii xlibs 4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu -- no debconf information -- Dr. Helge Kreutzmann, Dipl.-Phys. [EMAIL PROTECTED] gpg signed mail preferred 64bit GNU powered http://www.itp.uni-hannover.de/~kreutzm Help keep free software "libre": http://www.ffii.de/ --------------------------------------- Received: (at 318719-done) by bugs.debian.org; 23 Dec 2005 13:52:41 +0000 >From [EMAIL PROTECTED] Fri Dec 23 05:52:41 2005 Return-path: <[EMAIL PROTECTED]> Received: from smtp6-g19.free.fr ([212.27.42.36]) by spohr.debian.org with esmtp (Exim 4.50) id 1EpnLd-0007N9-JT; Fri, 23 Dec 2005 05:52:41 -0800 Received: from www.sukria.net (www.sukria.net [81.56.73.92]) by smtp6-g19.free.fr (Postfix) with ESMTP id 57E761811C; Fri, 23 Dec 2005 14:52:40 +0100 (CET) Received: by www.sukria.net (Postfix, from userid 1000) id AC35921EF9D; Fri, 23 Dec 2005 14:52:33 +0100 (CET) Date: Fri, 23 Dec 2005 14:52:33 +0100 From: Alexis Sukrieh <[EMAIL PROTECTED]> To: Andreas Jochens <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [tecnoballz #318719] Bug still open? Message-ID: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <[EMAIL PROTECTED]> X-Editor: Vim http://www.vim.org/ X-Operating-System: Linux/2.6.8-powerpc (ppc) X-Uptime: 14:51:17 up 86 days, 14:02, 12 users, load average: 0.21, 0.13, 0.07 X-PGP-ID: 1EE5DD34 User-Agent: Mutt/1.5.9i X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 * Andreas Jochens ([EMAIL PROTECTED]) disait : > > Could you tell me if you can reproduce the bug with the package version > > 0.91cvs2005082? > > I can not reproduce the bug with the latest version. So this seems > indeed to be fixed, thanks! Great! Thanks, I'm closing the bug. -- Alexis Sukrieh <[EMAIL PROTECTED]> 0x1EE5DD34 Debian http://www.debian.org Backup Manager http://www.backup-manager.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]