replete-repl / replete-ios

ClojureScript REPL iOS app
Eclipse Public License 1.0
395 stars 25 forks source link

Recursive function crashes the app. #52

Closed currentoor closed 8 years ago

currentoor commented 9 years ago

A mundanely recursive function makes the app crash if the call stack gets too large. In the clojure repl it gracefully throws a stack too deep error.

Simple example function

(defn foo [] (foo))
mfikes commented 9 years ago

@currentoor Thanks! This works on an iPhone 6. Which device do you have? (I'm wondering if we are running out of memory and need to be more careful.) Can you try with the latest build (14) that was just released?

mfikes commented 8 years ago

img_0824

mfikes commented 8 years ago

Not reproducible.