Date: Tue, 31 Jan 2006 11:13:04 -0800 From: Brooks Davis <brooks@one-eyed-alien.net> To: Lodewijk =?iso-8859-1?Q?V=F6ge?= <lvoege@gmail.com> Cc: freebsd-stable@freebsd.org Subject: Re: dhclient wedged Message-ID: <20060131191304.GA7611@odin.ac.hmc.edu> In-Reply-To: <F90DD0F6-BC22-4198-A618-1BD1C543EA8A@gmail.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> <F90DD0F6-BC22-4198-A618-1BD1C543EA8A@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 31, 2006 at 12:29:48PM -0500, Lodewijk V=F6ge wrote: > On 28-jan-2006, at 20:33, Kelly D. Grills wrote: >=20 > >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. >=20 > it just wedged on my machine, also on comcast. this is the backtrace =20 > when I attach gdb: >=20 > (gdb) bt > #0 0x2813929a in memcpy () from /lib/libc.so.6 > #1 0x0805199d in receive_packet (interface=3D0x8070000, > buf=3D0xbfbfdb60 "\002\001\006", len=3D4096, from=3D0xbfbfebb0, > hfrom=3D0xbfbfeb90) at /usr/src/sbin/dhclient/bpf.c:306 > #2 0x08050d51 in got_one (l=3D0x8073230) > 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=3D1, argv=3D0xbfbfec98) > at /usr/src/sbin/dhclient/dhclient.c:429 The backtrace doesn't tell me much at first glance. I'm quite certain it's not hung in memcpy since I'm highly confident memcpy doesn't have an undiscovered bugs. :) Instead it's presumably looping in receive_packet or at a higher level, possibaly in dispatch. At the very least I need a coredump and your executable so I can look at variables in receive_packet. Thanks for your report. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFD37bAXY6L6fI4GtQRAoUsAKCNuPe5Bu6WkfNa7VKk8PbRUzo5rQCggKO4 0nAxNAJBa6JT3RCn5zV42IY= =rhXY -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060131191304.GA7611>