Skip to content
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

Segfault when declare cyclic type #34

Closed
Oleg-N-Cher opened this issue Jul 20, 2017 · 1 comment
Closed

Segfault when declare cyclic type #34

Oleg-N-Cher opened this issue Jul 20, 2017 · 1 comment
Labels

Comments

@Oleg-N-Cher
Copy link
Owner

DeaDDooMER

MODULE Test;

TYPE
        MyArr = POINTER TO ARRAY OF MyArr;

END Test.
$ voc Test.Mod -m
Segmentation fault (core dumped)

vishaps/voc#60

@Oleg-N-Cher
Copy link
Owner Author

jtempl/ofront#30
jtempl/ofront@c7d37c9

@Oleg-N-Cher Oleg-N-Cher changed the title segfault when declare cyclic type Segfault when declare cyclic type Nov 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant