From owner-freebsd-java@FreeBSD.ORG Tue Mar 4 22:57:01 2008 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 B92901065675 for ; Tue, 4 Mar 2008 22:57:01 +0000 (UTC) (envelope-from chuh@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 14E8A8FC18 for ; Tue, 4 Mar 2008 22:57:00 +0000 (UTC) (envelope-from chuh@gmx.net) Received: (qmail invoked by alias); 04 Mar 2008 22:30:19 -0000 Received: from dialbs-213-023-031-146.static.arcor-ip.net (EHLO chrisuhr.home.lan) [213.23.31.146] by mail.gmx.net (mp053) with SMTP; 04 Mar 2008 23:30:19 +0100 X-Authenticated: #45772083 X-Provags-ID: V01U2FsdGVkX1973+p11sN7Y90ZoG/uzxiHPOvzleHMopHBBbBCYf QSB88SWeqmelDO Message-ID: <47CDCD63.2080509@gmx.net> Date: Tue, 04 Mar 2008 23:29:55 +0100 From: Christian Uhrhan User-Agent: Thunderbird 2.0.0.9 (X11/20080220) MIME-Version: 1.0 To: freebsd-java@freebsd.org X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Problems starting java Applications 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: Tue, 04 Mar 2008 22:57:01 -0000 Hi all, i've installed the package diablo-jdk15 and eclipse via the ports. But when i'm trying to start eclipse a MessageBox appears with the following message: JVM terminated. Exit code=1 /usr/local/bin/java -Xms40m -Xmx256m -jar /usr/local/eclipse/startup.jar -os freebsd -ws gtk -arch x86 -launcher /usr/local/eclipse/eclipse -name Eclipse -showsplash 600 -exitdata 30013 -vm /usr/local/bin/java -vmargs -Xms40m -Xmx265m -jar /usr/local/eclipse/startup.jar After that i've tried starting eclipse out of a xterm and while starting i got the following messages: Fatal error 'thr_resume_wrapper, lock_switch != 0' at line 1119 in file /usr/src/lib/libpthread/thread/thr_kern.c (errno = 1744877412) Then java core dumps. I searched via google but i could not find any solution. Is there any workarround? Or does anyone have a solution to this problem? My System: uname -a FreeBSD chrisuhr.home.lan 7.0-RC3 FreeBSD 7.0-RC3 #2: Sat Feb 23 17:29:07 CET 2008 christian@chrisuhr.home.lan:/usr/obj/usr/src/sys/CHRIS i386 I hope this is the right mailing list. If you need some more information about something just ask me. Sry for my english and thx in advance for your help. chris