Skip to content

Instantly share code, notes, and snippets.

@jamii
Created May 15, 2021 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamii/add53ac4d7268d0664bfa717070dab79 to your computer and use it in GitHub Desktop.
Save jamii/add53ac4d7268d0664bfa717070dab79 to your computer and use it in GitHub Desktop.
[nix-shell:~/bounded-live-eval]$ zig run main.zig
Suspending
awaiting function resumed
/home/jamie/bounded-live-eval/main.zig:80:38: 0x236235 in Evaluator.eval (main)
self.spend_budget();
^
/home/jamie/bounded-live-eval/main.zig:133:9: 0x232f75 in async_main (main)
resume frame;
^
/home/jamie/bounded-live-eval/main.zig:146:29: 0x22bac8 in main (main)
try nosuspend async_main();
^
/nix/store/qzx88iwy0bnkijlxn66vi0pi2il1jn9b-zig/lib/std/start.zig:334:37: 0x2055bd in std.start.posixCallMainAndExit (main)
const result = root.main() catch |err| {
^
/nix/store/qzx88iwy0bnkijlxn66vi0pi2il1jn9b-zig/lib/std/start.zig:162:5: 0x2052f2 in std.start._start (main)
@call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{});
^
Aborted (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment