Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A37F218832 for ; Thu, 3 Dec 2015 14:37:14 +0000 (UTC) Received: (qmail 82172 invoked by uid 500); 3 Dec 2015 14:37:11 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 82142 invoked by uid 500); 3 Dec 2015 14:37:11 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 82120 invoked by uid 99); 3 Dec 2015 14:37:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 14:37:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EC4AA2C033A for ; Thu, 3 Dec 2015 14:37:10 +0000 (UTC) Date: Thu, 3 Dec 2015 14:37:10 +0000 (UTC) From: "Andrey Gura (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (IGNITE-2080) JVM crashes on SunOS with SIGBUS (0xa) on frame [libjvm.so+0xc7c438] Unsafe_SetInt+0x14c MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrey Gura updated IGNITE-2080: -------------------------------- Description: JVM crashes on SunOS 5.11 with the following message: {noformat} # A fatal error has been detected by the Java Runtime Environment: # # SIGBUS (0xa) at pc=0xffffffff76a7c438, pid=10523, tid=652 # # JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15) # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.79-b02 mixed mode solaris-sparc ) # Problematic frame: # V [libjvm.so+0xc7c438] Unsafe_SetInt+0x14c {noformat} In order ot reproduce it need to do following: # Copy {{benchmark-offheap.properties}} file into {{modules/yardstick/config}} directory. # Build yardstick {{mvn -B clean package -Prelease -DskipTests -pl modules/yardstick -am}} # Run benchmark {{./bin/benchmark-drivers-start.sh config/benchmark-offheap.properties}} (do it from {{yardstick}} module directory) The problem isn't related with JIT (reproduces with -Xint option). Also see attached files (core dump and logs). was: JVM crashes on SunOS 5.11 with the following message: {noformat} # # A fatal error has been detected by the Java Runtime Environment: # # SIGBUS (0xa) at pc=0xffffffff76a7c438, pid=10523, tid=652 # # JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15) # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.79-b02 mixed mode solaris-sparc ) # Problematic frame: # V [libjvm.so+0xc7c438] Unsafe_SetInt+0x14c {noformat} In order ot reproduce it need to do following: # Copy {{benchmark-offheap.properties}} file into {{modules/yardstick/config}} directory. # Build yardstick {{mvn -B clean package -Prelease -DskipTests -pl modules/yardstick -am}} # Run benchmark {{./bin/benchmark-drivers-start.sh config/benchmark-offheap.properties}} (do it from {{yardstick}} module directory) The problem isn't related with JIT (reproduces with -Xint option). Also see attached files (core dump and logs). > JVM crashes on SunOS with SIGBUS (0xa) on frame [libjvm.so+0xc7c438] Unsafe_SetInt+0x14c > ----------------------------------------------------------------------------------------- > > Key: IGNITE-2080 > URL: https://issues.apache.org/jira/browse/IGNITE-2080 > Project: Ignite > Issue Type: Bug > Affects Versions: 1.5, 1.4 > Environment: SunOS 5.11, JDK 7 > Reporter: Andrey Gura > Assignee: Andrey Gura > > JVM crashes on SunOS 5.11 with the following message: > {noformat} > # A fatal error has been detected by the Java Runtime Environment: > # > # SIGBUS (0xa) at pc=0xffffffff76a7c438, pid=10523, tid=652 > # > # JRE version: Java(TM) SE Runtime Environment (7.0_79-b15) (build 1.7.0_79-b15) > # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.79-b02 mixed mode solaris-sparc ) > # Problematic frame: > # V [libjvm.so+0xc7c438] Unsafe_SetInt+0x14c > {noformat} > In order ot reproduce it need to do following: > # Copy {{benchmark-offheap.properties}} file into {{modules/yardstick/config}} directory. > # Build yardstick {{mvn -B clean package -Prelease -DskipTests -pl modules/yardstick -am}} > # Run benchmark {{./bin/benchmark-drivers-start.sh config/benchmark-offheap.properties}} (do it from {{yardstick}} module directory) > The problem isn't related with JIT (reproduces with -Xint option). > Also see attached files (core dump and logs). -- This message was sent by Atlassian JIRA (v6.3.4#6332)