From owner-freebsd-java Sun Aug 22 10: 8:28 1999 Delivered-To: freebsd-java@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id E8AF215520 for ; Sun, 22 Aug 1999 10:08:22 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id LAA18487; Sun, 22 Aug 1999 11:08:11 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id LAA24443; Sun, 22 Aug 1999 11:08:07 -0600 Date: Sun, 22 Aug 1999 11:08:07 -0600 Message-Id: <199908221708.LAA24443@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Sascha Blank Cc: freebsd-java@FreeBSD.ORG Subject: Re: jdk1.1.8 stopped working under 3.2-STABLE In-Reply-To: <19990822125941.A7397@blank.uni-trier.de> References: <19990822125941.A7397@blank.uni-trier.de> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > today I have CVSupped the latest 3.2-STABLE version and did a make world > then; everything went fine as expected. > > But when I started working with the latest JDK1.1.8/ELF port (dated July > 19th) I noticed that every attempt to start "java" or "javac" results in > a core dump right after the start. I have used exactly the same port > successfully about a month ago (with a recent 3.2-STABLE version at that > time), and my environment hasn't changed very much since then. > > Maybe the following backtrace will help the porting team to find out > what is going on. Hmm, it appears that linker changes may have caused bad things to occur in the JDK. > #0 0x280c7ece in GetDefaultClassPath () > at ../../../../src/freebsd/java/javai/javai.c:806 This code makes heavy use of the runtime loader, so any changes made there could negatively effect the JDK. Dl_info dlinfo; dladdr((void *)InitializeAlloc, &dlinfo); jio_snprintf(buf, PATH_MAX, "%s", dlinfo.dli_fname); Just out of curiousity, where is your JDK installed? (full path, not a symlink setup if possible..) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message