Crystal: Heap overflow on incorrect syntax "%w("

Created on 3 Nov 2017  路  2Comments  路  Source: crystal-lang/crystal

The following breaks the compiler:

$ crystal eval "%w("
Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS
$ crystal eval "%i("
Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS

Looks like a heap overflow related problem.

Reproducible with Crystal 0.23.1 and master 3c7ed6535

bug compiler

Most helpful comment

Cool! That just killed an open Sublime Text editor I had 馃槅

All 2 comments

Cool! That just killed an open Sublime Text editor I had 馃槅

It's a jinxed bug! Beware of disappearing cats next!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MakeNowJust picture MakeNowJust  路  64Comments

sergey-kucher picture sergey-kucher  路  66Comments

RX14 picture RX14  路  62Comments

straight-shoota picture straight-shoota  路  91Comments

asterite picture asterite  路  71Comments