From owner-freebsd-java@FreeBSD.ORG Tue Jun 10 03:22:45 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 025B537B401 for ; Tue, 10 Jun 2003 03:22:45 -0700 (PDT) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6798143FB1 for ; Tue, 10 Jun 2003 03:22:43 -0700 (PDT) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.20) id 19PgH2-0000H4-Rt for freebsd-java@FreeBSD.org; Tue, 10 Jun 2003 12:22:40 +0200 Resent-From: sheldonh@starjuice.net Resent-Date: Tue, 10 Jun 2003 12:22:40 +0200 Resent-Message-ID: <20030610102240.GA1019@starjuice.net> Resent-To: freebsd-java@FreeBSD.org Date: Tue, 10 Jun 2003 12:04:37 +0200 From: Sheldon Hearn To: leafy Message-ID: <20030610100437.GJ72342@starjuice.net> References: <20030610090536.GD72342@starjuice.net> <20030610090954.GA7687@chihiro.leafy.idv.tw> <20030610091642.GE72342@starjuice.net> <20030610093422.GA7957@chihiro.leafy.idv.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030610093422.GA7957@chihiro.leafy.idv.tw> User-Agent: Mutt/1.5.4i Resent-Sender: Sheldon Hearn Resent-Date: Tue, 10 Jun 2003 12:22:40 +0200 cc: freebsd-java@FreeBSD.org Subject: Re: idea-3.0.4 w/ FreeBSD 5.1: "Bad file descriptor" X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2003 10:22:45 -0000 On (2003/06/10 17:34), leafy wrote: > Heh, -verbose would give you HUGE amount of informations :) > try first with 'java -version -verbose' But nothing when the error occurs. It just shows classes loaded. I cause the error, then flush my tail of the verbose log, then cause the error again, and there's no verbose output. I know, I'll try truss. Ciao, Sheldon.