Hey, i'm trying to get zig-curl's basic example working on windows and I'm running into the following crash
zig build run
--------------------GET demo--------------------
--------------------GET with allocator--------------------
thread 15420 panic: member access within null pointer of type 'struct thread_sync_data'
zig\p\N-V-__8AAHipPQF9UuLPiaV1CtJzZIxvTN61tMGdFx8LGjIV\lib\asyn-thread.c:309:0: 0x7ff77f3decf0 in query_complete (curl.lib)
struct thread_sync_data *tsd =
???:?:?: 0x7ffdb2866889 in ??? (WS2_32.dll)
???:?:?: 0x7ffdb2868ad2 in ??? (WS2_32.dll)
???:?:?: 0x7ffdb2868712 in ??? (WS2_32.dll)
???:?:?: 0x7ffdb2868558 in ??? (WS2_32.dll)
???:?:?: 0x7ffdb2867e1e in ??? (WS2_32.dll)
???:?:?: 0x7ffdb286a78b in ??? (WS2_32.dll)
???:?:?: 0x7ffdb286a6e4 in ??? (WS2_32.dll)
???:?:?: 0x7ffdb2869f48 in ??? (WS2_32.dll)
???:?:?: 0x7ffdb3841d08 in ??? (ntdll.dll)
???:?:?: 0x7ffdb381d799 in ??? (ntdll.dll)
???:?:?: 0x7ffdb1fc7373 in ??? (KERNEL32.DLL)
???:?:?: 0x7ffdb381cc90 in ??? (ntdll.dll)
any ideas as to what could be causing this?