From owner-freebsd-java Sat Jun 15 21: 9:44 2002 Delivered-To: freebsd-java@freebsd.org Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by hub.freebsd.org (Postfix) with ESMTP id 927F637B41A for ; Sat, 15 Jun 2002 21:09:35 -0700 (PDT) Received: from mail by mgr2.xmission.com with spam-scanned (Exim 3.35 #1) id 17JRM2-0004lD-00; Sat, 15 Jun 2002 22:09:30 -0600 Received: from [207.135.128.145] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 17JRM0-0004lA-00; Sat, 15 Jun 2002 22:09:29 -0600 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.6/8.11.6) id g5G49L816741; Sun, 16 Jun 2002 13:39:21 +0930 (CST) (envelope-from glewis) Date: Sun, 16 Jun 2002 13:39:20 +0930 From: Greg Lewis To: Huang wen hui Cc: java@FreeBSD.ORG Subject: Re: java_g coredump when using jb6/jb7+linux 7.1 emulator under FreeBSD 4.6 release Message-ID: <20020616133920.A16725@misty.eyesbeyond.com> References: <3D0B592F.7040502@mail.gddsn.org.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3D0B592F.7040502@mail.gddsn.org.cn>; from hwh@ns.gddsn.org.cn on Sat, Jun 15, 2002 at 11:11:43PM +0800 X-Spam-Status: No, hits=-4.4 required=8.0 tests=IN_REP_TO version=2.20 X-Spam-Level: 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 On Sat, Jun 15, 2002 at 11:11:43PM +0800, Huang wen hui wrote: > hi, > I use JBuilder6/7 under FreeBSD 4.6, and JDK is native JDK1.3.1-p6 > not linux-jdk1.3.1. Because jbuilder7 > startup program and cvs module is linux binary exec files. so I use > Linux7.1 emulator. > > Sometime JBuilder coredump (signal 6) after using cvs module in IDE. I > try to using java_g to startup JBuilder. > But JBuilder could not startup if using java_g. Does native jdk1.3.1-p6 > have problem with debug option ? Well, it appears to have a problem in this instance. Its also very hard to check if its a problem for us only since sun don't distribute debug versions for Solaris and Linux that I can find. If I'm right, the debug executable checks all the assert()'s in the code whereas the non-debug version will ignore. It looks like JBuilder is triggering one of those asserts. It also may be some interaction with some of the programs in JBuilder being Linux executables (its hard to say without having JBuilder installed). Thank you for the report and stack trace though! -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message