Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Frequent, but intermittent, SIGSEGV on WSL #28

Open
mtnygard opened this issue May 12, 2019 · 0 comments
Open

Frequent, but intermittent, SIGSEGV on WSL #28

mtnygard opened this issue May 12, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@mtnygard
Copy link

Environment

OS: Windows 10.0.1903 (build 18362) running WSL with Ubuntu 18.04

Java: OpenJDK 64-Bit Server VM (11.0.2+9-Ubuntu-3ubuntu118.04.3, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)

Clojure: 1.10

Deps

{:paths   ["src" "resources"]
 :deps    {com.cognitect/pedestal.vase {:local/root "../../vase"}
           com.cognitect/anomalies     {:mvn/version "0.1.12"}
           instaparse                  {:mvn/version "1.4.10"}}
 :aliases {:rebl {:extra-deps {org.clojure/clojure         {:mvn/version "1.10.0"}
                               org.clojure/core.async      {:mvn/version "0.4.490"}
                               com.cognitect/rebl          {:local/root "bin/REBL-0.9.157.jar"}
                               org.openjfx/javafx-fxml     {:mvn/version "11.0.1"}
                               org.openjfx/javafx-controls {:mvn/version "11.0.1"}
                               org.openjfx/javafx-swing    {:mvn/version "11.0.1"}
                               org.openjfx/javafx-base     {:mvn/version "11.0.1"}
                               org.openjfx/javafx-web      {:mvn/version "11.0.1"}}
                  :main-opts  ["-m" "cognitect.rebl"]}
           :dev  {:main-opts   ["-m" "frenpl"]
                  :extra-paths ["dev"]
                  :extra-deps  {frenpl {:git/url "https://gist.github.com/mtnygard/9b2dd3c88b3309d82210b84f33ee954d"
                                        :sha     "d8f0739a045e3a4eb309d126510de5170949465b"}}}
           :run  {:main-opts ["-m" "gos.main" "src/config.fern"]
                  :jvm-opts  ["--add-modules" "java.xml.bind"]}}}

Command Line

clj -R:dev:rebl -m cognitect.rebl

This is run with DISPLAY set to localhost:0.0 and running VcXsrv

Console output

Clojure 1.10.0
user=> libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Prism-ES2 Error : GL_VERSION (major.minor) = 1.4
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f9769dfec28, pid=2502, tid=2606
#
# JRE version: OpenJDK Runtime Environment (11.0.2+9) (build 11.0.2+9-Ubuntu-3ubuntu118.04.3)
# Java VM: OpenJDK 64-Bit Server VM (11.0.2+9-Ubuntu-3ubuntu118.04.3, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C  [libjfxwebkit.so+0x2038c28]  bmalloc::Heap::allocateSmallPage(std::lock_guard<bmalloc::StaticMutex>&, unsigned long, std::array<bmalloc::List<bmalloc::SmallPage>, 112ul>&)+0x48
#
# Core dump will be written. Default location: core.2502 (may not exist)
#
# An error report file with more information is saved as:
# /home/mtnygard/atomist/projects/mtnygard/growing-one-system/api/hs_err_pid2502.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.
#
rlwrap: warning: clojure crashed, killed by SIGABRT (core dumped).
rlwrap itself has not crashed, but for transparency,
it will now kill itself with the same signal


warnings can be silenced by the --no-warnings (-n) option
Aborted (core dumped)

Log is attached.

hs_err_pid2502.log

@puredanger puredanger added the bug Something isn't working label Jun 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants