saving
This commit is contained in:
parent
9e57efe13c
commit
a0f057798e
|
|
@ -0,0 +1,37 @@
|
||||||
|
|
||||||
|
[sear@nixos:~/Backlog/engine/core/shared-repro]$ zig build run
|
||||||
|
Loaded that shizz
|
||||||
|
test_debug_print found... calling...
|
||||||
|
Segmentation fault at address 0x1
|
||||||
|
???:?:?: 0x1 in ??? (???)
|
||||||
|
Unwind information for `???:0x1` was not available, trace may be incomplete
|
||||||
|
|
||||||
|
???:?:?: 0x7f96340dcccc in ??? (???)
|
||||||
|
???:?:?: 0x7f96340b68fc in ??? (???)
|
||||||
|
???:?:?: 0x7f963410a16a in ??? (???)
|
||||||
|
???:?:?: 0x7f96340dcb81 in ??? (???)
|
||||||
|
???:?:?: 0x7f96340b68d9 in ??? (???)
|
||||||
|
???:?:?: 0x7f96341a5d31 in ??? (???)
|
||||||
|
???:?:?: 0x7f96341a5ca1 in ??? (???)
|
||||||
|
/home/sear/Backlog/engine/core/shared-repro/main.zig:17:21: 0x113d482 in main (main.zig)
|
||||||
|
test_debug_print();
|
||||||
|
^
|
||||||
|
/nix/store/zbdyznm7b8yjvbcb18nladvffs79s66z-zig-0.15.2/lib/zig/std/start.zig:627:37: 0x113dc79 in posixCallMainAndExit (std.zig)
|
||||||
|
const result = root.main() catch |err| {
|
||||||
|
^
|
||||||
|
/nix/store/zbdyznm7b8yjvbcb18nladvffs79s66z-zig-0.15.2/lib/zig/std/start.zig:232:5: 0x113d351 in _start (std.zig)
|
||||||
|
asm volatile (switch (native_arch) {
|
||||||
|
^
|
||||||
|
run
|
||||||
|
└─ run exe repro failure
|
||||||
|
error: the following command terminated unexpectedly:
|
||||||
|
/home/sear/Backlog/engine/core/shared-repro/zig-out/bin/repro
|
||||||
|
|
||||||
|
Build Summary: 5/7 steps succeeded; 1 failed
|
||||||
|
run transitive failure
|
||||||
|
└─ run exe repro failure
|
||||||
|
|
||||||
|
error: the following build command failed with exit code 1:
|
||||||
|
.zig-cache/o/02ebcde8c5fdab533d40fa2b3ab58553/build /nix/store/zbdyznm7b8yjvbcb18nladvffs79s66z-zig-0.15.2/bin/zig /nix/store/zbdyznm7b8yjvbcb18nladvffs79s66z-zig-0.15.2/lib/zig /home/sear/Backlog/engine/core/shared-repro .zig-cache /home/sear/.cache/zig --seed 0x64fe2e98 -Z80bb1b3472eb4d3f run
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue