Skip to content

Instantly share code, notes, and snippets.

@MLLeKander
Created May 5, 2014 04:11
Show Gist options
  • Save MLLeKander/a2d8431bd9dca02e8503 to your computer and use it in GitHub Desktop.
Save MLLeKander/a2d8431bd9dca02e8503 to your computer and use it in GitHub Desktop.
Achievement unlocked: Make the JVM segfault
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00002b68b0bb0590, pid=7115, tid=47728637200128
#
# JRE version: OpenJDK Runtime Environment (7.0_51) (build 1.7.0_51-b00)
# Java VM: OpenJDK 64-Bit Server VM (24.45-b08 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C [libc.so.6+0x149590] __nss_hosts_lookup+0x104b0
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/michael/Programming/SP/src/hs_err_pid7115.log
Compiled method (nm) 5171 12 n org.opencv.core.Mat::nGetB (native)
total in heap [0x00002b68b807c250,0x00002b68b807c5f8] = 936
relocation [0x00002b68b807c370,0x00002b68b807c3d0] = 96
main code [0x00002b68b807c3e0,0x00002b68b807c5f8] = 536
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# http://icedtea.classpath.org/bugzilla
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment