ice1000 / jimgui

:sparkling_heart: Pure Java binding for dear-imgui
Apache License 2.0
185 stars 13 forks source link

jimgui does not work after upgrade from 0.21.0 to 0.22.0 on linux #84

Closed programmerlexi closed 2 years ago

programmerlexi commented 2 years ago

I got this error when running my program

#

A fatal error has been detected by the Java Runtime Environment:

#

SIGSEGV (0xb) at pc=0x00007feb11acf0f4, pid=140089, tid=0x00007feb5527f700

#

JRE version: OpenJDK Runtime Environment (8.0_312-b07) (build 1.8.0_312-8u312-b07-0ubuntu1~20.04-b07)

Java VM: OpenJDK 64-Bit Server VM (25.312-b07 mixed mode linux-amd64 compressed oops)

Problematic frame:

C [libjimgui.so+0x580f4] ImGui::PopStyleVar(int)+0x74

#

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/tre/gameengine/ThorbenEngine/hs_err_pid140089.log

#

If you would like to submit a bug report, please visit:

http://bugreport.java.com/bugreport/crash.jsp

The crash happened outside the Java Virtual Machine in native code.

See problematic frame for where to report the bug.

#

ice1000 commented 2 years ago

What is your code?

ice1000 commented 2 years ago

.. and what is your glibc version? Maybe it's different from the one circleci uses.

ice1000 commented 2 years ago

Closed as no response