From owner-freebsd-java@freebsd.org Fri Jan 11 00:40:11 2019 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 908CD149F304 for ; Fri, 11 Jan 2019 00:40:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 1DCBD77878 for ; Fri, 11 Jan 2019 00:40:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id D55E0149F2F3; Fri, 11 Jan 2019 00:40:10 +0000 (UTC) Delivered-To: java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A5D3149F2F1 for ; Fri, 11 Jan 2019 00:40:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 38DEA77876 for ; Fri, 11 Jan 2019 00:40:10 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 88BC642FE for ; Fri, 11 Jan 2019 00:40:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x0B0e9YP006086 for ; Fri, 11 Jan 2019 00:40:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x0B0e9dj006085 for java@FreeBSD.org; Fri, 11 Jan 2019 00:40:09 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 233470] java/openjdk8: Frequent JVM crashes with devel/sbt on 12-RC1 Date: Fri, 11 Jan 2019 00:40:08 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: bojan_petrovic@fastmail.fm X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: java@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc attachments.mimetype attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2019 00:40:11 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233470 Bojan Petrovic changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bojan_petrovic@fastmail.fm Attachment #201008|text/x-log |text/plain mime type| | --- Comment #5 from Bojan Petrovic --- Created attachment 201008 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D201008&action= =3Dedit sbt 1.1.4 JVM crash dump I'm running 12.0-RELEASE-p1 r342631. I compiled the java/openjdk8 with DEBUG option turned on, and sbt 1.1.4 constantly crashes. The last frame belonging to sbt in the attached stack trace is: sbt.internal.io.FreeBSD64Milli$.$anonfun$getModifiedTimeNative$3(Ljava/lang= /String;Lsbt/internal/io/FreeBSD64FileStat;)I+11 Afterwards, it goes to jna native stuff. sbt.io seems to be working with manual offsets into stat struct: https://github.com/sbt/io/blob/87e9e49bb8faf829c5f3a0f9c69e5cb865309a6c/io/= src/main/scala/sbt/internal/io/Milli.scala#L227 The stat.h was modified in r318736 ("Commit the 64-bit inode project"), whi= ch, as the commit message says, might break existing software. This issue could be related to the crash in this bug, but it manifests itse= lf regularly in DEBUG version of openjdk8, not sporadically. --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=