Skip to content

Instantly share code, notes, and snippets.

@enebo

enebo/err.txt Secret

Created November 22, 2021 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enebo/225bdbde895c2ab84c57d95678a75fa9 to your computer and use it in GitHub Desktop.
Save enebo/225bdbde895c2ab84c57d95678a75fa9 to your computer and use it in GitHub Desktop.
system ~/work/gems/jnr-demo main 1653% ./gradlew gtk3:run
> Task :gtk3:compileJava
> Task :gtk3:processResources NO-SOURCE
> Task :gtk3:classes
> Task :gtk3:run
GTK version: 3.24.30
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fe6ce611c5f, pid=4018873, tid=4018874
#
# JRE version: OpenJDK Runtime Environment Temurin-16.0.2+7 (16.0.2+7) (build 16.0.2+7)
# Java VM: OpenJDK 64-Bit Server VM Temurin-16.0.2+7 (16.0.2+7, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# C [libgobject-2.0.so.0+0x15c5f] g_cclosure_marshal_VOID__VOID+0x7f
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" (or dumping to /home/enebo/work/gems/jnr-demo/gtk3/core.4018873)
#
# An error report file with more information is saved as:
# /home/enebo/work/gems/jnr-demo/gtk3/hs_err_pid4018873.log
#
# If you would like to submit a bug report, please visit:
# https://github.com/adoptium/adoptium-support/issues
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
> Task :gtk3:run FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':gtk3:run'.
> Process 'command '/home/enebo/Applications/jdks/jdk-16.0.2+7/bin/java'' finished with non-zero exit value 134
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 6s
2 actionable tasks: 2 executed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment