You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assertion failed at /deps/zig/src/analyze.cpp:565 in get_pointer_to_type_extra. This is a bug in the Zig compiler.
Unable to dump stack trace: debug info stripped
Program received signal SIGABRT, Aborted.
__restore_sigs (set=set@entry=0x7ffffffed240) at ./arch/x86_64/syscall_arch.h:40
40 ./arch/x86_64/syscall_arch.h: No such file or directory.
(gdb) backtrace
#0 __restore_sigs (set=set@entry=0x7ffffffed240) at ./arch/x86_64/syscall_arch.h:40
#1 0x000000000d11c274 in raise (sig=sig@entry=6) at src/signal/raise.c:11
#2 0x000000000d116098 in abort () at src/exit/abort.c:13
#3 0x00000000088dad76 in std.os.abort ()
#4 0x0000000000000000 in ?? ()
(gdb)
The text was updated successfully, but these errors were encountered:
andrewrk
added
bug
Observed behavior contradicts documented or intended behavior
stage1
The process of building from source via WebAssembly and the C backend.
labels
Nov 14, 2019
The following:
crashes the compiler:
The text was updated successfully, but these errors were encountered: