From owner-freebsd-java@FreeBSD.ORG Wed May 8 13:58:45 2013 Return-Path: Delivered-To: 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 462D2B54; Wed, 8 May 2013 13:58:45 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-bk0-x22e.google.com (mail-bk0-x22e.google.com [IPv6:2a00:1450:4008:c01::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 8185667; Wed, 8 May 2013 13:58:44 +0000 (UTC) Received: by mail-bk0-f46.google.com with SMTP id w5so916936bku.33 for ; Wed, 08 May 2013 06:58:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=3osYCeOP5jfOGA1DfB55yAP3Q7q4hvNZfIMfT3bTFuw=; b=EN15Z8CqtDxdDjw7AGnOkGpgB6vgUL9KsIEHi3QJULZ0Zx7Q9CjNOFtSFP5VO7DaNB 2Zes3P7pg3gBBHfEFVrPrhnE4KWYBpwXJTmYk0sOTfdZcSOg27/oP7lhEK3F396NaNer 4sTFcN2mgM12/OYdpxrS3FmiWbsvAg1uTOBTIW0neT19e7ijdfmJsGroIdZV2j5eWMQ9 5Og9erTixdmwTacqjqfg+egzZkNh6VsETRlQvrGcF5ovVXbTn95vlVdM5r7rZgfYo2OX aH1VcKgnCdnBlZah+IQYk3oSADSZ/P2XUJWCvqEd0Zfq2iMISWiizeKOVO096T8Eu5vl 63ew== MIME-Version: 1.0 X-Received: by 10.204.195.67 with SMTP id eb3mr1881480bkb.107.1368021523053; Wed, 08 May 2013 06:58:43 -0700 (PDT) Received: by 10.204.40.140 with HTTP; Wed, 8 May 2013 06:58:42 -0700 (PDT) In-Reply-To: <072097222ecf7a0454b6bf3c5a345e7a@webmail.lerctr.org> References: <20130505082750.GY12114@ithaqua.etoilebsd.net> <20130505084925.GZ12114@ithaqua.etoilebsd.net> <1e05f442e819d9eb77b16cee5b47d4c4@webmail.lerctr.org> <072097222ecf7a0454b6bf3c5a345e7a@webmail.lerctr.org> Date: Wed, 8 May 2013 08:58:42 -0500 Message-ID: Subject: Re: openjdk6 broken on current From: Jeremy Messenger To: Larry Rosenman Content-Type: text/plain; charset=ISO-8859-1 Cc: java@freebsd.org, FreeBSD Current , freebsd-hackers@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: Wed, 08 May 2013 13:58:45 -0000 On Wed, May 8, 2013 at 8:29 AM, Larry Rosenman wrote: > Can SOMEONE please look at this? > > I have a real need to get java back on my -CURRENT server soon. Roll back your -CURRENT and you will have your server running already. > Thanks! > > > On 2013-05-07 10:18, Alexander Yerenkow wrote: >> >> Can anyone look into latest changes in swapcontext? >> >> http://svnweb.freebsd.org/base/head/lib/libthr/thread/thr_sig.c?sortby=date&view=log >> [1] >> >> Seems some of it broke openjdk6 (more in java@ list archive). >> Thanks. >> >> 2013/5/7 Larry Rosenman >> >> On 2013-05-07 02:10, Alexander Yerenkow wrote: >> >> Then seems that's it - swapcontext change probably culprit. >> I got rechecked generated classes at other pc - classes are fine, >> same command with classes from 10-current not segfaulting in a bit >> older 10-current. >> Thank you Larry for access, I'm done there :) >> >> Any idea(s) on how to fix it? >> >> 2013/5/7 Larry Rosenman >> >> Alexander Yerenkow wrote: >> >> 2013/5/7 Larry Rosenman >> >> I have 64G ram..... >> >> and I have workdir saved..... >> >> who wants an SSH account to look at and fix it? >> >> Okay, while we are here, here is backtrace from executing java while >> building port openjdk6: >> >> #0 0x0000000801e2da93 in JVM_handle_bsd_signal () from >> /usr/ports/java/openjdk6/work/build/bsd-amd64/lib/amd64/server/libjvm.so >> #1 0x0000000800a49116 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 0x00007fffffbfa080 in ?? () >> #8 0x000000080383b828 in ?? () >> #9 0x000000080685e6e0 in ?? () >> #10 0x000000080684f000 in ?? () >> #11 0x00007fffffbfa0d0 in ?? () >> #12 0x00007fffffbfa148 in ?? () >> #13 0x000000080308f000 in ?? () >> #14 0x0000000806bab450 in ?? () >> #15 0x0000000803869eb9 in ?? () >> #16 0x0000000000000000 in ?? () >> >> Is there any known significant changes about libthr (or any other ) before >> r250047 ? >> >> There were some commits around swapcontext recently........ >> -- >> Sent from Kaiten Mail. Please excuse my brevity. >> >> -- >> Regards, >> Alexander Yerenkow >> >> -- >> Larry Rosenman http://www.lerctr.org/~ler [2] >> Phone: +1 214-642-9640 [3] (c) E-Mail: ler@lerctr.org >> US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 >> >> -- >> Regards, >> Alexander Yerenkow >> >> Links: >> ------ >> [1] >> >> http://svnweb.freebsd.org/base/head/lib/libthr/thread/thr_sig.c?sortby=date&view=log >> [2] http://www.lerctr.org/~ler >> [3] tel:%2B1%20214-642-9640 > > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 214-642-9640 (c) E-Mail: ler@lerctr.org > US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" -- mezz.freebsd@gmail.com - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org