You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With include("old_types.jl") in segf.jl, this returns 0.0.
With include("new_types.jl") in segf.jl, it throws sometimes a segfault, sometimes:
ERROR: no method getindex(SYSTEM: show(lasterr) caused an error
ERROR: no method Enumerate{I}(
in showerror at repl.jl:111
in showerror at repl.jl:66
in anonymous at client.jl:93
in with_output_color at util.jl:444
in display_error at client.jl:91SYSTEM: show(lasterr) caused an error
WARNING: it is likely that something important is broken, and Julia will not be able to continue normally
The text was updated successfully, but these errors were encountered:
Context at julia-user, including files to reproduce.
To reproduce, run:
With
include("old_types.jl")
insegf.jl
, this returns0.0
.With
include("new_types.jl")
insegf.jl
, it throws sometimes a segfault, sometimes:The text was updated successfully, but these errors were encountered: