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
@HyeonseopJeong Thanks a lot for the report! I've been thinking about it and I think there isn't a good way to solve it in code. Maybe the best we can do is to clarify in the documentation that circular references will cause a segmentation fault. Let me know if you have other ideas.
Hi ,
I found that call stack overflow occurs when use a word defined circularly.
A word can define circularly like below.
or It can be defined circularly with multiple words like below.
And program is terminated by segmentation fault when there is the word defined circularly in the expression.
$ clac "a" Segmentation fault
The text was updated successfully, but these errors were encountered: