1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
λ ./script/run.py
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f7255da2ad1, pid=944795, tid=944796
#
# JRE version: OpenJDK Runtime Environment (14.0.2+12) (build 14.0.2+12-Debian-2)
# Java VM: OpenJDK 64-Bit Server VM (14.0.2+12-Debian-2, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C [libc.so.6+0x15fad1]
#
# No core dump will be written. 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/ihabunek/projects/ihabunek/HumbleUI/hs_err_pid944795.log
nREPL server started on port 37789 on host localhost - nrepl://localhost:37789
nREPL 0.9.0
Clojure 1.11.0-rc1
OpenJDK 64-Bit Server VM 14.0.2+12-Debian-2
Interrupt: Control+C
Exit: Control+D or (exit) or (quit)
#
# If you would like to submit a bug report, please visit:
# https://bugs.debian.org/openjdk-14
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#