Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BitPuffin/5611ba44a18332a44670c0f9d1f86367 to your computer and use it in GitHub Desktop.
Save BitPuffin/5611ba44a18332a44670c0f9d1f86367 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
__vfprintf_internal (s=0x546800001bda25ff, format=0x20826e <__unnamed_186> "heyoooo\n", ap=ap@entry=0x7fffffffd860, mode_flags=mode_flags@entry=0)
at vfprintf-internal.c:1285
1285 vfprintf-internal.c: No such file or directory.
(gdb) bt
#0 __vfprintf_internal (s=0x546800001bda25ff, format=0x20826e <__unnamed_186> "heyoooo\n", ap=ap@entry=0x7fffffffd860, mode_flags=mode_flags@entry=0)
at vfprintf-internal.c:1285
#1 0x00007ffff7ce48d8 in __printf (format=<optimized out>) at printf.c:33
#2 0x000000000026204b in main () at main.zig:20
#3 0x0000000000261fe3 in std.special.callMain () at /snap/zig/425/lib/zig/std/special/bootstrap.zig:112
#4 std.special.callMainWithArgs (argc=1, argv=<optimized out>, envp=...) at /snap/zig/425/lib/zig/std/special/bootstrap.zig:94
#5 std.special.main (c_argc=1) at /snap/zig/425/lib/zig/std/special/bootstrap.zig:101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment