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
Ah, that seems to be a bug in Crystal crystal-lang/crystal#5239.
I'm not an expert in this, but it looks like a heap overflow related problem. GC suggests to increase some configuration variables because of overflow.
Steps to reproduce:
$ icr icr(0.23.1) > %w(one two ) Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS [1] 75036 abort icr
You will need to wait a bit to see heap overflow and icr crash
The text was updated successfully, but these errors were encountered: