Thread issue

image.png next issue i faced!Although i did mingw-win32-pthread installation!Do you have any ideas, please?

Hi,

I think this is a bug. Googling a bit, it seems that mingw doesn’t provide EOVERFLOW error code but EFBIG instead.

Can you open an issue for this ?

The fix will simply consist in adding the following code, at the right place (any opinion ?, maybe at the begining of core/include/thread.h).

#ifndef EOVERFLOW

#define EOVERFLOW EFBIG

#endif

Alex

image.png

Hi,