From owner-freebsd-java Tue Dec 5 15:59: 5 2000 From owner-freebsd-java@FreeBSD.ORG Tue Dec 5 15:59:03 2000 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from www.kpi.com.au (www.kpi.com.au [203.39.132.210]) by hub.freebsd.org (Postfix) with ESMTP id 2E7BF37B400 for ; Tue, 5 Dec 2000 15:59:02 -0800 (PST) Received: from grail (www.kpi.com.au [203.39.132.210]) by www.kpi.com.au (8.9.3/8.9.3) with SMTP id LAA91417; Wed, 6 Dec 2000 11:03:36 +1100 (EST) (envelope-from shevlandj@kpi.com.au) From: "Joe Shevland" To: "Ajay Jagannath" , Subject: RE: Java Pgm Hangs Date: Wed, 6 Dec 2000 10:59:18 +1100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: Importance: Normal Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Unsure, but you could perhaps look at upgrading to the 1.2.2b10 release = to see if it helps. I imagine the JVM is doing something like: system_time - startval_of_socket_timeout to work out the time elapsed, and when the system_time becomes < = startval_of_socket_timeout it may underflow (e.g. 4 - 6 to produce -2 or = a big number with an unsigned var) or something weird to cause a huge = timeout value. I'm not sure if thats a binary release or if you can get = at the source code to tweak... Regards, Joe -----Original Message----- From: owner-freebsd-java@FreeBSD.ORG = [mailto:owner-freebsd-java@FreeBSD.ORG]On Behalf Of Ajay Jagannath Sent: Wednesday, 6 December 2000 10:46 AM To: freebsd-java@FreeBSD.ORG Subject: Java Pgm Hangs Importance: High Hi=20 [snipped example code] When I set the system date back by 3 or minutes using the date command = than the above java program hanges. Is there a workaround or a bug fix for this=20 Version: FreeBSD 3.4 Jdk 1.1.7 Thanks Ajay Jagannath To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message