From owner-freebsd-questions Wed Nov 19 12:38:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA24041 for questions-outgoing; Wed, 19 Nov 1997 12:38:53 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from iglou1 (iglou1.iglou.com [192.107.41.3]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA24029 for ; Wed, 19 Nov 1997 12:38:47 -0800 (PST) (envelope-from patrick@cre8tivegroup.com) Received: from gateway.cre8tivegroup.com [204.255.227.103] by iglou1 with smtp (8.7.3/8.6.12) id 0xYGt2-0005dr-00; Wed, 19 Nov 1997 15:38:12 -0500 Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 In-Reply-To: <199711160134.BAA18925@hotpoint.dcs.qmw.ac.uk> Date: Tue, 18 Nov 1997 10:38:11 -0500 (EST) Organization: The Creative Group From: Patrick Gardella To: questions@freebsd.org, Gianmarco Giovannelli , "Eric J. Schwertfeger" Subject: Bus Error? (was: JDK 1.1.4) Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk My bus error is bigger than I thought. I've installed kwhite's JDK 1.1 for FreeBSD. I get the core dump with this as well. Bus error - core dumped from /var/log/messages: pid 26222 (java), uid 0: exited on signal 10 (core dumped) Is there any way to track down what's causing this error? It's more than the Linux_lib. Patrick Gardella Yesterday I wrote: With the help of Scott Mitchell's .java_wrapper, I managed to get the Linux port of JDK 1.1.3 to work. (I also had to set the JAVA_HOME variable in my .cshrc) But now when I try to run the ICQ 0.911 for Java, I get: Bus error - core dumped Now I thought this might be ICQ, or JDK1.1.3, but then I remembered that StarOffice core dumped with the same error since I installed FreeBSD 2.2.5 (but before I installed JDK). Is there a known bug with linux_lib-2.4 and 2.2.5? StarOffice worked under 2.2.2. I upgraded to 2.2.5 via a clean install (to take over more of the HD). I have also pkg_delete linux_lib2.4 and reinstalled it from the CD. Another note: Acroread 3.01 runs fine, under linux_lib2.4. No core dump there. Any suggestions would be appreciated. Patrick P.S. I don't know how to read a core dump.