Date: Sun, 15 Mar 2009 11:14:22 +0100 From: Horst Leitenmueller <horst.leitenmueller@liwest.at> To: freebsd-java@FreeBSD.org Subject: Re: Eclipse native code crash, on sync with SVN Message-ID: <1237112062.39595.24.camel@lap01> In-Reply-To: <1237108262.39595.19.camel@lap01> References: <1237104701.39595.15.camel@lap01> <1237108262.39595.19.camel@lap01>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1237112062.39595.24.camel>