From owner-freebsd-java@FreeBSD.ORG Sat Dec 6 23:46:53 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 99C0516A4CE for ; Sat, 6 Dec 2003 23:46:53 -0800 (PST) Received: from turing.morons.org (turing.morons.org [209.237.229.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5276F43FDD for ; Sat, 6 Dec 2003 23:46:52 -0800 (PST) (envelope-from freebsd@spatula.net) Received: by turing.morons.org (Postfix, from userid 1001) id 3E07BA927; Sat, 6 Dec 2003 23:46:52 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by turing.morons.org (Postfix) with ESMTP id 0C086A920 for ; Sat, 6 Dec 2003 23:46:52 -0800 (PST) Date: Sat, 6 Dec 2003 23:46:51 -0800 (PST) From: Nick Johnson X-X-Sender: spatula@turing.morons.org To: freebsd-java@freebsd.org Message-ID: <20031206234011.Q24955@turing.morons.org> X-what-happen: someone set up us the bomb X-Message-Flags: Spatula Precedence: special-delivery MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: fatal exception in 1.4.2-p5 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Dec 2003 07:46:53 -0000 Getting some of this tonight: An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x280C32AF Function=_flockfile_debug+0x2B Library=/usr/lib/libc_r.so.4 Current Java thread: at java.net.Inet6AddressImpl.getLocalHostName(Native Method) at java.net.InetAddress.getLocalHost(InetAddress.java:1178) at javax.mail.internet.InternetAddress.getLocalAddress(InternetAddress.java:472) at javax.mail.internet.UniqueValue.getUniqueMessageIDValue(UniqueValue.java:70) at javax.mail.internet.MimeMessage.updateHeaders(MimeMessage.java:1844) at javax.mail.internet.MimeMessage.saveChanges(MimeMessage.java:1822) at javax.mail.Transport.send(Transport.java:80) [snipped out the caller and other useless stuff but i can supply that if needed] Dynamic libraries: 0x8048000 /usr/local/jdk1.4.1/bin/java 0x2806b000 /usr/lib/libc_r.so.4 0x28122000 /web/contrib/java-p5/control/build/bsd-i586/lib/i386/server/libjvm.so 0x28786000 /usr/lib/libm.so.2 0x287a1000 /web/contrib/java-p5/control/build/bsd-i586/lib/i386/native_threads/libhpi.so 0x287af000 /web/contrib/java-p5/control/build/bsd-i586/lib/i386/libverify.so 0x287c1000 /web/contrib/java-p5/control/build/bsd-i586/lib/i386/libjava.so 0x287e0000 /web/contrib/java-p5/control/build/bsd-i586/lib/i386/libzip.so 0x402bd000 /web/contrib/java-p5/control/build/bsd-i586/lib/i386/libnet.so 0x2804e000 /usr/libexec/ld-elf.so.1 Heap at VM Abort: Heap def new generation total 4032K, used 1213K [0x2c570000, 0x2c970000, 0x2c970000) eden space 3968K, 30% used [0x2c570000, 0x2c69f738, 0x2c950000) from space 64K, 0% used [0x2c960000, 0x2c960000, 0x2c970000) to space 64K, 0% used [0x2c950000, 0x2c950000, 0x2c960000) concurrent mark-sweep generation total 172032K, used 105681K [0x2c970000, 0x37170000, 0x38d70000) concurrent-mark-sweep perm gen total 16384K, used 7856K [0x38d70000, 0x39d70000, 0x3cd70000) The stack dump from gdb looks like this: #0 0x280a9bf4 in kill () from /usr/lib/libc_r.so.4 #1 0x280f7e86 in abort () from /usr/lib/libc_r.so.4 #2 0x285afd1e in os::abort(int) () from /web/contrib/java-p5/control/build/bsd-i586/lib/i386/server/libjvm.so #3 0x285ada88 in os::handle_unexpected_exception(Thread*, int, unsigned char*, void*) () from /web/contrib/java-p5/control/build/bsd-i586/lib/i386/server/libjvm.so #4 0x285b2509 in JVM_handle_bsd_signal () from /web/contrib/java-p5/control/build/bsd-i586/lib/i386/server/libjvm.so #5 0x285b0cf9 in signalHandler () from /web/contrib/java-p5/control/build/bsd-i586/lib/i386/server/libjvm.so #6 0x280bba5e in _thread_sig_handler () from /usr/lib/libc_r.so.4 #7 0x280bb8de in _thread_sig_handler () from /usr/lib/libc_r.so.4 #8 0xbfbfffac in ?? () #9 0x280c3446 in flockfile () from /usr/lib/libc_r.so.4 #10 0x280dc2ab in fgets () from /usr/lib/libc_r.so.4 #11 0x280cd782 in getservent () from /usr/lib/libc_r.so.4 #12 0x280ccc3d in getservbyname () from /usr/lib/libc_r.so.4 #13 0x280cb48c in getaddrinfo () from /usr/lib/libc_r.so.4 #14 0x280cb3b7 in getaddrinfo () from /usr/lib/libc_r.so.4 #15 0x280cb090 in getaddrinfo () from /usr/lib/libc_r.so.4 #16 0x280ca830 in getaddrinfo () from /usr/lib/libc_r.so.4 #17 0x402c5c91 in Java_java_net_Inet6AddressImpl_getLocalHostName () from /web/contrib/java-p5/control/build/bsd-i586/lib/i386/libnet.so Let me know if there's anything else I can provide that would help. Nick -- "The aptly-named morons.org is an obscenity-laced screed..." -- Robert P. Lockwood, Catholic League director of research Nick Johnson, version 2.1 http://web.morons.org/