You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Andrey Gura (JIRA)" <ji...@apache.org> on 2015/12/03 15:33:10 UTC

[jira] [Created] (IGNITE-2080) JVM crashes on SunOS with SIGBUS (0xa) on frame [libjvm.so+0xc7c438] Unsafe_SetInt+0x14c

Andrey Gura created IGNITE-2080:
-----------------------------------

             Summary: 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


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)

Also see attached files (core dump and logs).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)