From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 8 14:09:48 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 51FE716A4CE; Sun, 8 Feb 2004 14:09:48 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38EF343D1D; Sun, 8 Feb 2004 14:09:48 -0800 (PST) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) i18M9mbv038808; Sun, 8 Feb 2004 14:09:48 -0800 (PST) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i18M9llH038804; Sun, 8 Feb 2004 14:09:48 -0800 (PST) (envelope-from iedowse) Date: Sun, 8 Feb 2004 14:09:48 -0800 (PST) From: Ian Dowse Message-Id: <200402082209.i18M9llH038804@freefall.freebsd.org> To: marcs@znep.com, iedowse@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/4696: ping hangs on certain unresolvable hosts X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2004 22:09:48 -0000 Synopsis: ping hangs on certain unresolvable hosts State-Changed-From-To: open->patched State-Changed-By: iedowse State-Changed-When: Sun Feb 8 14:04:13 PST 2004 State-Changed-Why: A partial workaround has been committed in revision 1.102 of ping.c. This just allows you to exit ping by hitting ^C a second time in the case where it is waiting for gethostbyaddr() to complete. http://www.freebsd.org/cgi/query-pr.cgi?pr=4696