From owner-freebsd-java@FreeBSD.ORG Sun Jan 5 04:19:23 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D2382C3; Sun, 5 Jan 2014 04:19:23 +0000 (UTC) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 85E6F1DD0; Sun, 5 Jan 2014 04:19:21 +0000 (UTC) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.14.7/8.14.7) with ESMTP id s054JKE2059311; Sat, 4 Jan 2014 20:19:20 -0800 (PST) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.14.7/8.14.7/Submit) id s054JJVM059310; Sat, 4 Jan 2014 20:19:19 -0800 (PST) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Sat, 4 Jan 2014 20:19:19 -0800 From: Greg Lewis To: Matthew Seaman Subject: Re: open jdk7 marked "FORBIDDEN" Message-ID: <20140105041919.GA57795@misty.eyesbeyond.com> References: <21189.33585.949509.38005@jerusalem.litteratus.org> <52C58E85.8030501@freebsd.org> <1388798626990-5873612.post@n5.nabble.com> <52C7E24A.6010902@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52C7E24A.6010902@FreeBSD.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: freebsd-java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2014 04:19:23 -0000 On Sat, Jan 04, 2014 at 10:28:26AM +0000, Matthew Seaman wrote: > On 04/01/2014 01:23, ari wrote: > >> The 'nasty FreeBSD bug' is that running the latest OpenJDK 6 or 7 will > >> cause pretty much all version of FreeBSD back to 8.0 to instantly > >> reboot. This is actually a FreeBSD kernel bug. > > > >> Watch the freebsd-announce@... list -- there will be at least an Errata > >> notice for all supported releases. > > > > > > I understand the desire to protect people from bad effects, but this lockout > > of every Java port (since everything pretty much depends on openjdk) is > > quite extreme. Can we please have some more information about: > > > > * the nature of the bug > > * how far back do we have to revert openjdk7 to avoid the problem > > > > I've got a huge reliance on Java on production servers and this makes me > > very nervous. I also had planned an upgrade from FreeBSD 9.0 to 9.2 on a > > server today and this can't go ahead since I cannot install an updated > > openjdk. > > > > If this is an obscure bug which is in all versions of the openjdk against > > all versions of freebsd, could someone please revert the FORBIDDEN flag on > > these ports, since its only effect is to: > > > > * make users believe that FreeBSD is not a good platform for Java > > * stop users from upgrading from any previous versions of Java, or otherwise > > update systems > > > > If this is a serious problem only in the latest version of Java (eg. > > 1.7.0_45) then can we revert the port to a known working version? > > > > > > At any rate, more information would be great since I've already got 1.7.0_45 > > in production on a couple of machines and I need to know what to look out > > for. > > Yes, certainly. The important point here is that the bug is in certain > FreeBSD versions, not in Java. > > If you've got a java package that runs without causing the system to > panic then there's no reason not to carry on using it. > > The symptoms of the bug are that the OS will panic whenever one of the > latest versions of OpenJDK is run on a susceptible version of the OS. > If your machine can /build/ the latest OpenJDK without panicing (which > involves extensive use of Java to compile itself) then you're OK to > deploy that version to run your web applications or whatever (subject to > the usual sorts of testing you'ld do around updating any core component > of the business that provides your paychecks, of course). > > OpenJDK 7.45.18 or 7.45.18_1 would trigger the bug in susceptible > FreeBSD systems. 7.25.15_2 or earlier should be safe. "Safe" being a relative term since typically the updated Java version will contain security fixes as well. I didn't enumerate all the security fixes between 7u25 and 7u45 when doing the update, but I'm pretty certain it was not a list of zero length. I realise this potentially puts people in a poor situation. I'd definitely recommend running 7u45 if you can, and in particular please run 7.45.18_1, since the initial 7.45.18 update didn't pick up changes to how the unlimited strength security policies were installed. > FreeBSD 11-CURRENT (r259951), 10-STABLE (r260081), 10.0-RELEASE-rc4 > (r260122) and 9-STABLE (r260082) have been patched. Neither 8-STABLE > nor any of the supported 9.x- or 8.x-RELEASE branches have been patched > yet. As I said, the -RELEASE branches would be listed in an errata > notice or security advisory when a patch was applied. > > Disclaimer: this is just based on what I have been able to gather from > public mailing lists, my own experiences trying to build package sets > including OpenJDK and by spelunking through the SVN repository via > http://svnweb.freebsd.org/base/ It does not represent the official > position of the FreeBSD project. > > Cheers, > > Matthew > > -- > Dr Matthew J Seaman MA, D.Phil. > PGP: http://www.infracaninophile.co.uk/pgpkey -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-java@FreeBSD.ORG Sun Jan 5 06:15:59 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E22CC335 for ; Sun, 5 Jan 2014 06:15:59 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C15071448 for ; Sun, 5 Jan 2014 06:15:59 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Vzh05-0007dh-EX for freebsd-java@freebsd.org; Sat, 04 Jan 2014 22:15:53 -0800 Date: Sat, 4 Jan 2014 22:15:53 -0800 (PST) From: ari To: freebsd-java@freebsd.org Message-ID: <1388902553441-5873886.post@n5.nabble.com> In-Reply-To: <20140105041919.GA57795@misty.eyesbeyond.com> References: <21189.33585.949509.38005@jerusalem.litteratus.org> <52C58E85.8030501@freebsd.org> <1388798626990-5873612.post@n5.nabble.com> <52C7E24A.6010902@FreeBSD.org> <20140105041919.GA57795@misty.eyesbeyond.com> Subject: Re: open jdk7 marked "FORBIDDEN" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2014 06:15:59 -0000 >"Safe" being a relative term since typically the updated Java version will >contain security fixes as well. I didn't enumerate all the security fixes >between 7u25 and 7u45 when doing the update, but I'm pretty certain it was >not a list of zero length. > I realise this potentially puts people in a poor situation. I'd > definitely > recommend running 7u45 if you can, and in particular please run 7.45.18_1, > since the initial 7.45.18 update didn't pick up changes to how the > unlimited > strength security policies were installed. Hi Greg, Thanks for this information. However in my predicament, I'm happier running 7u25 since at least the security fixes are well documented and I can read and evaluate whether any bugs are likely to affect me. With 7u45 all I know is that in some situations, on all 'released' versions of FreeBSD, the kernel will panic. But I have nothing to go by to understand whether this problem might affect me. "If you can" doesn't have a concrete answer unless I know what to look for or how to exercise my systems to reproduce the fault. I've read the svn commits, but don't understand enough about kernel programming to understand what I'm looking at. I see this puts you in a difficult position though since the FreeBSD ports tree isn't sophisticated enough to know to install 7u25 on some versions of FreeBSD and 7u45 on others. But at some point the 'forbidden' flag will have to be removed and people on vulnerable OS versions will have problems unless the JDK itself can be patched to avoid it. Do you have an estimated timeframe on the next steps or the release of more detailed information? Cheers Ari -- View this message in context: http://freebsd.1045724.n5.nabble.com/open-jdk7-marked-FORBIDDEN-tp5873171p5873886.html Sent from the freebsd-java mailing list archive at Nabble.com. From owner-freebsd-java@FreeBSD.ORG Sun Jan 5 07:08:14 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45DA4770 for ; Sun, 5 Jan 2014 07:08:14 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2362416FB for ; Sun, 5 Jan 2014 07:08:13 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Vzhoi-0002zi-Uc for freebsd-java@freebsd.org; Sat, 04 Jan 2014 23:08:12 -0800 Date: Sat, 4 Jan 2014 23:08:12 -0800 (PST) From: ari To: freebsd-java@freebsd.org Message-ID: <1388905692942-5873892.post@n5.nabble.com> In-Reply-To: <1388902553441-5873886.post@n5.nabble.com> References: <21189.33585.949509.38005@jerusalem.litteratus.org> <52C58E85.8030501@freebsd.org> <1388798626990-5873612.post@n5.nabble.com> <52C7E24A.6010902@FreeBSD.org> <20140105041919.GA57795@misty.eyesbeyond.com> <1388902553441-5873886.post@n5.nabble.com> Subject: Re: open jdk7 marked "FORBIDDEN" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2014 07:08:14 -0000 I see that the port has been reverted to 7u25 now. I think that is wise since the bulk of FreeBSD java users have it running in a server environment where the majority of the security flaws aren't as relevant (many are about escaping from sandboxes on the desktop or in applets). Thanks to everyone working on bringing a high quality Java environment to FreeBSD. Ari -- View this message in context: http://freebsd.1045724.n5.nabble.com/open-jdk7-marked-FORBIDDEN-tp5873171p5873892.html Sent from the freebsd-java mailing list archive at Nabble.com. From owner-freebsd-java@FreeBSD.ORG Sun Jan 5 15:20:50 2014 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E4743DA for ; Sun, 5 Jan 2014 15:20:50 +0000 (UTC) Received: from mail-lb0-x233.google.com (mail-lb0-x233.google.com [IPv6:2a00:1450:4010:c04::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 27D3318E0 for ; Sun, 5 Jan 2014 15:20:49 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id w7so9180843lbi.38 for ; Sun, 05 Jan 2014 07:20:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=j5xqYqVoyOZAzXEEV0U+raQQX8eBqVYFIDaivt+mPwU=; b=yldC+wswhKTd899SxwTHRJ6mwDALXiB6ZYWLPMmm0Jmu8NPuYMRhVdB1oi+5RlF9e/ ammWw7g0XNj4PNjqICuuHYynDkfG12PnNqgu5pv1nW7BMXIQzxdRg68gUmHTHMyVOx2y OqCz3XVnQKfAfNg6VafFW+E1d0EkPlHL7UOn/OqGf/2JUBSdt71CfJ4vFAHf+Jted6VK QJrDOLH4+KU+lijmars+4C+NxjrpFP2ql6DRhI9AhV1/N4P4+PRRd3RBidTpwCtJkfdZ Nx4UxgM02C6FLWUSMydylLl1nhN6u5b/I6CLHf7JB5pPlCAIWKcRSoOD3jRzTF0vc6K4 Fn6w== X-Received: by 10.112.63.40 with SMTP id d8mr1318888lbs.35.1388935248075; Sun, 05 Jan 2014 07:20:48 -0800 (PST) Received: from Sevans-MacBook-Pro.local ([83.167.125.235]) by mx.google.com with ESMTPSA id z3sm52531382lag.10.2014.01.05.07.20.46 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 05 Jan 2014 07:20:47 -0800 (PST) Message-ID: <52C9784D.9030002@gmail.com> Date: Sun, 05 Jan 2014 19:20:45 +0400 From: Sevan / Venture37 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: java@FreeBSD.org Subject: JRE SIGSEGV with OpenJDK6 b28 & b29 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2014 15:20:50 -0000 Hi, I'm trying to build OpenNMS 1.12.3 on FreeBSD 11 r260281 but Java keeps failing with SIGSEGV, I've tried with both OpenJDK6 b28 & b29 with the same result. http://pastebin.com/ZGut3RwK http://pastebin.com/hqPeeWCb http://pastebin.com/LPfqum8c OpenNMS is being built using https://bitbucket.org/sevan/opennms/ Sevan From owner-freebsd-java@FreeBSD.ORG Sun Jan 5 17:39:33 2014 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C9FDFC9 for ; Sun, 5 Jan 2014 17:39:33 +0000 (UTC) Received: from mail.dnsroots.com (mail.dnsroots.com [108.168.143.191]) by mx1.freebsd.org (Postfix) with ESMTP id 5927614A0 for ; Sun, 5 Jan 2014 17:39:33 +0000 (UTC) Received: from ABTS-mum-dynamic-115.82.170.122.airtelbroadband.in [122.170.82.115] by mail.dnsroots.com with SMTP; Sun, 5 Jan 2014 11:39:11 -0600 Message-ID: <02bb6b72-41644-36629646957755@space2let> From: "Ritimukta Menon" To: java@freebsd.org Subject: Travel feature on your Hotel/Resort Date: Sun, 5 Jan 2014 23:08:12 +0530 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Priority: 3 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Ritimukta Menon List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2014 17:39:33 -0000 Respected professional, Permit us to introduce ourselves. We are a leading travel features website with 20,000 registered users who visit our site for travel information plus strategies. We would like to barter a 3N/2D stay at your hotel/resort in exchange for a 2000 word travel feature on our portal with 15-20 colour photographs. After your hotel is featured on our portal, this article is published in leading travel magazines, if they find it suited for their magazines. If interested to barter a 3N/4D stay during your LOW SEASON or during months where you have LOW OCCUPANCY, please reply blank email with YESTRAV* in the subject, if not interested, please reply blank email with NOTRAV* in the subject and to be removed from this private mailing list reply blank email with NONO_hotel_resort* in the Subject line of your mail. * extremely case sensitive. Once you respond, we will email you. 1. Link to a 2000 word travel feature with 15 photos sponsored by Pimalai Resort, Koh Lanta, Thailand 2. Same travel feature published in a leading Travel and Lifestyle Magazine Your travel feature link will be emailed to our 20,000 registered users. regards, Travel Features Team - India Sent on my BlackBerryR from Vodafone From owner-freebsd-java@FreeBSD.ORG Mon Jan 6 04:52:24 2014 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01C9BCC2 for ; Mon, 6 Jan 2014 04:52:24 +0000 (UTC) Received: from exprod8og116.obsmtp.com (exprod8og116.obsmtp.com [64.18.3.32]) by mx1.freebsd.org (Postfix) with SMTP id 7921A14C9 for ; Mon, 6 Jan 2014 04:52:23 +0000 (UTC) Received: from localhost.localdomain ([199.187.125.26]) by exprod8ob116.postini.com ([64.18.7.12]) with SMTP ID DSNKUso2hnwBJktXpJf/Fzx2ilD2EnBPzeoP@postini.com; Sun, 05 Jan 2014 20:52:23 PST X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=127.0.0.1; To: freebsd-java@FreeBSD.org Subject: FreeBSD Java Project News - Java newsflash items f RSS/XML Feed Found X-PHP-Originating-Script: 0:xmlsender.php From: info@findthatfile.com X-Mailer: PHP/5.3.3Date : Sunday 5th of January 2014 11:52:22 PM Date: Sun, 05 Jan 2014 23:52:22 -0500 Message-ID: <1388983942_4111@findthatfile.com> X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: info@findthatfile.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2014 04:52:24 -0000 Find That File RSS/XML indexing bot has located the following public feeds and will be indexing them shortly. http://www.FreeBSD.org/java/rss.xml --------- Find That File Media Search - http://www.findthatfile.com EDU, Library and GOV Media Search - http://edu.findthatfile.com * If you wish to add more content to be indexed use our online form at : http://www.findthatfile.com/addmedia.php * Removals or blocked domains can be submitted online at : http://www.findthatfile.com/removemedia.php From owner-freebsd-java@FreeBSD.ORG Mon Jan 6 11:06:49 2014 Return-Path: Delivered-To: freebsd-java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF6AF6B7 for ; Mon, 6 Jan 2014 11:06:49 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1DCA1081 for ; Mon, 6 Jan 2014 11:06:49 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s06B6nwR045284 for ; Mon, 6 Jan 2014 11:06:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s06B6nHV045282 for freebsd-java@FreeBSD.org; Mon, 6 Jan 2014 11:06:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 6 Jan 2014 11:06:49 GMT Message-Id: <201401061106.s06B6nHV045282@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 Subject: Current problem reports assigned to freebsd-java@FreeBSD.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jan 2014 11:06:49 -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 -------------------------------------------------------------------------------- o ports/184204 java Undefined symbol "libiconv_open" on startup for java/n f ports/183767 java java/openjdk6: /usr/include/iconv.h:43:10: fatal error o java/183662 java OpenJDK 7 manual pages are misconfigured o java/183081 java java crash on machine with zfs kernel module o ports/182384 java java/linux-sun-jdk16 won't build with demos & samples o ports/181136 java java/icedtea-web not build o ports/180643 java java/openjdk6 build fails on amd64 -current o ports/178856 java java/openjdk6, java/openjdk7: Java fails to print when o ports/178728 java [UPDATE] devel/apache-ant to v1.9.0 o ports/178647 java java/openjdk6 does not build (without extra hack) o ports/177802 java Could not update openfire because of problem in java/o o ports/175300 java java/jamvm fails to compile on ARM6 (raspberry-pi) o ports/174825 java java/openjdk6: fails to build on i386 (64-bit mode not o ports/173603 java java/icedtea-web starts javaws incorrectly o ports/173592 java java/openjdk6 fails on FreeBSD_9_1_RC2 o ports/173210 java java/openjdk6 - use better src placement o java/172962 java Sig11 while compiling OpenJDK6-b26 using clang o ports/171014 java [patch] Correct java/openjdk6 Dependency Declaration o ports/167903 java [PATCH] java/openjdk6: Fix build failure in 8.3 jail r o ports/164941 java [UPDATE] [NEW PORTS] java/classpath-initial, including o ports/162991 java java/openjdk6 fails to build o java/162522 java OpenJDK 6 is not setting close on exec o java/160553 java Jaikoz java based audio tagger core dumps o ports/159787 java java/openjdk6 nio muti-thread bug o ports/154884 java java/openjdk6: Every NetBeans version on FreeBSD 8.1 c f java/147512 java Crash of RXTX-2.1-7 on AMD64 system o java/140002 java java/openjdk6: jconsole dumps tomcat when contacting j 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 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 ports/116082 java java/linux-sun-jdk16 jconsole is unable to connect to 33 problems total. From owner-freebsd-java@FreeBSD.ORG Tue Jan 7 08:23:43 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40E531D5 for ; Tue, 7 Jan 2014 08:23:43 +0000 (UTC) Received: from smadev.internal.net (adsltrust.ath.forthnet.gr [194.219.204.174]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 972441DCE for ; Tue, 7 Jan 2014 08:23:40 +0000 (UTC) Received: from smadev.internal.net (smadev [10.9.200.131]) by smadev.internal.net (8.14.7/8.14.7) with ESMTP id s078NbiE097048 for ; Tue, 7 Jan 2014 10:23:37 +0200 (EET) (envelope-from achill@matrix.gatewaynet.com) Message-ID: <52CBB989.4090104@matrix.gatewaynet.com> Date: Tue, 07 Jan 2014 10:23:37 +0200 From: Achilleas Mantzios User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: Re: open jdk7 marked "FORBIDDEN" References: <21189.33585.949509.38005@jerusalem.litteratus.org> <52C58E85.8030501@freebsd.org> <1388798626990-5873612.post@n5.nabble.com> <52C7E24A.6010902@FreeBSD.org> In-Reply-To: <52C7E24A.6010902@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 08:23:43 -0000 On 04/01/2014 12:28, Matthew Seaman wrote: > On 04/01/2014 01:23, ari wrote: >>> The 'nasty FreeBSD bug' is that running the latest OpenJDK 6 or 7 will >>> cause pretty much all version of FreeBSD back to 8.0 to instantly >>> reboot. This is actually a FreeBSD kernel bug. >>> Watch the freebsd-announce@... list -- there will be at least an Errata >>> notice for all supported releases. >> >> I understand the desire to protect people from bad effects, but this lockout >> of every Java port (since everything pretty much depends on openjdk) is >> quite extreme. Can we please have some more information about: >> >> * the nature of the bug >> * how far back do we have to revert openjdk7 to avoid the problem >> >> I've got a huge reliance on Java on production servers and this makes me >> very nervous. I also had planned an upgrade from FreeBSD 9.0 to 9.2 on a >> server today and this can't go ahead since I cannot install an updated >> openjdk. >> >> If this is an obscure bug which is in all versions of the openjdk against >> all versions of freebsd, could someone please revert the FORBIDDEN flag on >> these ports, since its only effect is to: >> >> * make users believe that FreeBSD is not a good platform for Java >> * stop users from upgrading from any previous versions of Java, or otherwise >> update systems >> >> If this is a serious problem only in the latest version of Java (eg. >> 1.7.0_45) then can we revert the port to a known working version? >> >> >> At any rate, more information would be great since I've already got 1.7.0_45 >> in production on a couple of machines and I need to know what to look out >> for. > Yes, certainly. The important point here is that the bug is in certain > FreeBSD versions, not in Java. > > If you've got a java package that runs without causing the system to > panic then there's no reason not to carry on using it. > > The symptoms of the bug are that the OS will panic whenever one of the > latest versions of OpenJDK is run on a susceptible version of the OS. > If your machine can /build/ the latest OpenJDK without panicing (which > involves extensive use of Java to compile itself) then you're OK to > deploy that version to run your web applications or whatever (subject to > the usual sorts of testing you'ld do around updating any core component > of the business that provides your paychecks, of course). > > OpenJDK 7.45.18 or 7.45.18_1 would trigger the bug in susceptible > FreeBSD systems. 7.25.15_2 or earlier should be safe. > > FreeBSD 11-CURRENT (r259951), 10-STABLE (r260081), 10.0-RELEASE-rc4 > (r260122) and 9-STABLE (r260082) have been patched. Neither 8-STABLE > nor any of the supported 9.x- or 8.x-RELEASE branches have been patched > yet. As I said, the -RELEASE branches would be listed in an errata > notice or security advisory when a patch was applied. > > Disclaimer: this is just based on what I have been able to gather from > public mailing lists, my own experiences trying to build package sets > including OpenJDK and by spelunking through the SVN repository via > http://svnweb.freebsd.org/base/ It does not represent the official > position of the FreeBSD project. Thanx a lot for the clarifications Matthew! > Cheers, > > Matthew > -- Achilleas Mantzios From owner-freebsd-java@FreeBSD.ORG Tue Jan 7 08:28:12 2014 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ABABC44C for ; Tue, 7 Jan 2014 08:28:12 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 803D71E18 for ; Tue, 7 Jan 2014 08:28:12 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.7/8.14.7) with ESMTP id s078SCF8049238 for ; Tue, 7 Jan 2014 08:28:12 GMT (envelope-from linimon@FreeBSD.org) Date: Tue, 7 Jan 2014 08:28:12 GMT Message-Id: <201401070828.s078SCF8049238@portsmon.freebsd.org> From: linimon@FreeBSD.org To: java@freebsd.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 08:28:12 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: java/jai-imageio broken because: relies on linuxpluginwrapper build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jai-imageio If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-java@FreeBSD.ORG Tue Jan 7 08:33:59 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 311C6C4B for ; Tue, 7 Jan 2014 08:33:59 +0000 (UTC) Received: from smadev.internal.net (adsltrust.ath.forthnet.gr [194.219.204.174]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 79AFD1F43 for ; Tue, 7 Jan 2014 08:33:57 +0000 (UTC) Received: from smadev.internal.net (smadev [10.9.200.131]) by smadev.internal.net (8.14.7/8.14.7) with ESMTP id s078LBgd096893 for ; Tue, 7 Jan 2014 10:21:11 +0200 (EET) (envelope-from achill@matrix.gatewaynet.com) Message-ID: <52CBB8F7.5060709@matrix.gatewaynet.com> Date: Tue, 07 Jan 2014 10:21:11 +0200 From: Achilleas Mantzios User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: Re: open jdk7 marked "FORBIDDEN" References: <21189.33585.949509.38005@jerusalem.litteratus.org> <52C58E85.8030501@freebsd.org> <1388798626990-5873612.post@n5.nabble.com> In-Reply-To: <1388798626990-5873612.post@n5.nabble.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 08:33:59 -0000 On 04/01/2014 03:23, ari wrote: >> The 'nasty FreeBSD bug' is that running the latest OpenJDK 6 or 7 will >> cause pretty much all version of FreeBSD back to 8.0 to instantly >> reboot. This is actually a FreeBSD kernel bug. >> Watch the freebsd-announce@... list -- there will be at least an Errata >> notice for all supported releases. > > I understand the desire to protect people from bad effects, but this lockout > of every Java port (since everything pretty much depends on openjdk) is > quite extreme. Can we please have some more information about: > > * the nature of the bug > * how far back do we have to revert openjdk7 to avoid the problem > > I've got a huge reliance on Java on production servers and this makes me > very nervous. I also had planned an upgrade from FreeBSD 9.0 to 9.2 on a > server today and this can't go ahead since I cannot install an updated > openjdk. > > If this is an obscure bug which is in all versions of the openjdk against > all versions of freebsd, could someone please revert the FORBIDDEN flag on > these ports, since its only effect is to: > > * make users believe that FreeBSD is not a good platform for Java > * stop users from upgrading from any previous versions of Java, or otherwise > update systems > > If this is a serious problem only in the latest version of Java (eg. > 1.7.0_45) then can we revert the port to a known working version? > > > At any rate, more information would be great since I've already got 1.7.0_45 > in production on a couple of machines and I need to know what to look out > for. > Agree 100%. Better revert java 6/7 to stable ports rather than create this extreme impression along with the negative psychological effect it might have. > Thanks > Ari > > > > -- > View this message in context: http://freebsd.1045724.n5.nabble.com/open-jdk7-marked-FORBIDDEN-tp5873171p5873612.html > Sent from the freebsd-java mailing list archive at Nabble.com. > _______________________________________________ > 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" -- Achilleas Mantzios From owner-freebsd-java@FreeBSD.ORG Tue Jan 7 08:40:49 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B87D0D73 for ; Tue, 7 Jan 2014 08:40:49 +0000 (UTC) Received: from mail-lb0-x22a.google.com (mail-lb0-x22a.google.com [IPv6:2a00:1450:4010:c04::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F26E11FCE for ; Tue, 7 Jan 2014 08:40:48 +0000 (UTC) Received: by mail-lb0-f170.google.com with SMTP id c11so58908lbj.1 for ; Tue, 07 Jan 2014 00:40:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=VzjkGORZINeF/4qKdm/lVVHqih6UVU6UQP4R+SEP9E0=; b=LXhC2ZeYrGPXGY/HQY264BZPr4O2jL7TgZ70IGStVQibCRtl7aHyxhNInvAOz7kfqL UXLi38CasDjgz8A9TWZrhijXB5kEnx7Dzl5WjLV+3DTr1RWh0TVhsQYQxmMmDxa/RdfZ 2lEfk8W6bhQyTGrUyyImxO/ksYGXJoFs6iBd3tE9BWXrjyjOKzRMyBolbyfaGuUjEhts UKZ+t9UQ0jrqcELR59faaU+g/vOMh/lQR/5z+s+ZvKgM96+dcvgpAHxjpIdb3vliWS1x XsoJwFiavnl1AwlCjcLEM5h+eY6N2aAhVxtjCPp2Epq4LXcVFo4PlRJIqAU4bHRMTlAr vgGw== MIME-Version: 1.0 X-Received: by 10.152.20.6 with SMTP id j6mr45378891lae.8.1389084046864; Tue, 07 Jan 2014 00:40:46 -0800 (PST) Received: by 10.112.135.195 with HTTP; Tue, 7 Jan 2014 00:40:46 -0800 (PST) In-Reply-To: <52CBB8F7.5060709@matrix.gatewaynet.com> References: <21189.33585.949509.38005@jerusalem.litteratus.org> <52C58E85.8030501@freebsd.org> <1388798626990-5873612.post@n5.nabble.com> <52CBB8F7.5060709@matrix.gatewaynet.com> Date: Tue, 7 Jan 2014 16:40:46 +0800 Message-ID: Subject: Re: open jdk7 marked "FORBIDDEN" From: Huang Wen Hui To: Achilleas Mantzios Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: huanghwh@gmail.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 08:40:49 -0000 When I build jboss72,I got the same problem with openjdk6-b28 on 10.0-RC3. # cat /usr/ports/java/jboss72/work/jbossas-jboss-as-4ed76ce/hs_err_pid1694.log # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0000000801e33d70, pid=1694, tid=100455 # # JRE version: 6.0_32-b28 # Java VM: OpenJDK 64-Bit Server VM (23.25-b01 mixed mode bsd-amd64 compressed oops) # Problematic frame: # V [libjvm.so+0x633d70] JVM_FindSignal+0xed670 # # Core dump written. Default location: /usr/ports/java/jboss72/work/jbossas-jboss-as-4ed76ce/core or core.1694 # # If you would like to submit a bug report, please visit: # http://bugreport.sun.com/bugreport/crash.jsp # --------------- T H R E A D --------------- Current thread (0x000000080309e000): JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=100455, stack(0x00007ffffedf1000,0x00007ffffeef1000)] siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000028 Registers: RAX=0x0000000000000000, RBX=0x000000000000003e, RCX=0x0000000000000f10, RDX=0x00000008465732c0 RSP=0x00007ffffeeedea0, RBP=0x00007ffffeeeded0, RSI=0x00000008446d5b40, RDI=0x00000008447aab80 R8 =0x00000008472ea828, R9 =0x000000000000006e, R10=0x000000000000006e, R11=0x000000000000006e R12=0x00000008446d5b40, R13=0x00007ffffeeeeb30, R14=0x00000008447aae70, R15=0x00000008465731b0 RIP=0x0000000801e33d70, EFLAGS=0x0000000000000005, ERR=0x0000000000000004 TRAPNO=0x000000000000000c Top of Stack: (sp=0x00007ffffeeedea0) 0x00007ffffeeedea0: 00000008465732c0 00007ffffeeeeb30 0x00007ffffeeedeb0: 00000008446d5b40 00000008472ea860 0x00007ffffeeedec0: 00000008465732c0 0000000000002594 0x00007ffffeeeded0: 00007ffffeeedf50 0000000801e3167a 0x00007ffffeeedee0: 00000008407629a0 00007ffffeeef4c0 0x00007ffffeeedef0: 00007ffffeeeeb50 00007ffffeeeeb30 0x00007ffffeeedf00: 00007ffffeeedf30 0000000847530d80 0x00007ffffeeedf10: 000000084760e910 000000084752f010 0x00007ffffeeedf20: 00000008407629a0 00007ffffeeeeb30 0x00007ffffeeedf30: 00007ffffeef0488 00007ffffeef0338 0x00007ffffeeedf40: 00007ffffeef0338 00000000000037e4 0x00007ffffeeedf50: 00007ffffeeedff0 0000000801e2f425 0x00007ffffeeedf60: 00007ffffeeeeb68 0000000000000001 0x00007ffffeeedf70: 0000000000000001 00007ffffeeeeb30 0x00007ffffeeedf80: 00000008477c7fd0 0000000845d3c048 0x00007ffffeeedf90: 0000000000100000 0000000000000000 0x00007ffffeeedfa0: 0000000000000000 00007ffffeef0338 0x00007ffffeeedfb0: 0000000000000000 0000000001000000 0x00007ffffeeedfc0: 0000000000000000 00007ffffeeeeb30 0x00007ffffeeedfd0: 00007ffffeef0338 000000084615c550 0x00007ffffeeedfe0: 00007ffffeef0338 0000000846162fe8 0x00007ffffeeedff0: 00007ffffeeef730 0000000801b98983 0x00007ffffeeee000: 0000000000000000 0000000000010000 0x00007ffffeeee010: 0000000000000000 0000000000000000 0x00007ffffeeee020: 0000000000000000 0000000000000000 0x00007ffffeeee030: 000000080300e060 00007ffffeef0338 0x00007ffffeeee040: 0000000000000000 0000000000000000 0x00007ffffeeee050: 0000000000000000 0000000000000000 0x00007ffffeeee060: 0000000000000000 0000000000000000 0x00007ffffeeee070: 0000000000000000 0000000000000000 0x00007ffffeeee080: 0000000000000000 0000000000000000 0x00007ffffeeee090: 0000000000000000 0000000000000000 Instructions: (pc=0x0000000801e33d70) 0x0000000801e33d50: 4c 89 f7 ff 10 89 c3 83 fb 35 74 09 83 fb 3e 0f 0x0000000801e33d60: 85 26 01 00 00 49 8b 46 08 48 8b 78 10 48 8b 07 0x0000000801e33d70: ff 50 28 48 8b 0d 7e 81 56 00 48 3b 01 74 19 83 0x0000000801e33d80: fb 35 0f 85 03 01 00 00 48 8b 0d e9 df 56 00 48 Register to memory mapping: RAX=0x0000000000000000 is an unknown value RBX=0x000000000000003e is an unknown value RCX=0x0000000000000f10 is an unknown value RDX=0x00000008465732c0 is an unknown value RSP=0x00007ffffeeedea0 is pointing into the stack for thread: 0x000000080309e000 RBP=0x00007ffffeeeded0 is pointing into the stack for thread: 0x000000080309e000 RSI=0x00000008446d5b40 is an unknown value RDI=0x00000008447aab80 is an unknown value R8 =0x00000008472ea828 is an unknown value R9 =0x000000000000006e is an unknown value R10=0x000000000000006e is an unknown value R11=0x000000000000006e is an unknown value R12=0x00000008446d5b40 is an unknown value R13=0x00007ffffeeeeb30 is pointing into the stack for thread: 0x000000080309e000 R14=0x00000008447aae70 is an unknown value R15=0x00000008465731b0 is an unknown value Stack: [0x00007ffffedf1000,0x00007ffffeef1000], sp=0x00007ffffeeedea0, free space=1011k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) V [libjvm.so+0x633d70] JVM_FindSignal+0xed670 V [libjvm.so+0x63167a] JVM_FindSignal+0xeaf7a V [libjvm.so+0x62f425] JVM_FindSignal+0xe8d25 V [libjvm.so+0x398983] +0x1f86eb V [libjvm.so+0x397108] +0x1f6e70 V [libjvm.so+0x326cc6] +0x186a2e V [libjvm.so+0x3a100c] +0x200d74 V [libjvm.so+0x3a0846] +0x2005ae V [libjvm.so+0x77ff91] JVM_handle_bsd_signal+0xe0611 V [libjvm.so+0x69aaa0] JVM_FindSignal+0x1543a0 C [libthr.so.3+0x94a4] operator->+0x764 Current CompileTask: C2: 4042 683 ! org.apache.maven.model.ModelBase::clone (397 bytes) --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x00000008030a6000 JavaThread "Thread-14" [_thread_in_native, id=100480, stack(0x00007ffffe3e7000,0x00007ffffe4e7000)] 0x00000008030a5800 JavaThread "Thread-13" [_thread_in_native, id=100479, stack(0x00007ffffe4e8000,0x00007ffffe5e8000)] 0x00000008030a4800 JavaThread "process reaper" daemon [_thread_in_native, id=100478, stack(0x00007ffffe5e9000,0x00007ffffe6e9000)] 0x000000080309f800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=100457, stack(0x00007ffffebef000,0x00007ffffecef000)] 0x000000080309e800 JavaThread "C2 CompilerThread1" daemon [_thread_in_native, id=100456, stack(0x00007ffffecf0000,0x00007ffffedf0000)] =>0x000000080309e000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=100455, stack(0x00007ffffedf1000,0x00007ffffeef1000)] 0x000000080309d000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=100454, stack(0x00007ffffeef2000,0x00007ffffeff2000)] 0x000000080309c800 JavaThread "Finalizer" daemon [_thread_blocked, id=100453, stack(0x00007ffffeff3000,0x00007fffff0f3000)] 0x000000080309b800 JavaThread "Reference Handler" daemon [_thread_blocked, id=100452, stack(0x00007fffff0f4000,0x00007fffff1f4000)] 0x000000080309b000 JavaThread "main" [_thread_blocked, id=100442, stack(0x00007fffffafe000,0x00007fffffbfe000)] Other Threads: 0x00000008030fb800 VMThread [stack: 0x00007fffff1f5000,0x00007fffff2f5000] [id=100451] 0x00000008030fc000 WatcherThread [stack: 0x00007ffffeaee000,0x00007ffffebee000] [id=100458] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap PSYoungGen total 166464K, used 92099K [0x000000082ba50000, 0x000000083af30000, 0x000000083ba50000) eden space 97024K, 79% used [0x000000082ba50000,0x000000083053fa98,0x0000000831910000) from space 69440K, 22% used [0x0000000836b60000,0x0000000837a61250,0x000000083af30000) to space 76864K, 0% used [0x0000000831910000,0x0000000831910000,0x0000000836420000) ParOldGen total 315456K, used 134252K [0x000000080ba50000, 0x000000081ee60000, 0x000000082ba50000) object space 315456K, 42% used [0x000000080ba50000,0x0000000813d6b168,0x000000081ee60000) PSPermGen total 23808K, used 14818K [0x0000000806850000, 0x0000000807f90000, 0x000000080ba50000) object space 23808K, 62% used [0x0000000806850000,0x00000008076c8be0,0x0000000807f90000) Card table byte_map: [0x000000083ba50000,0x000000083bbfa000] byte_map_base: 0x0000000837a1bd80 Polling page: 0x0000000800656000 Code Cache [0x0000000803833000, 0x0000000803ae3000, 0x0000000806833000) total_blobs=937 nmethods=681 adapters=209 free_code_cache=46471Kb largest_free_block=47523264 Compilation events (10 events): Event: 3.998 Thread 0x000000080309e800 nmethod 701 0x000000080390cf90 code [0x000000080390d0e0, 0x000000080390d298] Event: 3.998 Thread 0x000000080309e800 702 java.util.WeakHashMap::get (79 bytes) Event: 4.002 Thread 0x000000080309e800 nmethod 702 0x000000080390ca50 code [0x000000080390cbc0, 0x000000080390cda8] Event: 4.002 Thread 0x000000080309e800 10 % sun.misc.URLClassPath::getResource @ 39 (74 bytes) Event: 4.016 Thread 0x000000080309e800 nmethod 10% 0x0000000803adef90 code [0x0000000803adf200, 0x0000000803adfc60] Event: 4.016 Thread 0x000000080309e800 703 java.lang.Class$MethodArray::addIfNotPresent (47 bytes) Event: 4.020 Thread 0x000000080309e800 nmethod 703 0x000000080399a6d0 code [0x000000080399a840, 0x000000080399ace8] Event: 4.020 Thread 0x000000080309e800 704 java.util.HashMap::keySet (28 bytes) Event: 4.021 Thread 0x000000080309e800 nmethod 704 0x000000080399a3d0 code [0x000000080399a520, 0x000000080399a618] Event: 4.021 Thread 0x000000080309e800 705 org.apache.maven.model.merge.MavenModelMerger::mergePlugin_Executions (235 bytes) GC Heap History (10 events): Event: 2.081 GC heap before {Heap before GC invocations=5 (full 1): PSYoungGen total 251328K, used 10800K [0x000000082ba50000, 0x000000083ba50000, 0x000000083ba50000) eden space 240512K, 0% used [0x000000082ba50000,0x000000082ba50000,0x000000083a530000) from space 10816K, 99% used [0x000000083afc0000,0x000000083ba4c010,0x000000083ba50000) to space 10816K, 0% used [0x000000083a530000,0x000000083a530000,0x000000083afc0000) ParOldGen total 173568K, used 124525K [0x000000080ba50000, 0x00000008163d0000, 0x000000082ba50000) object space 173568K, 71% used [0x000000080ba50000,0x00000008133eb7e8,0x00000008163d0000) PSPermGen total 21248K, used 11751K [0x0000000806850000, 0x0000000807d10000, 0x000000080ba50000) object space 21248K, 55% used [0x0000000806850000,0x00000008073c9e58,0x0000000807d10000) Event: 2.423 GC heap after Heap after GC invocations=5 (full 1): PSYoungGen total 251328K, used 0K [0x000000082ba50000, 0x000000083ba50000, 0x000000083ba50000) eden space 240512K, 0% used [0x000000082ba50000,0x000000082ba50000,0x000000083a530000) from space 10816K, 0% used [0x000000083afc0000,0x000000083afc0000,0x000000083ba50000) to space 10816K, 0% used [0x000000083a530000,0x000000083a530000,0x000000083afc0000) ParOldGen total 315456K, used 134252K [0x000000080ba50000, 0x000000081ee60000, 0x000000082ba50000) object space 315456K, 42% used [0x000000080ba50000,0x0000000813d6b168,0x000000081ee60000) PSPermGen total 23808K, used 11746K [0x0000000806850000, 0x0000000807f90000, 0x000000080ba50000) object space 23808K, 49% used [0x0000000806850000,0x00000008073c8b40,0x0000000807f90000) } Event: 2.798 GC heap before {Heap before GC invocations=6 (full 1): PSYoungGen total 251328K, used 240512K [0x000000082ba50000, 0x000000083ba50000, 0x000000083ba50000) eden space 240512K, 100% used [0x000000082ba50000,0x000000083a530000,0x000000083a530000) from space 10816K, 0% used [0x000000083afc0000,0x000000083afc0000,0x000000083ba50000) to space 10816K, 0% used [0x000000083a530000,0x000000083a530000,0x000000083afc0000) ParOldGen total 315456K, used 134252K [0x000000080ba50000, 0x000000081ee60000, 0x000000082ba50000) object space 315456K, 42% used [0x000000080ba50000,0x0000000813d6b168,0x000000081ee60000) PSPermGen total 23808K, used 12103K [0x0000000806850000, 0x0000000807f90000, 0x000000080ba50000) object space 23808K, 50% used [0x0000000806850000,0x0000000807421f58,0x0000000807f90000) Event: 2.807 GC heap after Heap after GC invocations=6 (full 1): PSYoungGen total 245504K, used 4992K [0x000000082ba50000, 0x000000083ba50000, 0x000000083ba50000) eden space 240512K, 0% used [0x000000082ba50000,0x000000082ba50000,0x000000083a530000) from space 4992K, 100% used [0x000000083a530000,0x000000083aa10000,0x000000083aa10000) to space 16640K, 0% used [0x000000083aa10000,0x000000083aa10000,0x000000083ba50000) ParOldGen total 315456K, used 134252K [0x000000080ba50000, 0x000000081ee60000, 0x000000082ba50000) object space 315456K, 42% used [0x000000080ba50000,0x0000000813d6b168,0x000000081ee60000) PSPermGen total 23808K, used 12103K [0x0000000806850000, 0x0000000807f90000, 0x000000080ba50000) object space 23808K, 50% used [0x0000000806850000,0x0000000807421f58,0x0000000807f90000) } Event: 3.083 GC heap before {Heap before GC invocations=7 (full 1): PSYoungGen total 245504K, used 245504K [0x000000082ba50000, 0x000000083ba50000, 0x000000083ba50000) eden space 240512K, 100% used [0x000000082ba50000,0x000000083a530000,0x000000083a530000) from space 4992K, 100% used [0x000000083a530000,0x000000083aa10000,0x000000083aa10000) to space 16640K, 0% used [0x000000083aa10000,0x000000083aa10000,0x000000083ba50000) ParOldGen total 315456K, used 134252K [0x000000080ba50000, 0x000000081ee60000, 0x000000082ba50000) object space 315456K, 42% used [0x000000080ba50000,0x0000000813d6b168,0x000000081ee60000) PSPermGen total 23808K, used 12170K [0x0000000806850000, 0x0000000807f90000, 0x000000080ba50000) object space 23808K, 51% used [0x0000000806850000,0x0000000807432b20,0x0000000807f90000) Event: 3.089 GC heap after Heap after GC invocations=7 (full 1): PSYoungGen total 110208K, used 10280K [0x000000082ba50000, 0x000000083ba50000, 0x000000083ba50000) eden space 93568K, 0% used [0x000000082ba50000,0x000000082ba50000,0x00000008315b0000) from space 16640K, 61% used [0x000000083aa10000,0x000000083b41a1c8,0x000000083ba50000) to space 84288K, 0% used [0x00000008315b0000,0x00000008315b0000,0x0000000836800000) ParOldGen total 315456K, used 134252K [0x000000080ba50000, 0x000000081ee60000, 0x000000082ba50000) object space 315456K, 42% used [0x000000080ba50000,0x0000000813d6b168,0x000000081ee60000) PSPermGen total 23808K, used 12170K [0x0000000806850000, 0x0000000807f90000, 0x000000080ba50000) object space 23808K, 51% used [0x0000000806850000,0x0000000807432b20,0x0000000807f90000) } Event: 3.157 GC heap before {Heap before GC invocations=8 (full 1): PSYoungGen total 110208K, used 103848K [0x000000082ba50000, 0x000000083ba50000, 0x000000083ba50000) eden space 93568K, 100% used [0x000000082ba50000,0x00000008315b0000,0x00000008315b0000) from space 16640K, 61% used [0x000000083aa10000,0x000000083b41a1c8,0x000000083ba50000) to space 84288K, 0% used [0x00000008315b0000,0x00000008315b0000,0x0000000836800000) ParOldGen total 315456K, used 134252K [0x000000080ba50000, 0x000000081ee60000, 0x000000082ba50000) object space 315456K, 42% used [0x000000080ba50000,0x0000000813d6b168,0x000000081ee60000) PSPermGen total 23808K, used 12173K [0x0000000806850000, 0x0000000807f90000, 0x000000080ba50000) object space 23808K, 51% used [0x0000000806850000,0x0000000807433528,0x0000000807f90000) Event: 3.163 GC heap after Heap after GC invocations=8 (full 1): PSYoungGen total 177856K, used 11680K [0x000000082ba50000, 0x000000083ba50000, 0x000000083ba50000) eden space 93568K, 0% used [0x000000082ba50000,0x000000082ba50000,0x00000008315b0000) from space 84288K, 13% used [0x00000008315b0000,0x0000000832118000,0x0000000836800000) to space 80832K, 0% used [0x0000000836b60000,0x0000000836b60000,0x000000083ba50000) ParOldGen total 315456K, used 134252K [0x000000080ba50000, 0x000000081ee60000, 0x000000082ba50000) object space 315456K, 42% used [0x000000080ba50000,0x0000000813d6b168,0x000000081ee60000) PSPermGen total 23808K, used 12173K [0x0000000806850000, 0x0000000807f90000, 0x000000080ba50000) object space 23808K, 51% used [0x0000000806850000,0x0000000807433528,0x0000000807f90000) } Event: 3.611 GC heap before {Heap before GC invocations=9 (full 1): PSYoungGen total 177856K, used 105248K [0x000000082ba50000, 0x000000083ba50000, 0x000000083ba50000) eden space 93568K, 100% used [0x000000082ba50000,0x00000008315b0000,0x00000008315b0000) from space 84288K, 13% used [0x00000008315b0000,0x0000000832118000,0x0000000836800000) to space 80832K, 0% used [0x0000000836b60000,0x0000000836b60000,0x000000083ba50000) ParOldGen total 315456K, used 134252K [0x000000080ba50000, 0x000000081ee60000, 0x000000082ba50000) object space 315456K, 42% used [0x000000080ba50000,0x0000000813d6b168,0x000000081ee60000) PSPermGen total 23808K, used 13482K [0x0000000806850000, 0x0000000807f90000, 0x000000080ba50000) object space 23808K, 56% used [0x0000000806850000,0x000000080757a840,0x0000000807f90000) Event: 3.651 GC heap after Heap after GC invocations=9 (full 1): PSYoungGen total 166464K, used 15364K [0x000000082ba50000, 0x000000083af30000, 0x000000083ba50000) eden space 97024K, 0% used [0x000000082ba50000,0x000000082ba50000,0x0000000831910000) from space 69440K, 22% used [0x0000000836b60000,0x0000000837a61250,0x000000083af30000) to space 76864K, 0% used [0x0000000831910000,0x0000000831910000,0x0000000836420000) ParOldGen total 315456K, used 134252K [0x000000080ba50000, 0x000000081ee60000, 0x000000082ba50000) object space 315456K, 42% used [0x000000080ba50000,0x0000000813d6b168,0x000000081ee60000) PSPermGen total 23808K, used 13482K [0x0000000806850000, 0x0000000807f90000, 0x000000080ba50000) object space 23808K, 56% used [0x0000000806850000,0x000000080757a840,0x0000000807f90000) } Deoptimization events (10 events): Event: 3.574 Thread 0x000000080309b000 Uncommon trap -34 fr.pc 0x00000008039aeeb8 Event: 3.574 Thread 0x000000080309b000 Uncommon trap -34 fr.pc 0x00000008039aeeb8 Event: 3.574 Thread 0x000000080309b000 Uncommon trap -34 fr.pc 0x00000008039aeeb8 Event: 3.574 Thread 0x000000080309b000 Uncommon trap -58 fr.pc 0x0000000803a0f5fc Event: 3.574 Thread 0x000000080309b000 Uncommon trap -58 fr.pc 0x0000000803a0f5fc Event: 3.582 Thread 0x000000080309b000 Uncommon trap -83 fr.pc 0x000000080392819c Event: 3.592 Thread 0x000000080309b000 Uncommon trap -58 fr.pc 0x0000000803a0f5fc Event: 3.592 Thread 0x000000080309b000 Uncommon trap -58 fr.pc 0x0000000803a0f5fc Event: 3.791 Thread 0x000000080309b000 Uncommon trap -83 fr.pc 0x0000000803a8facc Event: 4.008 Thread 0x00000008030a6000 Uncommon trap 46 fr.pc 0x0000000803977d90 Internal exceptions (10 events): Event: 4.018 Thread 0x000000080309b000 Threw 0x000000082ec18e00 at /usr/ports/java/openjdk6/work/hotspot/src/share/vm/prims/jvm.cpp:1235 Event: 4.019 Thread 0x000000080309b000 Threw 0x000000082ec1c9d8 at /usr/ports/java/openjdk6/work/hotspot/src/share/vm/classfile/systemDictionary.cpp:179 Event: 4.019 Thread 0x000000080309b000 Threw 0x000000082ec1cd08 at /usr/ports/java/openjdk6/work/hotspot/src/share/vm/classfile/systemDictionary.cpp:179 Event: 4.019 Thread 0x000000080309b000 Threw 0x000000082ec1d3e8 at /usr/ports/java/openjdk6/work/hotspot/src/share/vm/prims/jvm.cpp:1235 Event: 4.019 Thread 0x000000080309b000 Threw 0x000000082ec1d6d8 at /usr/ports/java/openjdk6/work/hotspot/src/share/vm/classfile/systemDictionary.cpp:179 Event: 4.019 Thread 0x000000080309b000 Threw 0x000000082ec1e560 at /usr/ports/java/openjdk6/work/hotspot/src/share/vm/classfile/systemDictionary.cpp:179 Event: 4.019 Thread 0x000000080309b000 Threw 0x000000082ec1e8d0 at /usr/ports/java/openjdk6/work/hotspot/src/share/vm/classfile/systemDictionary.cpp:179 Event: 4.019 Thread 0x000000080309b000 Threw 0x000000082ec1f010 at /usr/ports/java/openjdk6/work/hotspot/src/share/vm/prims/jvm.cpp:1235 Event: 4.019 Thread 0x000000080309b000 Threw 0x000000082ec1f340 at /usr/ports/java/openjdk6/work/hotspot/src/share/vm/classfile/systemDictionary.cpp:179 Event: 4.019 Thread 0x000000080309b000 Threw 0x000000082ec1fc00 at /usr/ports/java/openjdk6/work/hotspot/src/share/vm/prims/jvm.cpp:1235 Events (10 events): Event: 4.028 Thread 0x00000008030aa800 Thread added: 0x00000008030aa800 Event: 4.028 Thread 0x00000008030ab800 Thread added: 0x00000008030ab800 Event: 4.029 Thread 0x00000008030ac000 Thread added: 0x00000008030ac000 Event: 4.030 Thread 0x00000008030ab800 Thread exited: 0x00000008030ab800 Event: 4.030 Thread 0x00000008030aa000 Thread exited: 0x00000008030aa000 Event: 4.030 Thread 0x00000008030a4800 Thread added: 0x00000008030a4800 Event: 4.032 Thread 0x00000008030aa800 Thread exited: 0x00000008030aa800 Event: 4.032 Thread 0x00000008030ac000 Thread exited: 0x00000008030ac000 Event: 4.041 Thread 0x00000008030a5800 Thread added: 0x00000008030a5800 Event: 4.041 Thread 0x00000008030a6000 Thread added: 0x00000008030a6000 Dynamic libraries: 0x0000000000400000 /usr/local/openjdk6/bin/java 0x0000000800826000 /lib/libz.so.6 0x0000000800a3b000 /lib/libthr.so.3 0x0000000800c60000 /lib/libc.so.7 0x0000000801800000 /usr/local/openjdk6/jre/lib/amd64/server/libjvm.so 0x00000008023ec000 /lib/libm.so.5 0x0000000802612000 /usr/lib/libc++.so.1 0x00000008028cd000 /lib/libcxxrt.so.1 0x0000000802ae7000 /lib/libgcc_s.so.1 0x0000000802cf4000 /usr/local/openjdk6/jre/lib/amd64/libverify.so 0x0000000803400000 /usr/local/openjdk6/jre/lib/amd64/libjava.so 0x000000080362c000 /usr/local/openjdk6/jre/lib/amd64/libzip.so 0x0000000844c00000 /usr/local/openjdk6/jre/lib/amd64/libnet.so 0x0000000845800000 /usr/local/openjdk6/jre/lib/amd64/libnio.so 0x000000080060b000 /libexec/ld-elf.so.1 VM Arguments: jvm_args: -Xmx768M -Dclassworlds.conf=/usr/ports/java/jboss72/work/jbossas-jboss-as-4ed76ce/tools/maven/bin/m2.conf -Dmaven.home=/usr/ports/java/jboss72/work/jbossas-jboss-as-4ed76ce/tools/maven java_command: org.codehaus.plexus.classworlds.launcher.Launcher -s tools/maven/conf/settings.xml install -Dts.smoke -Dmaven.test.skip=true -DskipTests Launcher Type: SUN_STANDARD Environment Variables: JAVA_HOME=/usr/local/openjdk6 PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin USERNAME=root LD_LIBRARY_PATH=/usr/local/openjdk6/jre/lib/amd64/server:/usr/local/openjdk6/jre/lib/amd64:/usr/local/openjdk6/jre/../lib/amd64 SHELL=/bin/csh DISPLAY=:0.0 HOSTTYPE=FreeBSD OSTYPE=FreeBSD ARCH=amd64 MACHTYPE=x86_64 Signal Handlers: SIGSEGV: [libjvm.so+0x7bf760], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGBUS: [libjvm.so+0x7bf760], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGFPE: [libjvm.so+0x69d4f0], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGPIPE: [libjvm.so+0x69d4f0], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGXFSZ: [libjvm.so+0x69d4f0], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGILL: [libjvm.so+0x69d4f0], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGUSR1: SIG_DFL, sa_mask[0]=0xfffefeff, sa_flags=0x00000040 SIGUSR2: [libjvm.so+0x69ddd0], sa_mask[0]=0x00000000, sa_flags=0x00000042 SIGHUP: [libjvm.so+0x69bf50], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGINT: [libjvm.so+0x69bf50], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGTERM: [libjvm.so+0x69bf50], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGQUIT: [libjvm.so+0x69bf50], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 --------------- S Y S T E M --------------- OS:BSD uname:FreeBSD 10.0-PRERELEASE FreeBSD 10.0-PRERELEASE #0 r260387M: Tue Jan 7 14:52:47 CST 2014 root@mbp.gddsn.org.cn:/usr/obj/usr/src/sys/MACBOOK amd64 rlimit: STACK 524288k, CORE infinity, NPROC 19486, NOFILE 468567, AS infinity load average:0.70 0.33 0.26 CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 70 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, ht, tsc, tscinvbit Memory: 4k page, physical 16660376k(14084796k free), swap 8388608k(8388608k free) vm_info: OpenJDK 64-Bit Server VM (23.25-b01) for bsd-amd64 JRE (1.6.0_32-b28), built on Jan 5 2014 12:44:49 by "root" with gcc 4.2.1 Compatible FreeBSD Clang 3.3 (tags/RELEASE_33/final 183502) time: Tue Jan 7 16:37:07 2014 elapsed time: 4 seconds 2014/1/7 Achilleas Mantzios > On 04/01/2014 03:23, ari wrote: > >> The 'nasty FreeBSD bug' is that running the latest OpenJDK 6 or 7 will >>> cause pretty much all version of FreeBSD back to 8.0 to instantly >>> reboot. This is actually a FreeBSD kernel bug. >>> Watch the freebsd-announce@... list -- there will be at least an Errata >>> notice for all supported releases. >>> >> >> I understand the desire to protect people from bad effects, but this >> lockout >> of every Java port (since everything pretty much depends on openjdk) is >> quite extreme. Can we please have some more information about: >> >> * the nature of the bug >> * how far back do we have to revert openjdk7 to avoid the problem >> >> I've got a huge reliance on Java on production servers and this makes me >> very nervous. I also had planned an upgrade from FreeBSD 9.0 to 9.2 on a >> server today and this can't go ahead since I cannot install an updated >> openjdk. >> >> If this is an obscure bug which is in all versions of the openjdk against >> all versions of freebsd, could someone please revert the FORBIDDEN flag on >> these ports, since its only effect is to: >> >> * make users believe that FreeBSD is not a good platform for Java >> * stop users from upgrading from any previous versions of Java, or >> otherwise >> update systems >> >> If this is a serious problem only in the latest version of Java (eg. >> 1.7.0_45) then can we revert the port to a known working version? >> >> >> At any rate, more information would be great since I've already got >> 1.7.0_45 >> in production on a couple of machines and I need to know what to look out >> for. >> >> > Agree 100%. Better revert java 6/7 to stable ports rather than create this > extreme impression along with the negative psychological effect it might > have. > > Thanks >> Ari >> >> >> >> -- >> View this message in context: http://freebsd.1045724.n5. >> nabble.com/open-jdk7-marked-FORBIDDEN-tp5873171p5873612.html >> Sent from the freebsd-java mailing list archive at Nabble.com. >> >> _______________________________________________ >> 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" >> > > > -- > Achilleas Mantzios > > _______________________________________________ > 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 Tue Jan 7 14:37:31 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9CD95CE for ; Tue, 7 Jan 2014 14:37:31 +0000 (UTC) Received: from fallback6.mail.ru (fallback6.mail.ru [94.100.176.134]) by mx1.freebsd.org (Postfix) with ESMTP id 5C63E1DB0 for ; Tue, 7 Jan 2014 14:37:31 +0000 (UTC) Received: from smtp53.i.mail.ru (smtp53.i.mail.ru [94.100.177.113]) by fallback6.mail.ru (mPOP.Fallback_MX) with ESMTP id 9C5D22C5001D for ; Tue, 7 Jan 2014 18:37:29 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From:Date:Message-ID; bh=mTriCUMq2SRLEpidr7DtJkMzhU1VLZbK9LMyOf/9ebY=; b=LHRRlLp9iOqao5n8g6HuK3/kIZjGDf2ymmeDFEucC0a7B+IO+Gvs+rpf2oFItg+dwkwJR8jSuGtpyxJc8odSj13vG4LxnhCahJGDFeBW3Y0/iWgyQ0vlWqyDi1cfJ/pjAkKh+So9ptvIVBjE4J36KrF+ilZi9feXH8B5K122T+g=; Received: from [85.95.186.94] (port=55400 helo=evita.fire) by smtp53.i.mail.ru with esmtpa (envelope-from ) id 1W0XmT-00035D-0W for freebsd-java@freebsd.org; Tue, 07 Jan 2014 18:37:21 +0400 Message-ID: <52CC1124.9040700@mail.ru> Date: Tue, 07 Jan 2014 18:37:24 +0400 From: iZEN User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-java@freebsd.org Subject: make: stopped in /usr/ports/java/openjdk7 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam: Not detected X-Mras: Ok X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 14:37:31 -0000 % portmaster openjdk-7.45.18_1 ... ... ... gmake[8]: Leaving directory `/usr/ports/java/openjdk7/work/openjdk/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product' All done. gmake[7]: Leaving directory `/usr/ports/java/openjdk7/work/openjdk/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product' cd bsd_amd64_compiler2/product && ./test_gamma Using java runtime at: /usr/local/openjdk7/jre Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/invoke/AdapterMethodHandle gmake[6]: *** [product] Error 1 gmake[6]: Leaving directory `/usr/ports/java/openjdk7/work/openjdk/build/bsd-amd64/hotspot/outputdir' gmake[5]: *** [generic_build2] Error 2 gmake[5]: Leaving directory `/usr/ports/java/openjdk7/work/openjdk/hotspot/make' gmake[4]: *** [product] Error 2 gmake[4]: Leaving directory `/usr/ports/java/openjdk7/work/openjdk/hotspot/make' gmake[3]: *** [hotspot-build] Error 2 gmake[3]: Leaving directory `/usr/ports/java/openjdk7/work/openjdk' gmake[2]: *** [build_product_image] Error 2 gmake[2]: Leaving directory `/usr/ports/java/openjdk7/work/openjdk' *** Error code 1 Stop. make[1]: stopped in /usr/ports/java/openjdk7 *** Error code 1 Stop. make: stopped in /usr/ports/java/openjdk7 ===>>> make failed for java/openjdk7 ===>>> Aborting update ===>>> Update for java/openjdk7 failed ===>>> Aborting update ===>>> Killing background jobs Terminated ===>>> You can restart from the point of failure with this command line: portmaster java/openjdk7 ===>>> Exiting From owner-freebsd-java@FreeBSD.ORG Tue Jan 7 22:36:23 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47C01E26 for ; Tue, 7 Jan 2014 22:36:23 +0000 (UTC) Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1CF98163E for ; Tue, 7 Jan 2014 22:36:22 +0000 (UTC) Received: by mail-pa0-f53.google.com with SMTP id hz1so989313pad.40 for ; Tue, 07 Jan 2014 14:36:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=pAj1M+wGjhuxGHKIVfwjhILdOdeDNERXPoUUJUS4J8U=; b=mH0sTOBZ6TSciEOVwz9eKzdOiLCKCo4eKx3IJVXf/4puEvYAK9VbhDrws9kcuSbHPe fsYJgYSejQQTRKlhIhGYRuD9pWsi/snsEX1xs4yXPVY5e1ulf1NP8QVoTMIkr/3e3e5O F/lMpbRPOOmjBxGRE24BWs5ZHaP3JZP1Pr+TWbpPTIQzID2UkbK04dgdmpsxsrav2q2R 6Akhav88495Qvi1K/AH0ERfiPXeaeqHUTVcz/LeQ0Qk7Rt3KnsDV5hwq4tQpjbjacp6J t/DeO9qVIOjwlgZrlAhIpkgrtaSJscfFzy2mQgQbL0UVdyDLikhecoEdZiupP2LuGbjF QI7Q== X-Gm-Message-State: ALoCoQn8zKtP6CU9MTgPz4AiaQqO32dS/ffzh1M+IgXVSxexxCUIpBpHc6/6tLL/dCGN8iZ0c/vn MIME-Version: 1.0 X-Received: by 10.66.174.165 with SMTP id bt5mr8194885pac.151.1389134182359; Tue, 07 Jan 2014 14:36:22 -0800 (PST) Sender: bsd-src@helfman.org Received: by 10.70.78.130 with HTTP; Tue, 7 Jan 2014 14:36:22 -0800 (PST) In-Reply-To: <52CC1124.9040700@mail.ru> References: <52CC1124.9040700@mail.ru> Date: Tue, 7 Jan 2014 14:36:22 -0800 X-Google-Sender-Auth: JfNqLO0PK6t09viU1dcoC_F7Tqc Message-ID: Subject: Re: make: stopped in /usr/ports/java/openjdk7 From: Jason Helfman To: iZEN Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 22:36:23 -0000 On Tue, Jan 7, 2014 at 6:37 AM, iZEN wrote: > % portmaster openjdk-7.45.18_1 > ... > ... > ... > gmake[8]: Leaving directory `/usr/ports/java/openjdk7/ > work/openjdk/build/bsd-amd64/hotspot/outputdir/bsd_amd64_ > compiler2/product' > All done. > gmake[7]: Leaving directory `/usr/ports/java/openjdk7/ > work/openjdk/build/bsd-amd64/hotspot/outputdir/bsd_amd64_ > compiler2/product' > cd bsd_amd64_compiler2/product && ./test_gamma > Using java runtime at: /usr/local/openjdk7/jre > Error occurred during initialization of VM > java/lang/NoClassDefFoundError: java/lang/invoke/AdapterMethodHandle > gmake[6]: *** [product] Error 1 > gmake[6]: Leaving directory `/usr/ports/java/openjdk7/ > work/openjdk/build/bsd-amd64/hotspot/outputdir' > gmake[5]: *** [generic_build2] Error 2 > gmake[5]: Leaving directory `/usr/ports/java/openjdk7/ > work/openjdk/hotspot/make' > gmake[4]: *** [product] Error 2 > gmake[4]: Leaving directory `/usr/ports/java/openjdk7/ > work/openjdk/hotspot/make' > gmake[3]: *** [hotspot-build] Error 2 > gmake[3]: Leaving directory `/usr/ports/java/openjdk7/work/openjdk' > gmake[2]: *** [build_product_image] Error 2 > gmake[2]: Leaving directory `/usr/ports/java/openjdk7/work/openjdk' > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/java/openjdk7 > *** Error code 1 > > Stop. > make: stopped in /usr/ports/java/openjdk7 > > ===>>> make failed for java/openjdk7 > ===>>> Aborting update > > ===>>> Update for java/openjdk7 failed > ===>>> Aborting update > > ===>>> Killing background jobs > Terminated > > ===>>> You can restart from the point of failure with this command line: > portmaster java/openjdk7 > > ===>>> Exiting > Did you perform a make clean first, or whatever portmaster switch would take of this prior to doing the build? Thanks! -jgh -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve From owner-freebsd-java@FreeBSD.ORG Wed Jan 8 08:30:09 2014 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A5A980B for ; Wed, 8 Jan 2014 08:30:09 +0000 (UTC) Received: from m12-14.163.com (m12-14.163.com [220.181.12.14]) by mx1.freebsd.org (Postfix) with ESMTP id A278E1E4B for ; Wed, 8 Jan 2014 08:30:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=Message-ID:Date:Mime-Version:From:Subject; bh=F/QY1 EKRMjx1oSXeQPWarmVg00bE3kwUBB5z7tB+pWg=; b=kKPoSgzQ/T30BgiS7A/qZ jK9FZfffWyoBI5rtObt2u2AA5H5uQh0DxmBYUgXMVOLqbhI8CWVVdBQQkfyjsN3b ppW1yDjwfH2xEQHJVtOyrahVQxYTrSjc1zz/9m8Ya5T5iMVCVvYIsCbyELudlJxY BD/rRzYMWDAqnPrGgEprEM= Received: from 2011-20121108SO (unknown [171.105.67.253]) by smtp10 (Coremail) with SMTP id DsCowECpI3+CDM1SJN8ZCA--.735S2; Wed, 08 Jan 2014 16:29:54 +0800 (CST) X-Coremail-DSSMTP: 171.105.67.253 Message-ID: Date: Wed, 08 Jan 2014 08:29:48 GMT From: To: Subject: new laptop keyboard X-CM-TRANSID: DsCowECpI3+CDM1SJN8ZCA--.735S2 X-Coremail-Antispam: 1Uf129KBjvJXoWxZw4DJw4DWFW5uw4ruF1xKrg_yoW5uFWrpr n8Jrs0yr4rG3W8JF909a1vyw1jqrZ5A3y2vrZF93sYqay0v34fuFnxWw4ayFnIyFnayFyY qr4UJr1kJry3JFUanT9S1TB71UUUUj7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x07jfhL8UUUUU= X-Originating-IP: [171.105.67.253] X-CM-SenderInfo: 52kl5tdgrvilqs6rljoofrz/1tbiWQUNlVD+R-XqbQAAsf MIME-Version: 1.0 Content-Type: text/plain; charset="gb2312" X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: zhangtingyouxiang@126.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 08:30:09 -0000 Hi coming new keyboard: price 8-10usd/pcs HP DV7-6000 SP HP FOLI013 US HP CQ72 GR US HP CQ42 US HP DV4 US HP DV5 LA UK HP DV6000 US HP DV2000 IT US UK HP CQ50 SP HP CQ62 US HP 6720S SP ASUS K52 G51 FR GR IT US ASUS F80 SP ASUS M50 US ASUS A3000 US IT ASUS EPC7000 UK ASUS A8 TI US ASUS F2 RU ACER AS9400 RU FR ACER AS4710 UK ACER AS5516 SP IT ACER ONE A150 US ACER TM2300 SP GR TOSHIBA A300 RU P205 FR TOSHIBA P750 US C650 US A660 US SAMSUNG NP300 US N148 UK RV511 UK DELL E6420 US LENOVOL S10-2 RU LA S10 US RU X108- US LENOVO S10-2- US SONY CS -SP£¬IT£¬BR ASUS 1005-US£¬ LENOVO U310 RU LENOVO U410 RU HP 8570/6570 US HP 8570/6570 TR LENOVO G470 US ASUS 1015 LA HP DV5 RU LENOVO Z560 TR LENOVO G470 LA TOSHIBA A500 FR LENOVO G470 RU LA LG R410 BR ASUS 1015 TR ASUS 1015 FR TOSHIBA A10 SP LENOVO S10-2 TR LENOVO S10-2 UK LENOVO S10-2 IT LENOVO S10-2 RU LENOVO S10-2 LA ASUS K42 BR ACER V3 SP TOSHIBA A500 GR TOSHIBA A500 UK LENOVO G565 G560 UK LENOVO G565 G560 LA HP DV5 LA TOSHIBA A300 GR TOSHIBA A300 RU FUJITSU AH532 US LENOVO G465 G460 LA TOSHIBA A300 UK ACER AS3810 IT HP MINI10 US DELL E6420 E6320 US ACER 532H FR UK DELL N7110 KR ASUS K42 TR HP CQ72 GR TOSHIBA U500 FR ACER ONE 751 FR ACER ONE 751 TR HP M2000 GR gateway NV55 ASUS N50 TOSHIBA A10 DELL N4010 HP DV6000 ASUS N53 TOSHIBA A300 DELL 630M HP DV6, DV6-1000 black SP LENOVO G470 G475 B470 V470 black LA LENOVO G550 B550 V560 black SP TOSHIBA L800 L830 L845black LA; TOSHIBA C800 C805 C845 black LA; ACER ONE ZG5 black SP ACER ONE ZG5 A110 A150 D250 SP TOSHIBA L600 C640 C645 black LA TOSHIBA L600 C640 C645 black SP LENOVO Z470 black LA ACER ONE 532H D255 D260 black SP hp CQ43 G4 G6 black SP hp CQ42 G42 black LA hp mini 1103 mini 110-3500 MINI 110-3700 black SP HP MINI 210-3000 black SP HP MINI 1000 black LA ACER S3 S5, Aspire one 756 SP ACER ASPIRE 5810T black SP ACER ONE 751H ZA3 black SP DELL MINI 1012 MINI 1018 black SP DELL MINI 10, MINI 1010 black LA DELL Studio 14 1440 black LA SAMSUNG RV411 RC410 black LA SAMSUNG 300E5A 300V5A black LA; SONY VPC-EE black LA SONY VPC-EG LA SONY NW black SP; SONY EA LA SONY EB black SP SONY EB SP HP DM4, DV5-2000 black LA; HP 8440P black SP ACER AS5516 EMACHINE E625 black SP LENOVO G560 black LA LENOVO S10-3 black LA LENOVO G460 black SP HP DV3500 SP ,LA ACER TM8571 TM5740 TM5742 black SP DELL Inspiron 11Z 1110 black SP DELL E5400 black LA; DELL STUDIO 1535 1555 black LA; DELL E4300 black LA; LENOVO G480 black SP SONY VPC-S black SP HP MINI 110 black SP ) HP MINI 210-2000 SP ACER ONE 532H SP ASUS EPC 1000-BR£¬SP£¬FR£¬GR£¬TR ASUS F80- US£¬ ASUS 1015- UK DELL MINI10US DELL 1012 TOSHIBA NB100- US Laptop battery OEM 3/4cell 15usd/pcs original need model to quote OEM 6cell 19usd/pcs original need model to quote OEM 8/9cell 23usd/pcs original need model to quote OEM Laptop adapter 60W 4usd/pcs original 9usd/pcs 90W 6usd/pcs original 11.5usd/pcs laptop fan 4usd/pcs For more model no#,please tell me what you want ,then we will quote to you . Otherwise, we are supply original laptop adapter, laptop battery, motherboard,laptop fan, LED light, CCTV camera and LED/LCD Screen for all size model Should you have any questions, pls do not hesitate to contact me. Best regards Grace zhang +86 13669601454 +86 0775 83647855 [1]http://www.keyboard2013.com Email:zhangtingyouxiang@hotmail.com huaruishop eletronic co.,ltd Q5B136 5F huqiangbei eletronic square futian district shenzhen city guangdong province china References 1. http://www.keyboard2013.com/ From owner-freebsd-java@FreeBSD.ORG Wed Jan 8 16:52:21 2014 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2BD7C4E for ; Wed, 8 Jan 2014 16:52:21 +0000 (UTC) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) by mx1.freebsd.org (Postfix) with ESMTP id 9651B1C90 for ; Wed, 8 Jan 2014 16:52:21 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.1 cv=Bvqkn+n5 c=1 sm=0 tr=0 a=nVny9ETX7T5uMhI2oTVyRA==:117 a=nVny9ETX7T5uMhI2oTVyRA==:17 a=K-v-2zaBAAAA:8 a=SkCG5SpXJK4A:10 a=AaUjGI9IrlcA:10 a=kj9zAlcOel0A:10 a=OA2lqS22AAAA:8 a=sIt-5M63AAAA:8 a=8CNUO5cYYZIA:10 a=PQehHvXjchrHO06oZJAA:9 a=CjuIK1q_8ugA:10 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp01.rcn.cmh.synacor.com smtp.mail=roberthuff@rcn.com; spf=neutral; sender-id=neutral Authentication-Results: smtp01.rcn.cmh.synacor.com header.from=roberthuff@rcn.com; sender-id=neutral Received-SPF: neutral (smtp01.rcn.cmh.synacor.com: 209.6.193.164 is neither permitted nor denied by domain of rcn.com) Received: from [209.6.193.164] ([209.6.193.164:65238] helo=jerusalem.litteratus.org.litteratus.org) by smtp.rcn.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id 4C/FA-09460-3428DC25; Wed, 08 Jan 2014 11:52:20 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <21197.33347.682548.862223@jerusalem.litteratus.org> Date: Wed, 8 Jan 2014 11:52:19 -0500 To: Jason Helfman Subject: Re: make: stopped in /usr/ports/java/openjdk7 In-Reply-To: References: <52CC1124.9040700@mail.ru> X-Mailer: VM 7.17 under 21.4 (patch 22) "Instant Classic" XEmacs Lucid Cc: iZEN , freebsd-java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 16:52:21 -0000 Jason Helfman writes: > > cd bsd_amd64_compiler2/product && ./test_gamma > > Using java runtime at: /usr/local/openjdk7/jre > > Error occurred during initialization of VM > > java/lang/NoClassDefFoundError: java/lang/invoke/AdapterMethodHandle > > gmake[6]: *** [product] Error 1 > > gmake[6]: Leaving directory `/usr/ports/java/openjdk7/ > Did you perform a make clean first, or whatever portmaster switch would > take of this prior to doing the build? I get the same error both when running "make clean" by hand and when using pkg+portmaster. Build log available on request. Robert Huff From owner-freebsd-java@FreeBSD.ORG Wed Jan 8 18:00:23 2014 Return-Path: Delivered-To: java@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E12D1AF; Wed, 8 Jan 2014 18:00:23 +0000 (UTC) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DE1DC1171; Wed, 8 Jan 2014 18:00:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 09C1A4B2034; Wed, 8 Jan 2014 18:50:01 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -0.967 X-Spam-Level: X-Spam-Status: No, score=-0.967 tagged_above=-999 required=5 tests=[AWL=0.031, BAYES_00=-2.599, RCVD_IN_PBL=0.905, RDNS_DYNAMIC=0.1, SPF_SOFTFAIL=0.596] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id av3wJaIEcqkI; Wed, 8 Jan 2014 18:49:56 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c224-156-70-80.bjare.net [80.70.156.224]) by mx1.bjare.net (Postfix) with ESMTP id B8E294B2048; Wed, 8 Jan 2014 18:49:49 +0100 (CET) Message-ID: <52CD8FBD.9070401@eskk.nu> Date: Wed, 08 Jan 2014 18:49:49 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: "ports@FreeBSD.org" , java@FreeBSD.org Subject: Updating openjdk6-b29 makes my system freeze and reboot Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 18:00:23 -0000 openjdk6-b29 < needs updating (index has b28_7,1) When running portmaster -a my system freezes after a while and reboots. I don't know how to get past this. Any suggestions Thanks /Leslie From owner-freebsd-java@FreeBSD.ORG Wed Jan 8 19:20:14 2014 Return-Path: Delivered-To: freebsd-java@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54726E40; Wed, 8 Jan 2014 19:20:14 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2AFCB1865; Wed, 8 Jan 2014 19:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s08JKETR058574; Wed, 8 Jan 2014 19:20:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s08JKEFa058573; Wed, 8 Jan 2014 19:20:14 GMT (envelope-from edwin) Date: Wed, 8 Jan 2014 19:20:14 GMT Message-Id: <201401081920.s08JKEFa058573@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-java@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185588: [UPDATE] devel/apache-ant to v1.9.3 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 19:20:14 -0000 Synopsis: [UPDATE] devel/apache-ant to v1.9.3 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-java Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jan 8 19:20:13 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185588 From owner-freebsd-java@FreeBSD.ORG Wed Jan 8 19:26:45 2014 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57E03F81 for ; Wed, 8 Jan 2014 19:26:45 +0000 (UTC) Received: from mail-oa0-x22d.google.com (mail-oa0-x22d.google.com [IPv6:2607:f8b0:4003:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 17C2B1906 for ; Wed, 8 Jan 2014 19:26:45 +0000 (UTC) Received: by mail-oa0-f45.google.com with SMTP id g12so2312771oah.18 for ; Wed, 08 Jan 2014 11:26:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rwFZ2CQfMU/9n844vDLYRedeNKGubh55EWqqUmnzu1s=; b=H8NOla1KSNhJY7wdrGtwPi4PAG5OK51XlyBLuILAOGI0xPjrl5YUPkOvZYBJqfw8ra 9+IaCQxry7Xi7dmIZwCHekJWyjHnRWw2U1f57dDcjyxl261TiIX4QK4EfCmHsHLHeLlY 2Xjficrd+rMRAB3PIfBa3cwxhRzM2368md/c0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=rwFZ2CQfMU/9n844vDLYRedeNKGubh55EWqqUmnzu1s=; b=fcuKis7PBgvSIvIfvKJ5labefv1Qcp450Z3HpVN2Bkv+89XsLJzl5dEFvYDNXdIwYH 229xYLSJLktFvZ34aqMJIlOq3vOseb8o3ALcyXCIEjsnFnl57usZVsjXkgAUHoJQDc0T FnzqNLzUV6B7WcwvZ9faHfBephmyMBNT0EW/PT9UPmFx64bZ72vrO8xrrxo9gwoh6nUa l6DVPoOsPG3k2xvRDVUPqIYkhV/rPasDX/S3fTt0DVqwVbjhjNb19sj3epdsprb6O9Zw vaqop1B85Co6LYQAwzVDPZyWRX/cghkbbfJFe8gESVa6MC64+0mVsxNz+U0Nid7qfykR snBw== X-Gm-Message-State: ALoCoQl5ESw+EwjmPncYz0YeP9IMVeMBKhrrk0mOuhir6bFOTRt+SasK3RMV9SsnIP+rbszYlnE1 MIME-Version: 1.0 X-Received: by 10.60.123.19 with SMTP id lw19mr27926622oeb.24.1389209204273; Wed, 08 Jan 2014 11:26:44 -0800 (PST) Received: by 10.76.154.2 with HTTP; Wed, 8 Jan 2014 11:26:44 -0800 (PST) X-Originating-IP: [93.111.95.108] Received: by 10.76.154.2 with HTTP; Wed, 8 Jan 2014 11:26:44 -0800 (PST) In-Reply-To: <52CD8FBD.9070401@eskk.nu> References: <52CD8FBD.9070401@eskk.nu> Date: Wed, 8 Jan 2014 20:26:44 +0100 Message-ID: Subject: Re: Updating openjdk6-b29 makes my system freeze and reboot From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: Leslie Jensen Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "ports@freebsd.org Ports" , java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 19:26:45 -0000 Am 08.01.2014 19:00 schrieb "Leslie Jensen" : > > > openjdk6-b29 < needs updating (index has b28_7,1) > > > When running portmaster -a my system freezes after a while and reboots. > > I don't know how to get past this. > > Any suggestions The b29 update is triggering a serious bug in the kernel that causes this issues. You can either update to a very recent FreeBSD stable (maximum about a week old) or you can (forcibly) deinstall openjdk6 and install it again which will use the bootstrapping jdk. Updating to b28 by using b29 to compile it will not work. From owner-freebsd-java@FreeBSD.ORG Wed Jan 8 20:27:26 2014 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 503B57CE; Wed, 8 Jan 2014 20:27:26 +0000 (UTC) Received: from server6.mbg.se (c-4-202-233-83.cust.bredband2.com [83.233.202.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BDD7F1EDF; Wed, 8 Jan 2014 20:27:25 +0000 (UTC) Received: from [192.168.0.103] (c-195-216-044-136.ekt.thalamus.net [195.216.44.136]) (authenticated bits=0) by server6.mbg.se (8.14.5/8.14.5) with ESMTP id s08KGFv1035806 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 8 Jan 2014 21:16:15 +0100 (CET) (envelope-from leslie@eskk.nu) Date: Wed, 08 Jan 2014 21:16:06 +0100 Subject: SV: Re: Updating openjdk6-b29 makes my system freeze and reboot Message-ID: <44gjluqve6k0wq7dm9647dac.1389212166688@email.android.com> Importance: normal From: Leslie Jensen To: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= MIME-Version: 1.0 X-Spam-Status: No, score=-96.1 required=7.0 tests=HTML_MESSAGE, HTML_NONELEMENT_30_40, RCVD_IN_PBL, RDNS_DYNAMIC, USER_IN_WHITELIST autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on server6.mbg.se Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "ports@freebsd.org Ports" , java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 20:27:26 -0000 CgotLS0tLS0tLSBPcmlnaW5hbG1lZGRlbGFuZGUgLS0tLS0tLS0KRnLDpW46IEJlcm5oYXJkIEZy w7ZobGljaCA8ZGVja2VAYmx1ZWxpZmUuYXQ+IApEYXR1bTowOC0wMS0yMDE0ICAyMDoyNiAgKEdN VCswMTowMCkgClRpbGw6IExlc2xpZSBKZW5zZW4gPGxlc2xpZUBlc2trLm51PiAKS29waWE6ICJw b3J0c0BmcmVlYnNkLm9yZyBQb3J0cyIgPHBvcnRzQGZyZWVic2Qub3JnPixqYXZhQGZyZWVic2Qu b3JnIApSdWJyaWs6IFJlOiBVcGRhdGluZyBvcGVuamRrNi1iMjkgbWFrZXMgbXkgc3lzdGVtIGZy ZWV6ZSBhbmQgcmVib290IAoKQW0gMDguMDEuMjAxNCAxOTowMCBzY2hyaWViICJMZXNsaWUgSmVu c2VuIiA8bGVzbGllQGVza2subnU+Ogo+Cj4KPiBvcGVuamRrNi1iMjnCoMKgwqDCoMKgwqDCoMKg wqDCoMKgwqDCoMKgwqDCoMKgwqDCoMKgwqAgPMKgwqAgbmVlZHMgdXBkYXRpbmcgKGluZGV4IGhh cyBiMjhfNywxKQo+Cj4KPiBXaGVuIHJ1bm5pbmcgcG9ydG1hc3RlciAtYSBteSBzeXN0ZW0gZnJl ZXplcyBhZnRlciBhIHdoaWxlIGFuZCByZWJvb3RzLgo+Cj4gSSBkb24ndCBrbm93IGhvdyB0byBn ZXQgcGFzdCB0aGlzLgo+Cj4gQW55IHN1Z2dlc3Rpb25zCgpUaGUgYjI5IHVwZGF0ZSBpcyB0cmln Z2VyaW5nIGEgc2VyaW91cyBidWcgaW4gdGhlIGtlcm5lbCB0aGF0IGNhdXNlcyB0aGlzCmlzc3Vl cy4gWW91IGNhbiBlaXRoZXIgdXBkYXRlIHRvIGEgdmVyeSByZWNlbnQgRnJlZUJTRCBzdGFibGUg KG1heGltdW0KYWJvdXQgYSB3ZWVrIG9sZCkgb3IgeW91IGNhbiAoZm9yY2libHkpIGRlaW5zdGFs bCBvcGVuamRrNiBhbmQgaW5zdGFsbCBpdAphZ2FpbiB3aGljaCB3aWxsIHVzZSB0aGUgYm9vdHN0 cmFwcGluZyBqZGsuIFVwZGF0aW5nIHRvIGIyOCBieSB1c2luZyBiMjkgdG8KY29tcGlsZSBpdCB3 aWxsIG5vdCB3b3JrLgpfX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fXwpmcmVlYnNkLXBvcnRzQGZyZWVic2Qub3JnIG1haWxpbmcgbGlzdApodHRwOi8vbGlzdHMu ZnJlZWJzZC5vcmcvbWFpbG1hbi9saXN0aW5mby9mcmVlYnNkLXBvcnRzClRvIHVuc3Vic2NyaWJl LCBzZW5kIGFueSBtYWlsIHRvICJmcmVlYnNkLXBvcnRzLXVuc3Vic2NyaWJlQGZyZWVic2Qub3Jn IgoKClRoYW5rIHlvdSB2ZXJ5IG11Y2guIEknbGwgdHJ5IHlvdXIgc3VnZ2VzdGlvbiBhbmQgZGVp bnN0YWxsLgoKL0xlc2xpZQoK From owner-freebsd-java@FreeBSD.ORG Wed Jan 8 20:31:59 2014 Return-Path: Delivered-To: freebsd-java@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27BAAAA3; Wed, 8 Jan 2014 20:31:59 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F0B871F75; Wed, 8 Jan 2014 20:31:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s08KVwMJ076205; Wed, 8 Jan 2014 20:31:58 GMT (envelope-from jkim@freefall.freebsd.org) Received: (from jkim@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s08KVwEY076204; Wed, 8 Jan 2014 20:31:58 GMT (envelope-from jkim) Date: Wed, 8 Jan 2014 20:31:58 GMT Message-Id: <201401082031.s08KVwEY076204@freefall.freebsd.org> To: jkim@FreeBSD.org, freebsd-java@FreeBSD.org, jkim@FreeBSD.org From: jkim@FreeBSD.org Subject: Re: ports/185588: [UPDATE] devel/apache-ant to v1.9.3 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 20:31:59 -0000 Synopsis: [UPDATE] devel/apache-ant to v1.9.3 Responsible-Changed-From-To: freebsd-java->jkim Responsible-Changed-By: jkim Responsible-Changed-When: Wed Jan 8 20:31:37 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=185588 From owner-freebsd-java@FreeBSD.ORG Fri Jan 10 07:03:51 2014 Return-Path: Delivered-To: java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD0DA6BE; Fri, 10 Jan 2014 07:03:51 +0000 (UTC) Received: from mail-pb0-x22e.google.com (mail-pb0-x22e.google.com [IPv6:2607:f8b0:400e:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8BEB21D9C; Fri, 10 Jan 2014 07:03:51 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id md12so4040643pbc.5 for ; Thu, 09 Jan 2014 23:03:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=BLPu32eGcSj6xZ2sgL5HYWscCektx3FkUe19Tvbcsxk=; b=DKFMl2vFunZo2Vq4edzSGRCXylayopT5q5rwfeiG1GV1CaBkyHREorgo3cR9RqrW3d jcY0yrdluiJctzM665EdabVh25TktZFul3ehOxjQgB0KtuJE6TRiUqAriEdh3Mdz8aPy m1vTXQBo3wdC3ZWLZBhuoujbrOvznq4arzHzxGi9xNb9fh6IrfdjyhuksL0T6pZI2SBr U5WNAD4O0ygfJtymYWD1ydaSpvn2DR2QoTUYwBo4wGwwQzBjXFgRAckRZx7HNBvB9chZ UxEgBcfTsFr9fjP5iY06e0syLzd2lpY+BwLq9bRbugNfk35ab9N658x6RhLwWa2j/2Zy Y3BQ== MIME-Version: 1.0 X-Received: by 10.68.164.131 with SMTP id yq3mr9271666pbb.56.1389337431220; Thu, 09 Jan 2014 23:03:51 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.67.23.101 with HTTP; Thu, 9 Jan 2014 23:03:51 -0800 (PST) In-Reply-To: <44gjluqve6k0wq7dm9647dac.1389212166688@email.android.com> References: <44gjluqve6k0wq7dm9647dac.1389212166688@email.android.com> Date: Thu, 9 Jan 2014 23:03:51 -0800 X-Google-Sender-Auth: fmnOdxM2vGVcbNsO7ZsPQ5AZW0E Message-ID: Subject: Re: Re: Updating openjdk6-b29 makes my system freeze and reboot From: Kevin Oberman To: Leslie Jensen Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: "ports@freebsd.org Ports" , java@freebsd.org, =?UTF-8?Q?Bernhard_Fr=C3=B6hlich?= X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jan 2014 07:03:51 -0000 On Wed, Jan 8, 2014 at 12:16 PM, Leslie Jensen wrote: > > > -------- Originalmeddelande -------- > Fr=C3=A5n: Bernhard Fr=C3=B6hlich > Datum:08-01-2014 20:26 (GMT+01:00) > Till: Leslie Jensen > Kopia: "ports@freebsd.org Ports" ,java@freebsd.org > Rubrik: Re: Updating openjdk6-b29 makes my system freeze and reboot > > Am 08.01.2014 19:00 schrieb "Leslie Jensen" : > > > > > > openjdk6-b29 < needs updating (index has b28_7,1= ) > > > > > > When running portmaster -a my system freezes after a while and reboots. > > > > I don't know how to get past this. > > > > Any suggestions > > The b29 update is triggering a serious bug in the kernel that causes this > issues. You can either update to a very recent FreeBSD stable (maximum > about a week old) or you can (forcibly) deinstall openjdk6 and install it > again which will use the bootstrapping jdk. Updating to b28 by using b29 = to > compile it will not work. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > > Thank you very much. I'll try your suggestion and deinstall. > > /Leslie What about 10.0-RC5? At least I would hope thtat this fix makes it into 10.0. --=20 R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com