From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62CC8C433DB for ; Tue, 23 Mar 2021 11:57:23 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 814A461920 for ; Tue, 23 Mar 2021 11:57:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 814A461920 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bugs.launchpad.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:50078 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lOfez-0007Ti-DM for qemu-devel@archiver.kernel.org; Tue, 23 Mar 2021 07:57:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34474) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lOfdO-0006Ro-3W for qemu-devel@nongnu.org; Tue, 23 Mar 2021 07:55:42 -0400 Received: from indium.canonical.com ([91.189.90.7]:45300) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lOfdK-0004qK-H6 for qemu-devel@nongnu.org; Tue, 23 Mar 2021 07:55:41 -0400 Received: from loganberry.canonical.com ([91.189.90.37]) by indium.canonical.com with esmtp (Exim 4.86_2 #2 (Debian)) id 1lOfdI-0001Uc-Kj for ; Tue, 23 Mar 2021 11:55:36 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 770CF2E8157 for ; Tue, 23 Mar 2021 11:55:36 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Tue, 23 Mar 2021 11:46:28 -0000 From: Namrata Bhave <1920913@bugs.launchpad.net> To: qemu-devel@nongnu.org X-Launchpad-Notification-Type: bug X-Launchpad-Bug: product=qemu; status=New; importance=Undecided; assignee=None; X-Launchpad-Bug-Tags: s390x X-Launchpad-Bug-Information-Type: Public X-Launchpad-Bug-Private: no X-Launchpad-Bug-Security-Vulnerability: no X-Launchpad-Bug-Commenters: nam121 X-Launchpad-Bug-Reporter: Namrata Bhave (nam121) X-Launchpad-Bug-Modifier: Namrata Bhave (nam121) Message-Id: <161649998851.23806.5550710395623491265.malonedeb@chaenomeles.canonical.com> Subject: [Bug 1920913] [NEW] Openjdk11+ fails to install on s390x X-Launchpad-Message-Rationale: Subscriber (QEMU) @qemu-devel-ml X-Launchpad-Message-For: qemu-devel-ml Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="4446feb642ca86be4f6eceb855b408397dad6a50"; Instance="production" X-Launchpad-Hash: c1d94514487ac859bc9e80e43af840214dfdfd5e Received-SPF: none client-ip=91.189.90.7; envelope-from=bounces@canonical.com; helo=indium.canonical.com X-Spam_score_int: -65 X-Spam_score: -6.6 X-Spam_bar: ------ X-Spam_report: (-6.6 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Bug 1920913 <1920913@bugs.launchpad.net> Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Public bug reported: While installing openjdk11 or higher from repo, it crashes while configurin= g ca-certificates-java. Although `java -version` passes, `jar -version` crashes. Detailed logs atta= ched to this issue. ``` # A fatal error has been detected by the Java Runtime Environment: # # SIGILL (0x4) at pc=3D0x00000040126f9980, pid=3D8425, tid=3D8430 # # JRE version: OpenJDK Runtime Environment (11.0.10+9) (build 11.0.10+9-Ubu= ntu-0ubuntu1.20.04) # Java VM: OpenJDK 64-Bit Server VM (11.0.10+9-Ubuntu-0ubuntu1.20.04, mixed= mode, tiered, compressed oops, g1 gc, linux-s390x) # Problematic frame: # J 4 c1 java.lang.StringLatin1.hashCode([B)I java.base@11.0.10 (42 bytes) = @ 0x00000040126f9980 [0x00000040126f9980+0x0000000000000000] # # Core dump will be written. Default location: Core dumps may be processed = with "/usr/share/apport/apport %p %s %c %d %P %E" (or dumping to //core.842= 5) # # An error report file with more information is saved as: # //hs_err_pid8425.log sed with "/usr/share/apport/apport %p %s %c %d %P %E" (or dumping to /root/= core.10740) # # An error report file with more information is saved as: # /root/hs_err_pid10740.log ``` Observed this on s390x/ubuntu as well as s390x/alpine when run on amd64 hos= t. Please note, on native s390x, the installation is successful. Also this cra= sh is not observed while installing openjdk-8-jdk. Qemu version: 5.2.0 Please let me know if any more details are needed. ** Affects: qemu Importance: Undecided Status: New ** Tags: s390x ** Attachment added: "openjdk_crash_logs.log" https://bugs.launchpad.net/bugs/1920913/+attachment/5480023/+files/openj= dk_crash_logs.log ** Description changed: While installing openjdk11 or higher from repo, it crashes while configur= ing ca-certificates-java. Although `java -version` passes, `jar -version` crashes. Detailed logs at= tached to this issue. = ``` # A fatal error has been detected by the Java Runtime Environment: # # SIGILL (0x4) at pc=3D0x00000040126f9980, pid=3D8425, tid=3D8430 # # JRE version: OpenJDK Runtime Environment (11.0.10+9) (build 11.0.10+9-U= buntu-0ubuntu1.20.04) # Java VM: OpenJDK 64-Bit Server VM (11.0.10+9-Ubuntu-0ubuntu1.20.04, mix= ed mode, tiered, compressed oops, g1 gc, linux-s390x) # Problematic frame: # J 4 c1 java.lang.StringLatin1.hashCode([B)I java.base@11.0.10 (42 bytes= ) @ 0x00000040126f9980 [0x00000040126f9980+0x0000000000000000] # # Core dump will be written. Default location: Core dumps may be processe= d with "/usr/share/apport/apport %p %s %c %d %P %E" (or dumping to //core.8= 425) # # An error report file with more information is saved as: # //hs_err_pid8425.log sed with "/usr/share/apport/apport %p %s %c %d %P %E" (or dumping to /roo= t/core.10740) # # An error report file with more information is saved as: # /root/hs_err_pid10740.log ``` = - Observed this on s390x/ubuntu as well as alpine when run on amd64. = - Please note, on native s390x, the installation is successful. Also this c= rash is not observed while installing openjdk-8-jdk. = + Observed this on s390x/ubuntu as well as s390x/alpine when run on amd64 h= ost. + Please note, on native s390x, the installation is successful. Also this c= rash is not observed while installing openjdk-8-jdk. = Qemu version: 5.2.0 = Please let me know if any more details are needed. -- = You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1920913 Title: Openjdk11+ fails to install on s390x Status in QEMU: New Bug description: While installing openjdk11 or higher from repo, it crashes while configur= ing ca-certificates-java. Although `java -version` passes, `jar -version` crashes. Detailed logs at= tached to this issue. ``` # A fatal error has been detected by the Java Runtime Environment: # # SIGILL (0x4) at pc=3D0x00000040126f9980, pid=3D8425, tid=3D8430 # # JRE version: OpenJDK Runtime Environment (11.0.10+9) (build 11.0.10+9-U= buntu-0ubuntu1.20.04) # Java VM: OpenJDK 64-Bit Server VM (11.0.10+9-Ubuntu-0ubuntu1.20.04, mix= ed mode, tiered, compressed oops, g1 gc, linux-s390x) # Problematic frame: # J 4 c1 java.lang.StringLatin1.hashCode([B)I java.base@11.0.10 (42 bytes= ) @ 0x00000040126f9980 [0x00000040126f9980+0x0000000000000000] # # Core dump will be written. Default location: Core dumps may be processe= d with "/usr/share/apport/apport %p %s %c %d %P %E" (or dumping to //core.8= 425) # # An error report file with more information is saved as: # //hs_err_pid8425.log sed with "/usr/share/apport/apport %p %s %c %d %P %E" (or dumping to /roo= t/core.10740) # # An error report file with more information is saved as: # /root/hs_err_pid10740.log ``` Observed this on s390x/ubuntu as well as s390x/alpine when run on amd64 h= ost. Please note, on native s390x, the installation is successful. Also this c= rash is not observed while installing openjdk-8-jdk. Qemu version: 5.2.0 Please let me know if any more details are needed. To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/1920913/+subscriptions