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

Segmentation fault when transposing a char #25271

Closed
dpsanders opened this issue Dec 26, 2017 · 4 comments
Closed

Segmentation fault when transposing a char #25271

dpsanders opened this issue Dec 26, 2017 · 4 comments

Comments

@dpsanders
Copy link
Contributor

dpsanders commented Dec 26, 2017

julia> c = '1'
'1': ASCII/Unicode U+0031 (category Nd: Number, decimal digit)

julia> c'

signal (11): Segmentation fault: 11
in expression starting at no file:0
unknown function (ip: 0xffffffffffffffff)
Allocations: 3423488 (Pool: 3422945; Big: 543); GC: 6
@vchuravy
Copy link
Member

Duplicate of JuliaLang/LinearAlgebra.jl#495?

@dpsanders
Copy link
Contributor Author

I don't get the same segfault with ""'. In fact, I just get a crash with no segfault reported.

@dpsanders
Copy link
Contributor Author

dpsanders commented Dec 26, 2017

Fix incoming in #25265

@dpsanders
Copy link
Contributor Author

This is no longer a segfault since #25272 (?).

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

Successfully merging a pull request may close this issue.

2 participants