-
-
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 behaviorstage1The process of building from source via WebAssembly and the C backend.The process of building from source via WebAssembly and the C backend.
Milestone
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorstage1The process of building from source via WebAssembly and the C backend.The process of building from source via WebAssembly and the C backend.