Files
libva-multiplanar/phase0_evidence/2026-05-04-firefox-live/strace_146147
T
marfrit e892cea858 Phase 0 deliverable #3 (Firefox live session): inverted verdict
Re-tested Firefox 150.0.1 inside operator's active Plasma 6 Wayland
session (not Xvfb). Two-layer finding:

1. Firefox engages libva in real Plasma session: full V4L2-stateless
   contract lifecycle completes, no EINVAL on the request-API path,
   v4l2_request_drv_video.so successfully loaded, /dev/video1 +
   /dev/media0 opened by RDD utility process 146420.

2. Kernel produces no decoded pixel output: CAPTURE buffer returns
   from DQBUF with the patch-0011 sentinel pattern 0xab unchanged.
   Hantro never wrote the buffer despite the contract trace looking
   clean. Firefox detected the failed first frame and silently fell
   back to SW decode in RDD's FFmpeg-OS-library PDM. User-visible
   playback continues normally for 5+ minutes (operator confirmed
   t=337s playback time in live inspection).

Cross-checked against the prior 2026-05-04 mpv vaapi-copy run: 68 of
68 mpv CAPTURE buffers show the same sentinel-survives pattern.
mpv's --vo=null consumed all 68 sentinel buffers as if they were
valid NV12 frames; the failure was invisible. OUTPUT bytes are
byte-for-byte identical between mpv and Firefox (same IDR slice via
libavcodec, both consumers feed hantro the same data, hantro
silently drops both).

Implication: the prior Phase 0 in-session re-verification verdict
(commit f15ba8b: "the 2026-04-26 picture holds at boolean-correctness
level") was wrong at the kernel-decode layer. The patch-0011 sentinel
test in the deployed Step 1 build was authored specifically to detect
this failure mode; the predecessor close-out didn't grep for it, and
contract-trace cleanliness was mistaken for end-to-end success.

Phase 1 lock should be deferred until: (a) boolean-correctness
criterion is sharpened to require pixel-content verification,
(b) Phase 0 acquires kernel-side observability (ftrace, dmesg) to
characterize WHY hantro is silent. Step 1 engages libva but doesn't
make hantro decode -- Phase 6 has substantive work beyond the
18-patch series.

Likely failure-mode candidates flagged in findings_live.md priority
order: reference_ts not propagated; DECODE_PARAMS slice_header
bit_size zero; POC sentinel may still leak past patch-0015 strip;
level_idc over-allocation; SOURCE_CHANGE event handling.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-04 10:38:57 +00:00

1719 lines
146 KiB
Plaintext

1777890022.425713 execve("/usr/bin/firefox", ["firefox", "-profile", "/tmp/firefox-vaapi-test/profile", "-no-remote", "-new-instance", "file:///tmp/firefox-vaapi-test/test.html"], 0xffffd17e5c28 /* 18 vars */) = 0
1777890022.427200 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
1777890022.427534 close(3) = 0
1777890022.427679 openat(AT_FDCWD, "/usr/lib/libreadline.so.8", O_RDONLY|O_CLOEXEC) = 3
1777890022.428621 close(3) = 0
1777890022.428736 openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
1777890022.429550 close(3) = 0
1777890022.429671 openat(AT_FDCWD, "/usr/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = 3
1777890022.430460 close(3) = 0
1777890022.433273 openat(AT_FDCWD, "/dev/tty", O_RDWR|O_NONBLOCK) = -1 ENXIO (No such device or address)
1777890022.433550 ioctl(0, TCGETS2, 0xffffeb768d60) = -1 ENOTTY (Inappropriate ioctl for device)
1777890022.433718 openat(AT_FDCWD, "/sys/kernel/mm/transparent_hugepage/enabled", O_RDONLY) = 3
1777890022.433956 close(3) = 0
1777890022.435727 openat(AT_FDCWD, "/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 3
1777890022.436206 close(3) = 0
1777890022.436319 openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 3
1777890022.436696 close(3) = 0
1777890022.437210 ioctl(2, TIOCGPGRP, 0xffffeb768c74) = -1 ENOTTY (Inappropriate ioctl for device)
1777890022.437380 ioctl(2, TIOCGPGRP, 0xffffeb768c34) = -1 ENOTTY (Inappropriate ioctl for device)
1777890022.437787 openat(AT_FDCWD, "/usr/bin/firefox", O_RDONLY) = 3
1777890022.438032 ioctl(3, TCGETS2, 0xffffeb768e08) = -1 ENOTTY (Inappropriate ioctl for device)
1777890022.438475 close(3) = 0
1777890022.439170 execve("/usr/lib/firefox/firefox", ["/usr/lib/firefox/firefox", "-profile", "/tmp/firefox-vaapi-test/profile", "-no-remote", "-new-instance", "file:///tmp/firefox-vaapi-test/test.html"], 0xaaaab9c729a0 /* 20 vars */) = 0
1777890022.440545 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
1777890022.440924 close(3) = 0
1777890022.441075 openat(AT_FDCWD, "/usr/lib/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3
1777890022.442028 close(3) = 0
1777890022.442158 openat(AT_FDCWD, "/usr/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
1777890022.442886 close(3) = 0
1777890022.443000 openat(AT_FDCWD, "/usr/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
1777890022.443707 close(3) = 0
1777890022.443831 openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
1777890022.444621 close(3) = 0
1777890022.451005 openat(AT_FDCWD, "/dev/null", O_RDONLY) = 3
1777890022.451441 close(256) = 0
1777890022.452083 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff9aaff568, parent_tid=0xffff9aaff210, exit_signal=0, stack=0xffff9a2f0000, stack_size=0x80ea20, tls=0xffff9aaff860} => {parent_tid=[146148]}, 88) = 146148
1777890022.454424 openat(AT_FDCWD, "/usr/lib/firefox/dependentlibs.list", O_RDONLY) = 6
1777890022.454709 openat(AT_FDCWD, "/usr/lib/firefox/libmozsandbox.so", O_RDONLY) = 7
1777890022.455019 close(7) = 0
1777890022.455143 openat(AT_FDCWD, "/usr/lib/firefox/libmozsandbox.so", O_RDONLY|O_CLOEXEC) = 7
1777890022.456142 close(7) = 0
1777890022.456291 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 7
1777890022.456570 close(7) = 0
1777890022.456718 openat(AT_FDCWD, "/usr/lib/libnspr4.so", O_RDONLY|O_CLOEXEC) = 7
1777890022.457543 close(7) = 0
1777890022.459125 clone(child_stack=NULL, flags=CLONE_NEWUSER|SIGCHLD) = 146149
1777890022.460728 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=146149, si_uid=1001, si_status=0, si_utime=0, si_stime=0} ---
1777890022.461068 openat(AT_FDCWD, "/usr/lib/firefox/libgkcodecs.so", O_RDONLY) = 7
1777890022.461372 close(7) = 0
1777890022.461494 openat(AT_FDCWD, "/usr/lib/firefox/libgkcodecs.so", O_RDONLY|O_CLOEXEC) = 7
1777890022.462547 close(7) = 0
1777890022.463556 openat(AT_FDCWD, "/usr/lib/firefox/liblgpllibs.so", O_RDONLY) = 7
1777890022.463988 close(7) = 0
1777890022.464124 openat(AT_FDCWD, "/usr/lib/firefox/liblgpllibs.so", O_RDONLY|O_CLOEXEC) = 7
1777890022.465113 close(7) = 0
1777890022.465533 openat(AT_FDCWD, "/usr/lib/firefox/libmozsqlite3.so", O_RDONLY) = 7
1777890022.465836 close(7) = 0
1777890022.465955 openat(AT_FDCWD, "/usr/lib/firefox/libmozsqlite3.so", O_RDONLY|O_CLOEXEC) = 7
1777890022.466897 close(7) = 0
1777890022.467550 openat(AT_FDCWD, "/usr/lib/firefox/libmozgtk.so", O_RDONLY) = 7
1777890022.467875 close(7) = 0
1777890022.467995 openat(AT_FDCWD, "/usr/lib/firefox/libmozgtk.so", O_RDONLY|O_CLOEXEC) = 7
1777890022.468947 close(7) = 0
1777890022.469092 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 7
1777890022.469371 close(7) = 0
1777890022.469518 openat(AT_FDCWD, "/usr/lib/libgtk-3.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.470398 close(7) = 0
1777890022.470538 openat(AT_FDCWD, "/usr/lib/libgdk-3.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.471820 close(7) = 0
1777890022.472049 openat(AT_FDCWD, "/usr/lib/libgmodule-2.0.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.472862 close(7) = 0
1777890022.473033 openat(AT_FDCWD, "/usr/lib/libglib-2.0.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.473933 close(7) = 0
1777890022.474114 openat(AT_FDCWD, "/usr/lib/libgobject-2.0.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.475022 close(7) = 0
1777890022.475205 openat(AT_FDCWD, "/usr/lib/libgio-2.0.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.476136 close(7) = 0
1777890022.476328 openat(AT_FDCWD, "/usr/lib/libpangocairo-1.0.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.477187 close(7) = 0
1777890022.477365 openat(AT_FDCWD, "/usr/lib/libpango-1.0.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.478261 close(7) = 0
1777890022.478459 openat(AT_FDCWD, "/usr/lib/libcairo.so.2", O_RDONLY|O_CLOEXEC) = 7
1777890022.479319 close(7) = 0
1777890022.479489 openat(AT_FDCWD, "/usr/lib/libharfbuzz.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.480330 close(7) = 0
1777890022.480499 openat(AT_FDCWD, "/usr/lib/libpangoft2-1.0.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.481299 close(7) = 0
1777890022.481448 openat(AT_FDCWD, "/usr/lib/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = 7
1777890022.482251 close(7) = 0
1777890022.482385 openat(AT_FDCWD, "/usr/lib/libfribidi.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.483209 close(7) = 0
1777890022.483352 openat(AT_FDCWD, "/usr/lib/libcairo-gobject.so.2", O_RDONLY|O_CLOEXEC) = 7
1777890022.484122 close(7) = 0
1777890022.484252 openat(AT_FDCWD, "/usr/lib/libgdk_pixbuf-2.0.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.484977 close(7) = 0
1777890022.485100 openat(AT_FDCWD, "/usr/lib/libatk-1.0.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.485838 close(7) = 0
1777890022.485966 openat(AT_FDCWD, "/usr/lib/libepoxy.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.486688 close(7) = 0
1777890022.486835 openat(AT_FDCWD, "/usr/lib/libXi.so.6", O_RDONLY|O_CLOEXEC) = 7
1777890022.487586 close(7) = 0
1777890022.487707 openat(AT_FDCWD, "/usr/lib/libX11.so.6", O_RDONLY|O_CLOEXEC) = 7
1777890022.488531 close(7) = 0
1777890022.488664 openat(AT_FDCWD, "/usr/lib/libatk-bridge-2.0.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.489399 close(7) = 0
1777890022.489527 openat(AT_FDCWD, "/usr/lib/libcloudproviders.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.490263 close(7) = 0
1777890022.490392 openat(AT_FDCWD, "/usr/lib/libtinysparql-3.0.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.491152 close(7) = 0
1777890022.491279 openat(AT_FDCWD, "/usr/lib/libXfixes.so.3", O_RDONLY|O_CLOEXEC) = 7
1777890022.492023 close(7) = 0
1777890022.492190 openat(AT_FDCWD, "/usr/lib/libxkbcommon.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.492945 close(7) = 0
1777890022.493095 openat(AT_FDCWD, "/usr/lib/libwayland-client.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.493871 close(7) = 0
1777890022.494001 openat(AT_FDCWD, "/usr/lib/libwayland-cursor.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.494747 close(7) = 0
1777890022.494902 openat(AT_FDCWD, "/usr/lib/libwayland-egl.so.1", O_RDONLY|O_CLOEXEC) = 7
1777890022.495612 close(7) = 0
1777890022.495742 openat(AT_FDCWD, "/usr/lib/libXext.so.6", O_RDONLY|O_CLOEXEC) = 7
1777890022.496494 close(7) = 0
1777890022.496618 openat(AT_FDCWD, "/usr/lib/libXcursor.so.1", O_RDONLY|O_CLOEXEC) = 7
1777890022.497396 close(7) = 0
1777890022.497531 openat(AT_FDCWD, "/usr/lib/libXdamage.so.1", O_RDONLY|O_CLOEXEC) = 7
1777890022.498278 close(7) = 0
1777890022.498410 openat(AT_FDCWD, "/usr/lib/libXcomposite.so.1", O_RDONLY|O_CLOEXEC) = 7
1777890022.499139 close(7) = 0
1777890022.499269 openat(AT_FDCWD, "/usr/lib/libXrandr.so.2", O_RDONLY|O_CLOEXEC) = 7
1777890022.500006 close(7) = 0
1777890022.500140 openat(AT_FDCWD, "/usr/lib/libXinerama.so.1", O_RDONLY|O_CLOEXEC) = 7
1777890022.500933 close(7) = 0
1777890022.501112 openat(AT_FDCWD, "/usr/lib/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.501939 close(7) = 0
1777890022.502117 openat(AT_FDCWD, "/usr/lib/libffi.so.8", O_RDONLY|O_CLOEXEC) = 7
1777890022.502902 close(7) = 0
1777890022.503050 openat(AT_FDCWD, "/usr/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = 7
1777890022.503843 close(7) = 0
1777890022.503982 openat(AT_FDCWD, "/usr/lib/libmount.so.1", O_RDONLY|O_CLOEXEC) = 7
1777890022.504768 close(7) = 0
1777890022.505012 openat(AT_FDCWD, "/usr/lib/libthai.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.505752 close(7) = 0
1777890022.505935 openat(AT_FDCWD, "/usr/lib/libpng16.so.16", O_RDONLY|O_CLOEXEC) = 7
1777890022.506665 close(7) = 0
1777890022.506811 openat(AT_FDCWD, "/usr/lib/libfreetype.so.6", O_RDONLY|O_CLOEXEC) = 7
1777890022.507571 close(7) = 0
1777890022.507716 openat(AT_FDCWD, "/usr/lib/libXrender.so.1", O_RDONLY|O_CLOEXEC) = 7
1777890022.508470 close(7) = 0
1777890022.508603 openat(AT_FDCWD, "/usr/lib/libxcb.so.1", O_RDONLY|O_CLOEXEC) = 7
1777890022.509350 close(7) = 0
1777890022.509486 openat(AT_FDCWD, "/usr/lib/libxcb-render.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.510271 close(7) = 0
1777890022.510410 openat(AT_FDCWD, "/usr/lib/libxcb-shm.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.511209 close(7) = 0
1777890022.511359 openat(AT_FDCWD, "/usr/lib/libpixman-1.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.512116 close(7) = 0
1777890022.512288 openat(AT_FDCWD, "/usr/lib/libgraphite2.so.3", O_RDONLY|O_CLOEXEC) = 7
1777890022.513051 close(7) = 0
1777890022.513223 openat(AT_FDCWD, "/usr/lib/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 7
1777890022.514014 close(7) = 0
1777890022.514222 openat(AT_FDCWD, "/usr/lib/libglycin-2.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.515195 close(7) = 0
1777890022.515405 openat(AT_FDCWD, "/usr/lib/libatspi.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.516167 close(7) = 0
1777890022.516307 openat(AT_FDCWD, "/usr/lib/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = 7
1777890022.517075 close(7) = 0
1777890022.517247 openat(AT_FDCWD, "/usr/lib/tinysparql-3.0/libjson-glib-1.0.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890022.517456 openat(AT_FDCWD, "/usr/lib/libjson-glib-1.0.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.518234 close(7) = 0
1777890022.518389 openat(AT_FDCWD, "/usr/lib/tinysparql-3.0/libxml2.so.16", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890022.518528 openat(AT_FDCWD, "/usr/lib/libxml2.so.16", O_RDONLY|O_CLOEXEC) = 7
1777890022.519381 close(7) = 0
1777890022.519537 openat(AT_FDCWD, "/usr/lib/tinysparql-3.0/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890022.519693 openat(AT_FDCWD, "/usr/lib/libsqlite3.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.520461 close(7) = 0
1777890022.520722 openat(AT_FDCWD, "/usr/lib/libblkid.so.1", O_RDONLY|O_CLOEXEC) = 7
1777890022.521524 close(7) = 0
1777890022.521670 openat(AT_FDCWD, "/usr/lib/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.522528 close(7) = 0
1777890022.522685 openat(AT_FDCWD, "/usr/lib/libdatrie.so.1", O_RDONLY|O_CLOEXEC) = 7
1777890022.523448 close(7) = 0
1777890022.523616 openat(AT_FDCWD, "/usr/lib/libbz2.so.1.0", O_RDONLY|O_CLOEXEC) = 7
1777890022.524392 close(7) = 0
1777890022.524549 openat(AT_FDCWD, "/usr/lib/libbrotlidec.so.1", O_RDONLY|O_CLOEXEC) = 7
1777890022.525322 close(7) = 0
1777890022.525484 openat(AT_FDCWD, "/usr/lib/libXau.so.6", O_RDONLY|O_CLOEXEC) = 7
1777890022.526245 close(7) = 0
1777890022.526398 openat(AT_FDCWD, "/usr/lib/libXdmcp.so.6", O_RDONLY|O_CLOEXEC) = 7
1777890022.527162 close(7) = 0
1777890022.527348 openat(AT_FDCWD, "/usr/lib/liblcms2.so.2", O_RDONLY|O_CLOEXEC) = 7
1777890022.528273 close(7) = 0
1777890022.528451 openat(AT_FDCWD, "/usr/lib/libseccomp.so.2", O_RDONLY|O_CLOEXEC) = 7
1777890022.529237 close(7) = 0
1777890022.529469 openat(AT_FDCWD, "/usr/lib/libicuuc.so.78", O_RDONLY|O_CLOEXEC) = 7
1777890022.530326 close(7) = 0
1777890022.530507 openat(AT_FDCWD, "/usr/lib/libbrotlicommon.so.1", O_RDONLY|O_CLOEXEC) = 7
1777890022.531338 close(7) = 0
1777890022.531531 openat(AT_FDCWD, "/usr/lib/libicudata.so.78", O_RDONLY|O_CLOEXEC) = 7
1777890022.532389 close(7) = 0
1777890022.603606 openat(AT_FDCWD, "/usr/lib/firefox/libmozwayland.so", O_RDONLY) = 7
1777890022.604038 close(7) = 0
1777890022.604288 openat(AT_FDCWD, "/usr/lib/firefox/libmozwayland.so", O_RDONLY|O_CLOEXEC) = 7
1777890022.605287 close(7) = 0
1777890022.605678 openat(AT_FDCWD, "/usr/lib/firefox/libxul.so", O_RDONLY) = 7
1777890022.605999 close(7) = 0
1777890022.606175 openat(AT_FDCWD, "/usr/lib/firefox/libxul.so", O_RDONLY|O_CLOEXEC) = 7
1777890022.607247 close(7) = 0
1777890022.607511 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 7
1777890022.607786 close(7) = 0
1777890022.607977 openat(AT_FDCWD, "/usr/lib/libasound.so.2", O_RDONLY|O_CLOEXEC) = 7
1777890022.608787 close(7) = 0
1777890022.609009 openat(AT_FDCWD, "/usr/lib/libplc4.so", O_RDONLY|O_CLOEXEC) = 7
1777890022.609749 close(7) = 0
1777890022.609925 openat(AT_FDCWD, "/usr/lib/libssl3.so", O_RDONLY|O_CLOEXEC) = 7
1777890022.610720 close(7) = 0
1777890022.610928 openat(AT_FDCWD, "/usr/lib/libsmime3.so", O_RDONLY|O_CLOEXEC) = 7
1777890022.611727 close(7) = 0
1777890022.611925 openat(AT_FDCWD, "/usr/lib/libnss3.so", O_RDONLY|O_CLOEXEC) = 7
1777890022.612811 close(7) = 0
1777890022.612994 openat(AT_FDCWD, "/usr/lib/libnssutil3.so", O_RDONLY|O_CLOEXEC) = 7
1777890022.613725 close(7) = 0
1777890022.613946 openat(AT_FDCWD, "/usr/lib/libX11-xcb.so.1", O_RDONLY|O_CLOEXEC) = 7
1777890022.614714 close(7) = 0
1777890022.615103 openat(AT_FDCWD, "/usr/lib/libplds4.so", O_RDONLY|O_CLOEXEC) = 7
1777890022.615932 close(7) = 0
1777890022.671086 close(6) = 0
1777890022.672572 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/firefox_live.log.moz_log", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 6
1777890022.673408 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff9aaff568, parent_tid=0xffff9aaff210, exit_signal=0, stack=0xffff9a2f0000, stack_size=0x80ea20, tls=0xffff9aaff860} => {parent_tid=[146152]}, 88) = 146152
1777890022.675815 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff8a4ff568, parent_tid=0xffff8a4ff210, exit_signal=0, stack=0xffff89cf0000, stack_size=0x80ea20, tls=0xffff8a4ff860} => {parent_tid=[146153]}, 88) = 146153
1777890022.676741 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff89cef568, parent_tid=0xffff89cef210, exit_signal=0, stack=0xffff894e0000, stack_size=0x80ea20, tls=0xffff89cef860} => {parent_tid=[146154]}, 88) = 146154
1777890022.684881 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff88ccf568, parent_tid=0xffff88ccf210, exit_signal=0, stack=0xffff884c0000, stack_size=0x80ea20, tls=0xffff88ccf860} => {parent_tid=[146156]}, 88) = 146156
1777890022.687441 close(12) = 0
1777890022.688455 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff884bf568, parent_tid=0xffff884bf210, exit_signal=0, stack=0xffff87cb0000, stack_size=0x80ea20, tls=0xffff884bf860} => {parent_tid=[146157]}, 88) = 146157
1777890022.696443 openat(AT_FDCWD, "/usr/share/glib-2.0/schemas/gschemas.compiled", O_RDONLY|O_CLOEXEC) = 17
1777890022.696843 close(17) = 0
1777890022.697020 openat(AT_FDCWD, "/usr/local/share/glib-2.0/schemas/gschemas.compiled", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890022.697188 openat(AT_FDCWD, "/home/mfritsche/.local/share/glib-2.0/schemas/gschemas.compiled", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890022.704475 openat(AT_FDCWD, "/usr/lib/gio/modules", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 19
1777890022.704812 openat(AT_FDCWD, "/usr/lib/gio/modules/giomodule.cache", O_RDONLY|O_CLOEXEC) = 20
1777890022.706057 close(20) = 0
1777890022.707073 close(19) = 0
1777890022.712547 openat(AT_FDCWD, "/usr/lib/gio/modules/libdconfsettings.so", O_RDONLY|O_CLOEXEC) = 19
1777890022.713414 close(19) = 0
1777890022.714826 openat(AT_FDCWD, "/usr/lib/gio/modules/libxfconfgsettingsbackend.so", O_RDONLY|O_CLOEXEC) = 18
1777890022.715724 close(18) = 0
1777890022.715969 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 19
1777890022.716224 close(19) = 0
1777890022.716386 openat(AT_FDCWD, "/usr/lib/libxfconf-0.so.3", O_RDONLY|O_CLOEXEC) = 18
1777890022.717205 close(18) = 0
1777890022.717404 openat(AT_FDCWD, "/usr/lib/libgthread-2.0.so.0", O_RDONLY|O_CLOEXEC) = 18
1777890022.718269 close(18) = 0
1777890022.718502 openat(AT_FDCWD, "/usr/lib/libxfce4util.so.7", O_RDONLY|O_CLOEXEC) = 18
1777890022.719423 close(18) = 0
1777890022.722406 openat(AT_FDCWD, "/run/dconf/user/1001", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890022.722612 openat(AT_FDCWD, "/run/user/1001/dconf/profile", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890022.722745 openat(AT_FDCWD, "/etc/dconf/profile/user", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890022.722951 openat(AT_FDCWD, "/usr/local/share/dconf/profile/user", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890022.723078 openat(AT_FDCWD, "/usr/share/dconf/profile/user", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890022.723596 openat(AT_FDCWD, "/run/user/1001/dconf/user", O_RDWR|O_CREAT, 0600) = 18
1777890022.723928 close(18) = 0
1777890022.724037 openat(AT_FDCWD, "/home/mfritsche/.config/dconf/user", O_RDONLY|O_CLOEXEC) = 18
1777890022.724316 close(18) = 0
1777890022.724789 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff86baf568, parent_tid=0xffff86baf210, exit_signal=0, stack=0xffff863a0000, stack_size=0x80ea20, tls=0xffff86baf860} => {parent_tid=[146160]}, 88) = 146160
1777890022.754267 openat(AT_FDCWD, "/home/mfritsche//.local/share/icons/breeze_cursors/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890022.754438 openat(AT_FDCWD, "/home/mfritsche//.local/share/icons/breeze_cursors//index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890022.754566 openat(AT_FDCWD, "/home/mfritsche//.icons/breeze_cursors/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890022.754693 openat(AT_FDCWD, "/home/mfritsche//.icons/breeze_cursors//index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890022.754845 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 20
1777890022.755241 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///cell", O_RDONLY) = 22
1777890022.756289 close(22) = 0
1777890022.756405 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///help", O_RDONLY) = 22
1777890022.757230 close(22) = 0
1777890022.757342 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///tcross", O_RDONLY) = 22
1777890022.758368 close(22) = 0
1777890022.758486 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///wayland-cursor", O_RDONLY) = 22
1777890022.759140 close(22) = 0
1777890022.759249 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///grabbing", O_RDONLY) = 22
1777890022.759952 close(22) = 0
1777890022.760063 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///v_double_arrow", O_RDONLY) = 22
1777890022.761152 close(22) = 0
1777890022.761270 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///color-picker", O_RDONLY) = 22
1777890022.761897 close(22) = 0
1777890022.762028 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///split_h", O_RDONLY) = 23
1777890022.762644 close(23) = 0
1777890022.762754 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///5c6cd98b3f3ebcb1f9c7f1c204630408", O_RDONLY) = 22
1777890022.763383 close(22) = 0
1777890022.763480 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///b66166c04f8c3109214a4fbd64a50fc8", O_RDONLY) = 22
1777890022.764127 close(22) = 0
1777890022.764230 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///right_ptr", O_RDONLY) = 22
1777890022.764952 close(22) = 0
1777890022.765053 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size-hor", O_RDONLY) = 22
1777890022.766261 close(22) = 0
1777890022.766371 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///progress", O_RDONLY) = 22
1777890022.773085 close(22) = 0
1777890022.773236 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///se-resize", O_RDONLY) = 22
1777890022.774357 close(22) = 0
1777890022.774640 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///dnd-copy", O_RDONLY) = 22
1777890022.775525 close(22) = 0
1777890022.775691 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///4498f0e0c1937ffe01fd06f973665830", O_RDONLY) = 22
1777890022.776495 close(22) = 0
1777890022.776728 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///vertical-text", O_RDONLY) = 22
1777890022.777502 close(22) = 0
1777890022.777729 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///context-menu", O_RDONLY) = 22
1777890022.778577 close(22) = 0
1777890022.778718 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///plus", O_RDONLY) = 22
1777890022.779474 close(22) = 0
1777890022.779625 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///dnd-none", O_RDONLY) = 22
1777890022.780414 close(22) = 0
1777890022.780578 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size_bdiag", O_RDONLY) = 22
1777890022.781352 close(22) = 0
1777890022.781511 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///text", O_RDONLY) = 22
1777890022.782189 close(22) = 0
1777890022.782321 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///hand1", O_RDONLY) = 22
1777890022.783278 close(22) = 0
1777890022.783437 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///forbidden", O_RDONLY) = 22
1777890022.784198 close(22) = 0
1777890022.784300 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///1081e37283d90000800003c07f3ef6bf", O_RDONLY) = 22
1777890022.785025 close(22) = 0
1777890022.785142 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///ew-resize", O_RDONLY) = 22
1777890022.785829 close(22) = 0
1777890022.785947 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///link", O_RDONLY) = 22
1777890022.786606 close(22) = 0
1777890022.786710 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///not-allowed", O_RDONLY) = 22
1777890022.788026 close(22) = 0
1777890022.788155 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///nesw-resize", O_RDONLY) = 22
1777890022.788975 close(22) = 0
1777890022.789071 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///left_ptr_watch", O_RDONLY) = 22
1777890022.795572 close(22) = 0
1777890022.795716 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///nwse-resize", O_RDONLY) = 22
1777890022.796420 close(22) = 0
1777890022.796529 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///top_left_arrow", O_RDONLY) = 22
1777890022.797250 close(22) = 0
1777890022.797383 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///bottom_left_corner", O_RDONLY) = 22
1777890022.798103 close(22) = 0
1777890022.798254 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size-fdiag", O_RDONLY) = 23
1777890022.798952 close(23) = 0
1777890022.799066 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///ne-resize", O_RDONLY) = 22
1777890022.799729 close(22) = 0
1777890022.799955 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///ibeam", O_RDONLY) = 22
1777890022.800560 close(22) = 0
1777890022.800668 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///arrow", O_RDONLY) = 22
1777890022.801341 close(22) = 0
1777890022.801437 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///top_left_corner", O_RDONLY) = 22
1777890022.802093 close(22) = 0
1777890022.802188 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///fcf21c00b30f7e3f83fe0dfd12e71cff", O_RDONLY) = 22
1777890022.802848 close(22) = 0
1777890022.802945 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///bottom_side", O_RDONLY) = 22
1777890022.803601 close(22) = 0
1777890022.803694 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///dnd-move", O_RDONLY) = 22
1777890022.804287 close(22) = 0
1777890022.804396 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///08e8e1c95fe2fc01f976f1e063a24ccd", O_RDONLY) = 22
1777890022.811655 close(22) = 0
1777890022.811764 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///up-arrow", O_RDONLY) = 22
1777890022.812437 close(22) = 0
1777890022.812535 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///pencil", O_RDONLY) = 22
1777890022.813154 close(22) = 0
1777890022.813265 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///pointer", O_RDONLY) = 22
1777890022.813930 close(22) = 0
1777890022.814040 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///question_arrow", O_RDONLY) = 22
1777890022.814663 close(22) = 0
1777890022.814766 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size_hor", O_RDONLY) = 22
1777890022.815442 close(22) = 0
1777890022.815537 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///n-resize", O_RDONLY) = 22
1777890022.816212 close(22) = 0
1777890022.816306 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///left_ptr_help", O_RDONLY) = 22
1777890022.816983 close(22) = 0
1777890022.817126 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///bottom_right_corner", O_RDONLY) = 22
1777890022.817769 close(22) = 0
1777890022.817979 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///draft", O_RDONLY) = 22
1777890022.818683 close(22) = 0
1777890022.818781 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///alias", O_RDONLY) = 22
1777890022.819490 close(22) = 0
1777890022.819627 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///left_ptr", O_RDONLY) = 22
1777890022.820337 close(22) = 0
1777890022.820456 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///xterm", O_RDONLY) = 16
1777890022.821208 close(16) = 0
1777890022.821331 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///w-resize", O_RDONLY) = 22
1777890022.822003 close(22) = 0
1777890022.822103 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///zoom-out", O_RDONLY) = 16
1777890022.822723 close(16) = 0
1777890022.822873 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///circle", O_RDONLY) = 16
1777890022.823505 close(16) = 0
1777890022.823613 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///3085a0e285430894940527032f8b26df", O_RDONLY) = 16
1777890022.824357 close(16) = 0
1777890022.824466 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///crosshair", O_RDONLY) = 16
1777890022.825166 close(16) = 0
1777890022.825287 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///move", O_RDONLY) = 16
1777890022.825978 close(16) = 0
1777890022.826105 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///row-resize", O_RDONLY) = 16
1777890022.826760 close(16) = 0
1777890022.826910 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///half-busy", O_RDONLY) = 16
1777890022.833324 close(16) = 0
1777890022.833440 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size_all", O_RDONLY) = 16
1777890022.834136 close(16) = 0
1777890022.834261 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///no-drop", O_RDONLY) = 22
1777890022.834906 close(22) = 0
1777890022.835025 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///openhand", O_RDONLY) = 16
1777890022.835720 close(16) = 0
1777890022.835863 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///a2a266d0498c3104214a47bd64ab0fc8", O_RDONLY) = 22
1777890022.836496 close(22) = 0
1777890022.836590 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///h_double_arrow", O_RDONLY) = 16
1777890022.837290 close(16) = 0
1777890022.837411 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///x-cursor", O_RDONLY) = 22
1777890022.838042 close(22) = 0
1777890022.838135 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///cross", O_RDONLY) = 16
1777890022.838780 close(16) = 0
1777890022.838921 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///s-resize", O_RDONLY) = 22
1777890022.839554 close(22) = 0
1777890022.839642 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///sb_h_double_arrow", O_RDONLY) = 16
1777890022.840362 close(16) = 0
1777890022.840487 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///00000000000000020006000e7e9ffc3f", O_RDONLY) = 22
1777890022.846847 close(22) = 0
1777890022.846973 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///ns-resize", O_RDONLY) = 16
1777890022.847686 close(16) = 0
1777890022.847839 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///down-arrow", O_RDONLY) = 22
1777890022.848464 close(22) = 0
1777890022.848555 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size_ver", O_RDONLY) = 16
1777890022.849258 close(16) = 0
1777890022.849377 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///hand2", O_RDONLY) = 22
1777890022.850005 close(22) = 0
1777890022.850099 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size_fdiag", O_RDONLY) = 16
1777890022.850765 close(16) = 0
1777890022.850908 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///default", O_RDONLY) = 22
1777890022.851573 close(22) = 0
1777890022.851660 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///fleur", O_RDONLY) = 16
1777890022.852345 close(16) = 0
1777890022.852471 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///grab", O_RDONLY) = 22
1777890022.853105 close(22) = 0
1777890022.853198 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///left_side", O_RDONLY) = 16
1777890022.853890 close(16) = 0
1777890022.854010 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///right-arrow", O_RDONLY) = 22
1777890022.854633 close(22) = 0
1777890022.854730 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///sb_v_double_arrow", O_RDONLY) = 16
1777890022.855426 close(16) = 0
1777890022.855544 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///wait", O_RDONLY) = 22
1777890022.862854 close(22) = 0
1777890022.862988 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///sw-resize", O_RDONLY) = 16
1777890022.863685 close(16) = 0
1777890022.863817 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size-bdiag", O_RDONLY) = 16
1777890022.864514 close(16) = 0
1777890022.864633 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size-ver", O_RDONLY) = 16
1777890022.865309 close(16) = 0
1777890022.865431 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///whats_this", O_RDONLY) = 16
1777890022.866123 close(16) = 0
1777890022.866305 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///03b6e0fcb3499374a867c041f52298f0", O_RDONLY) = 16
1777890022.867120 close(16) = 0
1777890022.867263 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///all-scroll", O_RDONLY) = 16
1777890022.868141 close(16) = 0
1777890022.868311 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///zoom-in", O_RDONLY) = 16
1777890022.869046 close(16) = 0
1777890022.869210 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///9081237383d90e509aa00f00170e968f", O_RDONLY) = 16
1777890022.869862 close(16) = 0
1777890022.869973 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///pointing_hand", O_RDONLY) = 16
1777890022.870664 close(16) = 0
1777890022.870780 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///d9ce0ab605698f320427677b458ad60b", O_RDONLY) = 16
1777890022.871611 close(16) = 0
1777890022.871746 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///top_side", O_RDONLY) = 22
1777890022.872435 close(22) = 0
1777890022.872556 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///split_v", O_RDONLY) = 16
1777890022.873301 close(16) = 0
1777890022.873408 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///col-resize", O_RDONLY) = 16
1777890022.874096 close(16) = 0
1777890022.874207 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///left-arrow", O_RDONLY) = 16
1777890022.874874 close(16) = 0
1777890022.875014 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///9d800788f1b08800ae810202380a0822", O_RDONLY) = 16
1777890022.875699 close(16) = 0
1777890022.875819 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///pirate", O_RDONLY) = 16
1777890022.876465 close(16) = 0
1777890022.876574 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///e29285e634086352946a0e7090d73106", O_RDONLY) = 16
1777890022.877294 close(16) = 0
1777890022.877404 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///nw-resize", O_RDONLY) = 16
1777890022.878035 close(16) = 0
1777890022.878145 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///closedhand", O_RDONLY) = 16
1777890022.878742 close(16) = 0
1777890022.878860 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///640fb0e74195791501fd1ed57b41487f", O_RDONLY) = 16
1777890022.879489 close(16) = 0
1777890022.879594 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///watch", O_RDONLY) = 16
1777890022.885348 close(16) = 0
1777890022.885518 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///copy", O_RDONLY) = 16
1777890022.886196 close(16) = 0
1777890022.886306 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///dnd-no-drop", O_RDONLY) = 16
1777890022.886934 close(16) = 0
1777890022.887041 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///e-resize", O_RDONLY) = 16
1777890022.887636 close(16) = 0
1777890022.887741 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///crossed_circle", O_RDONLY) = 16
1777890022.888362 close(16) = 0
1777890022.888468 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///00008160000006810000408080010102", O_RDONLY) = 16
1777890022.889082 close(16) = 0
1777890022.889190 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///3ecb610c1bf2410f44200f48c40d3599", O_RDONLY) = 16
1777890022.894920 close(16) = 0
1777890022.895099 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///6407b0e94181790501fd1e167b474872", O_RDONLY) = 16
1777890022.895770 close(16) = 0
1777890022.895903 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///right_side", O_RDONLY) = 16
1777890022.896520 close(16) = 0
1777890022.896626 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///top_right_corner", O_RDONLY) = 16
1777890022.897246 close(16) = 0
1777890022.897356 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///center_ptr", O_RDONLY) = 16
1777890022.897973 close(16) = 0
1777890022.898138 close(20) = 0
1777890022.898279 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors//index.theme", O_RDONLY) = 16
1777890022.898595 close(16) = 0
1777890022.898703 openat(AT_FDCWD, "/usr/share/pixmaps/breeze_cursors/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890022.898853 openat(AT_FDCWD, "/usr/share/pixmaps/breeze_cursors//index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890022.898977 openat(AT_FDCWD, "/home/mfritsche//.cursors/breeze_cursors/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890022.899099 openat(AT_FDCWD, "/home/mfritsche//.cursors/breeze_cursors//index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890022.899219 openat(AT_FDCWD, "/usr/share/cursors/xorg-x11/breeze_cursors/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890022.899336 openat(AT_FDCWD, "/usr/share/cursors/xorg-x11/breeze_cursors//index.theme", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890022.899456 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 16
1777890022.899823 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///cell", O_RDONLY) = 20
1777890022.900410 close(20) = 0
1777890022.900518 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///help", O_RDONLY) = 20
1777890022.901111 close(20) = 0
1777890022.901216 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///tcross", O_RDONLY) = 20
1777890022.901789 close(20) = 0
1777890022.901906 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///wayland-cursor", O_RDONLY) = 20
1777890022.902477 close(20) = 0
1777890022.902579 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///grabbing", O_RDONLY) = 20
1777890022.903171 close(20) = 0
1777890022.903278 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///v_double_arrow", O_RDONLY) = 20
1777890022.903863 close(20) = 0
1777890022.903965 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///color-picker", O_RDONLY) = 20
1777890022.904535 close(20) = 0
1777890022.904639 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///split_h", O_RDONLY) = 20
1777890022.905263 close(20) = 0
1777890022.905368 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///5c6cd98b3f3ebcb1f9c7f1c204630408", O_RDONLY) = 20
1777890022.905962 close(20) = 0
1777890022.906070 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///b66166c04f8c3109214a4fbd64a50fc8", O_RDONLY) = 20
1777890022.906646 close(20) = 0
1777890022.906751 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///right_ptr", O_RDONLY) = 20
1777890022.907341 close(20) = 0
1777890022.907444 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size-hor", O_RDONLY) = 20
1777890022.908027 close(20) = 0
1777890022.908131 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///progress", O_RDONLY) = 20
1777890022.913628 close(20) = 0
1777890022.913741 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///se-resize", O_RDONLY) = 20
1777890022.914339 close(20) = 0
1777890022.914445 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///dnd-copy", O_RDONLY) = 20
1777890022.915038 close(20) = 0
1777890022.915144 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///4498f0e0c1937ffe01fd06f973665830", O_RDONLY) = 20
1777890022.915721 close(20) = 0
1777890022.915836 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///vertical-text", O_RDONLY) = 20
1777890022.916409 close(20) = 0
1777890022.916510 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///context-menu", O_RDONLY) = 20
1777890022.917097 close(20) = 0
1777890022.917202 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///plus", O_RDONLY) = 20
1777890022.917774 close(20) = 0
1777890022.917896 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///dnd-none", O_RDONLY) = 20
1777890022.918474 close(20) = 0
1777890022.918578 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size_bdiag", O_RDONLY) = 20
1777890022.919162 close(20) = 0
1777890022.919268 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///text", O_RDONLY) = 20
1777890022.919851 close(20) = 0
1777890022.919957 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///hand1", O_RDONLY) = 20
1777890022.920533 close(20) = 0
1777890022.920634 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///forbidden", O_RDONLY) = 20
1777890022.921271 close(20) = 0
1777890022.921394 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///1081e37283d90000800003c07f3ef6bf", O_RDONLY) = 20
1777890022.921999 close(20) = 0
1777890022.922109 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///ew-resize", O_RDONLY) = 20
1777890022.922685 close(20) = 0
1777890022.922787 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///link", O_RDONLY) = 20
1777890022.923390 close(20) = 0
1777890022.923494 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///not-allowed", O_RDONLY) = 20
1777890022.924093 close(20) = 0
1777890022.924198 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///nesw-resize", O_RDONLY) = 20
1777890022.924776 close(20) = 0
1777890022.924907 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///left_ptr_watch", O_RDONLY) = 20
1777890022.930400 close(20) = 0
1777890022.930520 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///nwse-resize", O_RDONLY) = 20
1777890022.931125 close(20) = 0
1777890022.931233 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///top_left_arrow", O_RDONLY) = 20
1777890022.931811 close(20) = 0
1777890022.931919 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///bottom_left_corner", O_RDONLY) = 20
1777890022.932492 close(20) = 0
1777890022.932595 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size-fdiag", O_RDONLY) = 20
1777890022.933173 close(20) = 0
1777890022.933277 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///ne-resize", O_RDONLY) = 20
1777890022.933902 close(20) = 0
1777890022.934006 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///ibeam", O_RDONLY) = 20
1777890022.934578 close(20) = 0
1777890022.934681 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///arrow", O_RDONLY) = 20
1777890022.935262 close(20) = 0
1777890022.935367 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///top_left_corner", O_RDONLY) = 20
1777890022.935960 close(20) = 0
1777890022.936068 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///fcf21c00b30f7e3f83fe0dfd12e71cff", O_RDONLY) = 20
1777890022.936647 close(20) = 0
1777890022.936749 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///bottom_side", O_RDONLY) = 20
1777890022.937336 close(20) = 0
1777890022.937442 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///dnd-move", O_RDONLY) = 20
1777890022.938031 close(20) = 0
1777890022.938136 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///08e8e1c95fe2fc01f976f1e063a24ccd", O_RDONLY) = 20
1777890022.943643 close(20) = 0
1777890022.943763 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///up-arrow", O_RDONLY) = 20
1777890022.944372 close(20) = 0
1777890022.944476 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///pencil", O_RDONLY) = 20
1777890022.945073 close(20) = 0
1777890022.945175 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///pointer", O_RDONLY) = 20
1777890022.945748 close(20) = 0
1777890022.945868 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///question_arrow", O_RDONLY) = 20
1777890022.946443 close(20) = 0
1777890022.946547 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size_hor", O_RDONLY) = 20
1777890022.947208 close(20) = 0
1777890022.947324 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///n-resize", O_RDONLY) = 20
1777890022.947933 close(20) = 0
1777890022.948038 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///left_ptr_help", O_RDONLY) = 20
1777890022.948616 close(20) = 0
1777890022.948718 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///bottom_right_corner", O_RDONLY) = 20
1777890022.949304 close(20) = 0
1777890022.949406 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///draft", O_RDONLY) = 20
1777890022.950002 close(20) = 0
1777890022.950105 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///alias", O_RDONLY) = 20
1777890022.950675 close(20) = 0
1777890022.950778 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///left_ptr", O_RDONLY) = 20
1777890022.951370 close(20) = 0
1777890022.951471 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///xterm", O_RDONLY) = 20
1777890022.952062 close(20) = 0
1777890022.952165 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///w-resize", O_RDONLY) = 20
1777890022.952738 close(20) = 0
1777890022.952862 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///zoom-out", O_RDONLY) = 20
1777890022.953436 close(20) = 0
1777890022.953540 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///circle", O_RDONLY) = 20
1777890022.954133 close(20) = 0
1777890022.954238 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///3085a0e285430894940527032f8b26df", O_RDONLY) = 20
1777890022.954824 close(20) = 0
1777890022.954930 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///crosshair", O_RDONLY) = 20
1777890022.955504 close(20) = 0
1777890022.955607 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///move", O_RDONLY) = 20
1777890022.956192 close(20) = 0
1777890022.956296 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///row-resize", O_RDONLY) = 20
1777890022.956886 close(20) = 0
1777890022.956988 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///half-busy", O_RDONLY) = 20
1777890022.962507 close(20) = 0
1777890022.962638 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size_all", O_RDONLY) = 20
1777890022.963258 close(20) = 0
1777890022.963364 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///no-drop", O_RDONLY) = 20
1777890022.963949 close(20) = 0
1777890022.964051 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///openhand", O_RDONLY) = 20
1777890022.964631 close(20) = 0
1777890022.964743 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///a2a266d0498c3104214a47bd64ab0fc8", O_RDONLY) = 20
1777890022.965380 close(20) = 0
1777890022.965510 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///h_double_arrow", O_RDONLY) = 20
1777890022.966129 close(20) = 0
1777890022.966235 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///x-cursor", O_RDONLY) = 20
1777890022.966841 close(20) = 0
1777890022.966944 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///cross", O_RDONLY) = 20
1777890022.967522 close(20) = 0
1777890022.967627 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///s-resize", O_RDONLY) = 20
1777890022.968222 close(20) = 0
1777890022.968325 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///sb_h_double_arrow", O_RDONLY) = 20
1777890022.968913 close(20) = 0
1777890022.969021 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///00000000000000020006000e7e9ffc3f", O_RDONLY) = 20
1777890022.974598 close(20) = 0
1777890022.974748 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///ns-resize", O_RDONLY) = 20
1777890022.975376 close(20) = 0
1777890022.975480 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///down-arrow", O_RDONLY) = 20
1777890022.976075 close(20) = 0
1777890022.976178 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size_ver", O_RDONLY) = 20
1777890022.976747 close(20) = 0
1777890022.976859 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///hand2", O_RDONLY) = 20
1777890022.977436 close(20) = 0
1777890022.977538 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size_fdiag", O_RDONLY) = 20
1777890022.978125 close(20) = 0
1777890022.978230 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///default", O_RDONLY) = 20
1777890022.978811 close(20) = 0
1777890022.978916 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///fleur", O_RDONLY) = 20
1777890022.979487 close(20) = 0
1777890022.979588 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///grab", O_RDONLY) = 20
1777890022.980181 close(20) = 0
1777890022.980285 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///left_side", O_RDONLY) = 20
1777890022.980872 close(20) = 0
1777890022.980976 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///right-arrow", O_RDONLY) = 20
1777890022.981549 close(20) = 0
1777890022.981651 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///sb_v_double_arrow", O_RDONLY) = 20
1777890022.982251 close(20) = 0
1777890022.982359 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///wait", O_RDONLY) = 20
1777890022.987894 close(20) = 0
1777890022.988036 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///sw-resize", O_RDONLY) = 20
1777890022.988639 close(20) = 0
1777890022.988744 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size-bdiag", O_RDONLY) = 20
1777890022.989332 close(20) = 0
1777890022.989435 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///size-ver", O_RDONLY) = 20
1777890022.990017 close(20) = 0
1777890022.990121 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///whats_this", O_RDONLY) = 20
1777890022.990695 close(20) = 0
1777890022.990817 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///03b6e0fcb3499374a867c041f52298f0", O_RDONLY) = 20
1777890022.991428 close(20) = 0
1777890022.991532 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///all-scroll", O_RDONLY) = 20
1777890022.992123 close(20) = 0
1777890022.992226 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///zoom-in", O_RDONLY) = 20
1777890022.992812 close(20) = 0
1777890022.992920 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///9081237383d90e509aa00f00170e968f", O_RDONLY) = 20
1777890022.993491 close(20) = 0
1777890022.993593 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///pointing_hand", O_RDONLY) = 20
1777890022.994186 close(20) = 0
1777890022.994294 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///d9ce0ab605698f320427677b458ad60b", O_RDONLY) = 20
1777890022.994883 close(20) = 0
1777890022.994986 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///top_side", O_RDONLY) = 20
1777890022.995558 close(20) = 0
1777890022.995659 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///split_v", O_RDONLY) = 20
1777890022.996247 close(20) = 0
1777890022.996350 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///col-resize", O_RDONLY) = 20
1777890022.996936 close(20) = 0
1777890022.997041 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///left-arrow", O_RDONLY) = 20
1777890022.997616 close(20) = 0
1777890022.997718 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///9d800788f1b08800ae810202380a0822", O_RDONLY) = 20
1777890022.998304 close(20) = 0
1777890022.998408 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///pirate", O_RDONLY) = 20
1777890022.999054 close(20) = 0
1777890022.999166 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///e29285e634086352946a0e7090d73106", O_RDONLY) = 20
1777890022.999758 close(20) = 0
1777890022.999883 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///nw-resize", O_RDONLY) = 20
1777890023.000474 close(20) = 0
1777890023.000602 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///closedhand", O_RDONLY) = 20
1777890023.001275 close(20) = 0
1777890023.001442 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///640fb0e74195791501fd1ed57b41487f", O_RDONLY) = 20
1777890023.002127 close(20) = 0
1777890023.002240 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///watch", O_RDONLY) = 20
1777890023.007745 close(20) = 0
1777890023.007873 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///copy", O_RDONLY) = 20
1777890023.008469 close(20) = 0
1777890023.008573 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///dnd-no-drop", O_RDONLY) = 20
1777890023.009166 close(20) = 0
1777890023.009270 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///e-resize", O_RDONLY) = 20
1777890023.009868 close(20) = 0
1777890023.009971 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///crossed_circle", O_RDONLY) = 20
1777890023.010552 close(20) = 0
1777890023.010655 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///00008160000006810000408080010102", O_RDONLY) = 20
1777890023.011337 close(20) = 0
1777890023.011456 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///3ecb610c1bf2410f44200f48c40d3599", O_RDONLY) = 20
1777890023.016982 close(20) = 0
1777890023.017119 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///6407b0e94181790501fd1e167b474872", O_RDONLY) = 20
1777890023.017722 close(20) = 0
1777890023.017841 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///right_side", O_RDONLY) = 20
1777890023.018427 close(20) = 0
1777890023.018531 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///top_right_corner", O_RDONLY) = 20
1777890023.019127 close(20) = 0
1777890023.019229 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors/cursors///center_ptr", O_RDONLY) = 20
1777890023.019849 close(20) = 0
1777890023.020010 close(16) = 0
1777890023.020153 openat(AT_FDCWD, "/usr/share/icons/breeze_cursors//index.theme", O_RDONLY) = 16
1777890023.020469 close(16) = 0
1777890023.021861 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/rules/evdev", O_RDONLY) = 16
1777890023.022023 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/rules/evdev.pre", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890023.022917 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/rules/evdev.post", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890023.023054 close(16) = 0
1777890023.023187 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/keycodes/evdev", O_RDONLY) = 16
1777890023.024317 close(16) = 0
1777890023.024617 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/keycodes/aliases", O_RDONLY) = 16
1777890023.025117 close(16) = 0
1777890023.025304 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/types/complete", O_RDONLY) = 16
1777890023.025694 close(16) = 0
1777890023.025818 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/types/basic", O_RDONLY) = 16
1777890023.026222 close(16) = 0
1777890023.026359 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/types/pc", O_RDONLY) = 16
1777890023.026950 close(16) = 0
1777890023.027184 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/types/iso9995", O_RDONLY) = 16
1777890023.027561 close(16) = 0
1777890023.027685 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/types/extra", O_RDONLY) = 16
1777890023.028424 close(16) = 0
1777890023.028757 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/types/level5", O_RDONLY) = 16
1777890023.029715 close(16) = 0
1777890023.030149 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/types/numpad", O_RDONLY) = 16
1777890023.030539 close(16) = 0
1777890023.030663 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/types/mousekeys", O_RDONLY) = 16
1777890023.031050 close(16) = 0
1777890023.031191 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/compat/complete", O_RDONLY) = 16
1777890023.031539 close(16) = 0
1777890023.031663 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/compat/basic", O_RDONLY) = 16
1777890023.032116 close(16) = 0
1777890023.032266 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/compat/ledcaps", O_RDONLY) = 16
1777890023.032620 close(16) = 0
1777890023.032738 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/compat/lednum", O_RDONLY) = 16
1777890023.033097 close(16) = 0
1777890023.033235 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/compat/iso9995", O_RDONLY) = 16
1777890023.033689 close(16) = 0
1777890023.033882 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/compat/mousekeys", O_RDONLY) = 16
1777890023.034614 close(16) = 0
1777890023.034962 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/compat/accessx", O_RDONLY) = 16
1777890023.035420 close(16) = 0
1777890023.035571 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/compat/misc", O_RDONLY) = 16
1777890023.036192 close(16) = 0
1777890023.036401 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/compat/ledscroll", O_RDONLY) = 16
1777890023.036883 close(16) = 0
1777890023.037071 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/compat/misc", O_RDONLY) = 16
1777890023.037683 close(16) = 0
1777890023.037885 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/compat/misc", O_RDONLY) = 16
1777890023.038534 close(16) = 0
1777890023.038779 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/compat/xfree86", O_RDONLY) = 16
1777890023.039437 close(16) = 0
1777890023.039681 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/compat/level5", O_RDONLY) = 16
1777890023.040244 close(16) = 0
1777890023.040439 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/compat/caps", O_RDONLY) = 16
1777890023.040868 close(16) = 0
1777890023.041074 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/symbols/pc", O_RDONLY) = 16
1777890023.041698 close(16) = 0
1777890023.041925 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/symbols/srvr_ctrl", O_RDONLY) = 16
1777890023.042501 close(16) = 0
1777890023.042748 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/symbols/keypad", O_RDONLY) = 16
1777890023.043279 close(16) = 0
1777890023.043423 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/symbols/keypad", O_RDONLY) = 16
1777890023.044257 close(16) = 0
1777890023.044601 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/symbols/us", O_RDONLY) = 16
1777890023.045256 close(16) = 0
1777890023.045556 openat(AT_FDCWD, "/usr/share/xkeyboard-config-2/symbols/inet", O_RDONLY) = 16
1777890023.047180 close(16) = 0
1777890023.051566 close(21) = 0
1777890023.062500 openat(AT_FDCWD, "/usr/share/gtk-3.0/settings.ini", O_RDONLY|O_CLOEXEC) = 16
1777890023.062967 close(16) = 0
1777890023.063433 openat(AT_FDCWD, "/home/mfritsche/.config/gtk-3.0/settings.ini", O_RDONLY|O_CLOEXEC) = 16
1777890023.063808 close(16) = 0
1777890023.064909 openat(AT_FDCWD, "/home/mfritsche/.config/gtk-3.0/gtk.css", O_RDONLY|O_CLOEXEC) = 16
1777890023.065473 close(16) = 0
1777890023.065622 openat(AT_FDCWD, "/home/mfritsche/.config/gtk-3.0/colors.css", O_RDONLY|O_CLOEXEC) = 16
1777890023.079157 close(16) = 0
1777890023.084305 openat(AT_FDCWD, "/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache", O_RDONLY|O_CLOEXEC) = 16
1777890023.084778 close(16) = 0
1777890023.202143 openat(AT_FDCWD, "/tmp/firefox/.parentlock", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 16
1777890023.202724 openat(AT_FDCWD, "/etc/host.conf", O_RDONLY|O_CLOEXEC) = 20
1777890023.203083 close(20) = 0
1777890023.203254 openat(AT_FDCWD, "/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 20
1777890023.203620 close(20) = 0
1777890023.203869 openat(AT_FDCWD, "/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 20
1777890023.204241 close(20) = 0
1777890023.204481 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 20
1777890023.204810 close(20) = 0
1777890023.204975 openat(AT_FDCWD, "/usr/lib/libnss_mymachines.so.2", O_RDONLY|O_CLOEXEC) = 20
1777890023.205915 close(20) = 0
1777890023.207460 openat(AT_FDCWD, "/run/systemd/machines/ohm", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890023.207894 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 20
1777890023.208199 close(20) = 0
1777890023.208347 openat(AT_FDCWD, "/usr/lib/libnss_resolve.so.2", O_RDONLY|O_CLOEXEC) = 20
1777890023.209302 close(20) = 0
1777890023.211112 close(20) = 0
1777890023.211365 openat(AT_FDCWD, "/etc/hosts", O_RDONLY|O_CLOEXEC) = 20
1777890023.211781 close(20) = 0
1777890023.212022 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 20
1777890023.212309 close(20) = 0
1777890023.212450 openat(AT_FDCWD, "/usr/lib/libnss_myhostname.so.2", O_RDONLY|O_CLOEXEC) = 20
1777890023.213332 close(20) = 0
1777890023.213556 openat(AT_FDCWD, "/usr/lib/libcrypto.so.3", O_RDONLY|O_CLOEXEC) = 20
1777890023.214436 close(20) = 0
1777890023.214647 openat(AT_FDCWD, "/usr/lib/libbrotlienc.so.1", O_RDONLY|O_CLOEXEC) = 20
1777890023.215433 close(20) = 0
1777890023.215625 openat(AT_FDCWD, "/usr/lib/libzstd.so.1", O_RDONLY|O_CLOEXEC) = 20
1777890023.216446 close(20) = 0
1777890023.229068 close(20) = 0
1777890023.231836 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/.parentlock", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 20
1777890023.232421 openat(AT_FDCWD, "/run/systemd/machines/ohm", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890023.232894 close(21) = 0
1777890023.233077 openat(AT_FDCWD, "/etc/hosts", O_RDONLY|O_CLOEXEC) = 21
1777890023.233460 close(21) = 0
1777890023.234644 close(21) = 0
1777890023.235147 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/compatibility.ini", O_RDONLY) = 21
1777890023.235470 close(21) = 0
1777890023.235920 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/.startup-incomplete", O_WRONLY|O_CREAT|O_EXCL, 0666) = -1 EEXIST (File exists)
1777890023.236226 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/startupCache", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 21
1777890023.236538 close(21) = 0
1777890023.236738 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/compatibility.ini", O_WRONLY|O_CREAT|O_TRUNC, 0600) = 21
1777890023.237451 close(21) = 0
1777890023.238266 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff84e5f568, parent_tid=0xffff84e5f210, exit_signal=0, stack=0xffff84c50000, stack_size=0x20ea20, tls=0xffff84e5f860} => {parent_tid=[146163]}, 88) = 146163
1777890023.239000 openat(AT_FDCWD, "/dev/null", O_RDONLY|O_CLOEXEC) = 23
1777890023.239407 clone3({flags=CLONE_VM|CLONE_VFORK|CLONE_CLEAR_SIGHAND, exit_signal=SIGCHLD, stack=0xffff990c7000, stack_size=0x9000}, 88) = 146164
1777890023.240843 close(23) = 0
1777890023.240986 close(22) = 0
1777890023.250654 close(22) = 0
1777890023.253658 close(22) = 0
1777890023.255558 openat(AT_FDCWD, "/proc/self/maps", O_RDONLY|O_CLOEXEC) = 22
1777890023.261109 close(22) = 0
1777890023.261709 openat(AT_FDCWD, "/usr/lib/firefox/omni.ja", O_RDONLY) = 22
1777890023.263108 openat(AT_FDCWD, "/usr/lib/firefox/browser/omni.ja", O_RDONLY) = 23
1777890023.265717 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff860d7568, parent_tid=0xffff860d7210, exit_signal=0, stack=0xffff86088000, stack_size=0x4ea20, tls=0xffff860d7860} => {parent_tid=[146165]}, 88) = 146165
1777890023.277507 openat(AT_FDCWD, "/usr/lib/firefox/defaults/pref", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 31
1777890023.277986 openat(AT_FDCWD, "/usr/lib/firefox/defaults/pref/channel-prefs.js", O_RDONLY) = 32
1777890023.278263 close(32) = 0
1777890023.278424 close(31) = 0
1777890023.289878 openat(AT_FDCWD, "/usr/lib/firefox/browser/defaults/preferences", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 31
1777890023.290302 openat(AT_FDCWD, "/usr/lib/firefox/browser/defaults/preferences/vendor.js", O_RDONLY) = 32
1777890023.290545 close(32) = 0
1777890023.290685 close(31) = 0
1777890023.290871 openat(AT_FDCWD, "/etc/firefox/defaults/pref", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890023.294279 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff86087568, parent_tid=0xffff86087210, exit_signal=0, stack=0xffff86038000, stack_size=0x4ea20, tls=0xffff86087860} => {parent_tid=[146166]}, 88) = 146166
1777890023.297828 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff823ff568, parent_tid=0xffff823ff210, exit_signal=0, stack=0xffff823b0000, stack_size=0x4ea20, tls=0xffff823ff860} => {parent_tid=[146167]}, 88) = 146167
1777890023.298708 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7f5ff568, parent_tid=0xffff7f5ff210, exit_signal=0, stack=0xffff7f5b0000, stack_size=0x4ea20, tls=0xffff7f5ff860} => {parent_tid=[146168]}, 88) = 146168
1777890023.301174 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7f5af568, parent_tid=0xffff7f5af210, exit_signal=0, stack=0xffff7f560000, stack_size=0x4ea20, tls=0xffff7f5af860} => {parent_tid=[146169]}, 88) = 146169
1777890023.302904 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7f55f568, parent_tid=0xffff7f55f210, exit_signal=0, stack=0xffff7f510000, stack_size=0x4ea20, tls=0xffff7f55f860} => {parent_tid=[146170]}, 88) = 146170
1777890023.362684 openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSans-Regular.ttf", O_RDONLY) = 36
1777890023.363116 close(36) = 0
1777890023.364235 openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSans-Regular.ttf", O_RDONLY) = 36
1777890023.364590 close(36) = 0
1777890023.370702 openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSansMono-Regular.ttf", O_RDONLY) = 36
1777890023.371074 close(36) = 0
1777890023.387039 openat(AT_FDCWD, "/dev/urandom", O_RDONLY|O_CLOEXEC) = 36
1777890023.387315 close(36) = 0
1777890023.389588 openat(AT_FDCWD, "/usr/lib/gtk-3.0/3.0.0/immodules.cache", O_RDONLY) = 36
1777890023.390338 close(36) = 0
1777890023.390701 openat(AT_FDCWD, "/usr/lib/gtk-3.0/3.0.0/immodules/im-wayland.so", O_RDONLY|O_CLOEXEC) = 36
1777890023.393044 close(36) = 0
1777890023.712513 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=146164, si_uid=1001, si_status=0, si_utime=20 /* 0.20 s */, si_stime=10 /* 0.10 s */} ---
1777890023.839435 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7efff568, parent_tid=0xffff7efff210, exit_signal=0, stack=0xffff7efb0000, stack_size=0x4ea20, tls=0xffff7efff860} => {parent_tid=[146173]}, 88) = 146173
1777890023.840244 openat(AT_FDCWD, "/proc/146147/oom_score_adj", O_WRONLY) = 36
1777890023.840509 close(36) = 0
1777890023.841326 openat(AT_FDCWD, "/proc/self/cgroup", O_RDONLY|O_CLOEXEC) = 36
1777890023.841688 close(36) = 0
1777890023.841824 openat(AT_FDCWD, "/proc/self/mountinfo", O_RDONLY|O_CLOEXEC) = 36
1777890023.842276 close(36) = 0
1777890023.842399 openat(AT_FDCWD, "/sys/fs/cgroup/system.slice/lmcp.service/cpu.max", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890023.843007 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7efaf568, parent_tid=0xffff7efaf210, exit_signal=0, stack=0xffff7ef60000, stack_size=0x4ea20, tls=0xffff7efaf860} => {parent_tid=[146174]}, 88) = 146174
1777890023.843672 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7ef5f568, parent_tid=0xffff7ef5f210, exit_signal=0, stack=0xffff7ef10000, stack_size=0x4ea20, tls=0xffff7ef5f860} => {parent_tid=[146175]}, 88) = 146175
1777890023.850623 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/startupCache/startupCache.8.little", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890023.857411 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7dbdf568, parent_tid=0xffff7dbdf210, exit_signal=0, stack=0xffff7d3d0000, stack_size=0x80ea20, tls=0xffff7dbdf860} => {parent_tid=[146178]}, 88) = 146178
1777890023.859129 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/prefs.js", O_RDONLY) = 40
1777890023.859499 close(40) = 0
1777890023.866533 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/user.js", O_RDONLY) = 37
1777890023.866933 close(37) = 0
1777890023.872486 openat(AT_FDCWD, "/sys/devices/system/cpu/possible", O_RDONLY|O_CLOEXEC) = 37
1777890023.872866 close(37) = 0
1777890023.873508 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7f23d568, parent_tid=0xffff7f23d210, exit_signal=0, stack=0xffff7f20e000, stack_size=0x2ea20, tls=0xffff7f23d860} => {parent_tid=[146179]}, 88) = 146179
1777890023.874020 openat(AT_FDCWD, "/sys/devices/system/cpu/present", O_RDONLY) = 37
1777890023.874319 close(37) = 0
1777890023.919719 openat(AT_FDCWD, "/proc/self/fd/37", O_RDONLY|O_CLOEXEC) = 40
1777890023.920081 close(40) = 0
1777890023.920202 close(37) = 0
1777890023.920403 openat(AT_FDCWD, "/proc/self/fd/37", O_RDONLY|O_CLOEXEC) = 40
1777890023.921332 close(37) = 0
1777890023.932206 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7d3cf568, parent_tid=0xffff7d3cf210, exit_signal=0, stack=0xffff7d380000, stack_size=0x4ea20, tls=0xffff7d3cf860} => {parent_tid=[146180]}, 88) = 146180
1777890023.934809 openat(AT_FDCWD, "/home/mfritsche/.config/user-dirs.dirs", O_RDONLY) = 37
1777890023.935267 close(37) = 0
1777890023.988929 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7d37f568, parent_tid=0xffff7d37f210, exit_signal=0, stack=0xffff7d330000, stack_size=0x4ea20, tls=0xffff7d37f860} => {parent_tid=[146181]}, 88) = 146181
1777890024.007654 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7ceff568, parent_tid=0xffff7ceff210, exit_signal=0, stack=0xffff7ceb0000, stack_size=0x4ea20, tls=0xffff7ceff860} => {parent_tid=[146183]}, 88) = 146183
1777890024.019755 openat(AT_FDCWD, "/usr/lib/firefox/distribution/policies.json", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890024.080780 openat(AT_FDCWD, "/proc/self/fd/37", O_RDONLY|O_CLOEXEC) = 41
1777890024.081436 close(37) = 0
1777890024.082212 close(37) = 0
1777890024.191563 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7ceaf568, parent_tid=0xffff7ceaf210, exit_signal=0, stack=0xffff7ce60000, stack_size=0x4ea20, tls=0xffff7ceaf860} => {parent_tid=[146184]}, 88) = 146184
1777890024.200048 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/addonStartup.json.lz4", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890024.205539 openat(AT_FDCWD, "/sys/devices/system/cpu/present", O_RDONLY) = 37
1777890024.206043 close(37) = 0
1777890024.206264 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7dbdf568, parent_tid=0xffff7dbdf210, exit_signal=0, stack=0xffff7d3d0000, stack_size=0x80ea20, tls=0xffff7dbdf860} => {parent_tid=[146185]}, 88) = 146185
1777890024.206990 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7ccff568, parent_tid=0xffff7ccff210, exit_signal=0, stack=0xffff7caf2000, stack_size=0x20ca20, tls=0xffff7ccff860} => {parent_tid=[146186]}, 88) = 146186
1777890024.207765 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7caf1568, parent_tid=0xffff7caf1210, exit_signal=0, stack=0xffff7c8e4000, stack_size=0x20ca20, tls=0xffff7caf1860} => {parent_tid=[146187]}, 88) = 146187
1777890024.208476 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7c8e3568, parent_tid=0xffff7c8e3210, exit_signal=0, stack=0xffff7c6d6000, stack_size=0x20ca20, tls=0xffff7c8e3860} => {parent_tid=[146188]}, 88) = 146188
1777890024.211368 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/extensions", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890024.212223 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/system-extensions", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890024.220184 openat(AT_FDCWD, "/home/mfritsche/.mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890024.221551 openat(AT_FDCWD, "/usr/lib/firefox/browser/extensions", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890024.222329 openat(AT_FDCWD, "/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890024.223132 openat(AT_FDCWD, "/usr/lib/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890024.225717 openat(AT_FDCWD, "/usr/lib/firefox/distribution/extensions", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890024.228098 openat(AT_FDCWD, "/usr/lib/firefox/distribution/extensions", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890024.264285 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7ce5f568, parent_tid=0xffff7ce5f210, exit_signal=0, stack=0xffff7ce10000, stack_size=0x4ea20, tls=0xffff7ce5f860} => {parent_tid=[146189]}, 88) = 146189
1777890024.282510 close(37) = 0
1777890024.287763 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7c6d5568, parent_tid=0xffff7c6d5210, exit_signal=0, stack=0xffff7c686000, stack_size=0x4ea20, tls=0xffff7c6d5860} => {parent_tid=[146190]}, 88) = 146190
1777890024.294845 openat(AT_FDCWD, "/proc/self/fd/37", O_RDONLY|O_CLOEXEC) = 42
1777890024.295561 close(37) = 0
1777890024.295974 close(37) = 0
1777890024.314458 close(37) = 0
1777890024.346688 close(43) = 0
1777890024.351940 openat(AT_FDCWD, "/usr/lib/gtk-3.0/modules/libcolorreload-gtk-module.so", O_RDONLY|O_CLOEXEC) = 37
1777890024.353778 close(37) = 0
1777890024.359631 openat(AT_FDCWD, "/usr/lib/gtk-3.0/modules/libwindow-decorations-gtk-module.so", O_RDONLY|O_CLOEXEC) = 43
1777890024.360854 close(43) = 0
1777890024.365614 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/cookies.sqlite", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644) = 43
1777890024.367174 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/cookies.sqlite-wal", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644) = 44
1777890024.368648 openat(AT_FDCWD, "/proc/self/mountinfo", O_RDONLY) = 45
1777890024.369494 close(45) = 0
1777890024.691254 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7d3cf568, parent_tid=0xffff7d3cf210, exit_signal=0, stack=0xffff7d380000, stack_size=0x4ea20, tls=0xffff7d3cf860} => {parent_tid=[146193]}, 88) = 146193
1777890025.258935 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7c6d5568, parent_tid=0xffff7c6d5210, exit_signal=0, stack=0xffff7c686000, stack_size=0x4ea20, tls=0xffff7c6d5860} => {parent_tid=[146195]}, 88) = 146195
1777890025.368725 openat(AT_FDCWD, "/sys/devices/virtual/dmi/id/product_name", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890025.369030 openat(AT_FDCWD, "/sys/devices/virtual/dmi/id/product_sku", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890025.369339 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 46
1777890025.369650 close(46) = 0
1777890025.369852 openat(AT_FDCWD, "/usr/lib/libpulse.so.0", O_RDONLY|O_CLOEXEC) = 46
1777890025.370719 close(46) = 0
1777890025.370987 openat(AT_FDCWD, "/usr/lib/pulseaudio/libpulsecommon-17.0.so", O_RDONLY|O_CLOEXEC) = 46
1777890025.371776 close(46) = 0
1777890025.372041 openat(AT_FDCWD, "/usr/lib/libsndfile.so.1", O_RDONLY|O_CLOEXEC) = 46
1777890025.372985 close(46) = 0
1777890025.373228 openat(AT_FDCWD, "/usr/lib/libasyncns.so.0", O_RDONLY|O_CLOEXEC) = 46
1777890025.374065 close(46) = 0
1777890025.374289 openat(AT_FDCWD, "/usr/lib/libogg.so.0", O_RDONLY|O_CLOEXEC) = 46
1777890025.375119 close(46) = 0
1777890025.375322 openat(AT_FDCWD, "/usr/lib/libvorbisenc.so.2", O_RDONLY|O_CLOEXEC) = 46
1777890025.376142 close(46) = 0
1777890025.376342 openat(AT_FDCWD, "/usr/lib/libFLAC.so.14", O_RDONLY|O_CLOEXEC) = 46
1777890025.377174 close(46) = 0
1777890025.377386 openat(AT_FDCWD, "/usr/lib/libopus.so.0", O_RDONLY|O_CLOEXEC) = 46
1777890025.378271 close(46) = 0
1777890025.378485 openat(AT_FDCWD, "/usr/lib/libmpg123.so.0", O_RDONLY|O_CLOEXEC) = 46
1777890025.379299 close(46) = 0
1777890025.379499 openat(AT_FDCWD, "/usr/lib/libmp3lame.so.0", O_RDONLY|O_CLOEXEC) = 46
1777890025.380384 close(46) = 0
1777890025.380589 openat(AT_FDCWD, "/usr/lib/libvorbis.so.0", O_RDONLY|O_CLOEXEC) = 46
1777890025.381431 close(46) = 0
1777890025.403044 openat(AT_FDCWD, "/etc/os-release", O_RDONLY) = 46
1777890025.403444 close(46) = 0
1777890025.411516 close(21) = 0
1777890025.412476 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 21
1777890025.412889 close(21) = 0
1777890025.413062 openat(AT_FDCWD, "/usr/lib/libgbm.so.1", O_RDONLY|O_CLOEXEC) = 21
1777890025.413946 close(21) = 0
1777890025.414218 openat(AT_FDCWD, "/usr/lib/libdrm.so.2", O_RDONLY|O_CLOEXEC) = 21
1777890025.415105 close(21) = 0
1777890025.416821 openat(AT_FDCWD, "/dev/dri/renderD128", O_RDWR|O_CLOEXEC) = 21
1777890025.417267 ioctl(21, DRM_IOCTL_VERSION, 0xffff7f063040) = 0
1777890025.417389 ioctl(21, DRM_IOCTL_VERSION, 0xffff7f063040) = 0
1777890025.417872 openat(AT_FDCWD, "/usr/lib/gbm/panfrost_gbm.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890025.418364 openat(AT_FDCWD, "/usr/lib/gbm/dri_gbm.so", O_RDONLY|O_CLOEXEC) = 46
1777890025.419261 close(46) = 0
1777890025.419480 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 46
1777890025.419767 close(46) = 0
1777890025.419962 openat(AT_FDCWD, "/usr/lib/libgallium-26.0.5-arch1.1.so", O_RDONLY|O_CLOEXEC) = 46
1777890025.420924 close(46) = 0
1777890025.421250 openat(AT_FDCWD, "/usr/lib/libLLVM.so.22.1", O_RDONLY|O_CLOEXEC) = 46
1777890025.422225 close(46) = 0
1777890025.422485 openat(AT_FDCWD, "/usr/lib/libSPIRV-Tools.so", O_RDONLY|O_CLOEXEC) = 46
1777890025.423309 close(46) = 0
1777890025.423511 openat(AT_FDCWD, "/usr/lib/libsensors.so.5", O_RDONLY|O_CLOEXEC) = 46
1777890025.424329 close(46) = 0
1777890025.424547 openat(AT_FDCWD, "/usr/lib/libxcb-randr.so.0", O_RDONLY|O_CLOEXEC) = 46
1777890025.425400 close(46) = 0
1777890025.425606 openat(AT_FDCWD, "/usr/lib/libxcb-sync.so.1", O_RDONLY|O_CLOEXEC) = 46
1777890025.426452 close(46) = 0
1777890025.426656 openat(AT_FDCWD, "/usr/lib/libxcb-present.so.0", O_RDONLY|O_CLOEXEC) = 46
1777890025.427478 close(46) = 0
1777890025.427681 openat(AT_FDCWD, "/usr/lib/libxshmfence.so.1", O_RDONLY|O_CLOEXEC) = 46
1777890025.428507 close(46) = 0
1777890025.428712 openat(AT_FDCWD, "/usr/lib/libxcb-xfixes.so.0", O_RDONLY|O_CLOEXEC) = 46
1777890025.429551 close(46) = 0
1777890025.429767 openat(AT_FDCWD, "/usr/lib/libxcb-dri3.so.0", O_RDONLY|O_CLOEXEC) = 46
1777890025.430586 close(46) = 0
1777890025.430808 openat(AT_FDCWD, "/usr/lib/libelf.so.1", O_RDONLY|O_CLOEXEC) = 46
1777890025.431611 close(46) = 0
1777890025.431848 openat(AT_FDCWD, "/usr/lib/libdrm_amdgpu.so.1", O_RDONLY|O_CLOEXEC) = 46
1777890025.432691 close(46) = 0
1777890025.432964 openat(AT_FDCWD, "/usr/lib/libdrm_intel.so.1", O_RDONLY|O_CLOEXEC) = 46
1777890025.433764 close(46) = 0
1777890025.434071 openat(AT_FDCWD, "/usr/lib/libedit.so.0", O_RDONLY|O_CLOEXEC) = 46
1777890025.434995 close(46) = 0
1777890025.435441 openat(AT_FDCWD, "/usr/lib/libpciaccess.so.0", O_RDONLY|O_CLOEXEC) = 46
1777890025.436283 close(46) = 0
1777890025.436514 openat(AT_FDCWD, "/usr/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = 46
1777890025.437376 close(46) = 0
1777890025.632833 ioctl(21, DRM_IOCTL_VERSION, 0xffff7c128b00) = 0
1777890025.633030 ioctl(21, DRM_IOCTL_VERSION, 0xffff7c128b00) = 0
1777890025.633755 openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 46
1777890025.634190 close(46) = 0
1777890025.634316 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 46
1777890025.639136 close(46) = 0
1777890025.639297 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890025.639462 openat(AT_FDCWD, "/home/mfritsche/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890025.639676 openat(AT_FDCWD, "/sys/dev/char/226:128/device/vendor", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890025.639863 openat(AT_FDCWD, "/sys/dev/char/226:128/device/device", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890025.640274 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 46
1777890025.640812 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 47
1777890025.641296 close(47) = 0
1777890025.641425 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 47
1777890025.641858 close(47) = 0
1777890025.641990 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 47
1777890025.642401 close(47) = 0
1777890025.642516 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 47
1777890025.642974 close(47) = 0
1777890025.643371 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 47
1777890025.643815 close(47) = 0
1777890025.643940 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 47
1777890025.644354 close(47) = 0
1777890025.644478 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 47
1777890025.644905 close(47) = 0
1777890025.645023 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 47
1777890025.645430 close(47) = 0
1777890025.645809 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 47
1777890025.646230 close(47) = 0
1777890025.646344 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 47
1777890025.646748 close(47) = 0
1777890025.646886 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 47
1777890025.647295 close(47) = 0
1777890025.647671 close(46) = 0
1777890025.647782 ioctl(21, DRM_IOCTL_VERSION, 0xffff7c128f00) = 0
1777890025.647916 ioctl(21, DRM_IOCTL_VERSION, 0xffff7c128f00) = 0
1777890025.648711 openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 46
1777890025.649092 close(46) = 0
1777890025.649211 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 46
1777890025.653983 close(46) = 0
1777890025.654147 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890025.654311 openat(AT_FDCWD, "/home/mfritsche/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890025.654601 openat(AT_FDCWD, "/sys/dev/char/226:128/device/vendor", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890025.654766 openat(AT_FDCWD, "/sys/dev/char/226:128/device/device", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890025.655161 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 47
1777890025.655669 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 48
1777890025.656125 close(48) = 0
1777890025.656249 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 48
1777890025.656656 close(48) = 0
1777890025.656779 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 48
1777890025.657215 close(48) = 0
1777890025.657332 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 48
1777890025.657731 close(48) = 0
1777890025.658139 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 48
1777890025.658545 close(48) = 0
1777890025.658659 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 48
1777890025.659089 close(48) = 0
1777890025.659213 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 48
1777890025.659619 close(48) = 0
1777890025.659730 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 48
1777890025.660159 close(48) = 0
1777890025.660523 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 48
1777890025.660945 close(48) = 0
1777890025.661061 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 48
1777890025.661469 close(48) = 0
1777890025.661588 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 48
1777890025.662008 close(48) = 0
1777890025.662383 close(47) = 0
1777890025.662723 ioctl(46, DRM_IOCTL_VERSION, 0xffff7c128f00) = 0
1777890025.662853 ioctl(46, DRM_IOCTL_VERSION, 0xffff7c128f00) = 0
1777890025.662979 openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 47
1777890025.663327 close(47) = 0
1777890025.663445 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 47
1777890025.668164 close(47) = 0
1777890025.668328 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890025.668490 openat(AT_FDCWD, "/home/mfritsche/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890025.668698 openat(AT_FDCWD, "/sys/dev/char/226:128/device/vendor", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890025.668882 openat(AT_FDCWD, "/sys/dev/char/226:128/device/device", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890025.669254 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 47
1777890025.669763 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 48
1777890025.670229 close(48) = 0
1777890025.670352 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 48
1777890025.670761 close(48) = 0
1777890025.670906 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 48
1777890025.671317 close(48) = 0
1777890025.671433 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 48
1777890025.671850 close(48) = 0
1777890025.672206 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 48
1777890025.672607 close(48) = 0
1777890025.672723 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 48
1777890025.673144 close(48) = 0
1777890025.673265 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 48
1777890025.673669 close(48) = 0
1777890025.673782 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 48
1777890025.674208 close(48) = 0
1777890025.674571 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 48
1777890025.674991 close(48) = 0
1777890025.675108 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 48
1777890025.675525 close(48) = 0
1777890025.675644 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 48
1777890025.676071 close(48) = 0
1777890025.676446 close(47) = 0
1777890025.676554 ioctl(46, DRM_IOCTL_VERSION, 0xffff7c128880) = 0
1777890025.676666 ioctl(46, DRM_IOCTL_VERSION, 0xffff7c128880) = 0
1777890025.677082 openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 48
1777890025.677460 close(48) = 0
1777890025.677578 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 48
1777890025.682347 close(48) = 0
1777890025.682513 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890025.682681 openat(AT_FDCWD, "/home/mfritsche/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890025.682876 ioctl(47, DRM_IOCTL_VERSION, 0xffff7c128b40) = 0
1777890025.683020 ioctl(47, DRM_IOCTL_VERSION, 0xffff7c128b40) = 0
1777890025.683161 ioctl(47, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffe3d73308) = 0
1777890025.683478 ioctl(47, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffe3d73308) = 0
1777890025.683585 ioctl(47, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffe3d73308) = 0
1777890025.683692 ioctl(47, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffe3d73308) = 0
1777890025.683812 ioctl(47, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffe3d73308) = 0
1777890025.683921 ioctl(47, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffe3d73308) = 0
1777890025.684026 ioctl(47, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffe3d73308) = 0
1777890025.684131 ioctl(47, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffe3d73308) = 0
1777890025.684237 ioctl(47, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffe3d73308) = 0
1777890025.684341 ioctl(47, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffe3d73308) = 0
1777890025.684444 ioctl(47, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffe3d73308) = 0
1777890025.684549 ioctl(47, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffe3d73308) = 0
1777890025.684654 ioctl(47, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffe3d73308) = 0
1777890025.684758 ioctl(47, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffe3d73308) = 0
1777890025.684875 ioctl(47, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffe3d73308) = 0
1777890025.684980 ioctl(47, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffe3d73308) = 0
1777890025.685085 ioctl(47, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffe3d73308) = 0
1777890025.685229 ioctl(47, DRM_IOCTL_AMDXDNA_CONFIG_HWCTX or DRM_IOCTL_IVPU_BO_CREATE or DRM_IOCTL_PANFROST_CREATE_BO, 0xffffe3d73280) = 0
1777890025.685468 ioctl(47, DRM_IOCTL_PANFROST_SET_LABEL_BO or DRM_IOCTL_TEGRA_GET_SYNCPT_BASE or DRM_IOCTL_VC4_GET_TILING, 0xffffe3d72338) = 0
1777890025.685586 ioctl(47, DRM_IOCTL_AMDXDNA_CONFIG_HWCTX or DRM_IOCTL_IVPU_BO_CREATE or DRM_IOCTL_PANFROST_CREATE_BO, 0xffffe3d73280) = 0
1777890025.685788 ioctl(47, DRM_IOCTL_ETNAVIV_GEM_INFO or DRM_IOCTL_OMAP_GEM_NEW or DRM_IOCTL_PANFROST_MMAP_BO or DRM_IOCTL_V3D_MMAP_BO or DRM_IOCTL_VC4_CREATE_BO or DRM_IOCTL_VIRTGPU_GETPARAM, 0xffffe3d732f8) = 0
1777890025.686026 ioctl(47, DRM_IOCTL_PANFROST_SET_LABEL_BO or DRM_IOCTL_TEGRA_GET_SYNCPT_BASE or DRM_IOCTL_VC4_GET_TILING, 0xffffe3d72338) = 0
1777890025.686252 ioctl(47, DRM_IOCTL_GET_CAP, 0xffffe3d73378) = 0
1777890025.687338 openat(AT_FDCWD, "/home/mfritsche/.cache/mesa_shader_cache/index", O_RDWR|O_CREAT|O_CLOEXEC, 0644) = 48
1777890025.687669 close(48) = 0
1777890025.688122 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6d5ff568, parent_tid=0xffff6d5ff210, exit_signal=0, stack=0xffff6cdf0000, stack_size=0x80ea20, tls=0xffff6d5ff860} => {parent_tid=[146197]}, 88) = 146197
1777890025.690118 ioctl(47, DRM_IOCTL_AMDXDNA_CONFIG_HWCTX or DRM_IOCTL_IVPU_BO_CREATE or DRM_IOCTL_PANFROST_CREATE_BO, 0xffffe3d72ea0) = 0
1777890025.690340 ioctl(47, DRM_IOCTL_ETNAVIV_GEM_INFO or DRM_IOCTL_OMAP_GEM_NEW or DRM_IOCTL_PANFROST_MMAP_BO or DRM_IOCTL_V3D_MMAP_BO or DRM_IOCTL_VC4_CREATE_BO or DRM_IOCTL_VIRTGPU_GETPARAM, 0xffffe3d72f18) = 0
1777890025.690605 ioctl(47, DRM_IOCTL_PANFROST_SET_LABEL_BO or DRM_IOCTL_TEGRA_GET_SYNCPT_BASE or DRM_IOCTL_VC4_GET_TILING, 0xffffe3d71f58) = 0
1777890025.694825 openat(AT_FDCWD, "/dev/null", O_RDONLY|O_CLOEXEC) = 50
1777890025.695581 clone3({flags=CLONE_VM|CLONE_VFORK|CLONE_CLEAR_SIGHAND, exit_signal=SIGCHLD, stack=0xffff990c7000, stack_size=0x9000}, 88) = 146198
1777890025.709965 close(50) = 0
1777890025.710119 close(49) = 0
1777890025.732552 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=146198, si_uid=1001, si_status=0, si_utime=0, si_stime=0} ---
1777890025.732637 close(48) = 0
1777890025.732916 openat(AT_FDCWD, "/dev", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 48
1777890025.733631 openat(AT_FDCWD, "/dev/null", O_RDONLY|O_CLOEXEC) = 51
1777890025.734308 clone3({flags=CLONE_VM|CLONE_VFORK|CLONE_CLEAR_SIGHAND, exit_signal=SIGCHLD, stack=0xffff990c7000, stack_size=0x9000}, 88) = 146199
1777890025.736410 close(51) = 0
1777890025.736575 close(50) = 0
1777890025.742807 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=146199, si_uid=1001, si_status=0, si_utime=0, si_stime=0} ---
1777890025.742985 close(49) = 0
1777890025.743358 openat(AT_FDCWD, "/dev/null", O_RDONLY|O_CLOEXEC) = 51
1777890025.744033 clone3({flags=CLONE_VM|CLONE_VFORK|CLONE_CLEAR_SIGHAND, exit_signal=SIGCHLD, stack=0xffff990c7000, stack_size=0x9000}, 88) = 146200
1777890025.745737 close(51) = 0
1777890025.745873 close(50) = 0
1777890025.751823 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=146200, si_uid=1001, si_status=0, si_utime=0, si_stime=0} ---
1777890025.752007 close(49) = 0
1777890025.752382 openat(AT_FDCWD, "/dev/null", O_RDONLY|O_CLOEXEC) = 51
1777890025.753063 clone3({flags=CLONE_VM|CLONE_VFORK|CLONE_CLEAR_SIGHAND, exit_signal=SIGCHLD, stack=0xffff990c7000, stack_size=0x9000}, 88) = 146201
1777890025.754672 close(51) = 0
1777890025.754822 close(50) = 0
1777890025.764377 --- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=146201, si_uid=1001, si_status=0, si_utime=0, si_stime=0} ---
1777890025.764550 close(49) = 0
1777890025.764838 close(48) = 0
1777890025.765880 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6d8bf568, parent_tid=0xffff6d8bf210, exit_signal=0, stack=0xffff6d870000, stack_size=0x4ea20, tls=0xffff6d8bf860} => {parent_tid=[146202]}, 88) = 146202
1777890025.769949 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6d86f568, parent_tid=0xffff6d86f210, exit_signal=0, stack=0xffff6d820000, stack_size=0x4ea20, tls=0xffff6d86f860} => {parent_tid=[146203]}, 88) = 146203
1777890025.770869 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6cdef568, parent_tid=0xffff6cdef210, exit_signal=0, stack=0xffff6cbe0000, stack_size=0x20ea20, tls=0xffff6cdef860} => {parent_tid=[146204]}, 88) = 146204
1777890025.771500 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6cbdf568, parent_tid=0xffff6cbdf210, exit_signal=0, stack=0xffff6c9d0000, stack_size=0x20ea20, tls=0xffff6cbdf860} => {parent_tid=[146205]}, 88) = 146205
1777890025.772267 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6c9cf568, parent_tid=0xffff6c9cf210, exit_signal=0, stack=0xffff6c7c0000, stack_size=0x20ea20, tls=0xffff6c9cf860} => {parent_tid=[146206]}, 88) = 146206
1777890025.773034 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6c7bf568, parent_tid=0xffff6c7bf210, exit_signal=0, stack=0xffff6c5b0000, stack_size=0x20ea20, tls=0xffff6c7bf860} => {parent_tid=[146207]}, 88) = 146207
1777890025.774023 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6c100568, parent_tid=0xffff6c100210, exit_signal=0, stack=0xffff6bef1000, stack_size=0x20ea20, tls=0xffff6c100860} => {parent_tid=[146208]}, 88) = 146208
1777890025.774908 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6bef0568, parent_tid=0xffff6bef0210, exit_signal=0, stack=0xffff6bce1000, stack_size=0x20ea20, tls=0xffff6bef0860} => {parent_tid=[146209]}, 88) = 146209
1777890025.775966 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6bae1568, parent_tid=0xffff6bae1210, exit_signal=0, stack=0xffff6b8d2000, stack_size=0x20ea20, tls=0xffff6bae1860} => {parent_tid=[146210]}, 88) = 146210
1777890025.777167 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6b5d2568, parent_tid=0xffff6b5d2210, exit_signal=0, stack=0xffff6b3c3000, stack_size=0x20ea20, tls=0xffff6b5d2860} => {parent_tid=[146211]}, 88) = 146211
1777890025.779337 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6b1ff568, parent_tid=0xffff6b1ff210, exit_signal=0, stack=0xffff6aff0000, stack_size=0x20ea20, tls=0xffff6b1ff860} => {parent_tid=[146212]}, 88) = 146212
1777890025.787512 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6c5af568, parent_tid=0xffff6c5af210, exit_signal=0, stack=0xffff6c520000, stack_size=0x8ea20, tls=0xffff6c5af860} => {parent_tid=[146213]}, 88) = 146213
1777890025.792964 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6ac6f568, parent_tid=0xffff6ac6f210, exit_signal=0, stack=0xffff6a860000, stack_size=0x40ea20, tls=0xffff6ac6f860} => {parent_tid=[146214]}, 88) = 146214
1777890025.803913 openat(AT_FDCWD, "/proc/self/fd/49", O_RDONLY|O_CLOEXEC) = 50
1777890025.805641 close(49) = 0
1777890025.807258 openat(AT_FDCWD, "/usr/lib/firefox/fonts", O_RDONLY|O_CLOEXEC) = 49
1777890025.807587 close(49) = 0
1777890025.807745 openat(AT_FDCWD, "/var/cache/fontconfig/a41116dafaf8b233ac2c61cb73f2ea5f-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890025.807951 openat(AT_FDCWD, "/usr/lib/firefox/fonts/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890025.808128 openat(AT_FDCWD, "/home/mfritsche/.cache/fontconfig/a41116dafaf8b233ac2c61cb73f2ea5f-le64.cache-9", O_RDONLY|O_CLOEXEC) = 49
1777890025.811150 close(49) = 0
1777890025.811996 openat(AT_FDCWD, "/home/mfritsche/.fontconfig/a41116dafaf8b233ac2c61cb73f2ea5f-le64.cache-9", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890025.812241 openat(AT_FDCWD, "/usr/lib/firefox/fonts/.uuid", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890025.813053 openat(AT_FDCWD, "/etc/os-release", O_RDONLY) = 48
1777890025.813501 close(48) = 0
1777890026.021385 openat(AT_FDCWD, "/proc/self/fd/52", O_RDONLY|O_CLOEXEC) = 53
1777890026.021967 close(52) = 0
1777890026.055658 openat(AT_FDCWD, "/sys/devices/system/cpu/present", O_RDONLY) = 52
1777890026.056153 close(52) = 0
1777890026.056593 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6c15f568, parent_tid=0xffff6c15f210, exit_signal=0, stack=0xffff6c110000, stack_size=0x4ea20, tls=0xffff6c15f860} => {parent_tid=[146216]}, 88) = 146216
1777890026.113491 openat(AT_FDCWD, "/usr/lib/firefox/distribution/distribution.ini", O_RDONLY) = 52
1777890026.113924 close(52) = 0
1777890026.332321 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6bc5f568, parent_tid=0xffff6bc5f210, exit_signal=0, stack=0xffff6bc10000, stack_size=0x4ea20, tls=0xffff6bc5f860} => {parent_tid=[146217]}, 88) = 146217
1777890026.524953 openat(AT_FDCWD, "/usr/share/icons/breeze/index.theme", O_RDONLY|O_CLOEXEC) = 55
1777890026.525417 openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 58
1777890026.525951 close(58) = 0
1777890026.527593 close(55) = 0
1777890026.528058 openat(AT_FDCWD, "/usr/share/icons/breeze/icon-theme.cache", O_RDONLY) = 55
1777890026.528310 openat(AT_FDCWD, "/usr/share/icons/breeze/icon-theme.cache", O_RDONLY|O_CLOEXEC) = 58
1777890026.528615 close(58) = 0
1777890026.528729 close(55) = 0
1777890026.547097 openat(AT_FDCWD, "/usr/share/icons/hicolor/index.theme", O_RDONLY|O_CLOEXEC) = 55
1777890026.555019 close(55) = 0
1777890026.556075 openat(AT_FDCWD, "/usr/share/icons/hicolor/icon-theme.cache", O_RDONLY) = 55
1777890026.556351 openat(AT_FDCWD, "/usr/share/icons/hicolor/icon-theme.cache", O_RDONLY|O_CLOEXEC) = 58
1777890026.556667 close(58) = 0
1777890026.556787 close(55) = 0
1777890026.577070 openat(AT_FDCWD, "/usr/share/icons/Adwaita/index.theme", O_RDONLY|O_CLOEXEC) = 55
1777890026.577871 close(55) = 0
1777890026.578453 openat(AT_FDCWD, "/usr/share/icons/Adwaita/icon-theme.cache", O_RDONLY) = 55
1777890026.578665 openat(AT_FDCWD, "/usr/share/icons/Adwaita/icon-theme.cache", O_RDONLY|O_CLOEXEC) = 58
1777890026.579073 close(58) = 0
1777890026.579234 close(55) = 0
1777890026.580906 openat(AT_FDCWD, "/usr/share/icons/AdwaitaLegacy/index.theme", O_RDONLY|O_CLOEXEC) = 55
1777890026.581830 close(55) = 0
1777890026.582278 openat(AT_FDCWD, "/usr/share/icons/AdwaitaLegacy/icon-theme.cache", O_RDONLY) = 55
1777890026.582477 openat(AT_FDCWD, "/usr/share/icons/AdwaitaLegacy/icon-theme.cache", O_RDONLY|O_CLOEXEC) = 58
1777890026.582735 close(58) = 0
1777890026.582897 close(55) = 0
1777890026.586275 openat(AT_FDCWD, "/usr/share/icons/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890026.586503 openat(AT_FDCWD, "/usr/share/icons", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 55
1777890026.586999 close(55) = 0
1777890026.587371 openat(AT_FDCWD, "/usr/share/pixmaps/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890026.587566 openat(AT_FDCWD, "/usr/share/pixmaps", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 55
1777890026.588055 close(55) = 0
1777890026.590057 openat(AT_FDCWD, "/usr/share/icons/hicolor/32x32/apps/firefox.png", O_RDONLY|O_CLOEXEC) = 55
1777890026.591554 openat(AT_FDCWD, "/home/mfritsche/.local/share/mime//aliases", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890026.591761 openat(AT_FDCWD, "/home/mfritsche/.local/share/mime//subclasses", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890026.591936 openat(AT_FDCWD, "/home/mfritsche/.local/share/mime//icons", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890026.592079 openat(AT_FDCWD, "/home/mfritsche/.local/share/mime//generic-icons", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890026.592488 openat(AT_FDCWD, "/usr/local/share//mime//aliases", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890026.592635 openat(AT_FDCWD, "/usr/local/share//mime//subclasses", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890026.592771 openat(AT_FDCWD, "/usr/local/share//mime//icons", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890026.592974 openat(AT_FDCWD, "/usr/local/share//mime//generic-icons", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890026.593495 openat(AT_FDCWD, "/usr/share//mime//mime.cache", O_RDONLY) = 58
1777890026.594116 close(58) = 0
1777890026.594549 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.PFPIO3", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 58
1777890026.595775 close(58) = 0
1777890026.597025 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff68eff568, parent_tid=0xffff68eff210, exit_signal=0, stack=0xffff68cf0000, stack_size=0x20ea20, tls=0xffff68eff860} => {parent_tid=[146219]}, 88) = 146219
1777890026.597922 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff68cef568, parent_tid=0xffff68cef210, exit_signal=0, stack=0xffff68ae0000, stack_size=0x20ea20, tls=0xffff68cef860} => {parent_tid=[146220]}, 88) = 146220
1777890026.599614 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff68adf568, parent_tid=0xffff68adf210, exit_signal=0, stack=0xffff688d0000, stack_size=0x20ea20, tls=0xffff68adf860} => {parent_tid=[146221]}, 88) = 146221
1777890026.601902 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff688cf568, parent_tid=0xffff688cf210, exit_signal=0, stack=0xffff686c0000, stack_size=0x20ea20, tls=0xffff688cf860} => {parent_tid=[146222]}, 88) = 146222
1777890026.609380 close(62) = 0
1777890026.609988 close(63) = 0
1777890026.612533 openat(AT_FDCWD, "/", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 64
1777890026.613498 close(64) = 0
1777890026.693917 close(63) = 0
1777890026.694116 close(62) = 0
1777890026.694469 ioctl(62, FIONBIO, [1]) = 0
1777890026.694617 ioctl(63, FIONBIO, [1]) = 0
1777890026.696884 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff686bf568, parent_tid=0xffff686bf210, exit_signal=0, stack=0xffff684b0000, stack_size=0x20ea20, tls=0xffff686bf860} => {parent_tid=[146228]}, 88) = 146228
1777890026.721169 ioctl(62, FIONBIO, [1]) = 0
1777890026.782107 close(65) = 0
1777890026.782501 close(64) = 0
1777890026.782720 close(63) = 0
1777890026.783665 close(65) = 0
1777890026.788405 close(63) = 0
1777890026.794280 close(61) = 0
1777890026.795249 close(63) = 0
1777890026.796692 close(55) = 0
1777890026.797313 openat(AT_FDCWD, "/usr/share/icons/hicolor/64x64/apps/firefox.png", O_RDONLY|O_CLOEXEC) = 55
1777890026.798069 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.7XWMO3", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 61
1777890026.798726 close(61) = 0
1777890026.800741 close(65) = 0
1777890026.803641 close(63) = 0
1777890026.807252 close(61) = 0
1777890026.808191 close(63) = 0
1777890026.808886 close(55) = 0
1777890026.809433 openat(AT_FDCWD, "/usr/share/icons/hicolor/128x128/apps/firefox.png", O_RDONLY|O_CLOEXEC) = 55
1777890026.810197 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.56MMO3", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 61
1777890026.810924 close(61) = 0
1777890026.812980 close(65) = 0
1777890026.816063 close(63) = 0
1777890026.820178 close(61) = 0
1777890026.821043 close(63) = 0
1777890026.821631 close(55) = 0
1777890026.822327 openat(AT_FDCWD, "/usr/share/icons/hicolor/24x24/apps/firefox.png", O_RDONLY|O_CLOEXEC) = 55
1777890026.823120 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.25RNO3", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 61
1777890026.823618 close(61) = 0
1777890026.825508 close(65) = 0
1777890026.828273 close(63) = 0
1777890026.831751 close(61) = 0
1777890026.832658 close(63) = 0
1777890026.833281 close(55) = 0
1777890026.833767 openat(AT_FDCWD, "/usr/share/icons/hicolor/192x192/apps/firefox.png", O_RDONLY|O_CLOEXEC) = 55
1777890026.834488 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.WSHNO3", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 61
1777890026.835181 close(61) = 0
1777890026.837185 close(65) = 0
1777890026.840324 close(63) = 0
1777890026.845412 close(61) = 0
1777890026.846394 close(63) = 0
1777890026.847095 close(55) = 0
1777890026.847964 openat(AT_FDCWD, "/usr/share/icons/hicolor/16x16/apps/firefox.png", O_RDONLY|O_CLOEXEC) = 55
1777890026.848687 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.LP3MO3", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 61
1777890026.849185 close(61) = 0
1777890026.850969 close(65) = 0
1777890026.853735 close(63) = 0
1777890026.857040 close(61) = 0
1777890026.857933 close(63) = 0
1777890026.858559 close(55) = 0
1777890026.859117 openat(AT_FDCWD, "/usr/share/icons/hicolor/22x22/apps/firefox.png", O_RDONLY|O_CLOEXEC) = 55
1777890026.859871 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.D0DOO3", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 61
1777890026.860384 close(61) = 0
1777890026.862186 close(65) = 0
1777890026.864898 close(63) = 0
1777890026.868200 close(61) = 0
1777890026.869059 close(63) = 0
1777890026.869653 close(55) = 0
1777890026.870203 openat(AT_FDCWD, "/usr/share/icons/hicolor/48x48/apps/firefox.png", O_RDONLY|O_CLOEXEC) = 55
1777890026.870927 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.193NO3", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 61
1777890026.871410 close(61) = 0
1777890026.873270 close(65) = 0
1777890026.876459 close(63) = 0
1777890026.880371 close(61) = 0
1777890026.881359 close(63) = 0
1777890026.882205 close(55) = 0
1777890026.882842 openat(AT_FDCWD, "/usr/share/icons/hicolor/256x256/apps/firefox.png", O_RDONLY|O_CLOEXEC) = 55
1777890026.883638 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.EHUNO3", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 61
1777890026.884451 close(61) = 0
1777890026.886498 close(65) = 0
1777890026.889643 close(63) = 0
1777890026.895449 close(61) = 0
1777890026.896394 close(63) = 0
1777890026.897048 close(55) = 0
1777890026.910944 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6b3c2568, parent_tid=0xffff6b3c2210, exit_signal=0, stack=0xffff6b373000, stack_size=0x4ea20, tls=0xffff6b3c2860} => {parent_tid=[146238]}, 88) = 146238
1777890026.917644 openat(AT_FDCWD, "/proc/self/fd/61", O_RDONLY|O_CLOEXEC) = 63
1777890026.941978 close(61) = 0
1777890026.960918 openat(AT_FDCWD, "/proc/self/fd/61", O_RDONLY|O_CLOEXEC) = 64
1777890026.964230 close(61) = 0
1777890026.969033 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6afef568, parent_tid=0xffff6afef210, exit_signal=0, stack=0xffff6afa0000, stack_size=0x4ea20, tls=0xffff6afef860} => {parent_tid=[146239]}, 88) = 146239
1777890026.976312 close(65) = 0
1777890026.976446 close(61) = 0
1777890026.982035 close(16) = 0
1777890027.082151 openat(AT_FDCWD, "/etc/ld.so.conf", O_RDONLY) = 65
1777890027.082492 openat(AT_FDCWD, "/etc/ld.so.conf.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 66
1777890027.082988 close(66) = 0
1777890027.083176 openat(AT_FDCWD, "/etc/ld.so.conf.d/perf.conf", O_RDONLY) = 66
1777890027.083668 close(66) = 0
1777890027.083812 openat(AT_FDCWD, "/etc/ld.so.conf.d/usrlocal.conf", O_RDONLY) = 66
1777890027.084324 close(66) = 0
1777890027.084727 openat(AT_FDCWD, "/usr/lib/ld.so.conf.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 66
1777890027.085198 close(66) = 0
1777890027.085346 openat(AT_FDCWD, "/usr/lib/ld.so.conf.d/fakeroot.conf", O_RDONLY) = 66
1777890027.085957 close(66) = 0
1777890027.086292 close(65) = 0
1777890027.087324 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6af4f568, parent_tid=0xffff6af4f210, exit_signal=0, stack=0xffff6af00000, stack_size=0x4ea20, tls=0xffff6af4f860} => {parent_tid=[146248]}, 88) = 146248
1777890027.088254 close(68) = 0
1777890027.089296 close(66) = 0
1777890027.188528 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff67eff568, parent_tid=0xffff67eff210, exit_signal=0, stack=0xffff67cf2000, stack_size=0x20ca20, tls=0xffff67eff860} => {parent_tid=[146250]}, 88) = 146250
1777890027.259713 openat(AT_FDCWD, "/proc/self/fd/66", O_RDONLY|O_CLOEXEC) = 68
1777890027.262076 close(66) = 0
1777890027.262258 close(41) = 0
1777890027.291724 close(41) = 0
1777890027.328647 openat(AT_FDCWD, "/proc/self/fd/41", O_RDONLY|O_CLOEXEC) = 66
1777890027.330834 close(41) = 0
1777890027.331011 close(68) = 0
1777890027.351536 close(41) = 0
1777890027.355050 openat(AT_FDCWD, "/proc/self/fd/41", O_RDONLY|O_CLOEXEC) = 68
1777890027.357172 close(41) = 0
1777890027.357360 close(66) = 0
1777890027.373121 close(41) = 0
1777890027.375951 openat(AT_FDCWD, "/proc/self/fd/41", O_RDONLY|O_CLOEXEC) = 66
1777890027.378092 close(41) = 0
1777890027.378264 close(68) = 0
1777890027.395596 close(41) = 0
1777890027.399171 openat(AT_FDCWD, "/proc/self/fd/41", O_RDONLY|O_CLOEXEC) = 68
1777890027.401346 close(41) = 0
1777890027.401523 close(66) = 0
1777890027.422417 close(41) = 0
1777890027.424247 openat(AT_FDCWD, "/proc/self/fd/41", O_RDONLY|O_CLOEXEC) = 66
1777890027.426414 close(41) = 0
1777890027.426582 close(68) = 0
1777890027.455234 close(41) = 0
1777890027.459105 openat(AT_FDCWD, "/proc/self/fd/41", O_RDONLY|O_CLOEXEC) = 68
1777890027.461387 close(41) = 0
1777890027.461572 close(66) = 0
1777890027.731685 close(41) = 0
1777890027.778523 openat(AT_FDCWD, "/proc/self/fd/41", O_RDONLY|O_CLOEXEC) = 66
1777890027.780864 close(41) = 0
1777890027.781057 close(68) = 0
1777890027.828304 close(41) = 0
1777890028.620913 openat(AT_FDCWD, "/usr/lib/libsoftokn3.so", O_RDONLY|O_CLOEXEC) = 41
1777890028.622220 close(41) = 0
1777890028.624251 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/pkcs11.txt", O_RDONLY) = 41
1777890028.624721 close(41) = 0
1777890028.625349 openat(AT_FDCWD, "/usr/lib/libfreeblpriv3.so", O_RDONLY|O_CLOEXEC) = 41
1777890028.626431 close(41) = 0
1777890028.628750 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/cert9.db", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644) = 41
1777890028.633681 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/key4.db", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644) = 68
1777890028.644489 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/cert_override.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890028.645356 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6a65f568, parent_tid=0xffff6a65f210, exit_signal=0, stack=0xffff6a610000, stack_size=0x4ea20, tls=0xffff6a65f860} => {parent_tid=[146251]}, 88) = 146251
1777890028.648331 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6a478568, parent_tid=0xffff6a478210, exit_signal=0, stack=0xffff6a429000, stack_size=0x4ea20, tls=0xffff6a478860} => {parent_tid=[146252]}, 88) = 146252
1777890028.655050 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6995f568, parent_tid=0xffff6995f210, exit_signal=0, stack=0xffff69910000, stack_size=0x4ea20, tls=0xffff6995f860} => {parent_tid=[146253]}, 88) = 146253
1777890028.681310 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/xulstore.json", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890028.701743 openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSerif-Regular.ttf", O_RDONLY) = 76
1777890028.702377 close(76) = 0
1777890028.704769 openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSerif-Regular.ttf", O_RDONLY) = 76
1777890028.705230 close(76) = 0
1777890028.815397 close(76) = 0
1777890028.815552 close(74) = 0
1777890028.827367 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff66b9f568, parent_tid=0xffff66b9f210, exit_signal=0, stack=0xffff66b50000, stack_size=0x4ea20, tls=0xffff66b9f860} => {parent_tid=[146259]}, 88) = 146259
1777890028.835838 openat(AT_FDCWD, "/proc/146255/oom_score_adj", O_WRONLY) = 81
1777890028.836316 close(81) = 0
1777890028.837784 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff66b4f568, parent_tid=0xffff66b4f210, exit_signal=0, stack=0xffff66b00000, stack_size=0x4ea20, tls=0xffff66b4f860} => {parent_tid=[146260]}, 88) = 146260
1777890028.862105 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff666a3568, parent_tid=0xffff666a3210, exit_signal=0, stack=0xffff66654000, stack_size=0x4ea20, tls=0xffff666a3860} => {parent_tid=[146262]}, 88) = 146262
1777890029.147663 close(76) = 0
1777890029.147982 close(74) = 0
1777890029.152528 openat(AT_FDCWD, "/dev", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 73
1777890029.153650 close(73) = 0
1777890029.153913 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 73
1777890029.156068 openat(AT_FDCWD, "/sys/devices/platform/fde60000.gpu/drm/card1", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 74
1777890029.156682 close(74) = 0
1777890029.159775 openat(AT_FDCWD, "/sys/devices/platform/fde60000.gpu", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 74
1777890029.160761 close(74) = 0
1777890029.165030 openat(AT_FDCWD, "/sys/devices/platform/fde60000.gpu/drm/renderD128", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 74
1777890029.166098 close(74) = 0
1777890029.169077 openat(AT_FDCWD, "/sys/devices/platform/fde60000.gpu", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 74
1777890029.169900 close(74) = 0
1777890029.174336 openat(AT_FDCWD, "/sys/devices/platform/display-subsystem/drm/card0", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 74
1777890029.174854 close(74) = 0
1777890029.178218 openat(AT_FDCWD, "/sys/devices/platform/display-subsystem", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 74
1777890029.178991 close(74) = 0
1777890029.181208 close(73) = 0
1777890029.183487 openat(AT_FDCWD, "/dev", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 74
1777890029.184407 openat(AT_FDCWD, "/dev/video2", O_RDWR|O_NONBLOCK) = 73
1777890029.185128 ioctl(73, VIDIOC_QUERYCAP, {driver="hantro-vpu", card="rockchip,rk3568-vepu-enc", bus_info="platform:fdee0000.video-codec", version=KERNEL_VERSION(6, 19, 10), capabilities=V4L2_CAP_VIDEO_M2M_MPLANE|V4L2_CAP_EXT_PIX_FORMAT|V4L2_CAP_STREAMING|V4L2_CAP_DEVICE_CAPS, device_caps=V4L2_CAP_VIDEO_M2M_MPLANE|V4L2_CAP_EXT_PIX_FORMAT|V4L2_CAP_STREAMING}) = 0
1777890029.185631 close(73) = 0
1777890029.186274 openat(AT_FDCWD, "/dev/video1", O_RDWR|O_NONBLOCK) = 73
1777890029.186692 ioctl(73, VIDIOC_QUERYCAP, {driver="hantro-vpu", card="rockchip,rk3568-vpu-dec", bus_info="platform:fdea0000.video-codec", version=KERNEL_VERSION(6, 19, 10), capabilities=V4L2_CAP_VIDEO_M2M_MPLANE|V4L2_CAP_EXT_PIX_FORMAT|V4L2_CAP_STREAMING|V4L2_CAP_DEVICE_CAPS, device_caps=V4L2_CAP_VIDEO_M2M_MPLANE|V4L2_CAP_EXT_PIX_FORMAT|V4L2_CAP_STREAMING}) = 0
1777890029.187229 close(73) = 0
1777890029.187538 openat(AT_FDCWD, "/dev/video0", O_RDWR|O_NONBLOCK) = 73
1777890029.188281 ioctl(73, VIDIOC_QUERYCAP, {driver="rockchip-rga", card="rockchip-rga", bus_info="platform:rga", version=KERNEL_VERSION(6, 19, 10), capabilities=V4L2_CAP_VIDEO_M2M_MPLANE|V4L2_CAP_EXT_PIX_FORMAT|V4L2_CAP_STREAMING|V4L2_CAP_DEVICE_CAPS, device_caps=V4L2_CAP_VIDEO_M2M_MPLANE|V4L2_CAP_EXT_PIX_FORMAT|V4L2_CAP_STREAMING}) = 0
1777890029.188989 close(73) = 0
1777890029.189578 close(74) = 0
1777890029.192224 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff65daf568, parent_tid=0xffff65daf210, exit_signal=0, stack=0xffff65d60000, stack_size=0x4ea20, tls=0xffff65daf860} => {parent_tid=[146275]}, 88) = 146275
1777890029.193669 close(73) = 0
1777890029.195866 close(76) = 0
1777890030.346456 openat(AT_FDCWD, "/proc/self/fd/73", O_RDONLY|O_CLOEXEC) = 77
1777890030.347995 close(73) = 0
1777890030.348753 close(78) = 0
1777890030.348956 close(73) = 0
1777890030.364562 openat(AT_FDCWD, "/proc/self/fd/73", O_RDONLY|O_CLOEXEC) = 78
1777890030.367184 close(73) = 0
1777890030.367385 close(66) = 0
1777890030.368114 close(66) = 0
1777890030.404331 openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSans-Regular.ttf", O_RDONLY) = 73
1777890030.404943 close(73) = 0
1777890030.406227 openat(AT_FDCWD, "/usr/share/fonts/noto/NotoSans-Regular.ttf", O_RDONLY) = 73
1777890030.406674 close(73) = 0
1777890030.698408 close(81) = 0
1777890030.698696 close(73) = 0
1777890030.702326 openat(AT_FDCWD, "/proc/146291/oom_score_adj", O_WRONLY) = 87
1777890030.702881 close(87) = 0
1777890031.209686 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff66653568, parent_tid=0xffff66653210, exit_signal=0, stack=0xffff66604000, stack_size=0x4ea20, tls=0xffff66653860} => {parent_tid=[146304]}, 88) = 146304
1777890031.211073 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7ce5f568, parent_tid=0xffff7ce5f210, exit_signal=0, stack=0xffff7ce10000, stack_size=0x4ea20, tls=0xffff7ce5f860} => {parent_tid=[146305]}, 88) = 146305
1777890031.213013 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff6a4ff568, parent_tid=0xffff6a4ff210, exit_signal=0, stack=0xffff6a4b0000, stack_size=0x4ea20, tls=0xffff6a4ff860} => {parent_tid=[146306]}, 88) = 146306
1777890031.215186 close(89) = 0
1777890031.215953 close(91) = 0
1777890031.216205 close(89) = 0
1777890031.216375 close(90) = 0
1777890031.911055 close(90) = 0
1777890031.912831 close(92) = 0
1777890031.913310 close(90) = 0
1777890031.913993 close(91) = 0
1777890031.988163 close(90) = 0
1777890031.990991 close(91) = 0
1777890032.284027 close(52) = 0
1777890032.330390 openat(AT_FDCWD, "/usr/share/icons/breeze/actions/16/window-minimize-symbolic.svg", O_RDONLY|O_CLOEXEC) = 52
1777890032.332474 close(52) = 0
1777890032.332991 openat(AT_FDCWD, "/usr/share/icons/breeze/actions/16/window-minimize-symbolic.svg", O_RDONLY|O_CLOEXEC) = 52
1777890032.335436 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.GOMZO3", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 91
1777890032.336343 close(91) = 0
1777890032.336860 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.GOMZO3", O_RDONLY|O_NOATIME|O_CLOEXEC) = 91
1777890032.337436 close(91) = 0
1777890032.339479 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff63317568, parent_tid=0xffff63317210, exit_signal=0, stack=0xffff63108000, stack_size=0x20ea20, tls=0xffff63317860} => {parent_tid=[146327]}, 88) = 146327
1777890032.345732 ioctl(92, FIONBIO, [1]) = 0
1777890032.346118 ioctl(93, FIONBIO, [1]) = 0
1777890032.375380 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff63107568, parent_tid=0xffff63107210, exit_signal=0, stack=0xffff62ef8000, stack_size=0x20ea20, tls=0xffff63107860} => {parent_tid=[146328]}, 88) = 146328
1777890032.377670 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff62ef7568, parent_tid=0xffff62ef7210, exit_signal=0, stack=0xffff62ce8000, stack_size=0x20ea20, tls=0xffff62ef7860} => {parent_tid=[146329]}, 88) = 146329
1777890032.420606 ioctl(92, FIONBIO, [1]) = 0
1777890032.781707 close(95) = 0
1777890032.782422 close(94) = 0
1777890032.782842 close(93) = 0
1777890032.784539 close(95) = 0
1777890032.818933 close(93) = 0
1777890032.832584 close(91) = 0
1777890032.847717 close(93) = 0
1777890032.849786 close(52) = 0
1777890032.850313 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.5N5MO3", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 52
1777890032.851266 close(52) = 0
1777890032.851934 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.5N5MO3", O_RDONLY|O_NOATIME|O_CLOEXEC) = 52
1777890032.852549 close(52) = 0
1777890032.856692 close(94) = 0
1777890032.867580 close(91) = 0
1777890032.875413 close(52) = 0
1777890032.887569 close(91) = 0
1777890032.891576 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.7J2OO3", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 52
1777890032.892575 close(52) = 0
1777890032.893279 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.7J2OO3", O_RDONLY|O_NOATIME|O_CLOEXEC) = 52
1777890032.893937 close(52) = 0
1777890032.898645 close(94) = 0
1777890032.912969 close(91) = 0
1777890032.921094 close(52) = 0
1777890032.932536 close(91) = 0
1777890032.934619 openat(AT_FDCWD, "/usr/share/icons/breeze/actions/16/window-restore-symbolic.svg", O_RDONLY|O_CLOEXEC) = 52
1777890032.936048 close(52) = 0
1777890032.936379 openat(AT_FDCWD, "/usr/share/icons/breeze/actions/16/window-restore-symbolic.svg", O_RDONLY|O_CLOEXEC) = 52
1777890032.937495 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.PNJPO3", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 91
1777890032.938390 close(91) = 0
1777890032.938981 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.PNJPO3", O_RDONLY|O_NOATIME|O_CLOEXEC) = 91
1777890032.939517 close(91) = 0
1777890032.942338 close(95) = 0
1777890032.951236 close(93) = 0
1777890032.957638 close(91) = 0
1777890032.967238 close(93) = 0
1777890032.968632 close(52) = 0
1777890032.968993 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.BY7PO3", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 52
1777890032.969719 close(52) = 0
1777890032.970208 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.BY7PO3", O_RDONLY|O_NOATIME|O_CLOEXEC) = 52
1777890032.970653 close(52) = 0
1777890032.974556 close(94) = 0
1777890032.983531 close(91) = 0
1777890032.990521 close(52) = 0
1777890032.999692 close(91) = 0
1777890033.001903 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.DLNSO3", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 52
1777890033.002681 close(52) = 0
1777890033.003212 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.DLNSO3", O_RDONLY|O_NOATIME|O_CLOEXEC) = 52
1777890033.003691 close(52) = 0
1777890033.007691 close(94) = 0
1777890033.017367 close(91) = 0
1777890033.024128 close(52) = 0
1777890033.033562 close(91) = 0
1777890033.035833 openat(AT_FDCWD, "/usr/share/icons/breeze/actions/16/window-close-symbolic.svg", O_RDONLY|O_CLOEXEC) = 52
1777890033.036789 close(52) = 0
1777890033.037128 openat(AT_FDCWD, "/usr/share/icons/breeze/actions/16/window-close-symbolic.svg", O_RDONLY|O_CLOEXEC) = 52
1777890033.038219 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.Y49SO3", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 91
1777890033.039275 close(91) = 0
1777890033.040029 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.Y49SO3", O_RDONLY|O_NOATIME|O_CLOEXEC) = 91
1777890033.040482 close(91) = 0
1777890033.043166 close(95) = 0
1777890033.052351 close(93) = 0
1777890033.059220 close(91) = 0
1777890033.069012 close(93) = 0
1777890033.070447 close(52) = 0
1777890033.070853 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.K6YTO3", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 52
1777890033.071615 close(52) = 0
1777890033.072144 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.K6YTO3", O_RDONLY|O_NOATIME|O_CLOEXEC) = 52
1777890033.072663 close(52) = 0
1777890033.075867 close(94) = 0
1777890033.084667 close(91) = 0
1777890033.091633 close(52) = 0
1777890033.100727 close(91) = 0
1777890033.102918 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.HVNUO3", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 52
1777890033.103768 close(52) = 0
1777890033.104296 openat(AT_FDCWD, "/tmp/gdk-pixbuf-glycin-tmp.HVNUO3", O_RDONLY|O_NOATIME|O_CLOEXEC) = 52
1777890033.104779 close(52) = 0
1777890033.109027 close(94) = 0
1777890033.119191 close(91) = 0
1777890033.125935 close(52) = 0
1777890033.134829 close(91) = 0
1777890033.140142 close(52) = 0
1777890033.144203 close(52) = 0
1777890033.146473 close(52) = 0
1777890033.148699 close(52) = 0
1777890033.153151 close(52) = 0
1777890033.155619 close(52) = 0
1777890033.158434 close(52) = 0
1777890033.160713 close(52) = 0
1777890033.163083 close(52) = 0
1777890033.165314 close(52) = 0
1777890033.167648 close(52) = 0
1777890033.170163 close(52) = 0
1777890035.078196 close(52) = 0
1777890035.102577 close(90) = 0
1777890035.752722 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff65dff568, parent_tid=0xffff65dff210, exit_signal=0, stack=0xffff65db0000, stack_size=0x4ea20, tls=0xffff65dff860} => {parent_tid=[146393]}, 88) = 146393
1777890035.779749 openat(AT_FDCWD, "/home/mfritsche/.config/mimeapps.list", O_RDONLY|O_CLOEXEC) = 93
1777890035.780713 close(93) = 0
1777890035.781958 openat(AT_FDCWD, "/etc/xdg/mimeapps.list", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890035.783053 openat(AT_FDCWD, "/home/mfritsche/.local/share/applications", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 93
1777890035.783887 close(93) = 0
1777890035.784158 openat(AT_FDCWD, "/home/mfritsche/.local/share/applications/mimeapps.list", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890035.784463 openat(AT_FDCWD, "/home/mfritsche/.local/share/applications/defaults.list", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890035.784714 openat(AT_FDCWD, "/home/mfritsche/.local/share/applications/mimeinfo.cache", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890035.786937 openat(AT_FDCWD, "/usr/local/share/applications", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890035.787825 openat(AT_FDCWD, "/usr/local/share/applications/mimeapps.list", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890035.788209 openat(AT_FDCWD, "/usr/local/share/applications/defaults.list", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890035.788529 openat(AT_FDCWD, "/usr/local/share/applications/mimeinfo.cache", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890035.789481 openat(AT_FDCWD, "/usr/share/applications", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 93
1777890035.790995 openat(AT_FDCWD, "/usr/share/applications/screensavers", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 94
1777890035.791972 close(94) = 0
1777890035.793298 close(93) = 0
1777890035.793627 openat(AT_FDCWD, "/usr/share/applications/mimeapps.list", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890035.793984 openat(AT_FDCWD, "/usr/share/applications/defaults.list", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890035.794244 openat(AT_FDCWD, "/usr/share/applications/mimeinfo.cache", O_RDONLY|O_CLOEXEC) = 93
1777890035.796674 close(93) = 0
1777890035.800273 openat(AT_FDCWD, "/usr/share/applications/brave-browser.desktop", O_RDONLY|O_CLOEXEC) = 93
1777890035.802147 close(93) = 0
1777890035.965212 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/extensions", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890035.966554 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/system-extensions", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890035.968471 openat(AT_FDCWD, "/home/mfritsche/.mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890035.969715 openat(AT_FDCWD, "/usr/lib/firefox/browser/extensions", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890035.970782 openat(AT_FDCWD, "/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890035.971621 openat(AT_FDCWD, "/usr/lib/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
1777890035.981910 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff633ff568, parent_tid=0xffff633ff210, exit_signal=0, stack=0xffff633b0000, stack_size=0x4ea20, tls=0xffff633ff860} => {parent_tid=[146394]}, 88) = 146394
1777890035.984437 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff633af568, parent_tid=0xffff633af210, exit_signal=0, stack=0xffff63360000, stack_size=0x4ea20, tls=0xffff633af860} => {parent_tid=[146395]}, 88) = 146395
1777890036.555108 close(100) = 0
1777890036.928233 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/places.sqlite", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644) = 98
1777890036.932185 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/places.sqlite-wal", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644) = 100
1777890036.940184 openat(AT_FDCWD, "/proc/self/mountinfo", O_RDONLY) = 101
1777890036.941907 close(101) = 0
1777890036.944562 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/favicons.sqlite", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644) = 101
1777890036.947361 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/favicons.sqlite-wal", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644) = 102
1777890036.974104 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7f55f568, parent_tid=0xffff7f55f210, exit_signal=0, stack=0xffff7f510000, stack_size=0x4ea20, tls=0xffff7f55f860} => {parent_tid=[146398]}, 88) = 146398
1777890037.598219 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff5975b568, parent_tid=0xffff5975b210, exit_signal=0, stack=0xffff5970c000, stack_size=0x4ea20, tls=0xffff5975b860} => {parent_tid=[146401]}, 88) = 146401
1777890037.883514 openat(AT_FDCWD, "/home/mfritsche/.mime.types", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890037.886839 openat(AT_FDCWD, "/usr/share/applications/mpv.desktop", O_RDONLY|O_CLOEXEC) = 107
1777890037.888043 close(107) = 0
1777890037.891075 openat(AT_FDCWD, "/home/mfritsche/.local/share/mime/video/mp4.xml", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890037.891530 openat(AT_FDCWD, "/usr/local/share/mime/video/mp4.xml", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
1777890037.891976 openat(AT_FDCWD, "/usr/share/mime/video/mp4.xml", O_RDONLY|O_CLOEXEC) = 107
1777890037.893013 close(107) = 0
1777890037.991233 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff573bf568, parent_tid=0xffff573bf210, exit_signal=0, stack=0xffff57370000, stack_size=0x4ea20, tls=0xffff573bf860} => {parent_tid=[146407]}, 88) = 146407
1777890038.157293 close(108) = 0
1777890039.163110 close(107) = 0
1777890039.168781 close(107) = 0
1777890039.174329 close(107) = 0
1777890040.308381 close(109) = 0
1777890040.309087 close(108) = 0
1777890040.322920 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff59dff568, parent_tid=0xffff59dff210, exit_signal=0, stack=0xffff59db0000, stack_size=0x4ea20, tls=0xffff59dff860} => {parent_tid=[146417]}, 88) = 146417
1777890040.325351 close(109) = 0
1777890040.330581 close(108) = 0
1777890041.124062 openat(AT_FDCWD, "/proc/self/fd/108", O_RDONLY|O_CLOEXEC) = 109
1777890041.127942 close(108) = 0
1777890041.128321 close(78) = 0
1777890041.130403 close(78) = 0
1777890041.131789 close(78) = 0
1777890041.132637 close(66) = 0
1777890042.173824 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff64dff568, parent_tid=0xffff64dff210, exit_signal=0, stack=0xffff64db0000, stack_size=0x4ea20, tls=0xffff64dff860} => {parent_tid=[146428]}, 88) = 146428
1777890042.416969 close(66) = 0
1777890043.072494 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/autofill-profiles.json", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890043.102881 openat(AT_FDCWD, "/home/mfritsche/.local/share/mime/aliases", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890043.103399 openat(AT_FDCWD, "/home/mfritsche/.local/share/mime/subclasses", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890043.104011 openat(AT_FDCWD, "/home/mfritsche/.local/share/mime/icons", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890043.104484 openat(AT_FDCWD, "/home/mfritsche/.local/share/mime/generic-icons", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890043.106233 openat(AT_FDCWD, "/usr/local/share/mime/aliases", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890043.106717 openat(AT_FDCWD, "/usr/local/share/mime/subclasses", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890043.107261 openat(AT_FDCWD, "/usr/local/share/mime/icons", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890043.107696 openat(AT_FDCWD, "/usr/local/share/mime/generic-icons", O_RDONLY) = -1 ENOENT (No such file or directory)
1777890043.108443 openat(AT_FDCWD, "/usr/share/mime/mime.cache", O_RDONLY) = 66
1777890043.109695 close(66) = 0
1777890043.110250 openat(AT_FDCWD, "/usr/share/applications/brave-browser.desktop", O_RDONLY|O_CLOEXEC) = 66
1777890043.113982 close(66) = 0
1777890043.400521 close(66) = 0
1777890044.031757 openat(AT_FDCWD, "/proc/self/fd/66", O_RDONLY|O_CLOEXEC) = 108
1777890044.035847 close(66) = 0
1777890044.036188 close(109) = 0
1777890044.038057 close(112) = 0
1777890044.039472 close(66) = 0
1777890044.040180 close(78) = 0
1777890044.041478 openat(AT_FDCWD, "/proc/self/fd/78", O_RDONLY|O_CLOEXEC) = 109
1777890044.045828 close(78) = 0
1777890044.046224 close(108) = 0
1777890044.048495 close(78) = 0
1777890044.049910 close(78) = 0
1777890044.050763 close(66) = 0
1777890044.188891 openat(AT_FDCWD, "/tmp/firefox-vaapi-test/profile/logins.db", O_RDWR|O_CREAT|O_NOFOLLOW|O_CLOEXEC, 0644) = 108
1777890044.372713 close(111) = 0
1777890044.419108 close(66) = 0
1777890044.422464 close(66) = 0
1777890047.735853 +++ killed by SIGTERM +++