From owner-freebsd-java@FreeBSD.ORG Sun Apr 19 13:06:42 2009 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9FFA106564A for ; Sun, 19 Apr 2009 13:06:42 +0000 (UTC) (envelope-from peter@vereshagin.org) Received: from mx1.skyriver.ru (ns1.skyriver.ru [89.108.82.27]) by mx1.freebsd.org (Postfix) with ESMTP id 91F5F8FC1B for ; Sun, 19 Apr 2009 13:06:42 +0000 (UTC) (envelope-from peter@vereshagin.org) Received: from localhost (unknown [81.23.190.3]) by mx1.skyriver.ru (Postfix) with ESMTP id C334A5A8D for ; Sun, 19 Apr 2009 16:34:26 +0400 (MSD) Date: Sun, 19 Apr 2009 16:35:37 +0500 From: Peter Vereshagin To: freebsd-java@freebsd.org Message-ID: <20090419113537.GB3022@screwed.box> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Organization: ' X-Face: 8T>{1owI$Byj]]a; ^G]kRf*dkq>E-3':F>4ODP[#X4s"dr?^b&2G@'3lukno]A1wvJ_L (~u 6>I2ra/<,j1%@C[LN=>p#_}RIV+#:KTszp-X$bQOj,K Subject: core dump analysis X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2009 13:06:43 -0000 Hello, I have a problem that every complex java port ( e. g., rssowl ) compiles and coredumps. I'd like to know if it is some library like those of swt, etc. is in concern. The HelloWorld example comiles and runs just fine. Every non-java thing runs just fine. And, I get no idea from kdump. System is 7-stable as of mid-January, 2009. And, ports are up to that date. I have http://pyotr.pisem.su/ktrace.out and the last actions before GC looks like link libraries, and then: === 52599 java CALL freebsd6_mmap(0xbf9ff000,0x1000,PROT_NONE,MAP_ANON,0xffffffff,0,0,0) 52599 java RET freebsd6_mmap -1080033280/0xbfa00000 52599 java CALL thr_set_name(0x1878d,0x365fe316) 52599 java RET thr_set_name 0 52599 java CALL rtprio_thread(0,0x1878d,0xbfbfbce0) 52599 java RET rtprio_thread 0 52599 java CALL getpid 52599 java RET getpid 52599/0xcd77 52599 java PSIG SIGSEGV caught handler=0x280a3ac8 mask=0xfffefaff code=0x1 52599 java CALL getpid 52599 java RET getpid 52599/0xcd77 52599 java PSIG SIGSEGV caught handler=0x280a3ac8 mask=0xfffefaff code=0x1 52599 java NAMI "/tmp/java.core" === Do I have something to do about freebsd6* entries here? I have also a java.core in case if anyone is interested. Thank you. 73! Peter -- http://vereshagin.org