llst icon indicating copy to clipboard operation
llst copied to clipboard

Crash in Scheduler>>run

Open 0x7CFE opened this issue 10 years ago • 2 comments

(TODO)

0x7CFE avatar Sep 14 '13 06:09 0x7CFE

There is a hack in imageBuilder.c:

   /*
     create Char with extra slot for instance var 
   */
  CharClass = gcalloc(MetaCharSize);
  addGlobalName("Char", CharClass);
  CharClass->data[nameInClass] = newSymbol("Char");

The imageBuilder does not calculate the size of Meta classes. facepalm.jpg

kpp avatar Oct 13 '13 19:10 kpp

Facepalm

0x7CFE avatar Oct 14 '13 03:10 0x7CFE