You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file \\wsl$\Ubuntu-18.04\home\nathanielcwm\Gridcoin-Research\depends\work\build\i686-w64-mingw32\curl\7.71.1-0cf6cb20ca6\conftest.exe gets detected by Windows Defender while building the depends for 32 bit Windows.
This consequently causes an error to pop up: The code execution cannot proceed because libwinpthread-1.dll was not found. Reinstalling the program may fix this problem.
After it reaches a point where it is checking for clock_gettime monotonic clock
The file
\\wsl$\Ubuntu-18.04\home\nathanielcwm\Gridcoin-Research\depends\work\build\i686-w64-mingw32\curl\7.71.1-0cf6cb20ca6\conftest.exe
gets detected by Windows Defender while building the depends for 32 bit Windows.This consequently causes an error to pop up:
The code execution cannot proceed because libwinpthread-1.dll was not found. Reinstalling the program may fix this problem.
After it reaches a point where it is
checking for clock_gettime monotonic clock
While Microsoft doesn't have any documentation for the C variant they seem to have a lot of documentation for other variants
https://www.microsoft.com/en-us/wdsi/threats/threat-search?query=Trojan:Win32/Fuery.C!cl
Bitcoin had an issue open about this: bitcoin/bitcoin#17277
Their fix was to disable the ability to run Win32 programs in WSL: bitcoin/bitcoin#19408
The text was updated successfully, but these errors were encountered: