Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: refer causes stack overflow if a symbol is not found #68

Open
erkkikeranen opened this issue Jun 5, 2020 · 0 comments
Open

Bug: refer causes stack overflow if a symbol is not found #68

erkkikeranen opened this issue Jun 5, 2020 · 0 comments

Comments

@erkkikeranen
Copy link
Member

erkkikeranen commented Jun 5, 2020

example, if I use refer in clojure.core:

(ns clojure.core)
(refer 'clojure.interop)

any invalid expression causes stack overflow

clojure.core=> asdfaf
thread 'main' has overflowed its stack
fatal runtime error: stack overflow
[1]    77210 abort      cargo run

any valid expression does not cause stack overflow, if I remove the refer, no issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant