You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _||_ __ _ | Type "?help"for help.
|||||||/_` | | | | |_| | | | (_| | | Version 0.7.0-DEV.2693 (2017-11-29 11:47 UTC) _/ |\__'_|_|_|\__'_| | Commit 0335175a66* (1 day old master)|__/ | x86_64-apple-darwin14.5.0julia> f(x) = f(x)f (generic function with 1 method)julia> f(0)ERROR: StackOverflowError:Stacktrace: [1] f(::Int64) at ./REPL[1]:1 (repeats 80000 times)julia> f(Int)Segmentation fault: 11
This happens on 0.6.0 and 0.6.1 too.
The text was updated successfully, but these errors were encountered:
goretkin
changed the title
Segfault instead of stack overflow on f
Segfault instead of stack overflow when passing a Type into infinitely recursing function
Nov 30, 2017
This happens on 0.6.0 and 0.6.1 too.
The text was updated successfully, but these errors were encountered: