Advertisement
Guest User

Untitled

a guest
Jun 13th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. [fk@flexi api-zig]$ zig build run
  2. Illegal instruction at address 0x204ea3
  3. picohttpparser/picohttpparser.c:385:49: 0x204ea3 in phr_parse_request (/home/fk/workspace/kajak.gl/api-zig/picohttpparser/picohttpparser.c)
  4. char *buf = buf_start, *buf_end = buf_start + len;
  5. ^
  6. /home/fk/workspace/kajak.gl/api-zig/src/main.zig:37:39: 0x20748a in main (api-zig)
  7. pret = c.phr_parse_request(@ptrCast([*]u8, &buf), buflen, method, &method_len, path, path_len, minor_version, &headers, &num_headers, prevbuflen);
  8. ^
  9. /home/fk/workspace/zig/zig/build/lib/zig/std/start.zig:252:37: 0x2080d1 in std.start.main (api-zig)
  10. const result = root.main() catch |err| {
  11. ^
  12. The following command terminated unexpectedly:
  13. cd /home/fk/workspace/kajak.gl/api-zig && /home/fk/workspace/kajak.gl/api-zig/zig-cache/bin/api-zig
  14.  
  15. Build failed. The following command failed:
  16. /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