When evaluating the following piece of code, extempore hangs, i. e. uses 100% cpu time of one core and becomes unresponsive.
Using current extempore tip (commit b5f80a3d5840385cd72e2588f86cf181f7a9be04) on Ubuntu 16.04 64-bit
Changing the (convert null) to (convert null i8*) makes it work for some reason.
When evaluating the following piece of code, extempore hangs, i. e. uses 100% cpu time of one core and becomes unresponsive. Using current extempore tip (commit b5f80a3d5840385cd72e2588f86cf181f7a9be04) on Ubuntu 16.04 64-bit
Changing the
(convert null)
to(convert null i8*)
makes it work for some reason.