Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [fk@flexi api-zig]$ zig build run
- Illegal instruction at address 0x204ea3
- picohttpparser/picohttpparser.c:385:49: 0x204ea3 in phr_parse_request (/home/fk/workspace/kajak.gl/api-zig/picohttpparser/picohttpparser.c)
- char *buf = buf_start, *buf_end = buf_start + len;
- ^
- /home/fk/workspace/kajak.gl/api-zig/src/main.zig:37:39: 0x20748a in main (api-zig)
- pret = c.phr_parse_request(@ptrCast([*]u8, &buf), buflen, method, &method_len, path, path_len, minor_version, &headers, &num_headers, prevbuflen);
- ^
- /home/fk/workspace/zig/zig/build/lib/zig/std/start.zig:252:37: 0x2080d1 in std.start.main (api-zig)
- const result = root.main() catch |err| {
- ^
- The following command terminated unexpectedly:
- cd /home/fk/workspace/kajak.gl/api-zig && /home/fk/workspace/kajak.gl/api-zig/zig-cache/bin/api-zig
- Build failed. The following command failed:
- /home/fk/workspace/kajak.gl/api-zig/zig-cache/o/kz5mTyhp5P3NDYcS2jl9F_eF8TvJCCi13H_NIIVANk4d64FJLx1pmKqhWqdXAJu6/build /home/fk/workspace/zig/zig/build/zig /home/fk/workspace/kajak.gl/api-zig /home/fk/workspace/kajak.gl/api-zig/zig-cache run
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement