On Wed, 18 Sep 2013 20:16:26 GMT, Dicebot wrote:

This make recent vibe.d release technically unusable despite the effort :( (simple writeBody is enough to trigger it as far as I can see)

Just in case, triggered assert is:

assert(s->Ssymnum == -1);

in

/****************************
 * Free up the symbol table, from symbols n1 through n2, not
 * including n2.
 */
 
 void freesymtab(symbol **stab,SYMIDX n1,SYMIDX n2)

I am trying to reduce a test case.