Created
November 21, 2024 12:37
-
-
Save arafangion/03bb17c084f0a50e1cf392438b1ff727 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
| (gdb) run | |
| Starting program: /usr/bin/foot | |
| [Thread debugging using libthread_db enabled] | |
| Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". | |
| warn: wayland.c:1613: compositor does not implement server-side cursors, falling back to client-side cursors | |
| warn: wayland.c:1619: compositor does not implement the XDG toplevel icon protocol | |
| [Detaching after fork from child process 609401] | |
| [Detaching after fork from child process 609402] | |
| [New Thread 0x7ffff6a006c0 (LWP 609403)] | |
| [New Thread 0x7ffff60006c0 (LWP 609404)] | |
| [New Thread 0x7ffff56006c0 (LWP 609405)] | |
| [New Thread 0x7ffff4c006c0 (LWP 609406)] | |
| [Thread 0x7ffff6a006c0 (LWP 609403) exited] | |
| [Thread 0x7ffff60006c0 (LWP 609404) exited] | |
| [Thread 0x7ffff56006c0 (LWP 609405) exited] | |
| [Thread 0x7ffff4c006c0 (LWP 609406) exited] | |
| [New Thread 0x7ffff4c006c0 (LWP 609408)] | |
| [New Thread 0x7ffff56006c0 (LWP 609409)] | |
| [New Thread 0x7ffff60006c0 (LWP 609410)] | |
| [New Thread 0x7ffff6a006c0 (LWP 609411)] | |
| [New Thread 0x7fffefe006c0 (LWP 609412)] | |
| [New Thread 0x7fffef4006c0 (LWP 609413)] | |
| [New Thread 0x7fffeea006c0 (LWP 609414)] | |
| [New Thread 0x7fffee0006c0 (LWP 609415)] | |
| [New Thread 0x7fffed6006c0 (LWP 609416)] | |
| [New Thread 0x7fffecc006c0 (LWP 609417)] | |
| [New Thread 0x7fffe3e006c0 (LWP 609418)] | |
| [New Thread 0x7fffe34006c0 (LWP 609419)] | |
| [New Thread 0x7fffe2a006c0 (LWP 609420)] | |
| [New Thread 0x7fffe20006c0 (LWP 609421)] | |
| [New Thread 0x7fffe16006c0 (LWP 609422)] | |
| [New Thread 0x7fffe0c006c0 (LWP 609423)] | |
| [New Thread 0x7fffd7e006c0 (LWP 609424)] | |
| [New Thread 0x7fffd74006c0 (LWP 609425)] | |
| [New Thread 0x7fffd6a006c0 (LWP 609426)] | |
| [New Thread 0x7fffd60006c0 (LWP 609427)] | |
| [Thread 0x7fffd7e006c0 (LWP 609424) exited] | |
| [Thread 0x7fffd6a006c0 (LWP 609426) exited] | |
| [Thread 0x7fffd74006c0 (LWP 609425) exited] | |
| [Thread 0x7fffd60006c0 (LWP 609427) exited] | |
| warn: render.c:3015: compositor is not releasing buffers immediately; expect lower rendering performance | |
| warn: ime.c:158: : text-input::done() received on seat that isn't focusing a terminal window | |
| warn: wayland.c:1478: unknown global removed: 0x00000053 | |
| Thread 1 "foot" received signal SIGSEGV, Segmentation fault. | |
| 0x00007ffff7e7b5c0 in ?? () from /lib/x86_64-linux-gnu/libpixman-1.so.0 | |
| (gdb) bt | |
| #0 0x00007ffff7e7b5c0 in ?? () from /lib/x86_64-linux-gnu/libpixman-1.so.0 | |
| #1 0x00007ffff7e5d95c in ?? () from /lib/x86_64-linux-gnu/libpixman-1.so.0 | |
| #2 0x00007ffff7e1767d in pixman_fill () from /lib/x86_64-linux-gnu/libpixman-1.so.0 | |
| #3 0x00007ffff7e17866 in pixman_image_fill_boxes () | |
| from /lib/x86_64-linux-gnu/libpixman-1.so.0 | |
| #4 0x00007ffff7e17ac5 in pixman_image_fill_rectangles () | |
| from /lib/x86_64-linux-gnu/libpixman-1.so.0 | |
| #5 0x0000555555580146 in ?? () | |
| #6 0x0000000100000001 in ?? () | |
| #7 0x0000000500003000 in ?? () | |
| #8 0xfffffffffffffe08 in ?? () | |
| #9 0x052a34a4c6cea600 in ?? () | |
| #10 0xffff16160b0b0000 in ?? () | |
| #11 0x0005300000000000 in ?? () | |
| #12 0x000530002fd10000 in ?? () | |
| #13 0x2fcc000000050000 in ?? () | |
| #14 0x2fcc000000053000 in ?? () | |
| #15 0x0000000000000000 in ?? () | |
| (gdb) Quit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment