-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavioros-macosmacOSmacOS
Milestone
Description
Zig Version
0.11.0-dev.2191+30427ff79
Steps to Reproduce and Observed Behavior
Looks similar to this (closed) issue.
- Download the above zig version from the releases page.
- Ensure zig is on $PATH
- run
zig libc
Output:
% zig libc
thread 4918749 panic: Darwin is handled separately via std.zig.system.darwin module
Unable to dump stack trace: debug info stripped
zsh: abort zig libc
zig env works fine:
{
"zig_exe": "/Users/jake/.local/bin/zig/zig",
"lib_dir": "/Users/jake/.local/bin/zig/lib",
"std_dir": "/Users/jake/.local/bin/zig/lib/std",
"global_cache_dir": "/Users/jake/.cache/zig",
"version": "0.11.0-dev.2191+30427ff79",
"target": "aarch64-macos.13.2...13.2-none"
}Expected Behavior
Normal output from zig libc.
macOS verison: 13.2 (22D49)
On Apple Silicon M2
sethlivingston and arguiotlin72h
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behavioros-macosmacOSmacOS