From owner-freebsd-java@FreeBSD.ORG Tue May 14 17:09:00 2013 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 35D178BE; Tue, 14 May 2013 17:09:00 +0000 (UTC) (envelope-from dieterich.joh@gmail.com) Received: from mail-qa0-x236.google.com (mail-qa0-x236.google.com [IPv6:2607:f8b0:400d:c00::236]) by mx1.freebsd.org (Postfix) with ESMTP id B0549AF3; Tue, 14 May 2013 17:08:59 +0000 (UTC) Received: by mail-qa0-f54.google.com with SMTP id o13so559601qaj.20 for ; Tue, 14 May 2013 10:08:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=g9K7PfbtihbYh6piansCq0cEFub/h6qV8wk44Z6EytI=; b=DpaBy7GzdVOfAed+YtWJOTVSFpOL14DH1mM8ryusrsY3zBcrHbQ1Z/zk/15rht3FSK uGRvhfT8armTfcbnNxqKBBiIOpQeIMpr8Bz/TWciK+c3QDhjozwKvF+f7ROUHZo1ceUR 5RY7p/S8sweW3j69vwQbgUbeV8kwkln6zR0Ra43jvTi6CySVu4iMJmAghxFNteA2tulM iF7pIi6/xIdMEuf+ogPpBcdPraJOYdiCrecONYLxCoreZHZ06GZZ4jSfGDWgmok47Dh+ utC0MRLn2IwzV9CLdm4kAfPYqdiPOgVkoDiAplMmN5riMxqStgShRLIdkDSjQFyOXRiI TpLA== X-Received: by 10.49.62.66 with SMTP id w2mr28450968qer.34.1368551339164; Tue, 14 May 2013 10:08:59 -0700 (PDT) Received: from bresson.poelloepaeae.de (jd-t430s.Princeton.EDU. [128.112.34.82]) by mx.google.com with ESMTPSA id db3sm15521873qab.4.2013.05.14.10.08.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 14 May 2013 10:08:58 -0700 (PDT) Message-ID: <51926FA8.70704@gmail.com> Date: Tue, 14 May 2013 13:08:56 -0400 From: Johannes Dieterich User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130504 Thunderbird/17.0.5 MIME-Version: 1.0 To: Jung-uk Kim Subject: Re: openjdk6 broken on current References: <20130505082750.GY12114@ithaqua.etoilebsd.net> <072097222ecf7a0454b6bf3c5a345e7a@webmail.lerctr.org> <3b07abf009691a0c1292f44568f0a380@webmail.lerctr.org> <55c89ac05cb6cb17d056be00b9da1279@webmail.lerctr.org> <15bba76880d792dca6eec4b6c91ec7f8@webmail.lerctr.org> <1368264341.33341.51.camel@thor.walstatt.dyndns.org> <51912EFD.3090509@FreeBSD.org> In-Reply-To: <51912EFD.3090509@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Daniel Eischen , Freebsd current , "O. Hartmann" , freebsd-java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2013 17:09:00 -0000 Hi, On 05/13/13 14:20, Jung-uk Kim wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 2013-05-11 05:25:41 -0400, O. Hartmann wrote: >> On Thu, 2013-05-09 at 17:16 -0500, Larry Rosenman wrote: >>> On 2013-05-09 06:16, Damjan Jovanovic wrote: >>>> On Wed, May 8, 2013 at 8:52 PM, Larry Rosenman >>>> wrote: On 2013-05-08 13:37, Larry Rosenman wrote: >>>> >>>> On 2013-05-08 12:46, Larry Rosenman wrote: On 2013-05-08 12:00, >>>> Daniel Eischen wrote: On Wed, 8 May 2013, Daniel Eischen >>>> wrote: >>>> >>>> On Wed, 8 May 2013, Larry Rosenman wrote: >>>> >>>> Daniel Eischen wrote: On Wed, 8 May >>>> 2013, Larry Rosenman wrote: >>>> >>>> Can SOMEONE please look at this? >>>> >>>> I have a real need to get java back on my -CURRENT server >>>> soon. >>>> >>>> Did/can you try just backing out r249606? >>>> >>>> -- DE >>>> >>>> How can I generate a patch to do that? >>>> >>>> Go here: >>>> >>>> >>>> http://svnweb.freebsd.org/base/head/lib/libthr/thread/thr_sig.c?sortby=date&view=log >>>> >>>> >>>> > then click on "Diff to previous 249606", then click on "Patch" >>>> at the top. You can try backing out each/all of the recent >>>> changes to thr_sig.c to see what the culprit is. >>>> >>>> You'll have to use "-R" to reverse the patch I believe. >>>> >>>> Or, if you have a checked out svn repo, you can always use svn >>>> to generate the patch: >>>> >>>> $ cd /path/to/svn/src $ svn diff -r249606:249605 # no need to >>>> use -R on this patch I've done this, and dealt with a chunk >>>> reject, and am recompiling the world. >>>> >>>> Will let you know if this fixes it...... Still fails. >>>> >>>> /bin/mkdir -p >>>> >>>> /usr/ports/java/openjdk6/work/build/bsd-amd64/classes/javax/management/remote/rmi >>>> >>>> > rm -f >>>> >>>> /usr/ports/java/openjdk6/work/build/bsd-amd64/classes/javax/management/remote/rmi/RMIConnectionImpl_Stub.class >>>> >>>> > /usr/ports/java/openjdk6/work/build/bsd-amd64/bin/java -Xmx896m >>>> -Xms128m -cp >>>> /usr/ports/java/openjdk6/work/build/bsd-amd64/classes >>>> sun.rmi.rmic.Main -classpath >>>> "/usr/ports/java/openjdk6/work/build/bsd-amd64/classes" \ -d >>>> /usr/ports/java/openjdk6/work/build/bsd-amd64/classes >>>> \ -v1.2 \ -keepgenerated >>>> \ javax.management.remote.rmi.RMIConnectionImpl /bin/mkdir -p >>>> >>>> /usr/ports/java/openjdk6/work/build/bsd-amd64/gensrc/javax/management/remote/rmi >>>> >>>> > /bin/cp >>>> >>>> /usr/ports/java/openjdk6/work/build/bsd-amd64/classes/javax/management/remote/rmi/RMIConnectionImpl_Stub.java >>>> >>>> > \ >>>> >>>> /usr/ports/java/openjdk6/work/build/bsd-amd64/gensrc/javax/management/remote/rmi >>>> >>>> > /usr/ports/java/openjdk6/work/build/bsd-amd64/bin/java -Xmx896m >>>> -Xms128m -cp >>>> /usr/ports/java/openjdk6/work/build/bsd-amd64/classes >>>> sun.rmi.rmic.Main -classpath >>>> "/usr/ports/java/openjdk6/work/build/bsd-amd64/classes" \ -d >>>> /usr/ports/java/openjdk6/work/build/bsd-amd64/classes >>>> \ -iiop -v1.2 \ >>>> javax.management.remote.rmi.RMIConnectionImpl gmake[5]: *** >>>> >>>> [/usr/ports/java/openjdk6/work/build/bsd-amd64/classes/javax/management/remote/rmi/RMIConnectionImpl_Stub.class] >>>> >>>> > Segmentation fault (core dumped) >>>> gmake[5]: *** Deleting file >>>> >>>> `/usr/ports/java/openjdk6/work/build/bsd-amd64/classes/javax/management/remote/rmi/RMIConnectionImpl_Stub.class' >>>> >>>> > gmake[5]: Leaving directory >>>> `/usr/ports/java/openjdk6/work/jdk/make/com/sun/jmx' gmake[4]: >>>> *** [all] Error 1 gmake[4]: Leaving directory >>>> `/usr/ports/java/openjdk6/work/jdk/make/com/sun' gmake[3]: *** >>>> [all] Error 1 gmake[3]: Leaving directory >>>> `/usr/ports/java/openjdk6/work/jdk/make/com' gmake[2]: *** >>>> [all] Error 1 gmake[2]: Leaving directory >>>> `/usr/ports/java/openjdk6/work/jdk/make' gmake[1]: *** >>>> [jdk-build] Error 2 gmake[1]: Leaving directory >>>> `/usr/ports/java/openjdk6/work' gmake: *** >>>> [build_product_image] Error 2 *** [do-build] Error code 1 >>>> >>>> Stop in /usr/ports/java/openjdk6. *** [build] Error code 1 >>>> >>>> Stop in /usr/ports/java/openjdk6. >>>> >>>> ===>>> make failed for java/openjdk6 ===>>> Aborting update >>>> >>>> ===>>> Killing background jobs Terminated >>>> >>>> ===>>> You can restart from the point of failure with this >>>> command line: portmaster java/openjdk6 >>>> >>>> ===>>> Exiting # # >>>> >>>> >>>> I **CAN** give SSH/SUDO access to whoever..... >>>> >>>> (gdb) bt >>>> >>>> #0 0x0000000801e2da93 in JVM_handle_bsd_signal () from >>>> /usr/ports/java/openjdk6/work/build/bsd-amd64/lib/amd64/server/libjvm.so >>>> >>>> > #1 0x0000000800a49136 in swapcontext () from /lib/libthr.so.3 >>>> >>>> #2 0x0000000800a48d39 in sigaction () from /lib/libthr.so.3 #3 >>>> 0x00007ffffffff1d3 in ?? () #4 0x0000000800a48c20 in sigaction >>>> () from /lib/libthr.so.3 #5 0x0000000801ba9540 in >>>> Deoptimization::unpack_frames () from >>>> /usr/ports/java/openjdk6/work/build/bsd-amd64/lib/amd64/server/libjvm.so >>>> >>>> > #6 0x0000000803869f7e in ?? () >>>> #7 0x00007fffffbfa450 in ?? () >>>> >>>> #8 0x000000080383b828 in ?? () #9 0x000000080685e6e0 in ?? >>>> () #10 0x000000080684f000 in ?? () #11 0x00007fffffbfa4a0 in ?? >>>> () #12 0x00007fffffbfa518 in ?? () >>>> >>>> #13 0x000000080308f000 in ?? () #14 0x0000000806bac750 in ?? >>>> () >>>> >>>> #15 0x0000000803869eb9 in ?? () #16 0x0000000000000000 in ?? >>>> () (gdb) >>>> >>>> That backtrace would probably be clearer if you got it from a >>>> debug build of OpenJDK. Also you could find the exact commit >>>> that broke it by doing a bisection-search in SVN like "git >>>> bisect" would do. >>>> >>>> Regards Damjan Jovanovic >> >>> interestingly, I set both DEBUG and FASTDEBUG, and it compiles >>> cleanly now. >>> >>> >> >> >> Thanks for this hint! >> >> The port java/openjdk6 fails compiling for me with the above >> specified error (Segmentation fault) for a couple of weeks now. >> With the DEBUG flags set in the port's configuration, it compiles >> well. >> >> It is very intersting that it seems to depend on the hardware/CPU >> in conjunction with LLVMCLANG 3.3, whether this port compiles or >> not. In my case, I have two FreeBSD 10.0-CURRENT boxes running >> Core2Duo CPUs (E8400, Q6600) on which the port compiles. On an >> Ivy-Bridge i3-3220, the port also compiles well, even with >> -march=native -O3 flags set to the compiler. But it fails on the >> Sandy-Bridge-E machine (i7-3930K) with either -O3 or -O2 (but both >> ways -march=native set). > > How recent is your -CURRENT? FYI, recently we fixed couple of > auto-vectorization bugs, i.e., > > http://svnweb.freebsd.org/base?view=revision&revision=249817 > http://svnweb.freebsd.org/base?view=revision&revision=250593 > > I have feeling that one of these might fix your problem. For me, having kernel and userland of version r250600 do not fix this problem: 10.0-CURRENT FreeBSD 10.0-CURRENT #42 r250600: Mon May 13 13:37:34 EDT 2013 /usr/ports/java/openjdk6/work/build/bsd-amd64/gensrc/javax/management/remote/rmi /usr/ports/java/openjdk6/work/build/bsd-amd64/bin/java -Xmx896m -Xms128m -cp /usr/ports/java/openjdk6/work/build/bsd-amd64/classes sun.rmi.rmic.Main -classpath "/usr/ports/java/openjdk6/work/build/bsd-amd64/classes" \ -d /usr/ports/java/openjdk6/work/build/bsd-amd64/classes \ -iiop -v1.2 \ javax.management.remote.rmi.RMIConnectionImpl gmake[5]: *** [/usr/ports/java/openjdk6/work/build/bsd-amd64/classes/javax/management/remote/rmi/RMIConnectionImpl_Stub.class] Segmentation fault (core dumped) Hope this helps Johannes