Open GavinRay97 opened 1 year ago
Related #7371
Is there any way to debug this?
I just got this error after updating my zig version and now I have no clue where to look for the cause. And gdb doesn't seem to be able to give me the stack trace for this error:
(gdb) bt
#0 0x0000000001391b04 in __zig_probe_stack ()
Backtrace stopped: Cannot access memory at address 0x7ffffeffe7f0
the common case where bt
would point to the answer is in the case of runaway recursion. in this case its happening because an array on the stack is too big
I am also having an issue with this
Note that if you hit this, you can work around it (in the sense of getting a useful backtrace) by compiling with -fno-stack-check
to disable stack probing.
Zig Version
0.11.0-dev.230+fca776f8f
Steps to Reproduce and Observed Output
Expected Output
Something like: