-
Notifications
You must be signed in to change notification settings - Fork 149
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
A segfault with member functions #493
Comments
Any ideas what is going wrong here?
Is this likely to be a Julia bug, then? |
Potentially related to #482 and JuliaLang/julia#28981 (the core issue there seems to be nested broadcasting which appears here too). |
Hmm. Seems Jameson has suggested at JuliaLang/julia#28981 (comment) that we can't be using |
Hello. When I tried to execute example notebook of RegionTrees.jl package I found a segfault on my system (Ubuntu 18.04). Purifying the crashing code I came up with this one:
Interestingly to cause a segfault both last two lines need to be present which also commute with themselves.
The text was updated successfully, but these errors were encountered: