-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Internal Error: BoundsError #30093
Comments
Does this happen on the v1.0.3 release candidate? |
Yes, but not on master. |
Thanks for the reply. I added a dummy counter to a while loop and it "fixed" this for me. Any idea what's going on? |
Some bug in the optimizer probably. |
@Keno, @JeffBezanson—do either of you remember fixing this? |
@Keno has this been fixed? |
I don't remember looking at this specifically, but there were a few other bugs involving try/catch that did get fixed. |
For the record, this does definitely still occur in 1.0.3, but appears to be fixed in 1.1.0. Does the "LTR" in 1.0.3 mean that the fix should be backported to 1.0 to create a 1.0.4? Or should this issue be closed? |
Bisected the fix to #28878, which isn't very useful... |
In Julia 1.0.2 this code:
produces this error:
Minor modifications allow the function to work without error, e.g.:
The text was updated successfully, but these errors were encountered: