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

Sig 11 in Version 1.0.0 #29512

Closed
samoconnor opened this issue Oct 4, 2018 · 5 comments
Closed

Sig 11 in Version 1.0.0 #29512

samoconnor opened this issue Oct 4, 2018 · 5 comments

Comments

@samoconnor
Copy link
Contributor

$ julia10
               _
   _       _ _(_)_     |  Documentation: https://docs.julialang.org
  (_)     | (_) (_)    |
   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.0.0 (2018-08-08)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

julia> f = x->7
#3 (generic function with 1 method)

julia> f = x->f(x) + 1
#5 (generic function with 1 method)

julia> f(1)
Segmentation fault: 11 😲

$ uname -a
Darwin Sams-15-Inch-MacBook.local 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64
@KristofferC
Copy link
Member

And in 1.0.1?

@fredrikekre
Copy link
Member

Duplicate of #17109 ? I get a stackoverflow on linux.

@samoconnor
Copy link
Contributor Author

Same on 1.0.1

@ViralBShah
Copy link
Member

Yeah, I get it on mac on 1.0.1 too.

@KristofferC
Copy link
Member

Indeed #17109

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

4 participants