-
-
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
Assertion failure in jl_gf_invoke_lookup (detect_unbound_args-related) #24460
Comments
I should add that this failure seems to be deterministic, with the exception of the type reported by |
This still happens on current master. It blocks the merger of #23939, and with impending feature freeze it risks sticking us with the old API. This appears to be some form of memory corruption, and I worry that I lack the time to track it down myself. |
fixes JuliaLang#25341, fixes JuliaLang#24460, fixes JuliaLang#22554
On the
teh/extensible_broadcast
I'm getting a curious failure intest/ambiguous
(this from a debug build in which I've inserted@show tuple_sig
right before this line):Memory corruption?
The text was updated successfully, but these errors were encountered: