Your message dated Tue, 30 Aug 2005 09:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#320120: fixed in traceroute 1.4a12-20
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; 27 Jul 2005 05:53:32 +0000
>From [EMAIL PROTECTED] Tue Jul 26 22:53:32 2005
Return-path: <[EMAIL PROTECTED]>
Received: from londo.c47.org [198.142.1.20] (mail)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DxerE-0006By-00; Tue, 26 Jul 2005 22:53:32 -0700
Received: from bod by londo.c47.org with local (Exim 3.36 #1 (Debian))
        id 1DxerC-000104-00
        for <[EMAIL PROTECTED]>; Wed, 27 Jul 2005 15:53:30 +1000
Date: Wed, 27 Jul 2005 15:53:30 +1000
From: Brendan O'Dea <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: [PATCH] traceroute bus error on sparc
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
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: traceroute
Version: 1.4a12-19

  $ traceroute www.debian.org
  traceroute to www.debian.org (194.109.137.218), 30 hops max, 38 byte packets
  Bus error 

The fault occurs in send_probe, at:

    memcpy(&outdata->tv, tp, sizeof(outdata->tv));

seems to be an alignment problem; removing __attribute__((packed)) from
the tv element of outdata fixes the problem.

--bod

diff -Naur traceroute-1.4a12.debian/traceroute.c traceroute-1.4a12/traceroute.c
--- traceroute-1.4a12.debian/traceroute.c       2005-07-27 15:49:41.000000000 
+1000
+++ traceroute-1.4a12/traceroute.c      2005-07-27 15:50:28.000000000 +1000
@@ -271,7 +271,7 @@
 struct outdata {
        u_char seq;             /* sequence number of this packet */
        u_char ttl;             /* ttl packet left with */
-       struct timeval tv __attribute__((packed)); /* time packet left */
+       struct timeval tv;      /* time packet left */
 };
 
 #ifndef HAVE_ICMP_NEXTMTU

---------------------------------------
Received: (at 320120-close) by bugs.debian.org; 30 Aug 2005 16:48:52 +0000
>From [EMAIL PROTECTED] Tue Aug 30 09:48:52 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EA9GL-0004Nm-00; Tue, 30 Aug 2005 09:47:05 -0700
From: Graham Wilson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#320120: fixed in traceroute 1.4a12-20
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 30 Aug 2005 09:47:05 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: traceroute
Source-Version: 1.4a12-20

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

traceroute_1.4a12-20.diff.gz
  to pool/main/t/traceroute/traceroute_1.4a12-20.diff.gz
traceroute_1.4a12-20.dsc
  to pool/main/t/traceroute/traceroute_1.4a12-20.dsc
traceroute_1.4a12-20_powerpc.deb
  to pool/main/t/traceroute/traceroute_1.4a12-20_powerpc.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.
Graham Wilson <[EMAIL PROTECTED]> (supplier of updated traceroute 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: Tue, 30 Aug 2005 15:19:55 +0000
Source: traceroute
Binary: traceroute
Architecture: source powerpc
Version: 1.4a12-20
Distribution: unstable
Urgency: medium
Maintainer: Graham Wilson <[EMAIL PROTECTED]>
Changed-By: Graham Wilson <[EMAIL PROTECTED]>
Description: 
 traceroute - traces the route taken by packets over a TCP/IP network
Closes: 320120
Changes: 
 traceroute (1.4a12-20) unstable; urgency=medium
 .
   * Apply a patch to prevent bus errors on Sparc. (closes: #320120)
Files: 
 92ea5121a13e727ecfdb101dfaa0565a 868 net important traceroute_1.4a12-20.dsc
 515cf05ac8c074dcb12e6a3ae3c773d4 82586 net important 
traceroute_1.4a12-20.diff.gz
 3aa1152eeccf0242adb5fb212498ee42 23246 net important 
traceroute_1.4a12-20_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iQEVAwUBQxSKri6fnYH5E4SWAQJsmAf+KWEfx5hejmcaSHXJqZdWDH901SyI3egv
cTTXY0WfZlLfXFEByYscFlch8V5e1WUeFwGxolQTr1JRNXMpwrrAjeTr0C2Uls3o
9srhbNO88a3LN23haDHCIaqqW7yqQEZMA+XgrjF5/noxYwV43JMenWL4tvGtWkU8
gnr1hT2NTZYwQyifrySfHCfZu5U6is8uB6FBqYLS3G03JaKzEBIfitO2BnEkSLwI
CeJsUGvgPDwAVwBADnXrrLn3KpbZW/Card06EY9DagCkniyU1nzvjfYhH3e2oMGZ
FHMaNi3aMYCwYAwfTWgzR7adbhAZbUDnTJb/5ZvxK3RvEmysZgyYZA==
=YlwE
-----END PGP SIGNATURE-----


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

Reply via email to