-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
core dump, with: Assertion `jl_types_equal((jl_value_t*)t, (jl_value_t*)dt)' failed. #19253
Labels
compiler:precompilation
Precompilation of modules
Comments
tend to agree |
I don't think this is actually the same issue. (Also seems to be fixed on master) |
why do you think it's not the same issue? |
It fails before it starts to run the |
Reduced to __precompile__()
module Gtk
abstract GObject
const fundamental_types = Ptr{GObject}
@eval f1{T<:$GObject}(::Type{T}) = 1
f2(hnd::Ptr{GObject}) = 2
end Happens on master and 0.5 with precompile on. |
And it happens ~20-30% of the time when running in a loop.... |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
reported as issue on Gtk JuliaGraphics/Gtk.jl#268, but ...
The text was updated successfully, but these errors were encountered: