Why are my error traces not working in ReleaseSafe
Ziggit
Why are my error traces not working in ReleaseSafe
I’m having trouble getting error traces to work in my release builds: $ zig build release $ zig-out/release/gatorcat-0.5.3-x86_64-linux-musl run --ifname ehq warning: clock(boot) resolution: 1 ns warning: Scheduler: NORMAL error(gatorcat): failed to open raw socket: .PERM error: NonRecoverable ???:?:?: 0x1433a93 in ??? (/proc/self/exe) ???:?:?: 0x137027e in ??? (/proc/self/exe) ???:?:?: 0x137691b in ??? (/proc/self/exe) ???:?:?: 0x12f2f63 in ??? (/proc/self/exe) I’ve turned on error traces on ...
0 comments
No comments yet.