Fork me on GitHub
#planck
<
2018-05-13
>
steveh201812:05:37

Has anyone gotten planck to work on the Ubuntu Linux bash shell (aka WSL) on windows 10. I get a memory segfault, complaining of memory limits

steveh201812:05:01

Strange, that's years ago and it should just work. Just last night I d/l ubuntu from Win Store. I'm on the latest Win 10 build (normal updates, not the Insider Program).

mfikes12:05:01

Is it running into memory issues trying to compile Planck itself, or just running a pre-built binary?

steveh201812:05:11

Mike, I followed your apt-get setup so it's the freshest pre-built

mfikes13:05:26

OK (by the way, if it is Ubuntu 14.04, it is a bit older. (Only the newest binaries are shipped on 16.04 owing https://github.com/planck-repl/planck/issues/540)

steveh201813:05:10

Here's some output:

steveh201813:05:14

ubuntu $ java -version openjdk version "1.8.0_171" OpenJDK Runtime Environment (build 1.8.0_171-8u171-b11-0ubuntu0.16.04.1-b11) OpenJDK 64-Bit Server VM (build 25.171-b11, mixed mode) ubuntu $ planck ClojureScript 1.10.238 FATAL: Could not allocate gigacage memory with maxAlignment = 34359738368, totalSize = 103079215104. (Make sure you have not set a virtual memory limit.) Segmentation fault (core dumped)