Segmentation fault on (illegal?) type definition #21923
Labels
bug
Indicates an unexpected problem or unintended behavior
regression
Regression in behavior compared to a previous version
types and dispatch
Types, subtyping and method dispatch
The following attempt at defining a recursive type (which may be illegal in the way I'm using here) immediately leads to a segmentation fault on 0.6.0-rc1 as well as on current master; it proceeds without error or segfault on 0.5.2 though.
If this type definition is illegal, julia should produce an error message, but not segfault.
The text was updated successfully, but these errors were encountered: