planck

Planck ClojureScript REPL
2018-05-13T12:48:37.000004Z

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

mfikes 2018-05-13T12:50:14.000056Z

@steveh2009 Yes, a while back https://twitter.com/mfikes/status/743636207201026048

2018-05-13T12:57:01.000083Z

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).

mfikes 2018-05-13T12:58:01.000063Z

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

2018-05-13T12:59:11.000037Z

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

mfikes 2018-05-13T13:01:26.000022Z

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)

2018-05-13T13:14:10.000019Z

Here's some output:

2018-05-13T13:14:14.000045Z

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)