30 lines
1.4 KiB
Plaintext
30 lines
1.4 KiB
Plaintext
Loaded that shizz
|
|
test_debug_print found... calling...
|
|
Segmentation fault at address 0x0
|
|
/nix/store/zbdyznm7b8yjvbcb18nladvffs79s66z-zig-0.15.2/lib/zig/std/Progress.zig:660:34: 0x7f06bc904e78 in unlockStderrWriter (std.zig)
|
|
pub fn unlockStderrWriter() void {
|
|
^
|
|
/nix/store/zbdyznm7b8yjvbcb18nladvffs79s66z-zig-0.15.2/lib/zig/std/debug.zig:219:36: 0x7f06bc8d968c in unlockStderrWriter (std.zig)
|
|
std.Progress.unlockStderrWriter();
|
|
^
|
|
/nix/store/zbdyznm7b8yjvbcb18nladvffs79s66z-zig-0.15.2/lib/zig/std/debug.zig:230:29: 0x7f06bc9a5da0 in print__anon_22298 (std.zig)
|
|
defer unlockStderrWriter();
|
|
^
|
|
/home/sear/git/zig-015-shared-bug/lib.zig:4:20: 0x7f06bc9a5ca1 in test_debug_print (lib.zig)
|
|
std.debug.print("hi, this crashes\n", .{});
|
|
^
|
|
/home/sear/git/zig-015-shared-bug/main.zig:17:21: 0x1139d96 in main (main.zig)
|
|
test_debug_print();
|
|
^
|
|
/nix/store/zbdyznm7b8yjvbcb18nladvffs79s66z-zig-0.15.2/lib/zig/std/start.zig:627:37: 0x113a261 in main (std.zig)
|
|
const result = root.main() catch |err| {
|
|
^
|
|
???:?:?: 0x7f06bca2a4d7 in ??? (libc.so.6)
|
|
Unwind information for `libc.so.6:0x7f06bca2a4d7` was not available, trace may be incomplete
|
|
|
|
???:?:?: 0x7f06bca2a59a in ??? (libc.so.6)
|
|
???:?:?: 0x11603f4 in ??? (???)
|
|
run
|
|
└─ run exe repro failure
|
|
error: the following command terminated unexpect
|