higan-emu / libco

libco is a cooperative multithreading library written in C89.
Other
125 stars 25 forks source link

On windows, calling to fflush(stdout); in co thread would cause crash. #13

Closed lygstate closed 4 years ago

lygstate commented 4 years ago

This is because I allocated a too small stack.