initialized sem_gcfin in vm_startup().

fixed a new problem in error message output bound for stderr.
fixed  wrong timeout value calculatin in exec.c
This commit is contained in:
hyunghwan.chung
2017-12-28 16:12:10 +00:00
parent dbb38a5d31
commit 09585a4ea5
5 changed files with 55 additions and 27 deletions

View File

@ -1164,7 +1164,12 @@ struct moo_t
struct
{
moo_ooch_t buf2[2048];
union
{
moo_ooch_t ooch[2048];
moo_bch_t bch[2048];
moo_uch_t uch[2048];
} tmpbuf;
moo_ooch_t buf[2048];
moo_oow_t len;
} errmsg;