Your message dated Sat, 03 Dec 2005 21:02:15 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#340384: fixed in net-tools 1.60-17 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; 23 Nov 2005 05:12:29 +0000 >From [EMAIL PROTECTED] Tue Nov 22 21:12:29 2005 Return-path: <[EMAIL PROTECTED]> Received: from blars.org ([64.81.35.59] helo=renig.nat.blars.org) by spohr.debian.org with esmtp (Exim 4.50) id 1Eemvl-0006u9-L9 for [EMAIL PROTECTED]; Tue, 22 Nov 2005 21:12:29 -0800 Received: from renig.nat.blars.org (renig.nat.blars.org [172.16.1.1]) by renig.nat.blars.org (8.13.4/8.13.4/Debian-3) with ESMTP id jAN5CRmP006308 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 22 Nov 2005 21:12:27 -0800 Received: (from [EMAIL PROTECTED]) by renig.nat.blars.org (8.13.4/8.13.4/Submit) id jAN5CQUQ006306; Tue, 22 Nov 2005 21:12:26 -0800 Date: Tue, 22 Nov 2005 21:12:26 -0800 From: Blars Blarson <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: net-tools: arp Bus Error Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mailer: reportbug 3.17 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: net-tools Version: 1.60-16 Severity: grave Justification: renders package unusable arp gives a Bus Error every time it is used. strace and gdb backtrace attached. Script started on Tue 22 Nov 2005 07:01:03 PM PST sundry:/home/pb# arp Bus error sundry:/home/pb# arp -a Bus error sundry:/home/pb# strace arp execve("/usr/sbin/arp", ["arp"], [/* 16 vars */]) = 0 uname({sys="Linux", node="sundry", ...}) = 0 brk(0) = 0x2c000 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=21129, ...}) = 0 mmap(NULL, 21129, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7001c000 close(3) = 0 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\1\312"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1199100, ...}) = 0 mmap(NULL, 1268776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x70030000 mprotect(0x70150000, 89128, PROT_NONE) = 0 mmap(0x7015e000, 24576, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11e000) = 0x7015e000 mmap(0x70164000, 7208, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x70164000 close(3) = 0 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x70166000 munmap(0x7001c000, 21129) = 0 open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=290576, ...}) = 0 mmap2(NULL, 290576, PROT_READ, MAP_PRIVATE, 3, 0) = 0x70168000 close(3) = 0 brk(0) = 0x2c000 brk(0x4e000) = 0x4e000 open("/usr/share/locale/locale.alias", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=2582, ...}) = 0 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x701b0000 read(3, "# Locale name alias data base.\n#"..., 8192) = 2582 read(3, "", 8192) = 0 close(3) = 0 munmap(0x701b0000, 8192) = 0 open("/usr/share/locale/en_US/LC_MESSAGES/net-tools.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en/LC_MESSAGES/net-tools.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en_GB/LC_MESSAGES/net-tools.mo", O_RDONLY) = -1 ENOENT (No such file or directory) socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 3 open("/proc/net/arp", O_RDONLY) = 4 fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x701b0000 read(4, "IP address HW type Fla"..., 1024) = 310 --- SIGBUS (Bus error) @ 0 (0) --- +++ killed by SIGBUS +++ sundry:/home/pb# gdb arp 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 "sparc-linux"...(no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /usr/sbin/arp (no debugging symbols found) (no debugging symbols found) Program received signal SIGBUS, Bus error. 0x70104220 in inet_aton () from /lib/libc.so.6 (gdb) bt #0 0x70104220 in inet_aton () from /lib/libc.so.6 #1 0x00014028 in ?? () #2 0x00014028 in ?? () Previous frame identical to this frame (corrupt stack?) (gdb) The program is running. Exit anyway? (y or n) y sundry:/home/pb# exit Script done on Tue 22 Nov 2005 07:01:56 PM PST -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: sparc (sparc64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-sparc64-smp Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages net-tools depends on: ii libc6 2.3.5-6 GNU C Library: Shared libraries an net-tools recommends no packages. -- no debconf information -- Blars Blarson [EMAIL PROTECTED] http://www.blars.org/blars.html With Microsoft, failure is not an option. It is a standard feature. --------------------------------------- Received: (at 340384-close) by bugs.debian.org; 4 Dec 2005 05:11:15 +0000 >From [EMAIL PROTECTED] Sat Dec 03 21:11:15 2005 Return-path: <[EMAIL PROTECTED]> Received: from katie by spohr.debian.org with local (Exim 4.50) id 1Eim0t-0007Rm-9W; Sat, 03 Dec 2005 21:02:15 -0800 From: Bernd Eckenfels <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.60 $ Subject: Bug#340384: fixed in net-tools 1.60-17 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Sat, 03 Dec 2005 21:02:15 -0800 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: net-tools Source-Version: 1.60-17 We believe that the bug you reported is fixed in the latest version of net-tools, which is due to be installed in the Debian FTP archive: net-tools_1.60-17.diff.gz to pool/main/n/net-tools/net-tools_1.60-17.diff.gz net-tools_1.60-17.dsc to pool/main/n/net-tools/net-tools_1.60-17.dsc net-tools_1.60-17_i386.deb to pool/main/n/net-tools/net-tools_1.60-17_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. Bernd Eckenfels <[EMAIL PROTECTED]> (supplier of updated net-tools 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: Sun, 04 Dec 2005 05:47:05 +0100 Source: net-tools Binary: net-tools Architecture: source i386 Version: 1.60-17 Distribution: unstable Urgency: medium Maintainer: Bernd Eckenfels <[EMAIL PROTECTED]> Changed-By: Bernd Eckenfels <[EMAIL PROTECTED]> Description: net-tools - The NET-3 networking toolkit Closes: 340384 Changes: net-tools (1.60-17) unstable; urgency=medium . * arp.c: bus error on sparc64 with latest gcc fixed. (Closes: Bug#340384) Files: f2200f3fb9f9cc20c8874293a952117f 859 net important net-tools_1.60-17.dsc bec0a0a4cb0ba1379f6c1a3a0a5eb410 41613 net important net-tools_1.60-17.diff.gz f1bbe13caf4c3d7c3d4478ce617ffa6f 248304 net important net-tools_1.60-17_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iQEVAwUBQ5J2TfjDdqGixRdJAQK3hQf+N2V34e1XC82VnJ8+pSwzVnOne5LorKGC +HuvhUd/fhtPQyNUPxb6X4qACjPGX9vDyzRfaT9OihCHCXooe4OqAo5iwFxRfJ2V 6HZCohyxTzSqvy/LeTZkFV4GKEQLICUcvEfOli742cyOn74UTIV6PHnBXiUbEXtv SGjZmh76mb3q8metPd43e0PtsHmEYP4tAFivpnvwiUYyGUOJ8zlEPYs48j1j9/PI 8BbN+ZTX0uVOcCprQXZwkZWHc1SxqtNyyg5FfO2ObT9FlVdUdaOzA3Q8oKnGSCrm ghafHax8nfMARNSxJDczJOuUlph+RNN2JZaxguaGNkhQCABNlap+Fw== =0LhJ -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]