-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhs_err_pid3157.log
37 lines (31 loc) · 2.28 KB
/
hs_err_pid3157.log
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
29
30
31
32
33
34
35
36
37
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x000000012101b680, pid=3157, tid=259
#
# JRE version: OpenJDK Runtime Environment Corretto-17.0.5.8.1 (17.0.5+8) (build 17.0.5+8-LTS)
# Java VM: OpenJDK 64-Bit Server VM Corretto-17.0.5.8.1 (17.0.5+8-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, bsd-aarch64)
# Problematic frame:
# C [libhalsim_gui.dylib+0x1b680] std::__1::__function::__func<halsimgui::NetworkTablesSimGui::Initialize()::$_0, std::__1::allocator<halsimgui::NetworkTablesSimGui::Initialize()::$_0>, void ()>::operator()()+0x8
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# If you would like to submit a bug report, please visit:
# https://github.com/corretto/corretto-17/issues/
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
--------------- S U M M A R Y ------------
Command Line: -Djava.library.path=/Users/elwobot/Documents/GitHub/robot2023/build/jni/release -Dfile.encoding=UTF-8 -Duser.country=US -Duser.language=en -Duser.variant /Users/elwobot/Documents/GitHub/robot2023/build/libs/robot2023.jar
Host: "MacBookPro18,3" arm64, 8 cores, 16G, Darwin 22.3.0, macOS 13.2.1 (22D68)
Time: Wed Feb 22 21:53:36 2023 EST elapsed time: 105.912211 seconds (0d 0h 1m 45s)
--------------- T H R E A D ---------------
Current thread (0x000000012201b000): JavaThread "main" [_thread_in_native, id=259, stack(0x000000016ebd0000,0x000000016f3cc000)]
Stack: [0x000000016ebd0000,0x000000016f3cc000], sp=0x000000016f3c8950, free space=8162k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libhalsim_gui.dylib+0x1b680] std::__1::__function::__func<halsimgui::NetworkTablesSimGui::Initialize()::$_0, std::__1::allocator<halsimgui::NetworkTablesSimGui::Initialize()::$_0>, void ()>::operator()()+0x8
C [libhalsim_gui.dylib+0x884c4] wpi::gui::PlatformRenderFrame()+0x2ec
C [libhalsim_gui.dylib+0x772f8] wpi::gui::Main()+0x170
C [libhalsim_gui.dylib+0x1ae3c] HALSIM_InitExtension::$_2::__invoke(void*)+0xc
j edu.wpi.first.hal.HAL.runMain()V+0
j edu.wpi.first.wpilibj.RobotBase.startRobot(Ljava/util/function/Supplier;)V