Index: vm/jitrino/src/jet/enc.h =================================================================== --- vm/jitrino/src/jet/enc.h (revision 599294) +++ vm/jitrino/src/jet/enc.h (working copy) @@ -178,6 +178,8 @@ { total_size = max(how_much, (unsigned)BUFFER_ZONE); m_buf = (char*)realloc(m_buf, total_size); + // we still can not throw OutOfMemory in some cases + assert(m_buf); } /**