From owner-freebsd-stable@FreeBSD.ORG Tue Jan 31 17:29:54 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F82616A420 for ; Tue, 31 Jan 2006 17:29:54 +0000 (GMT) (envelope-from lvoege@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id C252243D62 for ; Tue, 31 Jan 2006 17:29:52 +0000 (GMT) (envelope-from lvoege@gmail.com) Received: by wproxy.gmail.com with SMTP id i3so174380wra for ; Tue, 31 Jan 2006 09:29:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=RG/mGZBoaWd9MKLSasg+s+3+dZYbYvpBAHXHLJryNuxbV57QuDTrGPDM4x9a0V1pknLlnRxM82TVFgr1fMt6Gi/gnkkJZ2K5NRoUqUHOIWLMQzIYYqJAHhS+I/Et5RV/up3rrTJH9stDy4ru/WQaXcbOh/0UDBI6AjOOJfetiwM= Received: by 10.54.103.20 with SMTP id a20mr1412151wrc; Tue, 31 Jan 2006 09:29:51 -0800 (PST) Received: from ?192.168.7.171? ( [69.25.77.51]) by mx.gmail.com with ESMTP id 7sm881621wrl.2006.01.31.09.29.51; Tue, 31 Jan 2006 09:29:51 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v746.2) In-Reply-To: <20060129013305.GC823@the-grills.com> References: <43D339CC.3020204@forrie.com> <20060122155131.GA823@the-grills.com> <20060122221828.GA7703@odin.ac.hmc.edu> <20060123004018.GB823@the-grills.com> <20060129013305.GC823@the-grills.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: =?ISO-8859-1?Q?Lodewijk_V=F6ge?= Date: Tue, 31 Jan 2006 12:29:48 -0500 To: freebsd-stable@freebsd.org X-Mailer: Apple Mail (2.746.2) Subject: Re: dhclient wedged X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2006 17:29:54 -0000 On 28-jan-2006, at 20:33, Kelly D. Grills wrote: > Just a quick update. I've recompiled and am waiting for a failure. > If I recall correctly my problem occured when the ip actually > changed, so it may be a while before I post any debugging info. it just wedged on my machine, also on comcast. this is the backtrace when I attach gdb: (gdb) bt #0 0x2813929a in memcpy () from /lib/libc.so.6 #1 0x0805199d in receive_packet (interface=0x8070000, buf=0xbfbfdb60 "\002\001\006", len=4096, from=0xbfbfebb0, hfrom=0xbfbfeb90) at /usr/src/sbin/dhclient/bpf.c:306 #2 0x08050d51 in got_one (l=0x8073230) at /usr/src/sbin/dhclient/dispatch.c:256 #3 0x08050ce8 in dispatch () at /usr/src/sbin/dhclient/dispatch.c:228 #4 0x0804a01c in main (argc=1, argv=0xbfbfec98) at /usr/src/sbin/dhclient/dhclient.c:429 Lodewijk