From owner-freebsd-java Sun Mar 31 0:22: 7 2002 Delivered-To: freebsd-java@freebsd.org Received: from calliope.cs.brandeis.edu (calliope.cs.brandeis.edu [129.64.3.189]) by hub.freebsd.org (Postfix) with ESMTP id 7273C37B420 for ; Sun, 31 Mar 2002 00:22:01 -0800 (PST) Received: from localhost (meshko@localhost) by calliope.cs.brandeis.edu (8.9.3/8.9.3) with ESMTP id DAA12781 for ; Sun, 31 Mar 2002 03:21:59 -0500 Date: Sun, 31 Mar 2002 03:21:59 -0500 (EST) From: Mikhail Kruk To: java@freebsd.org Subject: getHostByName haning Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, has anyone experienced the following problem with native jdk 1.3.1 patch level 6? I have getHostName method hanging like this: at java.net.InetAddressImpl.getHostByAddr(Native Method) at java.net.InetAddress.getHostName(InetAddress.java:156) at java.net.InetAddress.getHostName(InetAddress.java:127) I can't yet reproduce this in a simple application though... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message