Am 19.09.2013 01:05, schrieb Dicebot:

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.

Thanks a bunch for digging a bit deeper! To improve the immediate
situation, since master contains also some important fixes, I'll do a
small maintenance release shortly containing the formattedWrite
workaround.