On Saturday, 13 July 2019 at 06:36:06 UTC, Boris Carvajal wrote:
On Friday, 12 July 2019 at 22:46:11 UTC, Anonymouse wrote:
I'm suddenly getting segfaults when running tests on Windows.
It works fine on Linux. I reduced it to a few lines (plus a
dependency) with dustmite, but they don't really make
sense[1]. Nevertheless they do trigger the segfault.
Can someone with Windows 10 and dmd 2.087.0 try the following
and see if it crashes please?
git clone https://github.com/zorael/tests -b wintestcrash &&
cd tests && dub test
I can reproduce it on Win10/x64 (qemu).
But it's really hard to debug on windows (at least with dmd and
no V.Studio), I could only get a readable backtrace with
"WinDbg Preview" debugger:
Thank you!
Filed as https://issues.dlang.org/show_bug.cgi?id=20048.