From owner-freebsd-current@FreeBSD.ORG Sun Jun 3 03:12:04 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 83E4416A41F for ; Sun, 3 Jun 2007 03:12:04 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id 376AD13C458 for ; Sun, 3 Jun 2007 03:12:04 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l532RdB3005179; Sun, 3 Jun 2007 11:27:40 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Sun, 03 Jun 2007 11:27:50 +0900 (JST) Message-Id: <20070603.112750.74752793.ken@tydfam.jp> To: freebsd-current@freebsd.org, freebsd-java@freebsd.org From: Ken Yamada X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.90.2/3340/Sun Jun 3 07:40:38 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on ns.tydfam.jp Cc: Subject: Q) diablo-jdk1.5.0 dumps core @ -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jun 2007 03:12:04 -0000 Hi, all! I encounter the following error with diablo-jdk1.5.0 after new versioning introduced. Although it was not officially supported, it worked fine on -current before recent changes, gcc42, new versioning, xorg 7.2... Is not there any fixes for this? I do not have any native Java on -current at this moment, and it is very appreciated if I could have fixes at earliest. # gdb /usr/local/diablo-jdk1.5.0/bin/java GNU gdb 6.1.1 [FreeBSD] (gdb) run -version Starting program: /usr/local/diablo-jdk1.5.0/bin/java -version warning: Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and track explicitly loaded dynamic code. warning: shared library handler failed to enable breakpoint Program received signal SIGSEGV, Segmentation fault. 0x480b25d6 in ?? () (gdb) where #0 0x480b25d6 in ?? () #1 0x48056778 in ?? () #2 0x00000000 in ?? () #3 0x00000001 in ?? () #4 0x4817f508 in ?? () #5 0xbfbfe7c4 in ?? () #6 0x00000002 in ?? () #7 0xbfbfe798 in ?? () #8 0x480a3868 in ?? () #9 0x00000070 in ?? () : : : ---Type to continue, or q to quit---q # gdb /usr/local/diablo-jdk1.5.0/bin/java java.core GNU gdb 6.1.1 [FreeBSD] Core was generated by `java'. Program terminated with signal 11, Segmentation fault. Reading symbols from /lib/libz.so.3...(no debugging symbols found)...done. Loaded symbols for /lib/libz.so.3 Reading symbols from /lib/libpthread.so.2...(no debugging symbols found)...done. Loaded symbols for /lib/libpthread.so.2 Reading symbols from /usr/local/lib/compat/libc.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/compat/libc.so.6 Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x480b25d6 in pthread_setcancelstate () from /lib/libpthread.so.2 [New LWP 100243] (gdb) where #0 0x480b25d6 in pthread_setcancelstate () from /lib/libpthread.so.2 #1 0x480a3868 in pthread_create () from /lib/libpthread.so.2 #2 0x480af40e in pthread_join () from /lib/libpthread.so.2 #3 0x480b3312 in pthread_testcancel () from /lib/libpthread.so.2 #4 0x480b4aa1 in __error () from /lib/libpthread.so.2 #5 0x4809ac1d in ?? () from /lib/libpthread.so.2 #6 0x480548eb in dl_iterate_phdr () from /libexec/ld-elf.so.1 #7 0x480585a3 in dlopen () from /libexec/ld-elf.so.1 #8 0x480533ae in ?? () from /libexec/ld-elf.so.1 (gdb)