Zig is taking 4+ days running `zig translate-c /tmp/smc_abi.h -I .../MacOSX26.4.sdk/usr/include`
Ziggit
Zig is taking 4+ days running `zig translate-c /tmp/smc_abi.h -I .../MacOSX26.4.sdk/usr/include`
I noticed a zig process that had been running for 4 days 18+ hours, pinned at ~90-97% of one CPU core the entire time, with no parent process left (orphaned, reparented to launchd/PID 1). I was experimenting with zig translate-c on a small Apple SMC header (smc_abi.h) as a one-off local experiment, not part of any published project. zig translate-c /tmp/smc_abi.h -I /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk/usr/include Environment zig v...
0 comments
No comments yet.