Discussion:
gmtime (and localtime) crash on _WIN32
Tim Rühsen
2017-07-07 10:33:03 UTC
Permalink
Testing with Wine 2.10 or 1.8.7 and building with mingw 5.0.2 on Debian
unstable (but have the same problem on Fedora25).

As a work-around
#undef gmtime

is enough and gmtime() works.

I am pretty sure this worked at some time in the past.
If you want me to test anything, let me know.

Regards, Tim
Tim Rühsen
2017-07-07 11:29:39 UTC
Permalink
Ok, just saw Akash's post - I guess that's related or even the fix to this
issue.

Regards, Tim
Post by Tim Rühsen
Testing with Wine 2.10 or 1.8.7 and building with mingw 5.0.2 on Debian
unstable (but have the same problem on Fedora25).
As a work-around
#undef gmtime
is enough and gmtime() works.
I am pretty sure this worked at some time in the past.
If you want me to test anything, let me know.
Regards, Tim
Loading...