From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 15 21:58:51 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C1F99106567D; Mon, 15 Jun 2009 21:58:51 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 97A578FC1E; Mon, 15 Jun 2009 21:58:51 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5FLwpsM088089; Mon, 15 Jun 2009 21:58:51 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5FLwoap088085; Mon, 15 Jun 2009 21:58:50 GMT (envelope-from edwin) Date: Mon, 15 Jun 2009 21:58:50 GMT Message-Id: <200906152158.n5FLwoap088085@freefall.freebsd.org> To: admin@netadmin.ru, edwin@FreeBSD.org, freebsd-bugs@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: misc/133213: arp and sshd errors X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2009 21:58:52 -0000 Synopsis: arp and sshd errors State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Jun 15 21:49:51 UTC 2009 State-Changed-Why: Does this still happen in a recent version of FreeBSD? If so, please build a debug version of arp: cd /usr/src/usr.sbin/arp make file arp The output of "file arp" should contain "not stripped": arp: ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD), for FreeBSD 7.2 (702100), dynamically linked (uses shared libs), FreeBSD-style, not stripped Then run "./arp -a" again, see it crash (unless it now works correctly...) and run gdb on it: "gdb arp arp.core" and enter the commands "where" and "bt". With that output we can do more investigation. http://www.freebsd.org/cgi/query-pr.cgi?pr=133213