You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
openjdk version "1.8.0_162"
OpenJDK Runtime Environment (build 1.8.0_162-b12)
OpenJDK 64-Bit Server VM (build 25.162-b12, mixed mode)
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000000000003780, pid=10177, tid=0x00007f8e076d3700
#
# JRE version: OpenJDK Runtime Environment (8.0_162-b12) (build 1.8.0_162-b12)
# Java VM: OpenJDK 64-Bit Server VM (25.162-b12 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C 0x0000000000003780
#
# Core dump written. Default location: /home/johnmc/pkgs-src/hpctoolkit-tests/vdso/core or core.10177
#
# An error report file with more information is saved as:
# /home/johnmc/pkgs-src/hpctoolkit-tests/vdso/hs_err_pid10177.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
Using Oracle Java
java version "1.8.0_141"
Java(TM) SE Runtime Environment (build 1.8.0_141-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.141-b15, mixed mode)
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000000000003780, pid=10940, tid=0x00007fd3ce6d2700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_141-b15) (build 1.8.0_141-b15)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.141-b15 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C 0x0000000000003780
#
# Core dump written. Default location: /home/johnmc/pkgs-src/hpctoolkit-tests/vdso/core or core.10940
#
# An error report file with more information is saved as:
# /home/johnmc/pkgs-src/hpctoolkit-tests/vdso/hs_err_pid10940.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
The text was updated successfully, but these errors were encountered:
The issue was that I had my hpctoolkit/INSTALL/lib/hpctoolkit/ext-libs on my LD_LIBRARY_PATH because I was debugging hpcrun. The version of libz that we have in our library (libz.so.1.2.8) is apparently not binary compatible with the version in /usr/lib64/libz.so.1.2.11. @mwkrentel
Using OpenJDK
% hpcviewer
Using Oracle Java
The text was updated successfully, but these errors were encountered: