Skip to content

"httpz: quick shutdown" test fails #129

@BrainBlasted

Description

@BrainBlasted

Zig version: 0.14.0 / 0.14.1
OS: Linux (Fedora Silverblue 42, x86_64)

Log:

================================================================================
panic running "httpz: quick shutdown"
================================================================================
thread 94307 panic: reached unreachable code
/var/home/chris/.local/share/zigup/0.14.1/files/lib/std/posix.zig:4063:18: 0x128492b in epoll_ctl (test)
        .BADF => unreachable, // always a race condition if this happens
                 ^
/var/home/chris/Projects/http.zig/src/worker.zig:1223:39: 0x1284a25 in monitorAccept (test)
            return std.posix.epoll_ctl(self.fd, linux.EPOLL.CTL_ADD, fd, &event);
                                      ^
/var/home/chris/Projects/http.zig/src/worker.zig:529:36: 0x125de4d in run (test)
            self.loop.monitorAccept(listener) catch |err| {
                                   ^
/var/home/chris/.local/share/zigup/0.14.1/files/lib/std/Thread.zig:488:13: 0x1239550 in callFn__anon_39030 (test)
            @call(.auto, f, args);
            ^
/var/home/chris/.local/share/zigup/0.14.1/files/lib/std/Thread.zig:757:30: 0x1204d14 in entryFn (test)
                return callFn(f, args_ptr.*);
                             ^
???:?:?: 0x7f5d49c4a1d3 in ??? (libc.so.6)
Unwind information for `libc.so.6:0x7f5d49c4a1d3` was not available, trace may be incomplete

???:?:?: 0x7f5d49cccceb in ??? (libc.so.6)
test
└─ run test failure
error: the following command terminated unexpectedly:
/var/home/chris/Projects/http.zig/.zig-cache/o/24cbbc542d024027461df00f6f10fa09/test 
Build Summary: 3/5 steps succeeded; 1 failed
test transitive failure
└─ run test failure
error: the following build command failed with exit code 1:
/var/home/chris/Projects/http.zig/.zig-cache/o/826d4dc5e59b1fd2058e052db7dc10a7/build /var/home/chris/.local/share/zigup/0.14.1/files/zig /var/home/chris/.local/share/zigup/0.14.1/files/lib /var/home/chris/Projects/http.zig /var/home/chris/Projects/http.zig/.zig-cache /var/home/chris/.cache/zig --seed 0x2fdfdb14 -Z6e76cf2baf12a802 test

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions