Created
September 7, 2021 09:18
-
-
Save radgeRayden/b35e11873c5538ae0961206cad366634 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thread 1 "triangle" received signal SIGABRT, Aborted. | |
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:49 | |
49 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. | |
(gdb) bt | |
#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:49 | |
#1 0x00007ffff6f3f864 in __GI_abort () at abort.c:79 | |
#2 0x00007ffff6fa2736 in __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7ffff70c7b9c "%s\n") at ../sysdeps/posix/libc_fatal.c:155 | |
#3 0x00007ffff6fab08c in malloc_printerr (str=str@entry=0x7ffff70c5db0 "corrupted double-linked list") at malloc.c:5628 | |
#4 0x00007ffff6fac5ac in unlink_chunk (p=p@entry=0x55555555fba0, av=0x7ffff70f9ba0 <main_arena>) at malloc.c:1614 | |
#5 0x00007ffff6fac6ff in malloc_consolidate (av=av@entry=0x7ffff70f9ba0 <main_arena>) at malloc.c:4731 | |
#6 0x00007ffff6facf80 in _int_free (av=0x7ffff70f9ba0 <main_arena>, p=0x555555560ac0, have_lock=<optimized out>) at malloc.c:4633 | |
#7 0x00007ffff6fb07a8 in __GI___libc_free (mem=<optimized out>) at malloc.c:3309 | |
#8 0x00007ffff6cb5b38 in _XFreeDisplayStructure () from /lib/x86_64-linux-gnu/libX11.so.6 | |
#9 0x00007ffff6ca7ab1 in XCloseDisplay () from /lib/x86_64-linux-gnu/libX11.so.6 | |
#10 0x00007ffff7f5245f in ?? () from /lib/x86_64-linux-gnu/libglfw.so.3 | |
#11 0x00007ffff7f49404 in ?? () from /lib/x86_64-linux-gnu/libglfw.so.3 | |
#12 0x0000555555556eb8 in main () at /home/radge/sources/wgpu-native/examples/triangle/main.c:267 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment