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

segfault while loading a file #20121

Closed
tanmaykm opened this issue Jan 19, 2017 · 2 comments
Closed

segfault while loading a file #20121

tanmaykm opened this issue Jan 19, 2017 · 2 comments
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@tanmaykm
Copy link
Member

Loading this file causes Julia to segfault on master branch.

Reducing the array being loaded by one row avoids the segfault.
Appears to be a memory corruption?

@JeffBezanson JeffBezanson added the bug Indicates an unexpected problem or unintended behavior label Jan 19, 2017
@Keno Keno assigned Keno and JeffBezanson and unassigned Keno Jan 19, 2017
@yuyichao
Copy link
Contributor

Likely dup of #20103

@JeffBezanson
Copy link
Member

I think this one involves a long concrete tuple type that we can easily add a fast path for. #20103 I think is trickier.

JeffBezanson added a commit that referenced this issue Jan 20, 2017
fix #20121, segfault in subtyping in big vcat operation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

4 participants