Kenzi Trader
Kenzi Trader
In Julia 1.6.2 I also get the `Segmentation fault` but it doesn't crash. In v1.6.3 or v1.7.0-rc1 is crashes the Julia session. I also tried it without `JULIA_COPY_STACKS = 1`....
Yes, starting Julia 1.6.3 with `--handle-signals=no` works. Strange that in 1.6.2 the `Segmentation fault` doesn't cause Julia to crash but in 1.6.3 it does.
But with `--handle-signals=no` I cannot stop my `Pluto` server anymore with `Ctrl+C`. I have to use `kill -9`.
Regretfully also `JavaCall.init("-Xrs")` crashes Julia 1.6.3 on MacOS.
Also with `Java SE 17` it crashes Julia with and without `-Xrs`. I don't know how to start Java first and then Julia. For the time being I'll start Julia...
There is an example which uses a custom class loader: [Deliver Your Java Application in One-JAR!](http://one-jar.sourceforge.net/version-0.95/) There is a very old bug report: [JDK-4648386](https://bugs.java.com/view_bug.do?bug_id=4648386).
It's an iPhone 6 plus, so I geuss arm64.
I tried it on an iPhone 5 which is armv7 and had the same result. I removed the boost library on my Mac to make sure the linked version is...