-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Diagonal(RowVector) segfaults #466
Comments
Stack overflow of course. I don't know why that continues to segfault on some platforms. Here's the stack trace:
|
Yes, the segfault was on macOS and I just tried Linux and indeed it gives the @andyferris I assume that we have discussed linear slicing of |
Yes, the |
The problem is these lines are way to greedy. With JuliaLang/julia#23424 it will be easy to recreate another row vector; I can correct the problem there or we can do it separately. |
It would be better not to bundle this with JuliaLang/julia#23424 since, if possible, the fix should be backported. |
Fixes #23649 (cherry picked from commit b9aed45)
Fixes #23649 (cherry picked from commit b9aed45)
Fixes #23649 (cherry picked from commit b9aed45)
Found by @alanedelman,
The text was updated successfully, but these errors were encountered: