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

tril on sparse matrix causes stack overflow in 0.2.1 #7818

Closed
dpo opened this issue Aug 2, 2014 · 5 comments
Closed

tril on sparse matrix causes stack overflow in 0.2.1 #7818

dpo opened this issue Aug 2, 2014 · 5 comments

Comments

@dpo
Copy link
Contributor

dpo commented Aug 2, 2014

The following just bit me:

julia> X = sprand(5, 5, .5);
julia> tril(X);
julia> tril(X, -1);
ERROR: stack overflow
 in tril at linalg/sparse.jl:205 (repeats 80000 times)

OSX 10.8.5, Julia 0.2.1 built from Homebrew. This seems to have been fixed between 0.2.1 and the current HEAD (Version 0.3.0-rc1+309 (2014-08-02 17:02 UTC).

@jiahao
Copy link
Member

jiahao commented Aug 2, 2014

Thanks for the report, but since we are already in the 0.3 release process, there seems little point in backporting the fix to 0.2.x now.

@dpo
Copy link
Contributor Author

dpo commented Aug 2, 2014

Of course. Just thought it would be useful to report.

@jiahao jiahao closed this as completed Aug 2, 2014
@dpo
Copy link
Contributor Author

dpo commented Aug 2, 2014

I'm not sure you want to close this until another stable release is available. For now, users are grabbing 0.2.1.

@JeffBezanson
Copy link
Member

Our policy is to close issues when they are fixed, not when a stable release is out containing the fix.

@ViralBShah
Copy link
Member

The issue report is still useful as someone else might run into this and can find out it is reported and fixed.

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