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

Memory not being freed? #173

Open
timholy opened this issue Feb 7, 2018 · 0 comments
Open

Memory not being freed? #173

timholy opened this issue Feb 7, 2018 · 0 comments

Comments

@timholy
Copy link
Member

timholy commented Feb 7, 2018

Reported at JuliaImages/ImageView.jl#138. Here's a copy of the simple test case:

julia> using Reactive

julia> function silly(anns=Signal(Dict{UInt,Any}()); kwargs...)
           return nothing
       end
silly (generic function with 2 methods)

julia> while true
           silly()
       end

Your system monitor will show the memory usage grows rapidly. Be prepared to act quickly to hit Ctrl-C or Ctrl-Z, otherwise you might crash your system.

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