kassane / asio-zig

asio (standalone) event-loop to C API - Experimental (uses zig 0.12.0)
MIT License
4 stars 2 forks source link

Windows: libc++abi error on zig test #4

Open kassane opened 1 year ago

kassane commented 1 year ago
$> Run zig build test -freference-trace
run test: error: libc++abi: terminating due to uncaught exception of type std::__1::system_error: thread: The attempted operation is not supported for the type of object referenced.
run test: error: while executing test 'test.Task runner', the following command exited with code 3 (expected exited with code 0):

Reference:

kassane commented 1 year ago

In docker-wine8 test (windows-crosscompile):

root@8b6e934656a3:/data# wine64 zig-out/bin/counter-c.exe 
libc++abi: terminating due to uncaught exception of type std::__1::system_error: thread: asio.system error
kassane commented 1 year ago

Reference