We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have tried to use the example here and another one from the zinc-examples repo, and i keep getting this error.
thread 921703 panic: reached unreachable code /opt/homebrew/Cellar/zig/0.13.0/lib/zig/std/posix.zig:245:22: 0x10446df9b in close (XXXXX) .BADF => unreachable, // Always a race condition. ^ /opt/homebrew/Cellar/zig/0.13.0/lib/zig/std/net.zig:1798:32: 0x104490b53 in close (XXXXX) else => posix.close(s.handle), ^ /Users/XXXXX/.cache/zig/p/122002abcd2597bc6c6dccaa76b6d871dcd461b4a82f4c80ff9fc68b01e402dae241/src/zinc/engine.zig:186:25: 0x1044c6c43 in worker (XXXXX) stream.close(); ^ /opt/homebrew/Cellar/zig/0.13.0/lib/zig/std/Thread.zig:429:13: 0x1044b4a87 in callFn__anon_11328 (XXXXX) @call(.auto, f, args) catch |err| { ^ /opt/homebrew/Cellar/zig/0.13.0/lib/zig/std/Thread.zig:674:30: 0x104491c9f in entryFn (XXXXX) return callFn(f, args_ptr.*); ^ ???:?:?: 0x19f3bf2e3 in ??? (libsystem_pthread.dylib) ???:?:?: 0x19f3ba0fb in ??? (libsystem_pthread.dylib)
The text was updated successfully, but these errors were encountered:
Thanks for report. I'm working on the new IO handle and this error will be fixed by next release.
Sorry, something went wrong.
No branches or pull requests
I have tried to use the example here and another one from the zinc-examples repo, and i keep getting this error.
The text was updated successfully, but these errors were encountered: