dnkl/foot
41
2.0k
Fork
You've already forked foot
243

segv in selection_find_word_boundary_right #2405

Open
opened 2026年07月09日 11:52:33 +02:00 by gmorer · 0 comments

Foot Version

foot version: 1.27.0 -pgo +ime +graphemes +toplevel-tag +blur -assertions

TERM environment variable

foot

Compositor Name and Version

niri 26.04 (v26.04-27-gf9f43d82)

Distribution

Linux fedora 7.0.13-400.asahi.fc44.aarch64+16k #1 SMP PREEMPT_DYNAMIC Wed Jun 24 05:44:57 UTC 2026 aarch64 GNU/Linux

Terminal multiplexer

No response

Shell, TUI, application

helix, fish, bash, zig build

Server/standalone mode

  • Standalone
  • Server

Foot config

[main]
font=JetBrains Mono Nerd Font:size=12
[key-bindings]
noop=Control+apostrophe Control+semicolon Control+period Control+comma Control+Up Control+Down
[colors-dark]
foreground=D9E0EE
background=1E1D2F
regular0=6E6C7E # black
regular1=F28FAD # red
regular2=ABE9B3 # green
regular3=FAE3B0 # yellow
regular4=96CDFB # blue
regular5=F5C2E7 # magenta
regular6=89DCEB # cyan
regular7=D9E0EE # white
bright0=988BA2 # bright black
bright1=F28FAD # bright red
bright2=ABE9B3 # bright green
bright3=FAE3B0 # bright yellow
bright4=96CDFB # bright blue
bright5=F5C2E7 # bright magenta
bright6=89DCEB # bright cyan
bright7=D9E0EE # bright white
cursor=1A1826 D9E0EE

Description of Bug and Steps to Reproduce

The terminal freezed, then crashed, got a stacktrace in journald.
Never happened before. No iead how to reproduce, i wasnt doing anything in particular

Relevant logs, stacktraces, etc.

$> journalctl -b --user -u foot-server.service 
Jul 09 09:15:05 fedora systemd[1672]: Started foot-server.service - Foot terminal server mode.
Jul 09 09:15:05 fedora foot[3299]: warn: wayland.c:1854: compositor does not implement the xdg-toplevel-icon protocol
Jul 09 09:15:05 fedora foot[3299]: wayland: compositor does not implement the xdg-toplevel-icon protocol
Jul 09 09:21:51 fedora foot[3299]: warn: wayland.c:2607: compositor does not implement the XDG system bell protocol
Jul 09 09:21:51 fedora foot[3299]: wayland: compositor does not implement the XDG system bell protocol
Jul 09 11:42:18 fedora systemd-coredump[789971]: Process 3299 (foot) of user 1000 dumped core.
 
 Module libpcre2-8.so.0 from rpm pcre2-10.47-1.fc44.1.aarch64
 Module libbrotlicommon.so.1 from rpm brotli-1.2.0-3.fc44.aarch64
 Module libgraphite2.so.3 from rpm graphite2-1.3.14-20.fc44.aarch64
 Module libglib-2.0.so.0 from rpm glib2-2.88.2-1.fc44.aarch64
 Module liblzma.so.5 from rpm xz-5.8.2-2.fc44.aarch64
 Module libbrotlidec.so.1 from rpm brotli-1.2.0-3.fc44.aarch64
 Module libpng16.so.16 from rpm libpng-1.6.58-1.fc44.aarch64
 Module libbz2.so.1 from rpm bzip2-1.0.8-23.fc44.aarch64
 Module libz.so.1 from rpm zlib-ng-2.3.3-3.fc44.aarch64
 Module libharfbuzz.so.0 from rpm harfbuzz-14.1.0-2.fc44.aarch64
 Module libxml2.so.2 from rpm libxml2-2.12.10-6.fc44.aarch64
 Module libfreetype.so.6 from rpm freetype-2.14.3-1.fc44.aarch64
 Module libffi.so.8 from rpm libffi-3.5.2-2.fc44.aarch64
 Module libfcft.so.4 from rpm fcft-3.3.3-2.fc44.aarch64
 Module libutf8proc.so.3 from rpm utf8proc-2.11.3-2.fc44.aarch64
 Module libfontconfig.so.1 from rpm fontconfig-2.17.0-4.fc44.aarch64
 Module libxkbcommon.so.0 from rpm libxkbcommon-1.13.1-2.fc44.aarch64
 Module libwayland-cursor.so.0 from rpm wayland-1.24.0-3.fc44.aarch64
 Module libwayland-client.so.0 from rpm wayland-1.24.0-3.fc44.aarch64
 Module libpixman-1.so.0 from rpm pixman-0.46.2-3.fc44.aarch64
 Module foot from rpm foot-1.27.0-1.fc44.aarch64
 Stack trace of thread 3299:
 #0 0x0000aaaacd74e6e4 selection_find_word_boundary_right (foot + 0x3e6e4)
 #1 0x0000aaaacd751900 selection_update (foot + 0x41900)
 #2 0x0000aaaacd72f8ec execute_binding.lto_priv.0 (foot + 0x1f8ec)
 #3 0x0000aaaacd7311f4 wl_pointer_button.lto_priv.0 (foot + 0x211f4)
 #4 0x0000ffff7f73c064 ffi_call_SYSV (libffi.so.8 + 0xc064)
 #5 0x0000ffff7f736904 ffi_call_int (libffi.so.8 + 0x6904)
 #6 0x0000ffff7fb2442c wl_closure_invoke.constprop.0 (libwayland-client.so.0 + 0x442c)
 #7 0x0000ffff7fb253f0 dispatch_event (libwayland-client.so.0 + 0x53f0)
 #8 0x0000ffff7fb25804 wl_display_dispatch_queue_pending (libwayland-client.so.0 + 0x5804)
 #9 0x0000aaaacd747ba8 fdm_wayl.lto_priv.0 (foot + 0x37ba8)
 #10 0x0000aaaacd71a5b4 main (foot + 0xa5b4)
 #11 0x0000ffff7f796f1c __libc_start_call_main (libc.so.6 + 0x26f1c)
 #12 0x0000ffff7f79705c __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2705c)
 #13 0x0000aaaacd71abf0 _start (foot + 0xabf0)
 
 Stack trace of thread 3312:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 3313:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 3314:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 3308:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 3309:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 4421:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 4429:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 3316:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 4420:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 3307:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 4425:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 297213:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 3311:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 3305:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 3310:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 297203:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 3315:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 3306:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 4431:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 4422:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 4426:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 4427:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 297207:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 4424:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 297204:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 4430:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 297206:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 297208:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 297210:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 440003:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 297211:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 440010:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 297205:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 297209:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 440001:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 440005:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 440002:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 297212:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 440008:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 297214:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 439999:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 440000:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 440004:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 440006:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 440007:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 440009:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 4423:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 
 Stack trace of thread 4428:
 #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8)
 #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340)
 #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4)
 #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668)
 #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28)
 #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34)
 #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc)
 ELF object binary architecture: AARCH64
Jul 09 11:42:19 fedora systemd[1672]: foot-server.service: Main process exited, code=dumped, status=11/SEGV
Jul 09 11:42:19 fedora systemd[1672]: foot-server.service: Failed with result 'core-dump'.
Jul 09 11:42:19 fedora systemd[1672]: foot-server.service: Consumed 57min 16.856s CPU time over 2h 27min 14.266s wall clock time, 17.4G memory peak.
Jul 09 11:42:21 fedora systemd[1672]: Started foot-server.service - Foot terminal server mode.
Jul 09 11:42:21 fedora foot[790018]: warn: wayland.c:1854: compositor does not implement the xdg-toplevel-icon protocol
Jul 09 11:42:21 fedora foot[790018]: wayland: compositor does not implement the xdg-toplevel-icon protocol
Jul 09 11:42:41 fedora foot[790018]: warn: wayland.c:2607: compositor does not implement the XDG system bell protocol
Jul 09 11:42:41 fedora foot[790018]: wayland: compositor does not implement the XDG system bell protocol
### Foot Version foot version: 1.27.0 -pgo +ime +graphemes +toplevel-tag +blur -assertions ### TERM environment variable foot ### Compositor Name and Version niri 26.04 (v26.04-27-gf9f43d82) ### Distribution Linux fedora 7.0.13-400.asahi.fc44.aarch64+16k #1 SMP PREEMPT_DYNAMIC Wed Jun 24 05:44:57 UTC 2026 aarch64 GNU/Linux ### Terminal multiplexer _No response_ ### Shell, TUI, application helix, fish, bash, zig build ### Server/standalone mode - [ ] Standalone - [x] Server ### Foot config ```ini [main] font=JetBrains Mono Nerd Font:size=12 [key-bindings] noop=Control+apostrophe Control+semicolon Control+period Control+comma Control+Up Control+Down [colors-dark] foreground=D9E0EE background=1E1D2F regular0=6E6C7E # black regular1=F28FAD # red regular2=ABE9B3 # green regular3=FAE3B0 # yellow regular4=96CDFB # blue regular5=F5C2E7 # magenta regular6=89DCEB # cyan regular7=D9E0EE # white bright0=988BA2 # bright black bright1=F28FAD # bright red bright2=ABE9B3 # bright green bright3=FAE3B0 # bright yellow bright4=96CDFB # bright blue bright5=F5C2E7 # bright magenta bright6=89DCEB # bright cyan bright7=D9E0EE # bright white cursor=1A1826 D9E0EE ``` ### Description of Bug and Steps to Reproduce The terminal freezed, then crashed, got a stacktrace in journald. Never happened before. No iead how to reproduce, i wasnt doing anything in particular ### Relevant logs, stacktraces, etc. ``` $> journalctl -b --user -u foot-server.service Jul 09 09:15:05 fedora systemd[1672]: Started foot-server.service - Foot terminal server mode. Jul 09 09:15:05 fedora foot[3299]: warn: wayland.c:1854: compositor does not implement the xdg-toplevel-icon protocol Jul 09 09:15:05 fedora foot[3299]: wayland: compositor does not implement the xdg-toplevel-icon protocol Jul 09 09:21:51 fedora foot[3299]: warn: wayland.c:2607: compositor does not implement the XDG system bell protocol Jul 09 09:21:51 fedora foot[3299]: wayland: compositor does not implement the XDG system bell protocol Jul 09 11:42:18 fedora systemd-coredump[789971]: Process 3299 (foot) of user 1000 dumped core. Module libpcre2-8.so.0 from rpm pcre2-10.47-1.fc44.1.aarch64 Module libbrotlicommon.so.1 from rpm brotli-1.2.0-3.fc44.aarch64 Module libgraphite2.so.3 from rpm graphite2-1.3.14-20.fc44.aarch64 Module libglib-2.0.so.0 from rpm glib2-2.88.2-1.fc44.aarch64 Module liblzma.so.5 from rpm xz-5.8.2-2.fc44.aarch64 Module libbrotlidec.so.1 from rpm brotli-1.2.0-3.fc44.aarch64 Module libpng16.so.16 from rpm libpng-1.6.58-1.fc44.aarch64 Module libbz2.so.1 from rpm bzip2-1.0.8-23.fc44.aarch64 Module libz.so.1 from rpm zlib-ng-2.3.3-3.fc44.aarch64 Module libharfbuzz.so.0 from rpm harfbuzz-14.1.0-2.fc44.aarch64 Module libxml2.so.2 from rpm libxml2-2.12.10-6.fc44.aarch64 Module libfreetype.so.6 from rpm freetype-2.14.3-1.fc44.aarch64 Module libffi.so.8 from rpm libffi-3.5.2-2.fc44.aarch64 Module libfcft.so.4 from rpm fcft-3.3.3-2.fc44.aarch64 Module libutf8proc.so.3 from rpm utf8proc-2.11.3-2.fc44.aarch64 Module libfontconfig.so.1 from rpm fontconfig-2.17.0-4.fc44.aarch64 Module libxkbcommon.so.0 from rpm libxkbcommon-1.13.1-2.fc44.aarch64 Module libwayland-cursor.so.0 from rpm wayland-1.24.0-3.fc44.aarch64 Module libwayland-client.so.0 from rpm wayland-1.24.0-3.fc44.aarch64 Module libpixman-1.so.0 from rpm pixman-0.46.2-3.fc44.aarch64 Module foot from rpm foot-1.27.0-1.fc44.aarch64 Stack trace of thread 3299: #0 0x0000aaaacd74e6e4 selection_find_word_boundary_right (foot + 0x3e6e4) #1 0x0000aaaacd751900 selection_update (foot + 0x41900) #2 0x0000aaaacd72f8ec execute_binding.lto_priv.0 (foot + 0x1f8ec) #3 0x0000aaaacd7311f4 wl_pointer_button.lto_priv.0 (foot + 0x211f4) #4 0x0000ffff7f73c064 ffi_call_SYSV (libffi.so.8 + 0xc064) #5 0x0000ffff7f736904 ffi_call_int (libffi.so.8 + 0x6904) #6 0x0000ffff7fb2442c wl_closure_invoke.constprop.0 (libwayland-client.so.0 + 0x442c) #7 0x0000ffff7fb253f0 dispatch_event (libwayland-client.so.0 + 0x53f0) #8 0x0000ffff7fb25804 wl_display_dispatch_queue_pending (libwayland-client.so.0 + 0x5804) #9 0x0000aaaacd747ba8 fdm_wayl.lto_priv.0 (foot + 0x37ba8) #10 0x0000aaaacd71a5b4 main (foot + 0xa5b4) #11 0x0000ffff7f796f1c __libc_start_call_main (libc.so.6 + 0x26f1c) #12 0x0000ffff7f79705c __libc_start_main@@GLIBC_2.34 (libc.so.6 + 0x2705c) #13 0x0000aaaacd71abf0 _start (foot + 0xabf0) Stack trace of thread 3312: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 3313: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 3314: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 3308: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 3309: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 4421: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 4429: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 3316: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 4420: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 3307: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 4425: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 297213: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 3311: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 3305: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 3310: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 297203: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 3315: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 3306: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 4431: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 4422: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 4426: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 4427: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 297207: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 4424: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 297204: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 4430: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 297206: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 297208: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 297210: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 440003: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 297211: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 440010: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 297205: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 297209: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 440001: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 440005: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 440002: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 297212: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 440008: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 297214: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 439999: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 440000: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 440004: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 440006: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 440007: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 440009: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 4423: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) Stack trace of thread 4428: #0 0x0000ffff7f8077e8 __syscall_cancel_arch (libc.so.6 + 0x977e8) #1 0x0000ffff7f7fa340 __internal_syscall_cancel (libc.so.6 + 0x8a340) #2 0x0000ffff7f7fa7b4 __GI___futex_abstimed_wait_cancelable64 (libc.so.6 + 0x8a7b4) #3 0x0000ffff7f807668 __new_sem_wait_slow64.constprop.0 (libc.so.6 + 0x97668) #4 0x0000aaaacd736e28 render_worker_thread (foot + 0x26e28) #5 0x0000ffff7f7fdf34 start_thread (libc.so.6 + 0x8df34) #6 0x0000ffff7f8684dc thread_start (libc.so.6 + 0xf84dc) ELF object binary architecture: AARCH64 Jul 09 11:42:19 fedora systemd[1672]: foot-server.service: Main process exited, code=dumped, status=11/SEGV Jul 09 11:42:19 fedora systemd[1672]: foot-server.service: Failed with result 'core-dump'. Jul 09 11:42:19 fedora systemd[1672]: foot-server.service: Consumed 57min 16.856s CPU time over 2h 27min 14.266s wall clock time, 17.4G memory peak. Jul 09 11:42:21 fedora systemd[1672]: Started foot-server.service - Foot terminal server mode. Jul 09 11:42:21 fedora foot[790018]: warn: wayland.c:1854: compositor does not implement the xdg-toplevel-icon protocol Jul 09 11:42:21 fedora foot[790018]: wayland: compositor does not implement the xdg-toplevel-icon protocol Jul 09 11:42:41 fedora foot[790018]: warn: wayland.c:2607: compositor does not implement the XDG system bell protocol Jul 09 11:42:41 fedora foot[790018]: wayland: compositor does not implement the XDG system bell protocol ```
Sign in to join this conversation.
No Branch/Tag specified
master
osc-5522
sixel-heap-buffer-overflow
releases/1.27
releases/1.26
releases/1.25
releases/1.24
multi-cursor
releases/1.23
pixman-16f-2
releases/1.22
releases/1.21
releases/1.20
releases/1.19
releases/1.18
releases/1.17
releases/1.16
releases/1.15
releases/1.14
releases/1.13
releases/1.12
releases/1.11
releases/1.10
releases/1.9
releases/1.8
releases/1.7
releases/1.6
releases/1.5
releases/1.4
releases/1.3
releases/1.2
releases/1.1
releases/1.0
1.27.0
1.26.1
1.26.0
1.25.0
1.24.0
1.23.1
1.23.0
1.22.3
1.22.2
1.22.1
1.22.0
1.21.0
1.20.2
1.20.1
1.20.0
1.19.0
1.18.1
1.18.0
1.17.2
1.17.1
1.17.0
1.16.2
1.16.1
1.16.0
1.15.3
1.15.2
1.15.1
1.15.0
1.14.0
1.13.1
1.13.0
1.12.1
1.12.0
1.11.0
1.10.3
1.10.2
1.10.1
1.10.0
1.9.2
1.9.1
1.9.0
1.8.2
1.8.1
1.8.0
1.7.2
1.7.1
1.7.0
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.9.0
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
dnkl/foot#2405
Reference in a new issue
dnkl/foot
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?