From owner-freebsd-java@FreeBSD.ORG Tue May 7 06:44:01 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 7C85C53B for ; Tue, 7 May 2013 06:44:01 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-pb0-x229.google.com (mail-pb0-x229.google.com [IPv6:2607:f8b0:400e:c01::229]) by mx1.freebsd.org (Postfix) with ESMTP id 5BD8F23F for ; Tue, 7 May 2013 06:44:01 +0000 (UTC) Received: by mail-pb0-f41.google.com with SMTP id mc17so181281pbc.14 for ; Mon, 06 May 2013 23:44:01 -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=SmXSY1jXIFCD+6Myuho7+ZddAtM5ML3ENYniXWtSxJA=; b=CndXPeQGTJB/xojKoisAWZkDvCY8qvdVneGsx2RmOJ04xXR6kQyXBhcQvB+kwUTnPG MFnoBvh31eY8iM9PHcK1AQobCYJ7us2rHFsC8mLr4POeeqpvA20F0GfQ/+KZrXj4WRjH hs+grixBsq8focee1kAPrciVjARb7at/QXJzXRzJj3dVvGRxtLttLZRKaP84ia8Xjscy ovdd++hJ/2fenWH+DvGfU1z67eaQCv3XaxxJtHlYBtPrdef9bTDtFfz48ojwwqCcAjL4 W+GquNM6SbVq1ht4p4daYU+lzGtKgMXegPI9jIsb8goPpFfDDz7x+ZzqVEzsC5/0lYIR 2R6w== MIME-Version: 1.0 X-Received: by 10.69.0.226 with SMTP id bb2mr927303pbd.34.1367909041138; Mon, 06 May 2013 23:44:01 -0700 (PDT) Received: by 10.68.93.130 with HTTP; Mon, 6 May 2013 23:44:01 -0700 (PDT) In-Reply-To: <1e05f442e819d9eb77b16cee5b47d4c4@webmail.lerctr.org> References: <20130505082750.GY12114@ithaqua.etoilebsd.net> <20130505084925.GZ12114@ithaqua.etoilebsd.net> <1e05f442e819d9eb77b16cee5b47d4c4@webmail.lerctr.org> Date: Tue, 7 May 2013 09:44:01 +0300 Message-ID: Subject: Re: openjdk6 broken on current From: Alexander Yerenkow To: Larry Rosenman Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: 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, 07 May 2013 06:44:01 -0000 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 ? -- Regards, Alexander Yerenkow