From owner-freebsd-java@FreeBSD.ORG Sun May 2 09:08:30 2010 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BEBB41065672 for ; Sun, 2 May 2010 09:08:30 +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 820068FC08 for ; Sun, 2 May 2010 09:08:30 +0000 (UTC) Received: from mail.be-informed.at ([81.10.222.30] helo=[192.168.10.2]) by lilzmailso01.liwest.at with esmtpa (Exim 4.69) (envelope-from ) id 1O8VA4-0005iJ-Kn for freebsd-java@FreeBSD.org; Sun, 02 May 2010 11:08:28 +0200 From: Horst Leitenmueller To: freebsd-java@FreeBSD.org Content-Type: text/plain; charset="us-ascii" Date: Sun, 02 May 2010 11:08:13 +0200 Message-ID: <1272791293.12585.10.camel@lap01> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Score: -1.4 (-) Cc: Subject: jboss5 start/stop not working 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, 02 May 2010 09:08:30 -0000 hello, i have a question on jboss5 port ver 5.1 the start/stop is not working, the pidfile is not written correct because the pgrep -U www -f org.jboss.Main does not find anything... my system freebsd 7.2 diablo jdk 1.6 with ps -faux i see : 11433 ?? IJ 2:44.49 [java] // this is the jboss running add info: all is running inside a jail!! how could i fix / or could it be fixed? thanx for answer br horst Same sent to freebsd forum, but no reply till now...http://forums.freebsd.org/showthread.php?t=11018&highlight=jboss5 From owner-freebsd-java@FreeBSD.ORG Sun May 2 09:35:07 2010 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 146C8106564A for ; Sun, 2 May 2010 09:35:07 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from lilzmailso02.liwest.at (lilzmailso01.liwest.at [212.33.55.23]) by mx1.freebsd.org (Postfix) with ESMTP id CA2EC8FC19 for ; Sun, 2 May 2010 09:35:05 +0000 (UTC) Received: from mail.be-informed.at ([81.10.222.30] helo=[192.168.10.2]) by lilzmailso02.liwest.at with esmtpa (Exim 4.69) (envelope-from ) id 1O8VZo-0004oL-Sy for freebsd-java@FreeBSD.org; Sun, 02 May 2010 11:35:05 +0200 From: Horst Leitenmueller To: freebsd-java@FreeBSD.org In-Reply-To: <1272791293.12585.10.camel@lap01> References: <1272791293.12585.10.camel@lap01> Content-Type: text/plain; charset="us-ascii" Date: Sun, 02 May 2010 11:34:50 +0200 Message-ID: <1272792890.12585.15.camel@lap01> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Score: -1.4 (-) Cc: Subject: Re: jboss5 start/stop not working SOLVED 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, 02 May 2010 09:35:07 -0000 solved my own problem, if ps -faux is not showing org.jboss.Main (only [java]) its because of the kern.ps_arg_cache_limit: 256 which is to less if you have a lot of vmwargs for the jboss/or java app therefore set at least to sysctl kern.ps_arg_cache_limit=1024 kern.ps_arg_cache_limit: 256 -> 1024 in the base system of the freebsd / in the jail its also set (if you try to set in the jail you get an Operation not permitted exception) NOW the pgrep detects the org.jboss.Main and pid is correct written => start and stop is working... thanx for help ;-) horst On Sun, 2010-05-02 at 11:08 +0200, Horst Leitenmueller wrote: > hello, > > i have a question on jboss5 port ver 5.1 the start/stop is not working, > the pidfile is not written correct because the > pgrep -U www -f org.jboss.Main does not find anything... > > my system freebsd 7.2 diablo jdk 1.6 > > with ps -faux i see > : > 11433 ?? IJ 2:44.49 [java] // this is the jboss running > > add info: all is running inside a jail!! > > how could i fix / or could it be fixed? > > thanx for answer > br horst > > > Same sent to freebsd forum, but no reply till > now...http://forums.freebsd.org/showthread.php?t=11018&highlight=jboss5 > > > > _______________________________________________ > 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" From owner-freebsd-java@FreeBSD.ORG Mon May 3 04:59:35 2010 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8CF91106566C for ; Mon, 3 May 2010 04:59:35 +0000 (UTC) (envelope-from nuri.kidy@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 1390C8FC15 for ; Mon, 3 May 2010 04:59:34 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id l26so659468fgb.13 for ; Sun, 02 May 2010 21:59:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=zD2/PiKOv6Toy5uLUSsgmJM+HEn+qyRkWWJlaKE3nQU=; b=oujJO0dHuDmbiVOiVs8hoV5oEoWxwZ3BMCm8Ppmaoxvfpp7r3O0aRArlLWWDG6cCXa 1aBdeXgYlatWzDfm+tHwwlAnkfS23iD43BQ+EJQ0uqQvcMkyUsVNLebqMDF8bgd5mRVV U4+vM3kCtcmC5Ztr9Ddou3ajkk38B1iJBk92g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=pJ0IUReAJdwn3fK783Cm7CqeXrwqu1ywW3yJHFWvNy9U6F5FHWktzzp+MtINmLL5Cy t8M2ftlH0mdMT9T5uiNLTW9v3iaazDaK7DEI3ATdHE54Ivm68Zlfrkyn9+95f6T1zeCO GJ0uP975dHX7szp2Vlgv/IAbwmOJdEuNSG020= MIME-Version: 1.0 Received: by 10.239.180.8 with SMTP id f8mr1393884hbg.14.1272861015133; Sun, 02 May 2010 21:30:15 -0700 (PDT) Received: by 10.239.169.196 with HTTP; Sun, 2 May 2010 21:30:15 -0700 (PDT) Date: Mon, 3 May 2010 11:30:15 +0700 Message-ID: From: =?windows-1252?Q?nuri=99?= To: freebsd-java@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Bugs Report FreeBSD-8 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: Mon, 03 May 2010 04:59:35 -0000 diablo-jdk-1.6.0.07.02_8 Java Development Kit 1.6.0_07.02 jdk-1.5.0.16p9_5,1 Java Development Kit 1.5.0 FreeBSD 8.0-RELEASE #1 apps@FreeBSD # more hs_err_pid86523.log # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x481245c7, pid=86523, tid=0x4822c280 # # Java VM: Diablo Java HotSpot(TM) Server VM (10.0-b23 mixed mode bsd-x86) # Problematic frame: # C [libc.so.7+0x715c7] free+0x47 # # Please submit bug reports to freebsd-java@FreeBSD.org # --------------- T H R E A D --------------- Current thread (0x4903ac00): Thread [stack: 0x7f5af000,0x7f5ff000] [id=1210237568] siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x7f500000 Registers: EAX=0x7f5fee00, EBX=0x481b3ad8, ECX=0x7f5fee00, EDX=0x7f500000 ESP=0x7f5fec70, EBP=0x7f5fecc8, ESI=0x7f5fee00, EDI=0x4903ac00 EIP=0x481245c7, EFLAGS=0x00010206 Top of Stack: (sp=0x7f5fec70) 0x7f5fec70: 48f00000 0805b39c 7f5fec98 483fd583 0x7f5fec80: 48f49800 0805b39c 000fffff 489415c4 0x7f5fec90: 48f0f5c0 4903ac00 7f5fecb8 4878b1ec 0x7f5feca0: 7f500000 0805b39c 7f5fecc8 483fd5aa 0x7f5fecb0: 489415c4 489415c4 4812458b 48e4bb18 0x7f5fecc0: 7f5fee00 4903ac00 7f5fecd8 48e25ca1 0x7f5fecd0: 7f5fee00 489415c4 7f5fed08 4885aa62 0x7f5fece0: 7f5fee00 489415c4 7f5fed08 483fcf9c Instructions: (pc=0x481245c7) 0x481245b7: c0 f7 d2 21 ca 39 d1 89 55 d8 0f 84 05 03 00 00 0x481245c7: 8b 02 89 ce 29 d6 c1 ee 0c 89 45 dc 8d 04 76 8d Stack: [0x7f5af000,0x7f5ff000], sp=0x7f5fec70, free space=319k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [libc.so.7+0x715c7] free+0x47 C [libstdc++.so.6+0xc6ca1] _ZdlPv+0x21 V [libjvm.so+0x55aa62] V [libjvm.so+0x55b1d5] V [libjvm.so+0x55fa8b] V [libjvm.so+0x30a2f3] C [java+0xa795] JavaMain+0x1d55 C [java+0x8ae1] JavaMain+0xa1 C [libthr.so.3+0x670f] pthread_getprio+0x1bf --------------- P R O C E S S --------------- Java Threads: ( => current thread ) Other Threads: =>0x4903ac00 (exited) Thread [stack: 0x7f5af000,0x7f5ff000] [id=1210237568] VM state:not at safepoint (not fully initialized) VM Mutex/Monitor currently owned by a thread: None Dynamic libraries: 0x08048000 /usr/local/diablo-jdk1.6.0/bin/java 0x4809e000 /lib/libthr.so.3 0x480b3000 /lib/libc.so.7 0x48300000 /usr/local/diablo-jdk1.6.0/jre/lib/i386/server/libjvm.so 0x48d5f000 /usr/lib/libstdc++.so.6 0x481cb000 /lib/libm.so.5 0x481e5000 /lib/libgcc_s.so.1 0x481f1000 /usr/local/diablo-jdk1.6.0/jre/lib/i386/native_threads/libhpi.so 0x48e64000 /usr/local/diablo-jdk1.6.0/jre/lib/i386/libverify.so 0x48e71000 /usr/local/diablo-jdk1.6.0/jre/lib/i386/libjava.so 0x48e98000 /usr/local/diablo-jdk1.6.0/jre/lib/i386/libzip.so 0x48ea1000 /usr/local/lib/compat/libz.so.4 0x48059000 /libexec/ld-elf.so.1 VM Arguments: java_command: Launcher Type: SUN_STANDARD Environment Variables: JAVA_HOME=/usr/local/diablo-jdk1.6.0 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/apps/bin LD_LIBRARY_PATH=/usr/local/diablo-jdk1.6.0/jre/lib/i386/server:/usr/local/diablo-jdk1.6.0/jre/lib/i386:/usr/local/diablo-jdk1.6.0/jre/../lib/i386 SHELL=/bin/tcsh HOSTTYPE=FreeBSD OSTYPE=FreeBSD MACHTYPE=i386 Signal Handlers: SIGSEGV: [libjvm.so+0x59f5d0], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGBUS: [libjvm.so+0x59f5d0], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGFPE: [libjvm.so+0x48dcb0], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGPIPE: [libjvm.so+0x48dcb0], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGXFSZ: [libjvm.so+0x48dcb0], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGILL: [libjvm.so+0x48dcb0], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGUSR1: SIG_DFL, sa_mask[0]=0xfffefeff, sa_flags=0x00000000 SIGUSR2: [libjvm.so+0x4903b0], sa_mask[0]=0x00000000, sa_flags=0x00000042 SIGHUP: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000 SIGINT: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000 SIGTERM: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000002 SIGQUIT: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000 --------------- S Y S T E M --------------- OS:Bsd uname:FreeBSD 8.0-RELEASE FreeBSD 8.0-RELEASE #1: Sat Dec 12 04:06:37 WIT 2009 root@portaltselpapp1.telkomsel.co.id:/usr/src/sys/i386/compile/PAE i386 rlimit: STACK 131072k, CORE infinity, NPROC 5547, NOFILE 11095 CPU:total 8 (4 cores per cpu, 1 threads per core) family 6 model 7 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3 Memory: 4k page, physical 3865036k(966259k free) vm_info: Diablo Java HotSpot(TM) Server VM (10.0-b23) for bsd-x86 JRE (1.6.0_07-b02), built on May 12 2008 23:06:05 by "truk" with gcc 4.2.1 20070719 [FreeBSD] time: Mon May 3 11:18:23 2010 elapsed time: 0 seconds From owner-freebsd-java@FreeBSD.ORG Mon May 3 11:08:20 2010 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63E0C106566C for ; Mon, 3 May 2010 11:08:20 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 2F2AE8FC0C for ; Mon, 3 May 2010 11:08:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o43B8KIt033652 for ; Mon, 3 May 2010 11:08:20 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o43B8JCC033650 for freebsd-java@FreeBSD.org; Mon, 3 May 2010 11:08:19 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 3 May 2010 11:08:19 GMT Message-Id: <201005031108.o43B8JCC033650@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-java@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-java@FreeBSD.org 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: Mon, 03 May 2010 11:08:20 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/142704 java [PATCH] java/jai-imageio: use $SUB_FILES to dynamicall o java/141919 java Serious remote vulnerability in the JRE o java/138729 java java/jdk16: setting 'export AWT_TOOLKIT=MToolkit' caus o java/138728 java java/jdk16: SIGSEGV in java runtime o java/128948 java java/jdk16 built from source can't bind a socket, but o java/128809 java JVM aborted when GNU RXTX write to serial port. o java/123555 java linux-sun-jdk15, linux-sun-jdk16 produce a coredump o java/122513 java native JDKs unbuildable with Linux ones o java/121692 java java/jdk16: Java 1.5 1.5.0.14p8 crashes in RMI TCP Con o ports/121420 java java/jdk16: Java applet fails to find class under fire o ports/121416 java java/jdk15 can't build if BIN environment variable is o ports/120372 java java/linux-sun-jdk16: linux-sun-jre1.6.0 plugin doesn' o java/120146 java java/jdk15: netbeans 6.0 causes java core dump on amd6 o ports/119732 java java/linux-sun-jre16: linux-sun-jre16 plugin doesn't w o java/119063 java An unexpected error has been detected by Java Runtime o java/118956 java eclipse and netbeans break on diablo-jdk15 o java/118496 java Eclipse packages do not work with 6.3-RC1/amd64 o ports/116841 java cannot build java/jdk16 by using java/linux-sun-jdk16 o java/116667 java linux-sun-javac1.4 hangs on SMP o ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to o java/115773 java [request] java.nio channel selectors should use kqueue o java/114644 java tomcat goes out of PermSpace, jvm crashes o ports/113751 java java/linux-sun-jdk15: linux-sun-jdk-1.5.0.12,2 - java o ports/113467 java Multiple "missing return value" errors building JDK on o java/112595 java Java appletviewer frequently hangs (kse_release loop) o java/110912 java Java krb5 client leaks UDP connections f java/105482 java diablo-jdk1.5.0/jdk-1.5.0 java.nio.Selector bug o java/97461 java Diablo JDK does not report Update level in a format su o ports/84742 java make ports/java/jdk14 use dynamic Motif librarires s java/62837 java linux-sun-jdk14 executables hang with COMPAT_LINUX in 30 problems total. From owner-freebsd-java@FreeBSD.ORG Wed May 5 06:33:07 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9ED7D106564A for ; Wed, 5 May 2010 06:33:07 +0000 (UTC) (envelope-from pitpalme@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by mx1.freebsd.org (Postfix) with ESMTP id 23C948FC12 for ; Wed, 5 May 2010 06:33:06 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id d26so195899eyd.9 for ; Tue, 04 May 2010 23:32:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:content-type; bh=RnNw1oNAE+xyVz8qZIoZKKu5gzmA78+FFF6SJlIQwf8=; b=U6rTm8dGh1kd9h1z197M9QYd8/qDUf024tDz0NsBic6ln7JkXaPNO5KdM9LSEwDe3Y ndBr/P0xdYoi/TkZxxdB+2OpBUHE+m6srCLaaXh/ybDa0kr+v5JRHsMZ0J4XkJSM4vQH NhAm8HwWRicybi/PgXvHYTS/PsI9+PXYKogRY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type; b=mhQDWVIeKouovu9q6I2LKVq2doQ9+wE4CO6CwboVbik2/zQFgGHiuAytmH+cfxzh7D XVoL6+ERx0QXuiEggLXz+kMpcSVLdmrbASdpZHMNqn0f+KXY6C4kv9Tjew56DxKvJE+7 lhSTBaSwtYJdwKvOpwQpP7iKiquhvfTL87I5o= Received: by 10.213.45.195 with SMTP id g3mr2490143ebf.90.1273041177469; Tue, 04 May 2010 23:32:57 -0700 (PDT) Received: from silverbox.sunrise.local (i577B542F.versanet.de [87.123.84.47]) by mx.google.com with ESMTPS id 13sm4144961ewy.13.2010.05.04.23.32.55 (version=SSLv3 cipher=RC4-MD5); Tue, 04 May 2010 23:32:56 -0700 (PDT) Message-ID: <4BE11114.5030306@gmail.com> Date: Wed, 05 May 2010 08:32:52 +0200 From: Peter Palmreuther User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-java@freebsd.org X-Enigmail-Version: 1.0.1 Content-Type: multipart/mixed; boundary="------------090103060602060207050805" Subject: openjdk6 crashes 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: Wed, 05 May 2010 06:33:07 -0000 This is a multi-part message in MIME format. --------------090103060602060207050805 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Hello, I'm experiencing crashes of openjdk6-b17_2 when my tomcat-6.0.26 is running Sonatype Nexus' repository refresh. My system is (uname -a): FreeBSD siliki.sunrise.local 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 21:11:58 UTC 2010 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 In /var/log/messages I see pid 67384 (java), uid 80: exited on signal 6 (core dumped) The resulting 'hs_err_pid67384.log' is attached, the matching core file is 1.2G in size. Running 'gdb' with 'bt' looks like this: GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd". Attaching to process 67384 ptrace: No such process. Core was generated by `java'. Program terminated with signal 6, Aborted. #0 0x00000008008d2ffc in ?? () #0 0x00000008008d2ffc in ?? () #1 0x000000080096e58b in ?? () [...] #1212 0x0000000000000000 in ?? () #1213 0x00007fffffbfe960 in ?? () #1214 0x0000000000000000 in ?? () #1215 0x0000000000000000 in ?? () Cannot access memory at address 0x7fffff5f9000 I've run 'fastdebug' build with hope of getting more detailed information in core dump. With normal build I don't find appropriate 'hs_err_pid*.log', core dump is also 1.2G big and gdb backtrace only gives GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd". Attaching to process 67868 Core was generated by `java'. Program terminated with signal 4, Illegal instruction. #0 0x0000000802163d8f in ?? () #0 0x0000000802163d8f in ?? () /var/log/messages says pid 67868 (java), uid 80: exited on signal 4 (core dumped) Any advise on what to do next for finding the problem and getting a fix? -- Thanks in advance, and best regards, Peter Palmreuther --------------090103060602060207050805 Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0"; name="hs_err_pid67384.log" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="hs_err_pid67384.log" # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (/usr/ports/java/openjdk6/work/hotspot/src/share/vm/opto/graphKit.cpp:1679), pid=67384, tid=34392727168 # Error: assert(sp() >= inputs,"must have enough JVMS stack to execute") # # JRE version: 6.0-b17 # Java VM: OpenJDK 64-Bit Server VM (14.0-b16-fastdebug mixed mode bsd-amd64 ) # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # --------------- T H R E A D --------------- Current thread (0x0000000802606800): JavaThread "CompilerThread1" daemon [_thread_in_native, id=32988800, stack(0x00007fffff4f9000,0x00007fffff5f9000)] Stack: [0x00007fffff4f9000,0x00007fffff5f9000], sp=0x00007fffff5f6710, free space=1013k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.so+0xa76ffc] V [libjvm.so+0xa774ed] V [libjvm.so+0x44d013] V [libjvm.so+0x54341d] V [libjvm.so+0x8c6e0b] V [libjvm.so+0x8cb263] V [libjvm.so+0x8bc7fe] V [libjvm.so+0x8be5da] V [libjvm.so+0x8bf732] V [libjvm.so+0x2fd5ec] V [libjvm.so+0x3d8742] V [libjvm.so+0x2fbdd9] V [libjvm.so+0x3dde3c] V [libjvm.so+0x3df6ac] V [libjvm.so+0xa161fe] V [libjvm.so+0x88e220] Current CompileTask: C2: 18% ! org.apache.lucene.index.SegmentMerger.mergeFields()I @ 617 (950 bytes) --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x000000084dec8800 JavaThread "MultiThreadedHttpConnectionManager cleanup" daemon [_thread_blocked, id=1277273472, stack(0x00007ffffdadf000,0x00007ffffdbdf000)] 0x0000000850a47800 JavaThread "pxpool-1-thread-2" [_thread_blocked, id=1351140736, stack(0x00007ffffdbe0000,0x00007ffffdce0000)] 0x000000084c3db000 JavaThread "http-8180-6" daemon [_thread_blocked, id=1265098368, stack(0x00007ffffdce1000,0x00007ffffdde1000)] 0x000000084c3dc000 JavaThread "http-8180-5" daemon [_thread_blocked, id=1265098816, stack(0x00007ffffdde2000,0x00007ffffdee2000)] 0x000000084c3dc800 JavaThread "http-8180-4" daemon [_thread_blocked, id=1265099264, stack(0x00007ffffdee3000,0x00007ffffdfe3000)] 0x000000084c3dd800 JavaThread "http-8180-3" daemon [_thread_blocked, id=1265099712, stack(0x00007ffffdfe4000,0x00007ffffe0e4000)] 0x000000084c3de800 JavaThread "http-8180-2" daemon [_thread_blocked, id=1265100160, stack(0x00007ffffe0e5000,0x00007ffffe1e5000)] 0x000000084c503000 JavaThread "http-8180-1" daemon [_thread_blocked, id=1265100608, stack(0x00007ffffe1e6000,0x00007ffffe2e6000)] 0x0000000801fe7800 JavaThread "TP-Monitor" daemon [_thread_blocked, id=32985664, stack(0x00007ffffe2e7000,0x00007ffffe3e7000)] 0x0000000801fe8800 JavaThread "TP-Processor4" daemon [_thread_in_native, id=32985216, stack(0x00007ffffe3e8000,0x00007ffffe4e8000)] 0x0000000801fe9800 JavaThread "TP-Processor3" daemon [_thread_blocked, id=32984768, stack(0x00007ffffe4e9000,0x00007ffffe5e9000)] 0x0000000801feb000 JavaThread "TP-Processor2" daemon [_thread_blocked, id=32984320, stack(0x00007ffffe5ea000,0x00007ffffe6ea000)] 0x0000000801ff5800 JavaThread "TP-Processor1" daemon [_thread_blocked, id=32983872, stack(0x00007ffffe6eb000,0x00007ffffe7eb000)] 0x0000000801ff4800 JavaThread "http-8180-Acceptor-0" daemon [_thread_in_native, id=32983424, stack(0x00007ffffe7ec000,0x00007ffffe8ec000)] 0x0000000801ff3800 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=32982976, stack(0x00007ffffe8ed000,0x00007ffffe9ed000)] 0x0000000801fec800 JavaThread "pxpool-1-thread-1" [_thread_in_native, id=32979392, stack(0x00007ffffeaef000,0x00007ffffebef000)] 0x0000000801fed800 JavaThread "Thread-6" daemon [_thread_blocked, id=32982528, stack(0x00007ffffebf0000,0x00007ffffecf0000)] 0x0000000801fee800 JavaThread "Thread-5" daemon [_thread_blocked, id=32981632, stack(0x00007ffffecf1000,0x00007ffffedf1000)] 0x0000000801fef800 JavaThread "Thread-4" daemon [_thread_blocked, id=32981184, stack(0x00007ffffedf2000,0x00007ffffeef2000)] 0x0000000801ff0000 JavaThread "Thread-3" daemon [_thread_blocked, id=32979840, stack(0x00007ffffeef3000,0x00007ffffeff3000)] 0x0000000801ff1000 JavaThread "Thread-2" daemon [_thread_blocked, id=32982080, stack(0x00007ffffeff4000,0x00007fffff0f4000)] 0x0000000801ff2000 JavaThread "Thread-1" daemon [_thread_blocked, id=32980288, stack(0x00007fffff0f5000,0x00007fffff1f5000)] 0x0000000802603000 JavaThread "GC Daemon" daemon [_thread_blocked, id=32987456, stack(0x00007fffff1f6000,0x00007fffff2f6000)] 0x0000000802605800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=32988352, stack(0x00007fffff3f8000,0x00007fffff4f8000)] =>0x0000000802606800 JavaThread "CompilerThread1" daemon [_thread_in_native, id=32988800, stack(0x00007fffff4f9000,0x00007fffff5f9000)] 0x0000000802607800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=32989248, stack(0x00007fffff5fa000,0x00007fffff6fa000)] 0x0000000802608000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=32989696, stack(0x00007fffff6fb000,0x00007fffff7fb000)] 0x0000000802609000 JavaThread "Finalizer" daemon [_thread_blocked, id=32990144, stack(0x00007fffff7fc000,0x00007fffff8fc000)] 0x000000080260a000 JavaThread "Reference Handler" daemon [_thread_blocked, id=32990592, stack(0x00007fffff8fd000,0x00007fffff9fd000)] 0x000000080260b000 JavaThread "main" [_thread_in_native, id=11570752, stack(0x00007fffffaff000,0x00007fffffbff000)] Other Threads: 0x000000084b278000 VMThread [stack: 0x00007fffff9fe000,0x00007fffffafe000] [id=32991040] 0x000000084b277800 WatcherThread [stack: 0x00007fffff2f7000,0x00007fffff3f7000] [id=32991936] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap def new generation total 39424K, used 21608K [0x0000000805810000, 0x00000008082d0000, 0x000000081ad60000) eden space 35072K, 61% used [0x0000000805810000, 0x0000000806d0bfc0, 0x0000000807a50000) from space 4352K, 2% used [0x0000000807a50000, 0x0000000807a6e198, 0x0000000807e90000) to space 4352K, 0% used [0x0000000807e90000, 0x0000000807e90000, 0x00000008082d0000) tenured generation total 87424K, used 30361K [0x000000081ad60000, 0x00000008202c0000, 0x0000000845810000) the space 87424K, 34% used [0x000000081ad60000, 0x000000081cb06770, 0x000000081cb06800, 0x00000008202c0000) compacting perm gen total 36288K, used 36044K [0x0000000845810000, 0x0000000847b80000, 0x000000084ac10000) the space 36288K, 99% used [0x0000000845810000, 0x0000000847b43000, 0x0000000847b43000, 0x0000000847b80000) No shared spaces configured. Dynamic libraries: 0x0000000000400000 /usr/local/openjdk6-fastdebug/bin/java 0x0000000800651000 /lib/libz.so.5 0x0000000800766000 /lib/libthr.so.3 0x000000080087e000 /lib/libc.so.7 0x0000000800c00000 /usr/local/openjdk6-fastdebug/jre/lib/amd64/server/libjvm.so 0x0000000801a88000 /usr/lib/libstdc++.so.6 0x0000000801c93000 /lib/libm.so.5 0x0000000801db2000 /lib/libgcc_s.so.1 0x0000000802000000 /usr/local/openjdk6-fastdebug/jre/lib/amd64/libverify.so 0x000000080210f000 /usr/local/openjdk6-fastdebug/jre/lib/amd64/libjava.so 0x000000080223a000 /usr/local/openjdk6-fastdebug/jre/lib/amd64/native_threads/libhpi.so 0x0000000802346000 /usr/local/lib/nss_mdns_minimal.so.1 0x000000080244a000 /usr/local/lib/nss_mdns.so.1 0x0000000802700000 /usr/local/openjdk6-fastdebug/jre/lib/amd64/libzip.so 0x000000084b800000 /usr/local/openjdk6-fastdebug/jre/lib/amd64/libmanagement.so 0x000000084ce00000 /usr/local/openjdk6-fastdebug/jre/lib/amd64/libawt.so 0x000000084d100000 /usr/local/openjdk6-fastdebug/jre/lib/amd64/headless/libmawt.so 0x000000084d206000 /usr/local/openjdk6-fastdebug/jre/lib/amd64/liblcms.so 0x000000084d33d000 /usr/local/openjdk6-fastdebug/jre/lib/amd64/libjpeg.so 0x000000084d700000 /usr/local/openjdk6-fastdebug/jre/lib/amd64/libnet.so 0x000000080050a000 /libexec/ld-elf.so.1 VM Arguments: jvm_args: -Xms128m -Xmx1024m -Djava.net.preferIPv4Stack=true -Dplexus.nexus-work=/dataspace/maven_repos/sonatype-work/ -Djava.endorsed.dirs=/usr/local/apache-tomcat-6.0/endorsed -Dcatalina.base=/usr/local/apache-tomcat-6.0 -Dcatalina.home=/usr/local/apache-tomcat-6.0 -Djava.io.tmpdir=/usr/local/apache-tomcat-6.0/temp java_command: org.apache.catalina.startup.Bootstrap start Launcher Type: SUN_STANDARD Environment Variables: JAVA_HOME=/usr/local/openjdk6-fastdebug PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin:/root/sbin:/var/qmail/bin LD_LIBRARY_PATH=/usr/local/openjdk6-fastdebug/jre/lib/amd64/server:/usr/local/openjdk6-fastdebug/jre/lib/amd64:/usr/local/openjdk6-fastdebug/jre/../lib/amd64 SHELL=/usr/local/bin/zsh Signal Handlers: SIGSEGV: [libjvm.so+0xa77ce0], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGBUS: [libjvm.so+0xa77ce0], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGFPE: [libjvm.so+0x88a750], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGPIPE: [libjvm.so+0x88a750], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGXFSZ: [libjvm.so+0x88a750], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGILL: [libjvm.so+0x88a750], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000002 SIGUSR2: [libjvm.so+0x88e640], sa_mask[0]=0x00000000, sa_flags=0x00000042 SIGHUP: [libjvm.so+0x88d600], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGINT: [libjvm.so+0x88d600], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGTERM: [libjvm.so+0x88d600], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 SIGQUIT: [libjvm.so+0x88d600], sa_mask[0]=0xfffefeff, sa_flags=0x00000042 --------------- S Y S T E M --------------- OS:Bsd uname:FreeBSD 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan 5 21:11:58 UTC 2010 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 rlimit: STACK 524288k, CORE infinity, NPROC 5547, NOFILE 11095 CPU:total 2 (2 cores per cpu, 1 threads per core) family 15 model 107 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnow, 3dnowext Memory: 4k page, physical 706140k(176535k free) vm_info: OpenJDK 64-Bit Server VM (14.0-b16-fastdebug) for bsd-amd64 JRE (1.6.0-fastdebug-b17), built on Jan 31 2010 12:23:44 by "root" with gcc 4.2.1 20070719 [FreeBSD] time: Wed May 5 07:41:20 2010 elapsed time: 201 seconds --------------090103060602060207050805-- From owner-freebsd-java@FreeBSD.ORG Wed May 5 20:40:44 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92AE11065670 for ; Wed, 5 May 2010 20:40:44 +0000 (UTC) (envelope-from pitpalme+unix@gmail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id 19AFB8FC22 for ; Wed, 5 May 2010 20:40:43 +0000 (UTC) Received: by ewy26 with SMTP id 26so1451740ewy.3 for ; Wed, 05 May 2010 13:40:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type; bh=lpCvLLiSa9sKaJYFw8+RU2lFCXJN161I8MykDTHs54g=; b=lfK3aPLmK8WN8FinVBimIOLYyVvWUDAwB97AEOZNbuhQgGVQnxfrzUC90GvupXzlsm RLv3Lc7Ub/N4gJvhfQLQAsQ3PAgf9/YkoRBRSMCRurrA5vfI5UX4HkNiJj534Y4cGMYi tJrqXZuYqeNfVQyIDR0j8UXSyWqvedZxxHvBM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type; b=D9sugt9HK+hbuFQlA1rXY51tPFrnphf8KtRlKkdyZ3FaS5fR/SoYIRPIQLza/B8nBi F2vSTmShBCfCsHh4HImEZBKX58qlvYhYGM/dIccM3uYM1Xibn7mQH0R5PXLUxmgZOULB o3Ff8mkwvht3xJ+z+iSgSYtWF9MorQSgnjBh0= Received: by 10.213.48.5 with SMTP id p5mr2938549ebf.0.1273092034878; Wed, 05 May 2010 13:40:34 -0700 (PDT) Received: from silverbox.sunrise.local (i577B542F.versanet.de [87.123.84.47]) by mx.google.com with ESMTPS id 13sm141384ewy.9.2010.05.05.13.40.32 (version=SSLv3 cipher=RC4-MD5); Wed, 05 May 2010 13:40:33 -0700 (PDT) Sender: Peter Palmreuther Message-ID: <4BE1D7BF.70605@gmail.com> Date: Wed, 05 May 2010 22:40:31 +0200 From: Peter Palmreuther User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <4BE11114.5030306@gmail.com> In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: multipart/mixed; boundary="------------050906040606010808060009" Subject: Re: openjdk6 crashes 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: Wed, 05 May 2010 20:40:44 -0000 This is a multi-part message in MIME format. --------------050906040606010808060009 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 05.05.10 18:15, Nicklas Johnson wrote: > I see this comment near the assert: > > // Make sure the stack has at least enough depth to execute > // the current bytecode. > > So possibly increasing the stack size could help? Try -Xss2m or > -Xss4m. Though this could also be referring to an internal compiler > stack and have nothing to do with the Java thread stack, so it may not > matter at all. Something that's easy to try at least. Tried and failed. See attached 'hs_err_pid83265.log'. Seems it's (as somehow expected) the compiler stack, not the "normal" Java Stack?!? Anybody or anything else? I'd really like to have a mostly stable JRE/JDK running on my FreeBSD. Diablo I was recommended to replace by OpenJDK, because it's not gonna be that actively maintained OpenJDK is ... So what options exist for a stable up-to-date JDK6@FreeBSD8? -- Thanks, and best regards, Peter Palmreuther --------------050906040606010808060009 Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0"; name="hs_err_pid83265.log" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="hs_err_pid83265.log" IwojIEEgZmF0YWwgZXJyb3IgaGFzIGJlZW4gZGV0ZWN0ZWQgYnkgdGhlIEphdmEgUnVudGlt ZSBFbnZpcm9ubWVudDoKIwojICBJbnRlcm5hbCBFcnJvciAoL3Vzci9wb3J0cy9qYXZhL29w ZW5qZGs2L3dvcmsvaG90c3BvdC9zcmMvc2hhcmUvdm0vb3B0by9ncmFwaEtpdC5jcHA6MTY3 OSksIHBpZD04MzI2NSwgdGlkPTM0MzkyNzI3MTY4CiMgIEVycm9yOiBhc3NlcnQoc3AoKSA+ PSBpbnB1dHMsIm11c3QgaGF2ZSBlbm91Z2ggSlZNUyBzdGFjayB0byBleGVjdXRlIikKIwoj IEpSRSB2ZXJzaW9uOiA2LjAtYjE3CiMgSmF2YSBWTTogT3BlbkpESyA2NC1CaXQgU2VydmVy IFZNICgxNC4wLWIxNi1qdm1nIG1peGVkIG1vZGUgYnNkLWFtZDY0ICkKIyBJZiB5b3Ugd291 bGQgbGlrZSB0byBzdWJtaXQgYSBidWcgcmVwb3J0LCBwbGVhc2UgdmlzaXQ6CiMgICBodHRw Oi8vamF2YS5zdW4uY29tL3dlYmFwcHMvYnVncmVwb3J0L2NyYXNoLmpzcAojCgotLS0tLS0t LS0tLS0tLS0gIFQgSCBSIEUgQSBEICAtLS0tLS0tLS0tLS0tLS0KCkN1cnJlbnQgdGhyZWFk ICgweDAwMDAwMDA4MDI2MDY4MDApOiAgSmF2YVRocmVhZCAiQ29tcGlsZXJUaHJlYWQxIiBk YWVtb24gW190aHJlYWRfaW5fbmF0aXZlLCBpZD0zMjk4ODgwMCwgc3RhY2soMHgwMDAwN2Zm ZmZlOGY5MDAwLDB4MDAwMDdmZmZmZTlmOTAwMCldCgpTdGFjazogWzB4MDAwMDdmZmZmZThm OTAwMCwweDAwMDA3ZmZmZmU5ZjkwMDBdLCAgc3A9MHgwMDAwN2ZmZmZlOWY1ZGEwLCAgZnJl ZSBzcGFjZT0xMDExawpOYXRpdmUgZnJhbWVzOiAoSj1jb21waWxlZCBKYXZhIGNvZGUsIGo9 aW50ZXJwcmV0ZWQsIFZ2PVZNIGNvZGUsIEM9bmF0aXZlIGNvZGUpClYgIFtsaWJqdm0uc28r MHg4YjEyNjRdClYgIFtsaWJqdm0uc28rMHg4YjIzNDFdClYgIFtsaWJqdm0uc28rMHgzZmFi ZmRdClYgIFtsaWJqdm0uc28rMHg0ZTdhNTFdClYgIFtsaWJqdm0uc28rMHgyZjY2MWJdClYg IFtsaWJqdm0uc28rMHg3NWY1MDZdClYgIFtsaWJqdm0uc28rMHg3NjdhNGNdClYgIFtsaWJq dm0uc28rMHg3NThjMjRdClYgIFtsaWJqdm0uc28rMHg3NThmMWRdClYgIFtsaWJqdm0uc28r MHg3NWJjY2ZdClYgIFtsaWJqdm0uc28rMHgyZjUyNzJdClYgIFtsaWJqdm0uc28rMHgzOWE5 NTddClYgIFtsaWJqdm0uc28rMHgyZjIwYWRdClYgIFtsaWJqdm0uc28rMHgzYTFjMzhdClYg IFtsaWJqdm0uc28rMHgzYTQ5OTZdClYgIFtsaWJqdm0uc28rMHg4NWYwMmRdClYgIFtsaWJq dm0uc28rMHg4NjI4ZDldClYgIFtsaWJqdm0uc28rMHg4NjU2YjhdClYgIFtsaWJqdm0uc28r MHg3MzZhZThdCgoKQ3VycmVudCBDb21waWxlVGFzazoKQzI6IDE0JSAhICAgb3JnLmFwYWNo ZS5sdWNlbmUuaW5kZXguU2VnbWVudE1lcmdlci5tZXJnZUZpZWxkcygpSSBAIDYxNyAoOTUw IGJ5dGVzKQoKCi0tLS0tLS0tLS0tLS0tLSAgUCBSIE8gQyBFIFMgUyAgLS0tLS0tLS0tLS0t LS0tCgpKYXZhIFRocmVhZHM6ICggPT4gY3VycmVudCB0aHJlYWQgKQogIDB4MDAwMDAwMDg0 YmNkZjgwMCBKYXZhVGhyZWFkICJNdWx0aVRocmVhZGVkSHR0cENvbm5lY3Rpb25NYW5hZ2Vy IGNsZWFudXAiIGRhZW1vbiBbX3RocmVhZF9ibG9ja2VkLCBpZD0xMzQ4NDYxOTUyLCBzdGFj aygweDAwMDA3ZmZmZjhiZTEwMDAsMHgwMDAwN2ZmZmY4ZmUxMDAwKV0KICAweDAwMDAwMDA4 NGRkNzMwMDAgSmF2YVRocmVhZCAicHhwb29sLTEtdGhyZWFkLTIiIFtfdGhyZWFkX2Jsb2Nr ZWQsIGlkPTEzMDI4MzQzMDQsIHN0YWNrKDB4MDAwMDdmZmZmOGZlMjAwMCwweDAwMDA3ZmZm ZjkzZTIwMDApXQogIDB4MDAwMDAwMDg0ZTY0MTgwMCBKYXZhVGhyZWFkICJodHRwLTgxODAt NCIgZGFlbW9uIFtfdGhyZWFkX2Jsb2NrZWQsIGlkPTEyNzM0ODM3NzYsIHN0YWNrKDB4MDAw MDdmZmZmOTNlMzAwMCwweDAwMDA3ZmZmZjk3ZTMwMDApXQogIDB4MDAwMDAwMDg0ZTY0Mjgw MCBKYXZhVGhyZWFkICJodHRwLTgxODAtMyIgZGFlbW9uIFtfdGhyZWFkX2Jsb2NrZWQsIGlk PTEyNzM0ODQyMjQsIHN0YWNrKDB4MDAwMDdmZmZmOWJlNTAwMCwweDAwMDA3ZmZmZjlmZTUw MDApXQogIDB4MDAwMDAwMDg0ZTY0MzgwMCBKYXZhVGhyZWFkICJodHRwLTgxODAtMiIgZGFl bW9uIFtfdGhyZWFkX2Jsb2NrZWQsIGlkPTEyNzM0ODQ2NzIsIHN0YWNrKDB4MDAwMDdmZmZm OWZlNjAwMCwweDAwMDA3ZmZmZmEzZTYwMDApXQogIDB4MDAwMDAwMDg0YzllYjAwMCBKYXZh VGhyZWFkICJodHRwLTgxODAtMSIgZGFlbW9uIFtfdGhyZWFkX2Jsb2NrZWQsIGlkPTEyNzM0 ODUxMjAsIHN0YWNrKDB4MDAwMDdmZmZmYTNlNzAwMCwweDAwMDA3ZmZmZmE3ZTcwMDApXQog IDB4MDAwMDAwMDgwMWZlODgwMCBKYXZhVGhyZWFkICJUUC1Nb25pdG9yIiBkYWVtb24gW190 aHJlYWRfYmxvY2tlZCwgaWQ9MzI5ODU2NjQsIHN0YWNrKDB4MDAwMDdmZmZmYTdlODAwMCww eDAwMDA3ZmZmZmFiZTgwMDApXQogIDB4MDAwMDAwMDgwMWZlOTgwMCBKYXZhVGhyZWFkICJU UC1Qcm9jZXNzb3I0IiBkYWVtb24gW190aHJlYWRfaW5fbmF0aXZlLCBpZD0zMjk4NTIxNiwg c3RhY2soMHgwMDAwN2ZmZmZhYmU5MDAwLDB4MDAwMDdmZmZmYWZlOTAwMCldCiAgMHgwMDAw MDAwODAxZmViMDAwIEphdmFUaHJlYWQgIlRQLVByb2Nlc3NvcjMiIGRhZW1vbiBbX3RocmVh ZF9ibG9ja2VkLCBpZD0zMjk4NDc2OCwgc3RhY2soMHgwMDAwN2ZmZmZhZmVhMDAwLDB4MDAw MDdmZmZmYjNlYTAwMCldCiAgMHgwMDAwMDAwODAxZmVjMDAwIEphdmFUaHJlYWQgIlRQLVBy b2Nlc3NvcjIiIGRhZW1vbiBbX3RocmVhZF9ibG9ja2VkLCBpZD0zMjk4NDMyMCwgc3RhY2so MHgwMDAwN2ZmZmZiM2ViMDAwLDB4MDAwMDdmZmZmYjdlYjAwMCldCiAgMHgwMDAwMDAwODAx ZmY1ODAwIEphdmFUaHJlYWQgIlRQLVByb2Nlc3NvcjEiIGRhZW1vbiBbX3RocmVhZF9ibG9j a2VkLCBpZD0zMjk4Mzg3Miwgc3RhY2soMHgwMDAwN2ZmZmZiN2VjMDAwLDB4MDAwMDdmZmZm YmJlYzAwMCldCiAgMHgwMDAwMDAwODAxZmY0ODAwIEphdmFUaHJlYWQgImh0dHAtODE4MC1B Y2NlcHRvci0wIiBkYWVtb24gW190aHJlYWRfaW5fbmF0aXZlLCBpZD0zMjk4MzQyNCwgc3Rh Y2soMHgwMDAwN2ZmZmZiYmVkMDAwLDB4MDAwMDdmZmZmYmZlZDAwMCldCiAgMHgwMDAwMDAw ODAxZmYzODAwIEphdmFUaHJlYWQgIkNvbnRhaW5lckJhY2tncm91bmRQcm9jZXNzb3JbU3Rh bmRhcmRFbmdpbmVbQ2F0YWxpbmFdXSIgZGFlbW9uIFtfdGhyZWFkX2Jsb2NrZWQsIGlkPTMy OTgyOTc2LCBzdGFjaygweDAwMDA3ZmZmZmJmZWUwMDAsMHgwMDAwN2ZmZmZjM2VlMDAwKV0K ICAweDAwMDAwMDA4MDFmZWM4MDAgSmF2YVRocmVhZCAicHhwb29sLTEtdGhyZWFkLTEiIFtf dGhyZWFkX2luX3ZtLCBpZD0zMjk3OTM5Miwgc3RhY2soMHgwMDAwN2ZmZmZjM2VmMDAwLDB4 MDAwMDdmZmZmYzdlZjAwMCldCiAgMHgwMDAwMDAwODAxZmVkODAwIEphdmFUaHJlYWQgIlRo cmVhZC02IiBkYWVtb24gW190aHJlYWRfYmxvY2tlZCwgaWQ9MzI5ODI1MjgsIHN0YWNrKDB4 MDAwMDdmZmZmYzdmMDAwMCwweDAwMDA3ZmZmZmNiZjAwMDApXQogIDB4MDAwMDAwMDgwMWZl ZTgwMCBKYXZhVGhyZWFkICJUaHJlYWQtNSIgZGFlbW9uIFtfdGhyZWFkX2Jsb2NrZWQsIGlk PTMyOTgwMjg4LCBzdGFjaygweDAwMDA3ZmZmZmNiZjEwMDAsMHgwMDAwN2ZmZmZjZmYxMDAw KV0KICAweDAwMDAwMDA4MDFmZWY4MDAgSmF2YVRocmVhZCAiVGhyZWFkLTQiIGRhZW1vbiBb X3RocmVhZF9ibG9ja2VkLCBpZD0zMjk4MTE4NCwgc3RhY2soMHgwMDAwN2ZmZmZjZmYyMDAw LDB4MDAwMDdmZmZmZDNmMjAwMCldCiAgMHgwMDAwMDAwODAxZmYwMDAwIEphdmFUaHJlYWQg IlRocmVhZC0zIiBkYWVtb24gW190aHJlYWRfYmxvY2tlZCwgaWQ9MzI5ODE2MzIsIHN0YWNr KDB4MDAwMDdmZmZmZDNmMzAwMCwweDAwMDA3ZmZmZmQ3ZjMwMDApXQogIDB4MDAwMDAwMDgw MWZmMTAwMCBKYXZhVGhyZWFkICJUaHJlYWQtMiIgZGFlbW9uIFtfdGhyZWFkX2Jsb2NrZWQs IGlkPTMyOTgyMDgwLCBzdGFjaygweDAwMDA3ZmZmZmQ3ZjQwMDAsMHgwMDAwN2ZmZmZkYmY0 MDAwKV0KICAweDAwMDAwMDA4MDFmZjIwMDAgSmF2YVRocmVhZCAiVGhyZWFkLTEiIGRhZW1v biBbX3RocmVhZF9ibG9ja2VkLCBpZD0zMjk3OTg0MCwgc3RhY2soMHgwMDAwN2ZmZmZkYmY1 MDAwLDB4MDAwMDdmZmZmZGZmNTAwMCldCiAgMHgwMDAwMDAwODAyNjAzMDAwIEphdmFUaHJl YWQgIkdDIERhZW1vbiIgZGFlbW9uIFtfdGhyZWFkX2Jsb2NrZWQsIGlkPTMyOTg3NDU2LCBz dGFjaygweDAwMDA3ZmZmZmRmZjYwMDAsMHgwMDAwN2ZmZmZlM2Y2MDAwKV0KICAweDAwMDAw MDA4MDI2MDU4MDAgSmF2YVRocmVhZCAiTG93IE1lbW9yeSBEZXRlY3RvciIgZGFlbW9uIFtf dGhyZWFkX2Jsb2NrZWQsIGlkPTMyOTg4MzUyLCBzdGFjaygweDAwMDA3ZmZmZmU0ZjgwMDAs MHgwMDAwN2ZmZmZlOGY4MDAwKV0KPT4weDAwMDAwMDA4MDI2MDY4MDAgSmF2YVRocmVhZCAi Q29tcGlsZXJUaHJlYWQxIiBkYWVtb24gW190aHJlYWRfaW5fbmF0aXZlLCBpZD0zMjk4ODgw MCwgc3RhY2soMHgwMDAwN2ZmZmZlOGY5MDAwLDB4MDAwMDdmZmZmZTlmOTAwMCldCiAgMHgw MDAwMDAwODAyNjA3ODAwIEphdmFUaHJlYWQgIkNvbXBpbGVyVGhyZWFkMCIgZGFlbW9uIFtf dGhyZWFkX2luX25hdGl2ZSwgaWQ9MzI5ODkyNDgsIHN0YWNrKDB4MDAwMDdmZmZmZTlmYTAw MCwweDAwMDA3ZmZmZmVhZmEwMDApXQogIDB4MDAwMDAwMDgwMjYwODAwMCBKYXZhVGhyZWFk ICJTaWduYWwgRGlzcGF0Y2hlciIgZGFlbW9uIFtfdGhyZWFkX2Jsb2NrZWQsIGlkPTMyOTg5 Njk2LCBzdGFjaygweDAwMDA3ZmZmZmVhZmIwMDAsMHgwMDAwN2ZmZmZlZWZiMDAwKV0KICAw eDAwMDAwMDA4MDI2MDkwMDAgSmF2YVRocmVhZCAiRmluYWxpemVyIiBkYWVtb24gW190aHJl YWRfYmxvY2tlZCwgaWQ9MzI5OTAxNDQsIHN0YWNrKDB4MDAwMDdmZmZmZWVmYzAwMCwweDAw MDA3ZmZmZmYyZmMwMDApXQogIDB4MDAwMDAwMDgwMjYwYTAwMCBKYXZhVGhyZWFkICJSZWZl cmVuY2UgSGFuZGxlciIgZGFlbW9uIFtfdGhyZWFkX2Jsb2NrZWQsIGlkPTMyOTkwNTkyLCBz dGFjaygweDAwMDA3ZmZmZmYyZmQwMDAsMHgwMDAwN2ZmZmZmNmZkMDAwKV0KICAweDAwMDAw MDA4MDI2MGIwMDAgSmF2YVRocmVhZCAibWFpbiIgW190aHJlYWRfaW5fbmF0aXZlLCBpZD0x MTU3MDc1Miwgc3RhY2soMHgwMDAwN2ZmZmZmN2ZmMDAwLDB4MDAwMDdmZmZmZmJmZjAwMCld CgpPdGhlciBUaHJlYWRzOgogIDB4MDAwMDAwMDg0YjI3ODAwMCBWTVRocmVhZCBbc3RhY2s6 IDB4MDAwMDdmZmZmZjZmZTAwMCwweDAwMDA3ZmZmZmY3ZmUwMDBdIFtpZD0zMjk5MTA0MF0K ICAweDAwMDAwMDA4NGIyNzc4MDAgV2F0Y2hlclRocmVhZCBbc3RhY2s6IDB4MDAwMDdmZmZm ZTNmNzAwMCwweDAwMDA3ZmZmZmU0ZjcwMDBdIFtpZD0zMjk5MTkzNl0KClZNIHN0YXRlOm5v dCBhdCBzYWZlcG9pbnQgKG5vcm1hbCBleGVjdXRpb24pCgpWTSBNdXRleC9Nb25pdG9yIGN1 cnJlbnRseSBvd25lZCBieSBhIHRocmVhZDogTm9uZQoKSGVhcAogZGVmIG5ldyBnZW5lcmF0 aW9uICAgdG90YWwgMzk0MjRLLCB1c2VkIDE1NjE1SyBbMHgwMDAwMDAwODA1ODEwMDAwLCAw eDAwMDAwMDA4MDgyZDAwMDAsIDB4MDAwMDAwMDgxYWQ2MDAwMCkKICBlZGVuIHNwYWNlIDM1 MDcySywgIDQ0JSB1c2VkIFsweDAwMDAwMDA4MDU4MTAwMDAsIDB4MDAwMDAwMDgwNjczNTkw OCwgMHgwMDAwMDAwODA3YTUwMDAwKQogIGZyb20gc3BhY2UgNDM1MkssICAgMiUgdXNlZCBb MHgwMDAwMDAwODA3YTUwMDAwLCAweDAwMDAwMDA4MDdhNmE0MDgsIDB4MDAwMDAwMDgwN2U5 MDAwMCkKICB0byAgIHNwYWNlIDQzNTJLLCAgIDAlIHVzZWQgWzB4MDAwMDAwMDgwN2U5MDAw MCwgMHgwMDAwMDAwODA3ZTkwMDAwLCAweDAwMDAwMDA4MDgyZDAwMDApCiB0ZW51cmVkIGdl bmVyYXRpb24gICB0b3RhbCA4NzQyNEssIHVzZWQgMzA2NzVLIFsweDAwMDAwMDA4MWFkNjAw MDAsIDB4MDAwMDAwMDgyMDJjMDAwMCwgMHgwMDAwMDAwODQ1ODEwMDAwKQogICB0aGUgc3Bh Y2UgODc0MjRLLCAgMzUlIHVzZWQgWzB4MDAwMDAwMDgxYWQ2MDAwMCwgMHgwMDAwMDAwODFj YjU0Y2IwLCAweDAwMDAwMDA4MWNiNTRlMDAsIDB4MDAwMDAwMDgyMDJjMDAwMCkKIGNvbXBh Y3RpbmcgcGVybSBnZW4gIHRvdGFsIDM2Mjg4SywgdXNlZCAzNjAyMEsgWzB4MDAwMDAwMDg0 NTgxMDAwMCwgMHgwMDAwMDAwODQ3YjgwMDAwLCAweDAwMDAwMDA4NGFjMTAwMDApCiAgIHRo ZSBzcGFjZSAzNjI4OEssICA5OSUgdXNlZCBbMHgwMDAwMDAwODQ1ODEwMDAwLCAweDAwMDAw MDA4NDdiM2QzYjgsIDB4MDAwMDAwMDg0N2IzZDQwMCwgMHgwMDAwMDAwODQ3YjgwMDAwKQpO byBzaGFyZWQgc3BhY2VzIGNvbmZpZ3VyZWQuCgpEeW5hbWljIGxpYnJhcmllczoKMHgwMDAw MDAwMDAwNDAwMDAwIAkvdXNyL2xvY2FsL29wZW5qZGs2L2Jpbi9qYXZhCjB4MDAwMDAwMDgw MDY1MjAwMCAJL2xpYi9saWJ6LnNvLjUKMHgwMDAwMDAwODAwNzY3MDAwIAkvbGliL2xpYnRo ci5zby4zCjB4MDAwMDAwMDgwMDg3ZjAwMCAJL2xpYi9saWJjLnNvLjcKMHgwMDAwMDAwODAw YzAwMDAwIAkvdXNyL2xvY2FsL29wZW5qZGs2L2pyZS9saWIvYW1kNjQvc2VydmVyL2xpYmp2 bS5zbwoweDAwMDAwMDA4MDE5ZGYwMDAgCS91c3IvbGliL2xpYnN0ZGMrKy5zby42CjB4MDAw MDAwMDgwMWJlYTAwMCAJL2xpYi9saWJtLnNvLjUKMHgwMDAwMDAwODAxZDA5MDAwIAkvbGli L2xpYmdjY19zLnNvLjEKMHgwMDAwMDAwODAyMDAwMDAwIAkvdXNyL2xvY2FsL29wZW5qZGs2 L2pyZS9saWIvYW1kNjQvbGlidmVyaWZ5LnNvCjB4MDAwMDAwMDgwMjExMjAwMCAJL3Vzci9s b2NhbC9vcGVuamRrNi9qcmUvbGliL2FtZDY0L2xpYmphdmEuc28KMHgwMDAwMDAwODAyMjQ2 MDAwIAkvdXNyL2xvY2FsL29wZW5qZGs2L2pyZS9saWIvYW1kNjQvbmF0aXZlX3RocmVhZHMv bGliaHBpLnNvCjB4MDAwMDAwMDgwMjM1MzAwMCAJL3Vzci9sb2NhbC9saWIvbnNzX21kbnNf bWluaW1hbC5zby4xCjB4MDAwMDAwMDgwMjQ1NzAwMCAJL3Vzci9sb2NhbC9saWIvbnNzX21k bnMuc28uMQoweDAwMDAwMDA4MDI3MDAwMDAgCS91c3IvbG9jYWwvb3BlbmpkazYvanJlL2xp Yi9hbWQ2NC9saWJ6aXAuc28KMHgwMDAwMDAwODRiNjAwMDAwIAkvdXNyL2xvY2FsL29wZW5q ZGs2L2pyZS9saWIvYW1kNjQvbGlibWFuYWdlbWVudC5zbwoweDAwMDAwMDA4NGNmMDAwMDAg CS91c3IvbG9jYWwvb3BlbmpkazYvanJlL2xpYi9hbWQ2NC9saWJhd3Quc28KMHgwMDAwMDAw ODRkMTM1MDAwIAkvdXNyL2xvY2FsL29wZW5qZGs2L2pyZS9saWIvYW1kNjQvaGVhZGxlc3Mv bGlibWF3dC5zbwoweDAwMDAwMDA4NGQyM2MwMDAgCS91c3IvbG9jYWwvb3BlbmpkazYvanJl L2xpYi9hbWQ2NC9saWJsY21zLnNvCjB4MDAwMDAwMDg0ZDM4MzAwMCAJL3Vzci9sb2NhbC9v cGVuamRrNi9qcmUvbGliL2FtZDY0L2xpYmpwZWcuc28KMHgwMDAwMDAwODRkNGI2MDAwIAkv dXNyL2xvY2FsL29wZW5qZGs2L2pyZS9saWIvYW1kNjQvbGlibmV0LnNvCjB4MDAwMDAwMDgw MDUwYjAwMCAJL2xpYmV4ZWMvbGQtZWxmLnNvLjEKClZNIEFyZ3VtZW50czoKanZtX2FyZ3M6 IC1YbXMxMjhtIC1YbXgxMDI0bSAtWHNzNG0gLURqYXZhLm5ldC5wcmVmZXJJUHY0U3RhY2s9 dHJ1ZSAtRHBsZXh1cy5uZXh1cy13b3JrPS9kYXRhc3BhY2UvbWF2ZW5fcmVwb3Mvc29uYXR5 cGUtd29yay8gLURqYXZhLmVuZG9yc2VkLmRpcnM9L3Vzci9sb2NhbC9hcGFjaGUtdG9tY2F0 LTYuMC9lbmRvcnNlZCAtRGNhdGFsaW5hLmJhc2U9L3Vzci9sb2NhbC9hcGFjaGUtdG9tY2F0 LTYuMCAtRGNhdGFsaW5hLmhvbWU9L3Vzci9sb2NhbC9hcGFjaGUtdG9tY2F0LTYuMCAtRGph dmEuaW8udG1wZGlyPS91c3IvbG9jYWwvYXBhY2hlLXRvbWNhdC02LjAvdGVtcCAKamF2YV9j b21tYW5kOiBvcmcuYXBhY2hlLmNhdGFsaW5hLnN0YXJ0dXAuQm9vdHN0cmFwIHN0YXJ0Ckxh dW5jaGVyIFR5cGU6IFNVTl9TVEFOREFSRAoKRW52aXJvbm1lbnQgVmFyaWFibGVzOgpKQVZB X0hPTUU9L3Vzci9sb2NhbC9vcGVuamRrNgpQQVRIPS9zYmluOi9iaW46L3Vzci9zYmluOi91 c3IvYmluOi91c3IvZ2FtZXM6L3Vzci9sb2NhbC9zYmluOi91c3IvbG9jYWwvYmluOi9yb290 L2Jpbjovcm9vdC9zYmluOi92YXIvcW1haWwvYmluCkxEX0xJQlJBUllfUEFUSD0vdXNyL2xv Y2FsL29wZW5qZGs2L2pyZS9saWIvYW1kNjQvc2VydmVyOi91c3IvbG9jYWwvb3BlbmpkazYv anJlL2xpYi9hbWQ2NDovdXNyL2xvY2FsL29wZW5qZGs2L2pyZS8uLi9saWIvYW1kNjQKU0hF TEw9L3Vzci9sb2NhbC9iaW4venNoCgpTaWduYWwgSGFuZGxlcnM6ClNJR1NFR1Y6IFtsaWJq dm0uc28rMHg4YjI5NjBdLCBzYV9tYXNrWzBdPTB4ZmZmZWZlZmYsIHNhX2ZsYWdzPTB4MDAw MDAwNDIKU0lHQlVTOiBbbGlianZtLnNvKzB4OGIyOTYwXSwgc2FfbWFza1swXT0weGZmZmVm ZWZmLCBzYV9mbGFncz0weDAwMDAwMDQyClNJR0ZQRTogW2xpYmp2bS5zbysweDczMzgxMF0s IHNhX21hc2tbMF09MHhmZmZlZmVmZiwgc2FfZmxhZ3M9MHgwMDAwMDA0MgpTSUdQSVBFOiBb bGlianZtLnNvKzB4NzMzODEwXSwgc2FfbWFza1swXT0weGZmZmVmZWZmLCBzYV9mbGFncz0w eDAwMDAwMDQyClNJR1hGU1o6IFtsaWJqdm0uc28rMHg3MzM4MTBdLCBzYV9tYXNrWzBdPTB4 ZmZmZWZlZmYsIHNhX2ZsYWdzPTB4MDAwMDAwNDIKU0lHSUxMOiBbbGlianZtLnNvKzB4NzMz ODEwXSwgc2FfbWFza1swXT0weGZmZmVmZWZmLCBzYV9mbGFncz0weDAwMDAwMDQyClNJR1VT UjE6IFNJR19ERkwsIHNhX21hc2tbMF09MHgwMDAwMDAwMCwgc2FfZmxhZ3M9MHgwMDAwMDAw MgpTSUdVU1IyOiBbbGlianZtLnNvKzB4NzM0MDIwXSwgc2FfbWFza1swXT0weDAwMDAwMDAw LCBzYV9mbGFncz0weDAwMDAwMDQyClNJR0hVUDogW2xpYmp2bS5zbysweDczNjA5MF0sIHNh X21hc2tbMF09MHhmZmZlZmVmZiwgc2FfZmxhZ3M9MHgwMDAwMDA0MgpTSUdJTlQ6IFtsaWJq dm0uc28rMHg3MzYwOTBdLCBzYV9tYXNrWzBdPTB4ZmZmZWZlZmYsIHNhX2ZsYWdzPTB4MDAw MDAwNDIKU0lHVEVSTTogW2xpYmp2bS5zbysweDczNjA5MF0sIHNhX21hc2tbMF09MHhmZmZl ZmVmZiwgc2FfZmxhZ3M9MHgwMDAwMDA0MgpTSUdRVUlUOiBbbGlianZtLnNvKzB4NzM2MDkw XSwgc2FfbWFza1swXT0weGZmZmVmZWZmLCBzYV9mbGFncz0weDAwMDAwMDQyCgoKLS0tLS0t LS0tLS0tLS0tICBTIFkgUyBUIEUgTSAgLS0tLS0tLS0tLS0tLS0tCgpPUzpCc2QKdW5hbWU6 RnJlZUJTRCA4LjAtUkVMRUFTRS1wMiBGcmVlQlNEIDguMC1SRUxFQVNFLXAyICMwOiBUdWUg SmFuICA1IDIxOjExOjU4IFVUQyAyMDEwICAgICByb290QGFtZDY0LWJ1aWxkZXIuZGFlbW9u b2xvZ3kubmV0Oi91c3Ivb2JqL3Vzci9zcmMvc3lzL0dFTkVSSUMgYW1kNjQKcmxpbWl0OiBT VEFDSyA1MjQyODhrLCBDT1JFIDEyOGssIE5QUk9DIDU1NDcsIE5PRklMRSAxMTA5NQpDUFU6 dG90YWwgMiAoMiBjb3JlcyBwZXIgY3B1LCAxIHRocmVhZHMgcGVyIGNvcmUpIGZhbWlseSAx NSBtb2RlbCAxMDcgc3RlcHBpbmcgMiwgY21vdiwgY3g4LCBmeHNyLCBtbXgsIHNzZSwgc3Nl Miwgc3NlMywgbW14ZXh0LCAzZG5vdywgM2Rub3dleHQKCk1lbW9yeTogNGsgcGFnZSwgcGh5 c2ljYWwgNjUzMzI4aygxNjMzMzJrIGZyZWUpCgp2bV9pbmZvOiBPcGVuSkRLIDY0LUJpdCBT ZXJ2ZXIgVk0gKDE0LjAtYjE2LWp2bWcpIGZvciBic2QtYW1kNjQgSlJFICgxLjYuMC1kZWJ1 Zy1iMTcpLCBidWlsdCBvbiBNYXkgIDUgMjAxMCAyMDozNToxMCBieSAicm9vdCIgd2l0aCBn Y2MgNC4yLjEgMjAwNzA3MTkgIFtGcmVlQlNEXQoKdGltZTogV2VkIE1heSAgNSAyMjozMDow MSAyMDEwCmVsYXBzZWQgdGltZTogMTY0IHNlY29uZHMKCg== --------------050906040606010808060009-- From owner-freebsd-java@FreeBSD.ORG Thu May 6 00:43:53 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8947106566C for ; Thu, 6 May 2010 00:43:53 +0000 (UTC) (envelope-from lists@mawer.org) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id BAF1C8FC0C for ; Thu, 6 May 2010 00:43:53 +0000 (UTC) Received: by pvc30 with SMTP id 30so1200837pvc.13 for ; Wed, 05 May 2010 17:43:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.141.108.9 with SMTP id k9mr6304884rvm.59.1273104734898; Wed, 05 May 2010 17:12:14 -0700 (PDT) Received: by 10.140.207.2 with HTTP; Wed, 5 May 2010 17:12:14 -0700 (PDT) In-Reply-To: <4BE1D7BF.70605@gmail.com> References: <4BE11114.5030306@gmail.com> <4BE1D7BF.70605@gmail.com> Date: Thu, 6 May 2010 10:12:14 +1000 Message-ID: From: Antony Mawer To: Peter Palmreuther Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-java@freebsd.org Subject: Re: openjdk6 crashes 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: Thu, 06 May 2010 00:43:53 -0000 On Thu, May 6, 2010 at 6:40 AM, Peter Palmreuther wrote: > On 05.05.10 18:15, Nicklas Johnson wrote: >> I see this comment near the assert: >> >> // Make sure the stack has at least enough depth to execute >> =A0 =A0 // the current bytecode. >> >> So possibly increasing the stack size could help? =A0Try -Xss2m or >> -Xss4m. =A0Though this could also be referring to an internal compiler >> stack and have nothing to do with the Java thread stack, so it may not >> matter at all. =A0Something that's easy to try at least. > > Tried and failed. See attached 'hs_err_pid83265.log'. Seems it's (as some= how > expected) the compiler stack, not the "normal" Java Stack?!? > > Anybody or anything else? > > I'd really like to have a mostly stable JRE/JDK running on my FreeBSD. Di= ablo > I was recommended to replace by OpenJDK, because it's not gonna be that > actively maintained OpenJDK is ... > > So what options exist for a stable up-to-date JDK6@FreeBSD8? I was running Tomcat under OpenJDK6 on FreeBSD 8.0/amd64, but experienced numerous difficulties with PDF generation using the iText library. The same setup running on a Linux system worked OK, and swapping OpenJDK out for Diablo also resolved the problems, so I wonder if there is still some things missing from the OpenJDK port that are included with Diablo...? --Antony From owner-freebsd-java@FreeBSD.ORG Thu May 6 10:44:49 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6CE11065670 for ; Thu, 6 May 2010 10:44:49 +0000 (UTC) (envelope-from mailinglists@moumantai.de) Received: from mx.moumantai.de (mx.moumantai.de [217.115.150.90]) by mx1.freebsd.org (Postfix) with ESMTP id 972EA8FC12 for ; Thu, 6 May 2010 10:44:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at moumantai.de Received: from [172.16.1.2] (p54BDA410.dip.t-dialin.net [84.189.164.16]) by mx.moumantai.de (Postfix) with ESMTPSA id 43104BF70; Thu, 6 May 2010 12:28:35 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: mailinglists@moumantai.de In-Reply-To: <4BE1D7BF.70605@gmail.com> Date: Thu, 6 May 2010 12:28:24 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <38DD588D-992A-4713-8D55-96B28E2D2AA2@moumantai.de> References: <4BE11114.5030306@gmail.com> <4BE1D7BF.70605@gmail.com> To: Peter Palmreuther X-Mailer: Apple Mail (2.1077) Cc: freebsd-java@freebsd.org Subject: Re: openjdk6 crashes 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: Thu, 06 May 2010 10:44:49 -0000 Hi. Here the JVM crashed because the user that tries to start it is defined within a ldap database using nsswitch.conf and pam_ldap to connect to. Everthing is fine using a local user. Maybe its the same problem on your side. I'm using: - FreeBSD 6.3-RELEASE-p2 - jdk-1.6.0.3p4_14 - nss_ldap-1.265_3 - pam_ldap-1.8.5 - openldap-sasl-server-2.3.41 John On 05.05.2010, at 22:40, Peter Palmreuther wrote: > On 05.05.10 18:15, Nicklas Johnson wrote: >> I see this comment near the assert: >>=20 >> // Make sure the stack has at least enough depth to execute >> // the current bytecode. >>=20 >> So possibly increasing the stack size could help? Try -Xss2m or >> -Xss4m. Though this could also be referring to an internal compiler >> stack and have nothing to do with the Java thread stack, so it may = not >> matter at all. Something that's easy to try at least. >=20 > Tried and failed. See attached 'hs_err_pid83265.log'. Seems it's (as = somehow > expected) the compiler stack, not the "normal" Java Stack?!? >=20 > Anybody or anything else? >=20 > I'd really like to have a mostly stable JRE/JDK running on my FreeBSD. = Diablo > I was recommended to replace by OpenJDK, because it's not gonna be = that > actively maintained OpenJDK is ... >=20 > So what options exist for a stable up-to-date JDK6@FreeBSD8? > --=20 > Thanks, and > best regards, >=20 > Peter Palmreuther > _______________________________________________ > 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" From owner-freebsd-java@FreeBSD.ORG Thu May 6 18:51:15 2010 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21FC0106564A; Thu, 6 May 2010 18:51:15 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id A3F3E8FC0C; Thu, 6 May 2010 18:51:14 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 27E851E0021A; Thu, 6 May 2010 20:50:56 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.3/8.14.3) with ESMTP id o46Im0nA020852; Thu, 6 May 2010 20:48:00 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.3/8.14.3/Submit) id o46Im0q9020849; Thu, 6 May 2010 20:48:00 +0200 (CEST) (envelope-from nox) Date: Thu, 6 May 2010 20:48:00 +0200 (CEST) From: Juergen Lock Message-Id: <201005061848.o46Im0q9020849@triton8.kn-bremen.de> To: freebsd@knarf.de X-Newsgroups: local.list.freebsd.ports In-Reply-To: <20100503130401.GA54358@server-king.de> Organization: home Cc: java@freebsd.org, freebsd-ports@freebsd.org Subject: Re: portaudit prevents installation of linux-sun-jdk16 (and java browser plugins) 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: Thu, 06 May 2010 18:51:15 -0000 In article <20100503130401.GA54358@server-king.de> you write: >I've sent the following email to java@freebsd.org & secteam@FreeBSD.org >one month ago, but I got no answer. > >The same problem still exists with linux-sun-jdk-1.6.0.20. > >Date: Mon, 29 Mar 2010 00:48:36 +0200 >To: java@freebsd.org, secteam@FreeBSD.org >Subject: portaudit prevents installation of linux-sun-jdk16 > >Hi java@freebsd.org & secteam@FreeBSD.org, > >I think this is both a java and a portaudit issue. > >I've just learnt I have to use at least Java 6 Update 10 for Firefox 3.6: > >http://www.java.com/en/download/faq/firefox_newplugin.xml > Does that actually work for you in Linux ff? Here I just get either the applet replaced with a grey box or a hung ff depending on which version of Linux ff I try... (I tried 3.5.8 and 3.5.9 i.e. the www/linux-firefox-devel port as well as several ff 3.6 and 3.7 Linux builds off mozilla.org simply run from the extracted dir; It does work in linux-opera as well as in both the kde3 and the kde4 versions of konqueror so I guess its not the Linuxolator's fault alone...) If you want to see for yourself the new plugin is in /usr/local/linux-sun-jdk1.6.0/jre/lib/i386/libnpjp2.so - symlink that into ~/.mozilla/plugins and then go to e.g. http://www.java.com/en/download/help/testvm.xml with Linux ff. And the old plugin in /usr/local/linux-sun-jdk1.6.0/jre/plugin/i386/ns7/libjavaplugin_oji.so hangs Linux ff 3.5.9 too - and obviously doesn't work in ff >= 3.6. Oh and the old native plugin, /usr/local/diablo-jdk1.6.0/jre/plugin/amd64/ns7/libjavaplugin_oji.so does work in native ff 3.5, just not in 3.6 of course because of the api change. >So had a look at the versions of /usr/ports/java/*jdk16* on my >FreeBSD machine. > >linux-sun-jdk-1.6.0.18 seems to be the only port in the tree that >meets the requirements. But if I try to make it, portaudit prevents >the build: > >===> linux-sun-jdk-1.6.0.18 has known vulnerabilities: >=> jdk -- jar directory traversal vulnerability. > Reference: .html> > >But if I have a look at the reference URL, 1.6 does not seem to be >affected. I did a portaudit -F in order to make sure my database >is up to date. > >So is this a false positive that should get fixed? > >There was a PR on this in 2007: > >http://www.freebsd.org/cgi/query-pr.cgi?pr=115558&cat= > >The reason for this PR to get closed was it was reproducable with >linux-sun-jdk-1.6.0.02. > >http://freebsd.monkey.org/freebsd-java/200708/msg00101.html > >My open questions: > >1. Is linux-sun-jdk-1.6.0.18 still vulnerable? Sorry, I don't have >a bad.jar, but I'm willing to test. > Turns out it actually still is (wtf!!), also linux-sun-jdk-1.6.0.20 which I just updated to if I do the test mentioned in: http://www.securiteam.com/securitynews/5IP0C0AFGW.html [...] zsh triton8% rm /tmp/test zsh triton8% /usr/local/linux-sun-jdk1.6.0/bin/jar xvf trash.jar [...] inflated: ../../../../tmp/test zsh: killed /usr/local/linux-sun-jdk1.6.0/bin/jar xvf trash.jar zsh triton8% echo $? 137 zsh triton8% ls -l /tmp/test -rw-r--r-- 1 nox wheel 3 May 6 18:32 /tmp/test zsh triton8% (and the SIGKILL is strange too.) >2. Shouldn't >http://portaudit.freebsd.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html get >updated in order to make clear at least linux-sun-jdk-1.6.0.02 was >vulnerable? > >3. Why does portaudit think it's vulnerable even if the auditfile >does not seem to contain a matching entry for linux-sun-jdk-1.6.0.18? > >$ grep 18e5428f-ae7c-11d9-837d-000e0c2e438a auditfile >jdk<=1.2.2p11_3|http://portaudit.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html|jdk -- jar directory traversal vulnerability >jdk>=1.3.*<=1.3.1p9_4|http://portaudit.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html|jdk -- jar directory traversal vulnerability >jdk>=1.4.*<=1.4.2p7|http://portaudit.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html|jdk -- jar directory traversal vulnerability >jdk>=1.5.*<=1.5.0p1_1|http://portaudit.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html|jdk -- jar directory traversal vulnerability >linux-ibm-jdk<=1.4.2_1|http://portaudit.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html|jdk -- jar directory traversal vulnerability >linux-sun-jdk<=1.4.2.08_1|http://portaudit.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html|jdk -- jar directory traversal vulnerability >linux-sun-jdk>=1.5.*<=1.5.2.02,2|http://portaudit.FreeBSD.org/18e5428f-ae7c-11d9-837d-000e0c2e438a.html|jdk -- jar directory traversal vulnerability ..and this is because linux-sun-jdk15 has had its PORTEPOCH bumped twice (the ,2), while linux-sun-jdk16 has no PORTEPOCH yet, so 1.6.0.18 is considered smaller than 1.5.2.02,2. (And once there actually _is_ a linux-sun-jdk16 version where this bug is fixed I guess we'd have to do seperate ranges like: 1.5.*1.6.42 1.5.*,11.5.2.02,1 1.5.*,21.5.2.02,2 ) HTH, Juergen From owner-freebsd-java@FreeBSD.ORG Fri May 7 05:21:00 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 979A1106564A for ; Fri, 7 May 2010 05:21:00 +0000 (UTC) (envelope-from pitpalme@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.25]) by mx1.freebsd.org (Postfix) with ESMTP id 211148FC1A for ; Fri, 7 May 2010 05:20:59 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id d26so76227eyd.9 for ; Thu, 06 May 2010 22:20:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=3CGUhCQEv3or7UKeUtZZitj6VU2rMAKqaQCWYS7eetY=; b=FU380YjIvwJ7oE4HQNSRKfQe4RHhfTrOAa25aIwtSdH7Ky6naiQPxZKQu9QnhwwYY6 SMMF8m7VIbpI3QuolmHMx3U9kNArqavxR4s1Der9WATetVZev7V5zMrmLHOs2z59IG5S FluuHEnVC+lCN42FHsCK+Zxwj6i0DsWEpBZzY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=dXcXGaZHAgLCrI9YOo1U/T+tC3uaU1hdWvT6e7a1YaBXpkB5IvqVaREw92f/lOn8ZG eusraGZt5QMcpQik4xnGckYZcwrotS7OJm5VyOJtYsiuxbX1RNAtHQI2QpaEx++TU7tl gKFDMFa77ASl2UaYOHITUvRNnO+mRxKByogco= Received: by 10.213.82.11 with SMTP id z11mr407326ebk.5.1273209650811; Thu, 06 May 2010 22:20:50 -0700 (PDT) Received: from silverbox.sunrise.local (i577B5E80.versanet.de [87.123.94.128]) by mx.google.com with ESMTPS id 16sm967352ewy.7.2010.05.06.22.20.48 (version=SSLv3 cipher=RC4-MD5); Thu, 06 May 2010 22:20:49 -0700 (PDT) Message-ID: <4BE3A331.20607@gmail.com> Date: Fri, 07 May 2010 07:20:49 +0200 From: Peter Palmreuther User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <4BE11114.5030306@gmail.com> <4BE1D7BF.70605@gmail.com> <38DD588D-992A-4713-8D55-96B28E2D2AA2@moumantai.de> In-Reply-To: <38DD588D-992A-4713-8D55-96B28E2D2AA2@moumantai.de> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: openjdk6 crashes 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: Fri, 07 May 2010 05:21:00 -0000 Hello, On 06.05.10 12:28, mailinglists@moumantai.de wrote: > Here the JVM crashed because the user that tries to start it is > defined within a ldap database using nsswitch.conf and pam_ldap > to connect to. Everthing is fine using a local user. Maybe its > the same problem on your side. I don't think this is the same issue over here. It's comepletely local users involed, no LDAP or any other external service configured for user authentication and authorization. It's just about starting a tomcat from root account, with startup 'su'-ing to 'www', which is localally defined too. -- Best regards, Peter Palmreuther From owner-freebsd-java@FreeBSD.ORG Fri May 7 06:02:26 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65C9D106566B for ; Fri, 7 May 2010 06:02:26 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (host3.dynacom.ondsl.gr [62.103.35.211]) by mx1.freebsd.org (Postfix) with ESMTP id D0AE08FC14 for ; Fri, 7 May 2010 06:02:25 +0000 (UTC) Received: from smadev.internal.net (localhost.internal.net [127.0.0.1]) by smadev.internal.net (8.14.2/8.14.2) with ESMTP id o4762Nt9039269 for ; Fri, 7 May 2010 09:02:23 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) Received: from localhost (localhost [[UNIX: localhost]]) by smadev.internal.net (8.14.2/8.14.2/Submit) id o4762MJN039268 for freebsd-java@freebsd.org; Fri, 7 May 2010 09:02:22 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) From: Achilleas Mantzios Organization: Dynacom Tankers Mgmt To: freebsd-java@freebsd.org Date: Fri, 7 May 2010 09:02:22 +0300 User-Agent: KMail/1.9.7 References: <4BE11114.5030306@gmail.com> <38DD588D-992A-4713-8D55-96B28E2D2AA2@moumantai.de> <4BE3A331.20607@gmail.com> In-Reply-To: <4BE3A331.20607@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <201005070902.22700.achill@matrix.gatewaynet.com> Subject: Re: openjdk6 crashes 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: Fri, 07 May 2010 06:02:26 -0000 =CE=A3=CF=84=CE=B9=CF=82 Friday 07 May 2010 08:20:49 =CE=BF/=CE=B7 Peter Pa= lmreuther =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5: > Hello, >=20 > On 06.05.10 12:28, mailinglists@moumantai.de wrote: > > Here the JVM crashed because the user that tries to start it is > > defined within a ldap database using nsswitch.conf and pam_ldap > > to connect to. Everthing is fine using a local user. Maybe its > > the same problem on your side. >=20 > I don't think this is the same issue over here. > It's comepletely local users involed, no LDAP or any other external servi= ce > configured for user authentication and authorization. >=20 > It's just about starting a tomcat from root account, with startup 'su'-in= g to > 'www', which is localally defined too. Hi, in your first message you said you got a "signal 6" SIGABRT, while with= the fastdebug build you got a "signal 4" SIGILL, so you dont have consistent behaviour. Are you sure your hardware is sane? Is your memory ok? Did you run memtest86? Are your disks ok? Is your mother= board in a good condition? (no sounds, fans rotating fast, etc..) Is your CPU in a good condition? Do you experience any high temperatures on= your CPU? Note, that it is *100%* normal to have a problematic hardware, and the only= instance that the hardware problem is manifested=20 to happen when running a particular program or script (even consistently). =2D-=20 Achilleas Mantzios From owner-freebsd-java@FreeBSD.ORG Fri May 7 06:14:49 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09E44106564A for ; Fri, 7 May 2010 06:14:49 +0000 (UTC) (envelope-from achill@matrix.gatewaynet.com) Received: from smadev.internal.net (host3.dynacom.ondsl.gr [62.103.35.211]) by mx1.freebsd.org (Postfix) with ESMTP id 43C328FC15 for ; Fri, 7 May 2010 06:14:47 +0000 (UTC) Received: from smadev.internal.net (localhost.internal.net [127.0.0.1]) by smadev.internal.net (8.14.2/8.14.2) with ESMTP id o476EkQY039325 for ; Fri, 7 May 2010 09:14:46 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) Received: from localhost (localhost [[UNIX: localhost]]) by smadev.internal.net (8.14.2/8.14.2/Submit) id o476EkbC039324 for freebsd-java@freebsd.org; Fri, 7 May 2010 09:14:46 +0300 (EEST) (envelope-from achill@matrix.gatewaynet.com) From: Achilleas Mantzios Organization: Dynacom Tankers Mgmt To: freebsd-java@freebsd.org Date: Fri, 7 May 2010 09:14:45 +0300 User-Agent: KMail/1.9.7 References: <4BE11114.5030306@gmail.com> <4BE3A331.20607@gmail.com> <201005070902.22700.achill@matrix.gatewaynet.com> In-Reply-To: <201005070902.22700.achill@matrix.gatewaynet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <201005070914.46082.achill@matrix.gatewaynet.com> Subject: Re: openjdk6 crashes 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: Fri, 07 May 2010 06:14:49 -0000 =CE=A3=CF=84=CE=B9=CF=82 Friday 07 May 2010 09:02:22 =CE=BF/=CE=B7 Achillea= s Mantzios =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5: > =CE=A3=CF=84=CE=B9=CF=82 Friday 07 May 2010 08:20:49 =CE=BF/=CE=B7 Peter = Palmreuther =CE=AD=CE=B3=CF=81=CE=B1=CF=88=CE=B5: > > Hello, > >=20 > > On 06.05.10 12:28, mailinglists@moumantai.de wrote: > > > Here the JVM crashed because the user that tries to start it is > > > defined within a ldap database using nsswitch.conf and pam_ldap > > > to connect to. Everthing is fine using a local user. Maybe its > > > the same problem on your side. > >=20 > > I don't think this is the same issue over here. > > It's comepletely local users involed, no LDAP or any other external ser= vice > > configured for user authentication and authorization. > >=20 > > It's just about starting a tomcat from root account, with startup 'su'-= ing to > > 'www', which is localally defined too. >=20 > Hi, in your first message you said you got a "signal 6" SIGABRT, while wi= th the fastdebug build > you got a "signal 4" SIGILL, so you dont have consistent behaviour. >=20 > Are you sure your hardware is sane? > Is your memory ok? Did you run memtest86? Are your disks ok? Is your moth= erboard in a good condition? (no sounds, fans rotating fast, etc..) > Is your CPU in a good condition? Do you experience any high temperatures = on your CPU? >=20 > Note, that it is *100%* normal to have a problematic hardware, and the on= ly instance that the hardware problem is manifested=20 > to happen when running a particular program or script (even consistently). >=20 Also i'd like to add that i had read some years back that linux tries (and = maybe does a good job, but even that is not necessarily enough) to detect and mask out bad memory address. =46reeBSD on the other hand, takes for granted that your hardware is perfec= t. That's why maybe, running FreeBSD or Linux on the same hardware might yeild different behaviors regarding memory issues. =2D-=20 Achilleas Mantzios From owner-freebsd-java@FreeBSD.ORG Fri May 7 09:29:05 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 819D31065676 for ; Fri, 7 May 2010 09:29:05 +0000 (UTC) (envelope-from michael.osipov@siemens.com) Received: from thoth.sbs.de (thoth.sbs.de [192.35.17.2]) by mx1.freebsd.org (Postfix) with ESMTP id 173C38FC1F for ; Fri, 7 May 2010 09:29:04 +0000 (UTC) Received: from mail3.siemens.de (localhost [127.0.0.1]) by thoth.sbs.de (8.12.11.20060308/8.12.11) with ESMTP id o4796KIQ017115 for ; Fri, 7 May 2010 11:06:21 +0200 Received: from DEMCHP99ET2MSX.ww902.siemens.net ([139.25.131.241]) by mail3.siemens.de (8.12.11.20060308/8.12.11) with ESMTP id o4796Kuk008827 for ; Fri, 7 May 2010 11:06:20 +0200 Received: from DEMCHP99E24MSX.ww902.siemens.net ([169.254.1.225]) by DEMCHP99ET2MSX.ww902.siemens.net ([139.25.131.241]) with mapi; Fri, 7 May 2010 11:06:20 +0200 From: "Osipov, Michael" To: "freebsd-java@freebsd.org" Date: Fri, 7 May 2010 11:06:19 +0200 Thread-Topic: Erratic JAVA_HOME output Thread-Index: AcrtxI5WZ1tDd+AoRjeLcO+id4dkGw== Message-ID: Accept-Language: de-DE Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 MIME-Version: 1.0 Subject: Erratic JAVA_HOME output 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: Fri, 07 May 2010 09:29:05 -0000 SGkgZm9sa3MsDQoNCldlIGFyZSBydW5uaW5nIG9uIEZyZWVCU0QgNy4yIGFuZCBpbnN0YWxsZWQg dGhlIERpYWJsbyAxLjYgSkRLLiBXZSBpbnN0YWxsZWQgTWF2ZW4gMi4yLjEgZnJvbSB0aGUgcG9y dHMgc3lzdGVtIGFuZCBpdCBjb25zdGFudGx5IGZhaWxzIHJ1bm5pbmcgc2luY2UgdGhlIEpBVkFf SE9NRSBpcyBpbmNvcnJlY3QuDQoNCkl0IGFsbCBiZWdhbiB3aXRoIGFuIGVycm9yIGR1cmluZyB0 aGUgbWF2ZW4gaW5zdGFsbGF0aW9uIHRoYXQgd2UgaGF2ZSBzZXQgSkFWQV9IT01FIG1hbnVhbGx5 LiBJbmRlZWQgd2UgZGlkIGluIHRoZSAvZXRjL3Byb2ZpbGUgZm9yIHJ1bm5pbmcgb3RoZXIgYXBw cyBsaWtlIE5leHVzIGFuZCB0aGUgcmVtb3ZlZCB0aGUgc2V0dGluZyB0aGVuLg0KDQpNYXZlbiBy ZXBvcnRzOg0KJCBtdm4gLXZlcnNpb24NCkFwYWNoZSBNYXZlbiAyLjIuMSAocjgwMTc3NzsgMjAw OS0wOC0wNiAxOToxNjowMSswMDAwKQ0KSmF2YSB2ZXJzaW9uOiAxLjYuMF8wNw0KSmF2YSBob21l OiAvdXNyL2xvY2FsL2RpYWJsby1qZGsxLjYuMC9qcmUNCkRlZmF1bHQgbG9jYWxlOiBkZV9ERSwg cGxhdGZvcm0gZW5jb2Rpbmc6IElTTzg4NTktMQ0KT1MgbmFtZTogImZyZWVic2QiIHZlcnNpb246 ICI3LjItcmVsZWFzZS1wNyIgYXJjaDogImkzODYiIEZhbWlseTogInVuaXgiDQoNCk1hdmVuIG5l ZWQgYSBKREsgcnVuIGNvbXBpbGUgYXBwcy4gU2V0dGluZyBKQVZBVk1fRFJZUlVOIHNheXM6DQok IGphdmENCkpBVkFfSE9NRT0vdXNyL2xvY2FsL2RpYWJsby1qZGsxLjYuMA0KSkFWQVZNX0NPTkY9 L3Vzci9sb2NhbC9ldGMvamF2YXZtcw0KSkFWQVZNX09QVFNfQ09ORj0vdXNyL2xvY2FsL2V0Yy9q YXZhdm1fb3B0cy5jb25mDQpKQVZBVk1fUFJPRz0vdXNyL2xvY2FsL2RpYWJsby1qZGsxLjYuMC9i aW4vamF2YQ0KSkFWQVZNX09QVFM9DQpKQVZBVk1fQ09NTUFORD0vdXNyL2xvY2FsL2RpYWJsby1q ZGsxLjYuMC9iaW4vamF2YQ0KDQpUaGVuIEkgd3JvdGUgYSBsaXRsZSB0ZXN0IGFwcDoNCnB1Ymxp YyBjbGFzcyBKYXZhSG9tZUluZm8gew0KCXB1YmxpYyBzdGF0aWMgdm9pZCBtYWluKFN0cmluZy4u LiBhcmdzKSB7DQoJCVN5c3RlbS5vdXQucHJpbnRsbihTeXN0ZW0uZ2V0UHJvcGVydHkoImphdmEu aG9tZSIpKTsNCgl9DQp9DQoNCkFuZCB0aGUgb3V0cHV0IGlzOg0KJCBqYXZhIEphdmFIb21lSW5m bw0KL3Vzci9sb2NhbC9kaWFibG8tamRrMS42LjAvanJlDQoNCkkgYW0gbm90IGFibGUgdG8gY29t cGlsZSBhbnl0aGluZyB3aXRoIDotKA0KDQpXaGF0IHNwb3QgZGlkIEkgbWlzcz8NCkV2ZXJ5IGNv bmZpZyBwYXJhbSBzZWVtcyB0byBiZSBjb3JyZWN0Lg0KDQpUaGFua3MNCi0tIA0KTWl0IGZyZXVu ZGxpY2hlbSBHcnXDnyAvIEJlc3QgcmVnYXJkcw0KDQpNaWNoYWVsIE9zaXBvdg0KDQpTaWVtZW5z IEFHDQpTZWN0b3IgSW5kdXN0cnksIEkgRFQgSVQgTEQgQmxuIChXZXJrc3R1ZGVudCkNCm1haWx0 bzptaWNoYWVsLm9zaXBvdkBzaWVtZW5zLmNvbQ== From owner-freebsd-java@FreeBSD.ORG Fri May 7 21:21:10 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8BA4A1065672 for ; Fri, 7 May 2010 21:21:10 +0000 (UTC) (envelope-from pitpalme@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id 15ECD8FC12 for ; Fri, 7 May 2010 21:21:09 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id d26so110342eyd.9 for ; Fri, 07 May 2010 14:21:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=f9Ts2XpcPWEtACOY5sblywbC2hjCK0xgOCHU7I5Hlu0=; b=a/hNY0c9Sza2twShp7AVoSvet57Nbirva3TlcNE+lDVxVDmJwrdzURLOKK7LyCCEPS KAiJin+6B9X/1Tded1PEHTEeyOP355briOJQAZ7rcL5Imo3HUwfc5HRMJqEJISEq1AVe UpOFJMKWioulOrcrDliRC2H/WRJPLkWm3ZZjA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=PNiPbvrnr0XPGvZEdAkUJ6Ts8VUwjMogdmJbY2ik9fVjDu8ljs4Zyrfu70rXmkojA/ 2DNEkJqjeSPDZJI3M3iWewJ8/Lccl+GmCzBKsPgzw945rrFtevopEAjUMY07UQbklvOX mz+1UjjH1kZTjO330viveU3o3vBQxtZjN97ik= Received: by 10.213.47.82 with SMTP id m18mr2233446ebf.64.1273267265891; Fri, 07 May 2010 14:21:05 -0700 (PDT) Received: from silverbox.sunrise.local (i577B5E80.versanet.de [87.123.94.128]) by mx.google.com with ESMTPS id 15sm1339480ewy.0.2010.05.07.14.21.03 (version=SSLv3 cipher=RC4-MD5); Fri, 07 May 2010 14:21:04 -0700 (PDT) Message-ID: <4BE4843E.6030901@gmail.com> Date: Fri, 07 May 2010 23:21:02 +0200 From: Peter Palmreuther User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <4BE11114.5030306@gmail.com> <38DD588D-992A-4713-8D55-96B28E2D2AA2@moumantai.de> <4BE3A331.20607@gmail.com> <201005070902.22700.achill@matrix.gatewaynet.com> In-Reply-To: <201005070902.22700.achill@matrix.gatewaynet.com> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: openjdk6 crashes 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: Fri, 07 May 2010 21:21:10 -0000 Hello, On 07.05.10 08:02, Achilleas Mantzios wrote: > Hi, in your first message you said you got a "signal 6" SIGABRT, while with the fastdebug build > you got a "signal 4" SIGILL, so you dont have consistent behaviour. Yes, I've seen this too. My guess was the "normal" and the "fast-debug" build differ and therefore behave slightly different. > Are you sure your hardware is sane? *hmmm* Depends on what level of certainty you'd call 'being sure'. > Is your memory ok? I thought and think so. I have not seen any behavior that makes me think my memory is defect. The only thing crashing is OpenJDK and only when Sonatype Nexus updates indexes. > Did you run memtest86? Not before your mail. But just to be sure I now did. 4 passes, not a single error. It took approximately 2 hours, so if CPU load, and therefore system temperature, play a role, it should have been high enough. Sonatype Nexus running crashes immediately when index update is started, even if system is running only minutes. > Are your disks ok? Hope so. No signs of defect sectors. And as I reinstalled OpenJDK I'd guess binaries and libraries are on different sectors, so a defect sector corrupting them should not be very probable. At least the crash should look different, doesn't it? > Is your motherboard in a good condition? (no sounds, fans rotating fast, etc..) It is. fans are normal speeding and silent. No "beeps", no sounds, no recognizable anomalies. > Is your CPU in a good condition? > Do you experience any high temperatures on your CPU? I hope so. I haven't found any tool with reliable information about temperature or fan speed. But there's no hot air blown out or something like this. The machine I'm taking about runs day after day without any error. One exception: I start tomcat manually after first crash and index refresh, executed automatically if Tomcat runs, kicks in. So it's *ONLY* Sonatype Nexus index update that kills *ONLY* OpenJDK. > Note, that it is *100%* normal to have a problematic hardware, and the only > instance that the hardware problem is manifested to happen when running a > particular program or script (even consistently). *erm* Maybe. For fixed conditions (which are seldom in my experience). Most times I've seen systems crashing here and there with no fixed script or program if hardware dies. Simply because it's not deterministic what temperature the system will have and what program will be at which memory address. The only fixed crashing point can be the hard disk, which I think I can exclude due to the recompilation and therefore "relocation" on disk (i.e. different inodes being used). And to come to an end: if I see a program written in C++ (like OpenJDK/JVM) constantly fails on an assertion (like in my case: 'Error: assert(sp() >= inputs,"must have enough JVMS stack to execute")') I expect the assertion to not match first and think about corrupt memory a few hundred positions later on the "check list". That's at least what assertions are for: make the program fail if something is recognizable wrong. If every "assert fail" would be a memory defect unless 100% proven not to be that would render assertions useless, wouldn't it? But thanks for your help and input; Maybe somebody else has any idea about why "sp()" is less than "input" when compiling (hotspot compiling?) this special class in OpenJDK?!? -- Best regards, Peter Palmreuther