Your message dated Sun, 24 Apr 2005 21:17:09 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#304434: fixed in bb 1.3rc1-6
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; 13 Apr 2005 03:51:40 +0000
>From [EMAIL PROTECTED] Tue Apr 12 20:51:40 2005
Return-path: <[EMAIL PROTECTED]>
Received: from fire.casa-z.org (mail.fatooh.org) [64.32.175.22]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DLYui-0004Ge-00; Tue, 12 Apr 2005 20:51:40 -0700
Received: from bugfood (c-24-7-103-0.hsd1.ca.comcast.net [24.7.103.0])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
by mail.fatooh.org (Postfix) with ESMTP id 8F9BF29BCD;
Tue, 12 Apr 2005 20:51:28 -0700 (PDT)
Received: by bugfood (Postfix, from userid 1000)
id CB69B18723; Tue, 12 Apr 2005 20:52:02 -0700 (PDT)
Content-Type: multipart/mixed; boundary="===============7063342892070413326=="
MIME-Version: 1.0
From: Corey Hickey <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: bb: segfaults on amd64 (patch attached)
X-Mailer: reportbug 3.9
Date: Tue, 12 Apr 2005 20:52:02 -0700
Message-Id: <[EMAIL PROTECTED]>
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-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
This is a multi-part MIME message sent by reportbug.
--===============7063342892070413326==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: bb
Version: 1.3rc1-5
Severity: grave
Tags: patch
Justification: renders package unusable
bb segfaults on amd64 after playing for several minutes. The attached
patch (a fix by Lennart Sorensen) fixes the bug. I've also tested the
patch on an i386 system just to be safe.
-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.11.6
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages bb depends on:
ii aalib1 1.4p5-22 ascii art library
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libmikmod2 3.1.11-a-6 A portable sound library
ii libncurses5 5.4-4 Shared libraries for terminal hand
ii slang1 1.4.9dbs-8 The S-Lang programming library - r
-- no debconf information
--===============7063342892070413326==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="bb-amd64-fix.diff"
diff -Naur bb-1.3rc1.orig/tex.c bb-1.3rc1/tex.c
--- bb-1.3rc1.orig/tex.c 2001-04-26 08:52:27.000000000 -0700
+++ bb-1.3rc1/tex.c 2005-04-12 20:15:41.000000000 -0700
@@ -92,7 +92,7 @@
static inline void clear_zbuff()
{
- memset(zbuff, 0x55, (X_s * Y_s * sizeof(long)));
+ memset(zbuff, 0x55, (X_s * Y_s * sizeof(int)));
}
--===============7063342892070413326==--
---------------------------------------
Received: (at 304434-close) by bugs.debian.org; 25 Apr 2005 01:29:16 +0000
>From [EMAIL PROTECTED] Sun Apr 24 18:29:16 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DPsPU-0003P1-00; Sun, 24 Apr 2005 18:29:16 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DPsDl-00040Q-00; Sun, 24 Apr 2005 21:17:09 -0400
From: Uwe Hermann <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#304434: fixed in bb 1.3rc1-6
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 24 Apr 2005 21:17:09 -0400
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-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: bb
Source-Version: 1.3rc1-6
We believe that the bug you reported is fixed in the latest version of
bb, which is due to be installed in the Debian FTP archive:
bb_1.3rc1-6.diff.gz
to pool/main/b/bb/bb_1.3rc1-6.diff.gz
bb_1.3rc1-6.dsc
to pool/main/b/bb/bb_1.3rc1-6.dsc
bb_1.3rc1-6_i386.deb
to pool/main/b/bb/bb_1.3rc1-6_i386.deb
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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Uwe Hermann <[EMAIL PROTECTED]> (supplier of updated bb 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 [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Mon, 25 Apr 2005 02:45:35 +0200
Source: bb
Binary: bb
Architecture: source i386
Version: 1.3rc1-6
Distribution: unstable
Urgency: low
Maintainer: Uwe Hermann <[EMAIL PROTECTED]>
Changed-By: Uwe Hermann <[EMAIL PROTECTED]>
Description:
bb - ASCII-art demo based on AAlib
Closes: 32160 304434
Changes:
bb (1.3rc1-6) unstable; urgency=low
.
* Fixed segfault on amd64 and alpha (Closes: #304434, #32160).
Thanks go to Corey Hickey, Kaare Hviid and Helge Kreutzmann for the
patch and for testing it on amd64 and alpha.
* Updated debian/copyright.
Files:
8f5d882ef01b5f63b86c21c5691d44fa 584 games optional bb_1.3rc1-6.dsc
496f3d0a7cd90c306ef3f294ea799b6a 28947 games optional bb_1.3rc1-6.diff.gz
b6975cb8924e65e65bb71fdda8222ea7 1195032 games optional bb_1.3rc1-6_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCbD+uXdVoV3jWIbQRApINAKCYoPKWo+dhHuRiQgo0k3i+l1p+jQCgnClP
+aibMU1AbTdCZqd3t7zQQ5s=
=y8i2
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]