Skip to content

"This is a bug in the Zig compiler" #5947

@donaldcallen

Description

@donaldcallen

For reasons I've made clear elsewhere, I've suspended development of the project I was working on in Zig.

But I do want to make you aware that the last set of changes I made to my code now produce the following:

zig build-exe --main-pkg-path .. --single-threaded --object interface.o `pkg-config --libs gtk+-3.0` -L/usr/local/lib -L/usr/lib64 -lsqlite3 -lc newcash.zig
Code Generation [18/1451] newcash.book.create_accounts_window...when analyzing /home/dca/Software/newcash_zig/newcash/account.zig:430:42 in compiler source at /deps/zig/src/codegen.cpp:1813: assertion failed. This is a bug in the Zig compiler.
Unable to dump stack trace: debug info stripped

Short of sending you a tar file with all my code, any suggestions for how to proceed? Perhaps a non-stripped version of the compiler so the missing stack trace can be obtained? Please advise.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugObserved behavior contradicts documented or intended behaviorstage1The process of building from source via WebAssembly and the C backend.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions