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
I installed xsv (version 0.13.0 ) on Windows (version 10.0.20348 Build 20348) and rand cargo test on it and it fails.
I got this BUFFER_OVERRUN error:
'''
error: test failed, to rerun pass --test tests
Caused by:
process didn't exit successfully: C:\Users\Administrator\Documents\rust_artefacts\packages\xsv\target\debug\deps\tests-251926c85974f2e2.exe (exit code: 0xc0000409, STATUS_STACK_BUFFER_OVERRUN)
'''
Can you help to solve this?
The text was updated successfully, but these errors were encountered:
vidhyasasi
changed the title
Cargo test failed on WIndows
Cargo test failed on Windows
Jun 6, 2023
I installed xsv (version 0.13.0 ) on Windows (version 10.0.20348 Build 20348) and rand cargo test on it and it fails.
I got this BUFFER_OVERRUN error:
'''
error: test failed, to rerun pass
--test tests
Caused by:
process didn't exit successfully:
C:\Users\Administrator\Documents\rust_artefacts\packages\xsv\target\debug\deps\tests-251926c85974f2e2.exe
(exit code: 0xc0000409, STATUS_STACK_BUFFER_OVERRUN)'''
Can you help to solve this?
The text was updated successfully, but these errors were encountered: