-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Stackoverflow segfault from reload #23126
Comments
Even simpler julia> g() = nothing
g (generic function with 1 method)
julia> g(;x=nothing) = (g(); nothing)
g (generic function with 1 method)
julia> g()
ERROR: StackOverflowError:
|
NVM, I got a Stackoverflow error on Ubuntu. |
It might not be the exact same thing, but crashing instead of stackoverflow on macOS is known (as the comment above shows, e.g. #17109). |
Roger-luo
added a commit
to QuantumBFS/BitBasis.jl
that referenced
this issue
Feb 17, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I made a package named
Segfault.jl
and put this in it:Then calling
reload("Segfault")
from the repl resulted in a segfault. If the code is loaded interactively at the repl, an appropriate StackOverflowError is reported.The text was updated successfully, but these errors were encountered: