-
-
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/MethodError in complex use case #31666
Comments
Did you get a backtrace? I see some problems, but wanted to see if they were likely to be the same as your issue. |
Oh, sure - sorry, forgot about that. I just added a "backtrace.txt" to the gist (https://gist.github.com/oschulz/d2417a6259684861071ad098e3cafffa) |
@vtjnash, thanks for looking into this. Does my backtrace match what you see? I discovered one more thing: The error only occurs if Hope this helps tracking down what's happening here ... still haven't been able to do a proper MWE, it seems this error really only occurs when things are quite complex, resp. deeply nested. |
Yes, thanks. I believe #31670 should fix that |
Wow that was fast, thanks a lot @vtjnash! |
Thanks again! |
With a certain application (actually in several cases) involving BAT.jl and a host of other packages, I get this error (reproducible):
Apologies up front: I tried very hard, but wasn't able to create an MWE - as soon as I simplify things too much, the error goes away. On the other hand, I haven't been able to find a workaround that works for the actual (non-reduced) application either.
So here's a script (long, but as reduced as far as I could) "bat_julia_internal_error.jl", together with a Project and Manifest file that reproducibly causes the error: https://gist.github.com/oschulz/d2417a6259684861071ad098e3cafffa
Here's my system info:
OS: Ubuntu Linux 16.04, 64-bit
The text was updated successfully, but these errors were encountered: