From owner-freebsd-java@FreeBSD.ORG Sun Mar 15 10:13:24 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 43317106564A for ; Sun, 15 Mar 2009 10:13:24 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from lilzmailso01.liwest.at (lilzmailso01.liwest.at [212.33.55.23]) by mx1.freebsd.org (Postfix) with ESMTP id 7CBA58FC14 for ; Sun, 15 Mar 2009 10:13:23 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from mail.be-informed.at ([81.10.222.30] helo=[192.168.10.97]) by lilzmailso01.liwest.at with esmtpa (Exim 4.69) (envelope-from ) id 1LinLL-0006CL-0W for freebsd-java@FreeBSD.org; Sun, 15 Mar 2009 11:13:21 +0100 From: Horst Leitenmueller To: freebsd-java@FreeBSD.org In-Reply-To: <1237108262.39595.19.camel@lap01> References: <1237104701.39595.15.camel@lap01> <1237108262.39595.19.camel@lap01> Content-Type: multipart/mixed; boundary="=-krXtNRTrwo5phFqjwPwI" Date: Sun, 15 Mar 2009 11:14:22 +0100 Message-Id: <1237112062.39595.24.camel@lap01> Mime-Version: 1.0 X-Mailer: Evolution 2.24.5 FreeBSD GNOME Team Port X-Spam-Score: -0.9 (/) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Eclipse native code crash, on sync with SVN 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, 15 Mar 2009 10:13:24 -0000 --=-krXtNRTrwo5phFqjwPwI Content-Type: text/plain Content-Transfer-Encoding: 7bit additional info for openjdk 1.6 there also an error is coming up # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0000000800e0c724, pid=34361, tid=0x1936200 # # Java VM: Diablo Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode bsd-amd64) # Problematic frame: # V [libjvm.so+0x20c724] # # An error report file with more information is saved as: # /usr/xxx/hs_err_pid34361.log # # Please submit bug reports to freebsd-java@FreeBSD.org # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. # The program 'Eclipse' received an X Window System error. This probably reflects a bug in the program. The error was 'RenderBadPicture (invalid Picture parameter)'. (Details: serial 99509 error_code 173 request_code 150 minor_code 5) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) param for eclipse are with IPv6 disabled -Djava.net.preferIPv6Addresses=false !! added -Djava.net.preferIPv4Stack=true !! added without these params no sync is possible i hope somebody can help me horst On Sun, 2009-03-15 at 10:11 +0100, Horst Leitenmueller wrote: > additional info, > > i tried with /usr/local/jdk1.6.0 > java version "1.6.0_03-p4" > Java(TM) SE Runtime Environment (build > 1.6.0_03-p4-root_10_mar_2009_10_47-b00) > Java HotSpot(TM) 64-Bit Server VM (build > 1.6.0_03-p4-root_10_mar_2009_10_47-b00, mixed mode) > > and add vmargs param in /usr/local/eclipse/eclipse.ini > -showsplash > org.eclipse.platform > --launcher.XXMaxPermSize > 256m > -startup > plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar > --launcher.library > plugins/org.eclipse.equinox.launcher.gtk.freebsd.amd64_1.0.101.R34x_v20080731 > -vmargs > -Xms512m > -Xmx1024m > -Djava.net.preferIPv6Addresses=false !! added > -Djava.net.preferIPv4Stack=true !! added > > then its working > > also if params added diablo jdk is not working! > > i thougth jdk 1.6 has no problems with ip v 6 ? > > thnx horst > > > > On Sun, 2009-03-15 at 09:11 +0100, Horst Leitenmueller wrote: > > hello, > > > > i have a big problem i'm not able to sync with eclipse SVN anymore > > (subclipse v 1.4) > > > > computer laptop celsius mobile h270 quad core Intel(R) Core(TM)2 Quad > > CPU Q9100 @ 2.26GHz (2261.02-MHz K8-class CPU) > > with gnome2.24 > > x11 driver: xf86-video-nouveau > > graphiccard: > > > > # An unexpected error has been detected by Java Runtime Environment: > > # > > # SIGSEGV (0xb) at pc=0x0000000800d0c724, pid=17390, tid=0x1832200 > > # > > # Java VM: Diablo Java HotSpot(TM) 64-Bit Server VM (10.0-b23 mixed mode > > bsd-amd64) > > # Problematic frame: > > # V [libjvm.so+0x20c724] > > # > > # An error report file with more information is saved as: > > # /usr/xxx/hs_err_pid17390.log > > # > > # Please submit bug reports to freebsd-java@FreeBSD.org > > # The crash happened outside the Java Virtual Machine in native code. > > # See problematic frame for where to report the bug. > > # > > Eclipse: Fatal IO error 35 (Resource temporarily unavailable) on X > > server :0.0. > > > > what could this be ? > > > > attached the hs_err_log > > > > thnx horst > > _______________________________________________ > > freebsd-java@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-java > > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" -- ------------------------------------ Ing.Dipl.-Ing. Horst Leitenmueller Sperlstr. 11 4040 Linz tel.: +43 650 2042702 email: horst.leitenmueller@liwest.at ------------------------------------ --=-krXtNRTrwo5phFqjwPwI--