Your message dated Tue, 01 Feb 2005 13:32:06 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287640: fixed in vice 1.16-1
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; 29 Dec 2004 09:21:51 +0000
>From [EMAIL PROTECTED] Wed Dec 29 01:21:51 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mailhub.id.cbs.dk [130.226.47.91] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Cja1f-000716-00; Wed, 29 Dec 2004 01:21:51 -0800
Received: from mail.id.cbs.dk ([172.16.14.53] ident=mail)
        by mailhub.id.cbs.dk with esmtp 
        (Cipher TLSv1:AES256-SHA:256) (Exim 3.36 #1 (Debian))
        id 1Cja1W-0007lg-00
        for <[EMAIL PROTECTED]>; Wed, 29 Dec 2004 10:21:42 +0100
Received: from deskpro02.id.cbs.dk ([130.226.34.10])
        by mail.id.cbs.dk with esmtp 
        (Cipher TLSv1:AES256-SHA:256) (Exim 3.36 #1 (Debian))
        id 1Cja1V-0000Yz-00
        for <[EMAIL PROTECTED]>; Wed, 29 Dec 2004 10:21:41 +0100
Received: from ukh by deskpro02.id.cbs.dk with local (Exim 3.36 #1 (Debian))
        id 1Cja11-0004L9-00
        for <[EMAIL PROTECTED]>; Wed, 29 Dec 2004 10:21:11 +0100
Date: Wed, 29 Dec 2004 10:21:11 +0100
To: [EMAIL PROTECTED]
Subject: vice 1.14-3 broken on 64-bit archs
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040907i
From: Kaare Hviid <[EMAIL PROTECTED]>
X-Scanner: exiscan *1Cja1W-0007lg-00*.lm4EunxybI*
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (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_2004_03_25
X-Spam-Level: 

Package: vice
Version: 1.14-3
Severity: important
Tags: patch

On alpha and amd64, all VICE emulators will crash immediately on
startup:


*** VICE Version 1.14 ***
 
Welcome to x64, the free portable C64 Emulator.
 
Current VICE team members:
A. Boose, D. Lem, T. Biczo, A. Dehmel, T. Bretz, A. Matthies,
M. Pottendorfer, M. Brenner, S. Trikaliotis.
 
This is free software with ABSOLUTELY NO WARRANTY.
See the "About VICE" command for more info.
 
X11: Found 24bit/TrueColor visual.
X11: Using private colormap.
DGA2: Found mode:  800x600-85.1Hz, 76
DGA2: Found mode:  640x480-85.0Hz, 77
DGA2: Found mode:  720x400-85.0Hz, 93
DGA2: Found mode:  640x400-85.1Hz, 94
DGA2: Found mode:  640x350-85.1Hz, 95
Received signal 11.

Exiting...


There is a patch against 1.14 on the official VICE team home page, with
a fast fix for this crash on 64-bit systems:

http://www.viceteam.org/online/vice64bit.diff.gz

--- interrupt.c.old     2004-06-12 16:51:49.740543672 +0200
+++ interrupt.c 2004-06-12 16:52:35.082650624 +0200
@@ -83,7 +83,7 @@
     cs->pending_int[cs->num_ints - 1] = 0;
 
     cs->int_name = (char **)lib_realloc(cs->int_name, cs->num_ints
-                                        * /*sizeof(*(cs->int_name))*/ 4);
+                                        * sizeof(char *));
     cs->int_name[cs->num_ints - 1] = lib_stralloc(name);
 
     return cs->num_ints - 1;

The above patch at least fixes the issue on amd64 - I have been unable
to test on alpha since my alpha build system lacks sufficient RAM.  The
issue is supposedly also fixed in the new upstream 1.15.  Unfortunately,
although 1.15 builds, it does NOT run out of the box on my amd64 box - I
have yet to investigate that issue.


Also, the vice 1.14-3 deb is lacking links for the missing man-pages of
xplus4 and xcbm2.


-ukh

---------------------------------------
Received: (at 287640-close) by bugs.debian.org; 1 Feb 2005 18:38:14 +0000
>From [EMAIL PROTECTED] Tue Feb 01 10:38:14 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 1Cw2uk-00011D-00; Tue, 01 Feb 2005 10:38:14 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1Cw2oo-00087n-00; Tue, 01 Feb 2005 13:32:06 -0500
From: Zed Pobre <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#287640: fixed in vice 1.16-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 01 Feb 2005 13:32:06 -0500
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: 
X-CrossAssassin-Score: 4

Source: vice
Source-Version: 1.16-1

We believe that the bug you reported is fixed in the latest version of
vice, which is due to be installed in the Debian FTP archive:

vice_1.16-1.diff.gz
  to pool/contrib/v/vice/vice_1.16-1.diff.gz
vice_1.16-1.dsc
  to pool/contrib/v/vice/vice_1.16-1.dsc
vice_1.16-1_i386.deb
  to pool/contrib/v/vice/vice_1.16-1_i386.deb
vice_1.16.orig.tar.gz
  to pool/contrib/v/vice/vice_1.16.orig.tar.gz



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.
Zed Pobre <[EMAIL PROTECTED]> (supplier of updated vice 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-----

Format: 1.7
Date: Tue,  1 Feb 2005 11:30:26 -0600
Source: vice
Binary: vice
Architecture: source i386
Version: 1.16-1
Distribution: unstable
Urgency: high
Maintainer: Zed Pobre <[EMAIL PROTECTED]>
Changed-By: Zed Pobre <[EMAIL PROTECTED]>
Description: 
 vice       - The Versatile Commodore Emulator
Closes: 152952 207942 286767 287640
Changes: 
 vice (1.16-1) unstable; urgency=high
 .
   * New upstream version
   * Fixes crash on 64-bit architectures (closes: #287640)
   * x128 working again (closes: #286767)
   * Works fine with /dev/dsp in use (not in the main changelog, but tested
     on my local machine as working).  Presumably, this also takes care of
     the issue with dsp being held.  I'm not sure if this is because I'm
     testing it on a 2.6 kernel now -- if you are still having problems
     with /dev/dsp, please reopen the bugs. (closes: #152952, #207942)
   * Don't kill Makefile.in on clean
Files: 
 ccc7231623895a5f420b3daf6e2612da 912 contrib/otherosfs optional vice_1.16-1.dsc
 a712c1b7078b2bb7a1744fe776eb91da 3617798 contrib/otherosfs optional 
vice_1.16.orig.tar.gz
 830d8d67322ab491cc54f65cf2577301 20531 contrib/otherosfs optional 
vice_1.16-1.diff.gz
 f6287cdd1c394f43f34c5022de6fbd21 2909070 contrib/otherosfs optional 
vice_1.16-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5

iQEVAwUBQf/ESx0207zoJUw5AQEsbwgAmFId1dda4aCZdMM5xuf9yA0+1OYLgb2s
Hyo8f3k7xZP9/I+Ir1PTrDEDboYdIHItIsWPT0PXfy7ffgDZAH4klcOvyXdDOq33
J9hA5eVnnXBEl0QbhK7dShq3d5Wr1eFT5zHUm3PnHdSl4s86Cfv2M/gYC6Hhrx/J
PqcQnzCItYJUftoYWeieSOb2ZtYV+NDif8jmzWoYyANCdAd08oJZdk8CY/MKIJv3
VpuId4GR7Uy3Nupk7/NcluvmNGr2tn8nJRLyeNPCGrMbbQ/WyUUfA1Ej11OZkY1h
XMRvyjhwKLroDoFdmeN+v8yfNwZFgdQpqZml0w5zdZpebs6Rl7kFdQ==
=K03U
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to