Skip to content

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

Description

@erkkikeranen

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions