Closed lvh closed 2 years ago
https://github.com/cljfx/cljfx/pull/155 to fix upstream
Thanks for the report and a PR! I released new Reveal versions (Free: 1.3.264
, Pro: 1.3.327
), can you check that it works for you now?
I can confirm that this fixed the issue! Thanks <3
{vlaaad/reveal {:mvn/version "1.3.263"}}
added to deps.edn, middlware added via.nrepl.edn
as per docs. Once my REPL loads, I do(require '[vlaaad.reveal :as r]) #reveal/inspect (all-ns)
and I see all NSes appear in the JavaFX window. However, as soon as I click on the JavaFX window, the process (and hence my NREPL) crashes with SIGABRT after ostensibly attempting to deref a null pointer:Happy to attach the full traceback if you think that's useful, but I think it's due to https://bugs.openjdk.java.net/browse/JDK-8275723 from hunting it down myself.
Good news: updating JavaFX fixes the issue. I'll submit a patch to cljfx and link this?