unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#35180: 27.0.50; emacs daemon and “package” often inserts [I when opening file
@ 2019-04-07 13:33 Han Boetes
  2019-04-27  9:26 ` Han Boetes
  0 siblings, 1 reply; 14+ messages in thread
From: Han Boetes @ 2019-04-07 13:33 UTC (permalink / raw)
  To: 35180

[-- Attachment #1: Type: text/plain, Size: 4777 bytes --]

From: Han Boetes <hboetes@gmail.com>
To: bug-gnu-emacs@gnu.org
Subject: 27.0.50; emacs daemon and “package” often inserts [I when opening
file
--text follows this line--

When using this .emacs/init.el:

(custom-set-variables
 '(package-archives
   '(("gnu" . "https://elpa.gnu.org/packages/")
     ("melpa" . "https://melpa.org/packages/")))
 '(package-selected-packages
   '(pager)))
(require 'package)
(unless package--initialized (package-initialize t))
(unless package-archive-contents
  (package-refresh-contents))
(dolist (package package-selected-packages)
  (unless (package-installed-p package)
    (package-install package)))

And starting emacs like this:
  cd .emacs && pkill emacs && rm -rf elpa auto-save-list && pgrep emacs ||
  /usr/local/bin/emacs --no-site-file --no-splash --daemon

And then opening a file with for example:
  emacsclient -nw -c init.el

At the cursor the string "[I" is inserted.

The pager package I selected for this case is because it was the most
primitive package I could find. Any other package triggered the same
behaviour. As you can see it's not even initialized.


In GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5)
 of 2019-04-05 built on janis
Repository revision: f2d22273599f96a731e23b2f6d7571af8bb7bb3f
Repository branch: master
System Description: Debian GNU/Linux buster/sid

Recent messages:
previous-line: Beginning of buffer [8 times]
next-line: End of buffer [3 times]
Saving file /home/han/.emacs.d/init.el...
Wrote /home/han/.emacs.d/init.el
(No changes need to be saved)
When done with a buffer, type C-x #
Making completion list...
funcall-interactively: End of buffer [5 times]
user-error: End of history; no default available [3 times]
funcall-interactively: End of buffer

Configured using:
 'configure --with-x --with-x-toolkit=gtk 'CFLAGS=-O2 -pipe''

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND DBUS GSETTINGS GLIB NOTIFY INOTIFY
LIBSELINUX GNUTLS FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE
XIM THREADS LIBSYSTEMD PDUMPER GMP

Important settings:
  value of $LC_COLLATE: C
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Emacs-Lisp

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug sendmail term/xterm xterm server compile
comint ansi-color ring elec-pair autoload radix-tree lisp-mnt mm-archive
message dired dired-loaddefs format-spec rfc822 mml mml-sec epa derived
gnus-util rmail rmail-loaddefs text-property-search time-date mailabbrev
gmm-utils mailheader mm-decode mm-bodies mm-encode mail-utils gnutls
network-stream url-http mail-parse rfc2231 rfc2047 rfc2045 mm-util
ietf-drums mail-prsvr url-gw nsm rmc puny url-cache url-auth url
url-proxy url-privacy url-expand url-methods url-history url-cookie
url-domsuf url-util mailcap epg finder-inf package easymenu epg-config
url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs
eieio-loaddefs password-cache json subr-x map url-vars seq byte-opt gv
bytecomp byte-compile cconv cl-loaddefs cl-lib mule-util tooltip eldoc
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win
x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page menu-bar rfn-eshadow isearch timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame cl-generic cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932
hebrew greek romanian slovak czech european ethiopic indian cyrillic
chinese composite charscript charprop case-table epa-hook jka-cmpr-hook
help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs
button faces cus-face macroexp files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget hashtable-print-readable
backquote threads dbusbind inotify dynamic-setting system-font-setting
font-render-setting move-toolbar gtk x-toolkit x multi-tty
make-network-process emacs)

Memory information:
((conses 16 297371 134546)
 (symbols 48 12921 2)
 (strings 32 96918 19735)
 (string-bytes 1 3782341)
 (vectors 16 27205)
 (vector-slots 8 1111668 166944)
 (floats 8 31 428)
 (intervals 56 240 12)
 (buffers 992 18))

[-- Attachment #2: Type: text/html, Size: 14457 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* bug#35180: 27.0.50; emacs daemon and “package” often inserts [I when opening file
  2019-04-07 13:33 bug#35180: 27.0.50; emacs daemon and “package” often inserts [I when opening file Han Boetes
@ 2019-04-27  9:26 ` Han Boetes
  2019-04-27  9:52   ` Eli Zaretskii
                     ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Han Boetes @ 2019-04-27  9:26 UTC (permalink / raw)
  To: 35180


[-- Attachment #1.1: Type: text/plain, Size: 1773 bytes --]

Digging further and stripping out more unnecessary options that are not
required to reproduce this issue: I got down to this:

cd
mv ~/.emacs.d{,.orig}
mkdir .emacs.d
touch .emacs.d/init.el
xrdb -remove
xrdb -query # Just to prove there are no Xresources active

pkill emacs; sleep 1; /usr/local/bin/emacs –no-init-file –no-site-file
–no-splash –daemon; emacsclient -t .emacs.d/init.el

File Edit Options Buffers Tools Emacs-Lisp Help
[I

This happens about 25% of the time. But if I replace “–no-init-file
–no-site-file –no-splash”
 with “-Q” it no longer happens. It seems there is an undocumented
difference here.

I straced it and this is what I got: Check the write() line, see also the
attachment for the complete strace file.

6288  symlink("han@janis.6288:1555184048", "/home/han/.emacs.d/.#init.el")
= 0
6288  rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0,
tv_nsec=0}, it_value={tv_sec=1556356192, tv_nsec=658825215}}, NULL) = 0
6288  rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
6288  brk(0xcae000)                     = 0xcae000
6288  brk(0xca3000)                     = 0xca3000
6288  write(8, "\33[44d\33[K\33[2d\33[?25l[I\33[43;7H\33[30m"..., 80) = 80
6288  rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
6288  ioctl(8, FIONREAD, [0])           = 0
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0

[-- Attachment #1.2: Type: text/html, Size: 3818 bytes --]

[-- Attachment #2: file --]
[-- Type: application/octet-stream, Size: 243318 bytes --]

6285  execve("/usr/local/bin/emacs", ["/usr/local/bin/emacs", "--no-site-file", "--no-splash", "--daemon"], 0x7ffecc92f340 /* 49 vars */) = 0
6285  brk(NULL)                         = 0xad9000
6285  access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
6285  openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=171255, ...}) = 0
6285  mmap(NULL, 171255, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f94778eb000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libtiff.so.5", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\237\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=514584, ...}) = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f94778e9000
6285  mmap(NULL, 517168, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f947786a000
6285  mmap(0x7f9477873000, 274432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f9477873000
6285  mmap(0x7f94778b6000, 188416, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4c000) = 0x7f94778b6000
6285  mmap(0x7f94778e4000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x79000) = 0x7f94778e4000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libjpeg.so.62", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220<\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=428032, ...}) = 0
6285  mmap(NULL, 2523160, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9477601000
6285  mprotect(0x7f9477668000, 2097152, PROT_NONE) = 0
6285  mmap(0x7f9477868000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x67000) = 0x7f9477868000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libpng16.so.16", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0Pi\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=227248, ...}) = 0
6285  mmap(NULL, 229392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94775c8000
6285  mmap(0x7f94775ce000, 151552, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f94775ce000
6285  mmap(0x7f94775f3000, 49152, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b000) = 0x7f94775f3000
6285  mmap(0x7f94775ff000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x36000) = 0x7f94775ff000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320#\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=121280, ...}) = 0
6285  mmap(NULL, 2216336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94773aa000
6285  mprotect(0x7f94773c6000, 2097152, PROT_NONE) = 0
6285  mmap(0x7f94775c6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7f94775c6000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libgif.so.7", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\33\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=34656, ...}) = 0
6285  mmap(NULL, 2129936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94771a1000
6285  mprotect(0x7f94771a9000, 2093056, PROT_NONE) = 0
6285  mmap(0x7f94773a8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f94773a8000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXpm.so.4", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p0\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=72872, ...}) = 0
6285  mmap(NULL, 2168016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9476f8f000
6285  mprotect(0x7f9476fa0000, 2093056, PROT_NONE) = 0
6285  mmap(0x7f947719f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7f947719f000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libgtk-3.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\316\10\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=7251000, ...}) = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9476f8d000
6285  mmap(NULL, 7274560, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f947689c000
6285  mprotect(0x7f9476920000, 6639616, PROT_NONE) = 0
6285  mmap(0x7f9476920000, 3481600, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x84000) = 0x7f9476920000
6285  mmap(0x7f9476c72000, 3153920, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3d6000) = 0x7f9476c72000
6285  mmap(0x7f9476f75000, 73728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6d8000) = 0x7f9476f75000
6285  mmap(0x7f9476f87000, 20544, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9476f87000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libgdk-3.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\321\2\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=1026424, ...}) = 0
6285  mmap(NULL, 1031728, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94767a0000
6285  mmap(0x7f94767ca000, 495616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2a000) = 0x7f94767ca000
6285  mmap(0x7f9476843000, 319488, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa3000) = 0x7f9476843000
6285  mmap(0x7f9476891000, 45056, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf0000) = 0x7f9476891000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 [\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=59288, ...}) = 0
6285  mmap(NULL, 61624, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9476790000
6285  mmap(0x7f9476795000, 24576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f9476795000
6285  mmap(0x7f947679b000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7f947679b000
6285  mmap(0x7f947679e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7f947679e000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libpango-1.0.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \332\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=300976, ...}) = 0
6285  mmap(NULL, 303752, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9476745000
6285  mprotect(0x7f9476752000, 237568, PROT_NONE) = 0
6285  mmap(0x7f9476752000, 143360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7f9476752000
6285  mmap(0x7f9476775000, 90112, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x30000) = 0x7f9476775000
6285  mmap(0x7f947678c000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x46000) = 0x7f947678c000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libatk-1.0.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\266\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=161712, ...}) = 0
6285  mmap(NULL, 165048, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f947671c000
6285  mprotect(0x7f9476727000, 106496, PROT_NONE) = 0
6285  mmap(0x7f9476727000, 57344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7f9476727000
6285  mmap(0x7f9476735000, 45056, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19000) = 0x7f9476735000
6285  mmap(0x7f9476741000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24000) = 0x7f9476741000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libcairo-gobject.so.2", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240@\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=42768, ...}) = 0
6285  mmap(NULL, 45336, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9476710000
6285  mprotect(0x7f9476714000, 20480, PROT_NONE) = 0
6285  mmap(0x7f9476714000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f9476714000
6285  mmap(0x7f9476716000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f9476716000
6285  mmap(0x7f9476719000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f9476719000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libcairo.so.2", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2006\1\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=1171048, ...}) = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f947670e000
6285  mmap(NULL, 1179248, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94765ee000
6285  mmap(0x7f9476600000, 835584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x7f9476600000
6285  mmap(0x7f94766cc000, 245760, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xde000) = 0x7f94766cc000
6285  mmap(0x7f9476708000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x119000) = 0x7f9476708000
6285  mmap(0x7f947670d000, 3696, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f947670d000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000k\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=149424, ...}) = 0
6285  mmap(NULL, 151896, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94765c8000
6285  mprotect(0x7f94765ce000, 122880, PROT_NONE) = 0
6285  mmap(0x7f94765ce000, 86016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f94765ce000
6285  mmap(0x7f94765e3000, 32768, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7f94765e3000
6285  mmap(0x7f94765ec000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x7f94765ec000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\250\3\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=1813680, ...}) = 0
6285  mmap(NULL, 1823416, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f947640a000
6285  mprotect(0x7f9476441000, 1556480, PROT_NONE) = 0
6285  mmap(0x7f9476441000, 1019904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x37000) = 0x7f9476441000
6285  mmap(0x7f947653a000, 532480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x130000) = 0x7f947653a000
6285  mmap(0x7f94765bd000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b2000) = 0x7f94765bd000
6285  mmap(0x7f94765c6000, 4792, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f94765c6000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\267\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=342072, ...}) = 0
6285  mmap(NULL, 346984, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94763b5000
6285  mmap(0x7f94763c0000, 204800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7f94763c0000
6285  mmap(0x7f94763f2000, 90112, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3d000) = 0x7f94763f2000
6285  mmap(0x7f9476408000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x52000) = 0x7f9476408000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\275\1\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=1166640, ...}) = 0
6285  mmap(NULL, 1171848, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9476296000
6285  mprotect(0x7f94762b1000, 1052672, PROT_NONE) = 0
6285  mmap(0x7f94762b1000, 516096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7f94762b1000
6285  mmap(0x7f947632f000, 532480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x99000) = 0x7f947632f000
6285  mmap(0x7f94763b2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11b000) = 0x7f94763b2000
6285  mmap(0x7f94763b4000, 392, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f94763b4000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libSM.so.6", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\"\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=39144, ...}) = 0
6285  mmap(NULL, 41320, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f947628b000
6285  mmap(0x7f947628d000, 20480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f947628d000
6285  mmap(0x7f9476292000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f9476292000
6285  mmap(0x7f9476294000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f9476294000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libICE.so.6", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360N\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=102496, ...}) = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9476289000
6285  mmap(NULL, 2212128, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f947606c000
6285  mprotect(0x7f9476083000, 2097152, PROT_NONE) = 0
6285  mmap(0x7f9476283000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f9476283000
6285  mmap(0x7f9476285000, 12576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9476285000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libX11.so.6", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\351\1\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=1310216, ...}) = 0
6285  mmap(NULL, 1314168, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9475f2b000
6285  mprotect(0x7f9475f47000, 1175552, PROT_NONE) = 0
6285  mmap(0x7f9475f47000, 565248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7f9475f47000
6285  mmap(0x7f9475fd1000, 606208, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa6000) = 0x7f9475fd1000
6285  mmap(0x7f9476066000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13a000) = 0x7f9476066000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libX11-xcb.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\20\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=14128, ...}) = 0
6285  mmap(NULL, 16424, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9475f26000
6285  mmap(0x7f9475f27000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f9475f27000
6285  mmap(0x7f9475f28000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9475f28000
6285  mmap(0x7f9475f29000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9475f29000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxcb.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\307\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=166824, ...}) = 0
6285  mmap(NULL, 169096, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9475efc000
6285  mmap(0x7f9475f08000, 77824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7f9475f08000
6285  mmap(0x7f9475f1b000, 36864, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1f000) = 0x7f9475f1b000
6285  mmap(0x7f9475f24000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x7f9475f24000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXft.so.2", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000A\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=89544, ...}) = 0
6285  mmap(NULL, 2184744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9475ce6000
6285  mprotect(0x7f9475cfb000, 2093056, PROT_NONE) = 0
6285  mmap(0x7f9475efa000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7f9475efa000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXrender.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\33\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=39480, ...}) = 0
6285  mmap(NULL, 2134664, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9475adc000
6285  mprotect(0x7f9475ae5000, 2093056, PROT_NONE) = 0
6285  mmap(0x7f9475ce4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f9475ce4000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libasound.so.2", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\374\2\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=1046824, ...}) = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9475ada000
6285  mmap(NULL, 1049392, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94759d9000
6285  mprotect(0x7f9475a06000, 831488, PROT_NONE) = 0
6285  mmap(0x7f9475a06000, 589824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2d000) = 0x7f9475a06000
6285  mmap(0x7f9475a96000, 237568, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xbd000) = 0x7f9475a96000
6285  mmap(0x7f9475ad1000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf7000) = 0x7f9475ad1000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/librsvg-2.so.2", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\271\7\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=5667192, ...}) = 0
6285  mmap(NULL, 5671184, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9475470000
6285  mmap(0x7f94754eb000, 3321856, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7b000) = 0x7f94754eb000
6285  mmap(0x7f9475816000, 1495040, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3a6000) = 0x7f9475816000
6285  mmap(0x7f9475983000, 352256, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x512000) = 0x7f9475983000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\322\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=1579448, ...}) = 0
6285  mmap(NULL, 1581384, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94752ed000
6285  mmap(0x7f94752fa000, 651264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7f94752fa000
6285  mmap(0x7f9475399000, 872448, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xac000) = 0x7f9475399000
6285  mmap(0x7f947546e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x180000) = 0x7f947546e000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260#\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=35808, ...}) = 0
6285  mmap(NULL, 39904, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94752e3000
6285  mmap(0x7f94752e5000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f94752e5000
6285  mmap(0x7f94752e9000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f94752e9000
6285  mmap(0x7f94752eb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f94752eb000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libdbus-1.so.3", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\355\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=333976, ...}) = 0
6285  mmap(NULL, 336592, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9475290000
6285  mmap(0x7f947529d000, 188416, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7f947529d000
6285  mmap(0x7f94752cb000, 86016, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3b000) = 0x7f94752cb000
6285  mmap(0x7f94752e0000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4f000) = 0x7f94752e0000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXrandr.so.2", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\34\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=43384, ...}) = 0
6285  mmap(NULL, 2138568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9475085000
6285  mprotect(0x7f947508f000, 2093056, PROT_NONE) = 0
6285  mmap(0x7f947528e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f947528e000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXinerama.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\21\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=14496, ...}) = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9475083000
6285  mmap(NULL, 16680, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f947507e000
6285  mmap(0x7f947507f000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f947507f000
6285  mmap(0x7f9475080000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9475080000
6285  mmap(0x7f9475081000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9475081000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXfixes.so.3", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\25\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=22656, ...}) = 0
6285  mmap(NULL, 2117912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9474e78000
6285  mprotect(0x7f9474e7d000, 2093056, PROT_NONE) = 0
6285  mmap(0x7f947507c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f947507c000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXext.so.6", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0007\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=73424, ...}) = 0
6285  mmap(NULL, 2169112, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9474c66000
6285  mprotect(0x7f9474c77000, 2093056, PROT_NONE) = 0
6285  mmap(0x7f9474e76000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7f9474e76000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libtinfo.so.6", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\351\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=183528, ...}) = 0
6285  mmap(NULL, 186752, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9474c38000
6285  mmap(0x7f9474c46000, 57344, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f9474c46000
6285  mmap(0x7f9474c54000, 53248, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7f9474c54000
6285  mmap(0x7f9474c61000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28000) = 0x7f9474c61000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@k\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=155296, ...}) = 0
6285  mmap(NULL, 2259632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9474a10000
6285  mprotect(0x7f9474a35000, 2093056, PROT_NONE) = 0
6285  mmap(0x7f9474c34000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24000) = 0x7f9474c34000
6285  mmap(0x7f9474c36000, 6832, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9474c36000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libfreetype.so.6", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\331\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=763816, ...}) = 0
6285  mmap(NULL, 765968, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9474954000
6285  mprotect(0x7f9474961000, 684032, PROT_NONE) = 0
6285  mmap(0x7f9474961000, 512000, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7f9474961000
6285  mmap(0x7f94749de000, 167936, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8a000) = 0x7f94749de000
6285  mmap(0x7f9474a08000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb3000) = 0x7f9474a08000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20x\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=281592, ...}) = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9474952000
6285  mmap(NULL, 284296, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f947490c000
6285  mmap(0x7f9474913000, 147456, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f9474913000
6285  mmap(0x7f9474937000, 98304, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b000) = 0x7f9474937000
6285  mmap(0x7f947494f000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x42000) = 0x7f947494f000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libgnutls.so.30", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@5\3\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=1740160, ...}) = 0
6285  mmap(NULL, 1747304, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9474761000
6285  mmap(0x7f9474791000, 1060864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x30000) = 0x7f9474791000
6285  mmap(0x7f9474894000, 417792, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x133000) = 0x7f9474894000
6285  mmap(0x7f94748fa000, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x198000) = 0x7f94748fa000
6285  mmap(0x7f947490b000, 2408, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f947490b000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@l\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0755, st_size=146968, ...}) = 0
6285  mmap(NULL, 132288, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9474740000
6285  mmap(0x7f9474746000, 61440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f9474746000
6285  mmap(0x7f9474755000, 24576, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f9474755000
6285  mmap(0x7f947475b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7f947475b000
6285  mmap(0x7f947475d000, 13504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f947475d000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libanl.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\21\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=19048, ...}) = 0
6285  mmap(NULL, 20968, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f947473a000
6285  mmap(0x7f947473b000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f947473b000
6285  mmap(0x7f947473d000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f947473d000
6285  mmap(0x7f947473e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f947473e000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\30\1\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=651472, ...}) = 0
6285  mmap(NULL, 656048, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9474699000
6285  mprotect(0x7f94746a9000, 573440, PROT_NONE) = 0
6285  mmap(0x7f94746a9000, 434176, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x7f94746a9000
6285  mmap(0x7f9474713000, 135168, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7a000) = 0x7f9474713000
6285  mmap(0x7f9474735000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9b000) = 0x7f9474735000
6285  mmap(0x7f9474739000, 688, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9474739000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libgmp.so.10", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\306\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=533280, ...}) = 0
6285  mmap(NULL, 535424, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9474616000
6285  mprotect(0x7f9474621000, 483328, PROT_NONE) = 0
6285  mmap(0x7f9474621000, 385024, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7f9474621000
6285  mmap(0x7f947467f000, 94208, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x69000) = 0x7f947467f000
6285  mmap(0x7f9474697000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x80000) = 0x7f9474697000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260A\2\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0755, st_size=1824496, ...}) = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9474614000
6285  mmap(NULL, 1837056, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9474453000
6285  mprotect(0x7f9474475000, 1658880, PROT_NONE) = 0
6285  mmap(0x7f9474475000, 1343488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x22000) = 0x7f9474475000
6285  mmap(0x7f94745bd000, 311296, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16a000) = 0x7f94745bd000
6285  mmap(0x7f947460a000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b6000) = 0x7f947460a000
6285  mmap(0x7f9474610000, 14336, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9474610000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libwebp.so.6", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300%\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=420472, ...}) = 0
6285  mmap(NULL, 2523768, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94741ea000
6285  mprotect(0x7f9474250000, 2093056, PROT_NONE) = 0
6285  mmap(0x7f947444f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x65000) = 0x7f947444f000
6285  mmap(0x7f9474451000, 4728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9474451000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libzstd.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240W\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=649136, ...}) = 0
6285  mmap(NULL, 651328, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f947414a000
6285  mprotect(0x7f947414f000, 626688, PROT_NONE) = 0
6285  mmap(0x7f947414f000, 557056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f947414f000
6285  mmap(0x7f94741d7000, 65536, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8d000) = 0x7f94741d7000
6285  mmap(0x7f94741e8000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9d000) = 0x7f94741e8000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/liblzma.so.5", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0205\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=158400, ...}) = 0
6285  mmap(NULL, 160400, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9474122000
6285  mmap(0x7f9474125000, 98304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f9474125000
6285  mmap(0x7f947413d000, 45056, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7f947413d000
6285  mmap(0x7f9474148000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f9474148000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libjbig.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\22\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=58384, ...}) = 0
6285  mmap(NULL, 2153448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9473f14000
6285  mprotect(0x7f9473f1f000, 2093056, PROT_NONE) = 0
6285  mmap(0x7f947411e000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f947411e000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\22\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=18328, ...}) = 0
6285  mmap(NULL, 20600, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9473f0e000
6285  mmap(0x7f9473f0f000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f9473f0f000
6285  mmap(0x7f9473f11000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f9473f11000
6285  mmap(0x7f9473f12000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f9473f12000
6285  close(3)                          = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9473f0c000
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXi.so.6", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320!\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=63976, ...}) = 0
6285  mmap(NULL, 2159272, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9473cfc000
6285  mprotect(0x7f9473d0b000, 2093056, PROT_NONE) = 0
6285  mmap(0x7f9473f0a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f9473f0a000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXcomposite.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\f\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=10296, ...}) = 0
6285  mmap(NULL, 2105496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9473af9000
6285  mprotect(0x7f9473afb000, 2093056, PROT_NONE) = 0
6285  mmap(0x7f9473cfa000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f9473cfa000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXdamage.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\21\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=14376, ...}) = 0
6285  mmap(NULL, 16568, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9473af4000
6285  mmap(0x7f9473af5000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f9473af5000
6285  mmap(0x7f9473af6000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9473af6000
6285  mmap(0x7f9473af7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9473af7000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\334\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=210632, ...}) = 0
6285  mmap(NULL, 213744, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9473abf000
6285  mmap(0x7f9473acb000, 94208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7f9473acb000
6285  mmap(0x7f9473ae2000, 57344, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x7f9473ae2000
6285  mmap(0x7f9473af0000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x30000) = 0x7f9473af0000
6285  mmap(0x7f9473af3000, 752, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9473af3000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxkbcommon.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 U\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=264904, ...}) = 0
6285  mmap(NULL, 266904, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9473a7d000
6285  mprotect(0x7f9473a82000, 237568, PROT_NONE) = 0
6285  mmap(0x7f9473a82000, 110592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f9473a82000
6285  mmap(0x7f9473a9d000, 122880, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0x7f9473a9d000
6285  mmap(0x7f9473abc000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3e000) = 0x7f9473abc000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libwayland-cursor.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\"\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=35200, ...}) = 0
6285  mmap(NULL, 37360, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9473a73000
6285  mmap(0x7f9473a75000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9473a75000
6285  mmap(0x7f9473a77000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f9473a77000
6285  mmap(0x7f9473a78000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f9473a78000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libwayland-egl.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\20\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=14216, ...}) = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9473a71000
6285  mmap(NULL, 16440, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9473a6c000
6285  mmap(0x7f9473a6d000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f9473a6d000
6285  mmap(0x7f9473a6e000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9473a6e000
6285  mmap(0x7f9473a6f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9473a6f000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libwayland-client.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`T\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=64840, ...}) = 0
6285  mmap(NULL, 66920, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9473a5b000
6285  mmap(0x7f9473a60000, 24576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f9473a60000
6285  mmap(0x7f9473a66000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7f9473a66000
6285  mmap(0x7f9473a69000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd000) = 0x7f9473a69000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libepoxy.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\341\5\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=1250568, ...}) = 0
6285  mmap(NULL, 1252960, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9473929000
6285  mmap(0x7f9473987000, 409600, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5e000) = 0x7f9473987000
6285  mmap(0x7f94739eb000, 397312, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc2000) = 0x7f94739eb000
6285  mmap(0x7f9473a4c000, 61440, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x122000) = 0x7f9473a4c000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libharfbuzz.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\236\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=1013440, ...}) = 0
6285  mmap(NULL, 1025528, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f947382e000
6285  mmap(0x7f9473837000, 692224, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f9473837000
6285  mmap(0x7f94738e0000, 278528, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb2000) = 0x7f94738e0000
6285  mmap(0x7f9473924000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf5000) = 0x7f9473924000
6285  mmap(0x7f9473926000, 9720, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9473926000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \200\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=96096, ...}) = 0
6285  mmap(NULL, 98632, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9473815000
6285  mprotect(0x7f947381c000, 65536, PROT_NONE) = 0
6285  mmap(0x7f947381c000, 45056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f947381c000
6285  mmap(0x7f9473827000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x7f9473827000
6285  mmap(0x7f947382c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f947382c000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXcursor.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3605\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=47768, ...}) = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9473813000
6285  mmap(NULL, 49944, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9473806000
6285  mmap(0x7f9473809000, 24576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f9473809000
6285  mmap(0x7f947380f000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f947380f000
6285  mmap(0x7f9473811000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f9473811000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libthai.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\"\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=41000, ...}) = 0
6285  mmap(NULL, 43152, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94737fb000
6285  mmap(0x7f94737fd000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f94737fd000
6285  mmap(0x7f9473801000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f9473801000
6285  mmap(0x7f9473804000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f9473804000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libfribidi.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200!\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=112904, ...}) = 0
6285  mmap(NULL, 115000, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94737de000
6285  mmap(0x7f94737e0000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f94737e0000
6285  mmap(0x7f94737e4000, 86016, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f94737e4000
6285  mmap(0x7f94737f9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7f94737f9000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libpixman-1.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\245\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=673808, ...}) = 0
6285  mmap(NULL, 676168, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9473738000
6285  mmap(0x7f9473742000, 536576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f9473742000
6285  mmap(0x7f94737c5000, 65536, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8d000) = 0x7f94737c5000
6285  mmap(0x7f94737d5000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9c000) = 0x7f94737d5000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxcb-shm.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\20\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=14408, ...}) = 0
6285  mmap(NULL, 16488, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9473733000
6285  mmap(0x7f9473734000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f9473734000
6285  mmap(0x7f9473735000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9473735000
6285  mmap(0x7f9473736000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9473736000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxcb-render.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000R\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=55576, ...}) = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9473731000
6285  mmap(NULL, 57656, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9473722000
6285  mprotect(0x7f9473727000, 32768, PROT_NONE) = 0
6285  mmap(0x7f9473727000, 20480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f9473727000
6285  mmap(0x7f947372c000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f947372c000
6285  mmap(0x7f947372f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7f947372f000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\21\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=14592, ...}) = 0
6285  mmap(NULL, 16656, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f947371d000
6285  mmap(0x7f947371e000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f947371e000
6285  mmap(0x7f947371f000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f947371f000
6285  mmap(0x7f9473720000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9473720000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libmount.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\332\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=383456, ...}) = 0
6285  mmap(NULL, 386344, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94736be000
6285  mprotect(0x7f94736ca000, 323584, PROT_NONE) = 0
6285  mmap(0x7f94736ca000, 245760, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7f94736ca000
6285  mmap(0x7f9473706000, 73728, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x48000) = 0x7f9473706000
6285  mmap(0x7f9473719000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5a000) = 0x7f9473719000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240C\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=93000, ...}) = 0
6285  mmap(NULL, 105088, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94736a4000
6285  mprotect(0x7f94736a8000, 73728, PROT_NONE) = 0
6285  mmap(0x7f94736a8000, 53248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f94736a8000
6285  mmap(0x7f94736b5000, 16384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7f94736b5000
6285  mmap(0x7f94736ba000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x15000) = 0x7f94736ba000
6285  mmap(0x7f94736bc000, 6784, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f94736bc000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libffi.so.6", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\"\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=35224, ...}) = 0
6285  mmap(NULL, 38504, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f947369a000
6285  mmap(0x7f947369c000, 20480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f947369c000
6285  mmap(0x7f94736a1000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f94736a1000
6285  mmap(0x7f94736a2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f94736a2000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libpcre.so.3", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340!\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=468944, ...}) = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9473698000
6285  mmap(NULL, 471304, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9473624000
6285  mmap(0x7f9473626000, 335872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9473626000
6285  mmap(0x7f9473678000, 122880, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x54000) = 0x7f9473678000
6285  mmap(0x7f9473696000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x71000) = 0x7f9473696000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libuuid.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 #\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=30776, ...}) = 0
6285  mmap(NULL, 32792, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f947361b000
6285  mmap(0x7f947361d000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f947361d000
6285  mmap(0x7f9473621000, 4096, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f9473621000
6285  mmap(0x7f9473622000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f9473622000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libbsd.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pH\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=96568, ...}) = 0
6285  mmap(NULL, 102768, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9473601000
6285  mprotect(0x7f9473605000, 77824, PROT_NONE) = 0
6285  mmap(0x7f9473605000, 61440, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f9473605000
6285  mmap(0x7f9473614000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x7f9473614000
6285  mmap(0x7f9473618000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7f9473618000
6285  mmap(0x7f947361a000, 368, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f947361a000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXau.so.6", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\16\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=14528, ...}) = 0
6285  mmap(NULL, 2109728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94733fd000
6285  mprotect(0x7f94733ff000, 2097152, PROT_NONE) = 0
6285  mmap(0x7f94735ff000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f94735ff000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libXdmcp.so.6", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\23\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=22728, ...}) = 0
6285  mmap(NULL, 2117872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94731f7000
6285  mprotect(0x7f94731fc000, 2093056, PROT_NONE) = 0
6285  mmap(0x7f94733fb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f94733fb000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libcroco-0.6.so.3", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\243\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=247904, ...}) = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f94731f5000
6285  mmap(NULL, 250072, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94731b7000
6285  mprotect(0x7f94731c1000, 196608, PROT_NONE) = 0
6285  mmap(0x7f94731c1000, 126976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f94731c1000
6285  mmap(0x7f94731e0000, 65536, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29000) = 0x7f94731e0000
6285  mmap(0x7f94731f1000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x39000) = 0x7f94731f1000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libxml2.so.2", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\354\2\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=1731832, ...}) = 0
6285  mmap(NULL, 1739192, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f947300e000
6285  mprotect(0x7f947303c000, 1507328, PROT_NONE) = 0
6285  mmap(0x7f947303c000, 1163264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2e000) = 0x7f947303c000
6285  mmap(0x7f9473158000, 339968, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14a000) = 0x7f9473158000
6285  mmap(0x7f94731ac000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19d000) = 0x7f94731ac000
6285  mmap(0x7f94731b6000, 2488, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f94731b6000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\3402\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=100712, ...}) = 0
6285  mmap(NULL, 103472, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9472ff4000
6285  mprotect(0x7f9472ff7000, 86016, PROT_NONE) = 0
6285  mmap(0x7f9472ff7000, 69632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f9472ff7000
6285  mmap(0x7f9473008000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7f9473008000
6285  mmap(0x7f947300c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f947300c000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000A\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=243840, ...}) = 0
6285  mmap(NULL, 245920, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9472fb7000
6285  mprotect(0x7f9472fbb000, 221184, PROT_NONE) = 0
6285  mmap(0x7f9472fbb000, 135168, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f9472fbb000
6285  mmap(0x7f9472fdc000, 81920, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f9472fdc000
6285  mmap(0x7f9472ff1000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x39000) = 0x7f9472ff1000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libp11-kit.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\270\2\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=1236720, ...}) = 0
6285  mmap(NULL, 1240320, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9472e88000
6285  mmap(0x7f9472eb3000, 606208, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b000) = 0x7f9472eb3000
6285  mmap(0x7f9472f47000, 372736, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xbf000) = 0x7f9472f47000
6285  mmap(0x7f9472fa2000, 86016, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x119000) = 0x7f9472fa2000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libidn2.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20#\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=120752, ...}) = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9472e86000
6285  mmap(NULL, 122904, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9472e67000
6285  mmap(0x7f9472e69000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9472e69000
6285  mmap(0x7f9472e6d000, 94208, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f9472e6d000
6285  mmap(0x7f9472e84000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7f9472e84000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libunistring.so.2", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300 \1\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=1583144, ...}) = 0
6285  mmap(NULL, 1587464, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9472ce3000
6285  mmap(0x7f9472cf4000, 225280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7f9472cf4000
6285  mmap(0x7f9472d2b000, 1273856, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x48000) = 0x7f9472d2b000
6285  mmap(0x7f9472e62000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17e000) = 0x7f9472e62000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libtasn1.so.6", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200,\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=75776, ...}) = 0
6285  mmap(NULL, 2171592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9472ad0000
6285  mprotect(0x7f9472ae1000, 2097152, PROT_NONE) = 0
6285  mmap(0x7f9472ce1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7f9472ce1000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libnettle.so.6", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\231\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=224472, ...}) = 0
6285  mmap(NULL, 226472, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9472a98000
6285  mmap(0x7f9472aa1000, 118784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f9472aa1000
6285  mmap(0x7f9472abe000, 61440, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7f9472abe000
6285  mmap(0x7f9472acd000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x34000) = 0x7f9472acd000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libhogweed.so.4", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \216\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=229192, ...}) = 0
6285  mmap(NULL, 231192, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9472a5f000
6285  mprotect(0x7f9472a67000, 192512, PROT_NONE) = 0
6285  mmap(0x7f9472a67000, 65536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f9472a67000
6285  mmap(0x7f9472a77000, 122880, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0x7f9472a77000
6285  mmap(0x7f9472a96000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x36000) = 0x7f9472a96000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/liblz4.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\"\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=121184, ...}) = 0
6285  mmap(NULL, 123264, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9472a40000
6285  mmap(0x7f9472a42000, 98304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9472a42000
6285  mmap(0x7f9472a5a000, 12288, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1a000) = 0x7f9472a5a000
6285  mmap(0x7f9472a5d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x7f9472a5d000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgcrypt.so.20", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\305\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=1168056, ...}) = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9472a3e000
6285  mmap(NULL, 1171400, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9472920000
6285  mmap(0x7f947292c000, 843776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x7f947292c000
6285  mmap(0x7f94729fa000, 249856, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xda000) = 0x7f94729fa000
6285  mmap(0x7f9472a37000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x116000) = 0x7f9472a37000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libatspi.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\4\1\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=207016, ...}) = 0
6285  mmap(NULL, 209824, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94728ec000
6285  mmap(0x7f94728fb000, 81920, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf000) = 0x7f94728fb000
6285  mmap(0x7f947290f000, 49152, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x7f947290f000
6285  mmap(0x7f947291b000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2e000) = 0x7f947291b000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libgraphite2.so.3", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2401\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=178360, ...}) = 0
6285  mmap(NULL, 180440, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94728bf000
6285  mmap(0x7f94728c2000, 139264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f94728c2000
6285  mmap(0x7f94728e4000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x25000) = 0x7f94728e4000
6285  mmap(0x7f94728e9000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x29000) = 0x7f94728e9000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libdatrie.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\"\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=34736, ...}) = 0
6285  mmap(NULL, 36880, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94728b5000
6285  mmap(0x7f94728b7000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f94728b7000
6285  mmap(0x7f94728bb000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f94728bb000
6285  mmap(0x7f94728bd000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f94728bd000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libblkid.so.1", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\257\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=343008, ...}) = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f94728b3000
6285  mmap(NULL, 345896, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f947285e000
6285  mprotect(0x7f9472868000, 282624, PROT_NONE) = 0
6285  mmap(0x7f9472868000, 212992, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7f9472868000
6285  mmap(0x7f947289c000, 65536, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3e000) = 0x7f947289c000
6285  mmap(0x7f94728ad000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4e000) = 0x7f94728ad000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libicui18n.so.63", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\364\r\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=2984248, ...}) = 0
6285  mmap(NULL, 2990296, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9472583000
6285  mprotect(0x7f9472660000, 2015232, PROT_NONE) = 0
6285  mmap(0x7f9472660000, 1482752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdd000) = 0x7f9472660000
6285  mmap(0x7f94727ca000, 528384, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x247000) = 0x7f94727ca000
6285  mmap(0x7f947284c000, 69632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2c8000) = 0x7f947284c000
6285  mmap(0x7f947285d000, 216, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f947285d000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libicuuc.so.63", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p$\6\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=1886216, ...}) = 0
6285  mmap(NULL, 1896208, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94723b4000
6285  mmap(0x7f9472416000, 868352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x62000) = 0x7f9472416000
6285  mmap(0x7f94724ea000, 540672, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x136000) = 0x7f94724ea000
6285  mmap(0x7f947256e000, 81920, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b9000) = 0x7f947256e000
6285  mmap(0x7f9472582000, 3856, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9472582000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libicudata.so.63", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\20\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=27190832, ...}) = 0
6285  mmap(NULL, 27193360, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94709c4000
6285  mmap(0x7f94709c5000, 4096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f94709c5000
6285  mmap(0x7f94709c6000, 27181056, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f94709c6000
6285  mmap(0x7f94723b2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19ed000) = 0x7f94723b2000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200F\0\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=137424, ...}) = 0
6285  mmap(NULL, 139872, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f94709a1000
6285  mprotect(0x7f94709a5000, 118784, PROT_NONE) = 0
6285  mmap(0x7f94709a5000, 77824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x7f94709a5000
6285  mmap(0x7f94709b8000, 36864, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f94709b8000
6285  mmap(0x7f94709c2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x20000) = 0x7f94709c2000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3
6285  read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\304\10\0\0\0\0\0"..., 832) = 832
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=1570256, ...}) = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f947099f000
6285  mmap(NULL, 1585184, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f947081b000
6285  mprotect(0x7f94708a4000, 962560, PROT_NONE) = 0
6285  mmap(0x7f94708a4000, 704512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x89000) = 0x7f94708a4000
6285  mmap(0x7f9470950000, 253952, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x135000) = 0x7f9470950000
6285  mmap(0x7f947098f000, 49152, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x173000) = 0x7f947098f000
6285  mmap(0x7f947099b000, 12320, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f947099b000
6285  close(3)                          = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9470819000
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9470817000
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9470815000
6285  mmap(NULL, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9470812000
6285  arch_prctl(ARCH_SET_FS, 0x7f9470812e00) = 0
6285  mprotect(0x7f947460a000, 16384, PROT_READ) = 0
6285  mprotect(0x7f947546e000, 4096, PROT_READ) = 0
6285  mprotect(0x7f947300c000, 4096, PROT_READ) = 0
6285  mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9470810000
6285  mprotect(0x7f947098f000, 40960, PROT_READ) = 0
6285  mprotect(0x7f94709c2000, 4096, PROT_READ) = 0
6285  mprotect(0x7f94723b2000, 4096, PROT_READ) = 0
6285  mprotect(0x7f947475b000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9473720000, 4096, PROT_READ) = 0
6285  mprotect(0x7f947256e000, 77824, PROT_READ) = 0
6285  mprotect(0x7f947284c000, 65536, PROT_READ) = 0
6285  mprotect(0x7f9473622000, 4096, PROT_READ) = 0
6285  mprotect(0x7f94728ad000, 20480, PROT_READ) = 0
6285  mprotect(0x7f94728bd000, 4096, PROT_READ) = 0
6285  mprotect(0x7f94728e9000, 8192, PROT_READ) = 0
6285  mprotect(0x7f9473696000, 4096, PROT_READ) = 0
6285  mprotect(0x7f94763b2000, 4096, PROT_READ) = 0
6285  mprotect(0x7f94736a2000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9476408000, 4096, PROT_READ) = 0
6285  mprotect(0x7f94735ff000, 4096, PROT_READ) = 0
6285  mprotect(0x7f94752eb000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9473618000, 4096, PROT_READ) = 0
6285  mprotect(0x7f94733fb000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9475f24000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9476066000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9474148000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9472a5d000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9472a37000, 8192, PROT_READ) = 0
6285  mprotect(0x7f9474735000, 12288, PROT_READ) = 0
6285  mprotect(0x7f94752e0000, 8192, PROT_READ) = 0
6285  mprotect(0x7f947291b000, 16384, PROT_READ) = 0
6285  mprotect(0x7f9474697000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9472acd000, 8192, PROT_READ) = 0
6285  mprotect(0x7f9472a96000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9472ce1000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9472e62000, 16384, PROT_READ) = 0
6285  mprotect(0x7f9472e84000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9472fa2000, 45056, PROT_READ) = 0
6285  mprotect(0x7f9472ff1000, 8192, PROT_READ) = 0
6285  mprotect(0x7f94775c6000, 4096, PROT_READ) = 0
6285  mprotect(0x7f94731ac000, 32768, PROT_READ) = 0
6285  mprotect(0x7f94731f1000, 12288, PROT_READ) = 0
6285  mprotect(0x7f94736ba000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9474c34000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9473719000, 12288, PROT_READ) = 0
6285  mprotect(0x7f947372f000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9473736000, 4096, PROT_READ) = 0
6285  mprotect(0x7f94737d5000, 32768, PROT_READ) = 0
6285  mprotect(0x7f94737f9000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9473804000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9475ce4000, 4096, PROT_READ) = 0
6285  mprotect(0x7f947507c000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9473811000, 4096, PROT_READ) = 0
6285  mprotect(0x7f947678c000, 12288, PROT_READ) = 0
6285  mprotect(0x7f94775ff000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9474a08000, 28672, PROT_READ) = 0
6285  mprotect(0x7f947494f000, 8192, PROT_READ) = 0
6285  mprotect(0x7f9473924000, 4096, PROT_READ) = 0
6285  mprotect(0x7f947382c000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9473a4c000, 32768, PROT_READ) = 0
6285  mprotect(0x7f9473a69000, 8192, PROT_READ) = 0
6285  mprotect(0x7f9473a6f000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9473a78000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9473abc000, 8192, PROT_READ) = 0
6285  mprotect(0x7f9476741000, 12288, PROT_READ) = 0
6285  mprotect(0x7f9473af0000, 8192, PROT_READ) = 0
6285  mprotect(0x7f9473af7000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9473cfa000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9474e76000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9473f0a000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9473f12000, 4096, PROT_READ) = 0
6285  mprotect(0x7f947411e000, 4096, PROT_READ) = 0
6285  mprotect(0x7f94741e8000, 4096, PROT_READ) = 0
6285  mprotect(0x7f947444f000, 4096, PROT_READ) = 0
6285  mprotect(0x7f947473e000, 4096, PROT_READ) = 0
6285  mprotect(0x7f94748fa000, 65536, PROT_READ) = 0
6285  mprotect(0x7f9474c61000, 16384, PROT_READ) = 0
6285  mprotect(0x7f9475081000, 4096, PROT_READ) = 0
6285  mprotect(0x7f947528e000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9476708000, 16384, PROT_READ) = 0
6285  mprotect(0x7f947679e000, 4096, PROT_READ) = 0
6285  mprotect(0x7f94765bd000, 32768, PROT_READ) = 0
6285  mprotect(0x7f94765ec000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9475983000, 348160, PROT_READ) = 0
6285  mprotect(0x7f9475ad1000, 32768, PROT_READ) = 0
6285  mprotect(0x7f9475efa000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9475f29000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9476283000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9476294000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9476719000, 8192, PROT_READ) = 0
6285  mprotect(0x7f9476891000, 36864, PROT_READ) = 0
6285  mprotect(0x7f9476f75000, 65536, PROT_READ) = 0
6285  mprotect(0x7f947719f000, 4096, PROT_READ) = 0
6285  mprotect(0x7f94773a8000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9477868000, 4096, PROT_READ) = 0
6285  mprotect(0x7f94778e4000, 16384, PROT_READ) = 0
6285  mprotect(0x67f000, 4096, PROT_READ) = 0
6285  mprotect(0x7f9477941000, 4096, PROT_READ) = 0
6285  munmap(0x7f94778eb000, 171255)    = 0
6285  set_tid_address(0x7f94708130d0)   = 6285
6285  set_robust_list(0x7f94708130e0, 24) = 0
6285  rt_sigaction(SIGRTMIN, {sa_handler=0x7f94747466b0, sa_mask=[], sa_flags=SA_RESTORER|SA_SIGINFO, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6285  rt_sigaction(SIGRT_1, {sa_handler=0x7f9474746740, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_SIGINFO, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6285  rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
6285  prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
6285  brk(NULL)                         = 0xad9000
6285  brk(0xafa000)                     = 0xafa000
6285  futex(0x7f94763b3f58, FUTEX_WAKE_PRIVATE, 2147483647) = 0
6285  futex(0x7f94763b3f58, FUTEX_WAKE_PRIVATE, 2147483647) = 0
6285  statfs("/sys/fs/selinux", 0x7ffd6a577d80) = -1 ENOENT (No such file or directory)
6285  statfs("/selinux", 0x7ffd6a577d80) = -1 ENOENT (No such file or directory)
6285  openat(AT_FDCWD, "/proc/filesystems", O_RDONLY|O_CLOEXEC) = 3
6285  fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
6285  read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tr"..., 1024) = 490
6285  read(3, "", 1024)                 = 0
6285  close(3)                          = 0
6285  access("/etc/selinux/config", F_OK) = -1 ENOENT (No such file or directory)
6285  brk(0xb1b000)                     = 0xb1b000
6285  getrandom("\xea", 1, GRND_NONBLOCK) = 1
6285  stat("/etc/gnutls/default-priorities", 0x7ffd6a577da0) = -1 ENOENT (No such file or directory)
6285  openat(AT_FDCWD, "/usr/local/bin/emacs.pdmp", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6285  openat(AT_FDCWD, "/usr/local/libexec/emacs/27.0.50/x86_64-pc-linux-gnu/emacs.pdmp", O_RDONLY|O_CLOEXEC) = 3
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=10315800, ...}) = 0
6285  read(3, "DUMPEDGNUEMACS\0\0 L\354'!\33\203w\324%p\323\267sl,"..., 80) = 80
6285  mmap(NULL, 10315800, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f946fe39000
6285  mmap(0x7f946fe39000, 7049216, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0x7f946fe39000
6285  mmap(0x7f94704f2000, 118784, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x6b9000) = 0x7f94704f2000
6285  mmap(0x7f947050f000, 3147800, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x6d6000) = 0x7f947050f000
6285  brk(0xb51000)                     = 0xb51000
6285  mprotect(0x7f94704f2000, 118784, PROT_NONE) = 0
6285  close(3)                          = 0
6285  dup2(0, 0)                        = 0
6285  dup2(1, 1)                        = 1
6285  dup2(2, 2)                        = 2
6285  stat(".", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
6285  stat("/home/han", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
6285  prlimit64(0, RLIMIT_STACK, NULL, {rlim_cur=8192*1024, rlim_max=RLIM64_INFINITY}) = 0
6285  prlimit64(0, RLIMIT_STACK, {rlim_cur=9788*1024, rlim_max=RLIM64_INFINITY}, NULL) = 0
6285  futex(0x7f9474611f80, FUTEX_WAKE_PRIVATE, 2147483647) = 0
6285  futex(0x7f947300d1a0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
6285  openat(AT_FDCWD, "/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=3031632, ...}) = 0
6285  mmap(NULL, 3031632, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f946fb54000
6285  close(3)                          = 0
6285  openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 3
6285  fstat(3, {st_mode=S_IFREG|0644, st_size=26402, ...}) = 0
6285  mmap(NULL, 26402, PROT_READ, MAP_SHARED, 3, 0) = 0x7f947790e000
6285  close(3)                          = 0
6285  futex(0x7f947460fa08, FUTEX_WAKE_PRIVATE, 2147483647) = 0
6285  pipe2([3, 4], O_CLOEXEC)          = 0
6285  write(2, "\nWarning: due to a long standing"..., 257) = 257
6285  clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f94708130d0) = 6288
6285  close(4)                          = 0
6288  set_robust_list(0x7f94708130e0, 24 <unfinished ...>
6285  read(3,  <unfinished ...>
6288  <... set_robust_list resumed> )   = 0
6288  close(3)                          = 0
6288  setsid()                          = 6288
6288  rt_sigaction(SIGHUP, {sa_handler=0x523980, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigaction(SIGINT, {sa_handler=0x523980, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigaction(SIGTERM, {sa_handler=0x523980, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigaction(SIGPIPE, {sa_handler=SIG_IGN, sa_mask=[PIPE], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f947448a940}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
6288  rt_sigaction(SIGQUIT, {sa_handler=0x523980, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigaction(SIGILL, {sa_handler=0x523a00, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigaction(SIGTRAP, {sa_handler=0x523a00, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigaction(SIGFPE, {sa_handler=0x523a00, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigaction(SIGUSR1, {sa_handler=0x514070, sa_mask=[INT QUIT ALRM CHLD PROF WINCH IO], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigaction(SIGUSR2, {sa_handler=0x514070, sa_mask=[INT QUIT ALRM CHLD PROF WINCH IO], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigaction(SIGABRT, {sa_handler=0x523a00, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigaction(SIGABRT, {sa_handler=0x523a00, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigaction(SIGBUS, {sa_handler=0x523a00, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  sigaltstack({ss_sp=0xa108b0, ss_flags=0, ss_size=8192}, NULL) = 0
6288  rt_sigaction(SIGSEGV, {sa_handler=0x525ff0, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER|SA_ONSTACK|SA_SIGINFO, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigaction(SIGSYS, {sa_handler=0x523a00, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigaction(SIGTERM, {sa_handler=0x523980, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigaction(SIGPROF, {sa_handler=SIG_IGN, sa_mask=[PROF], sa_flags=SA_RESTORER|SA_RESTART, sa_restorer=0x7f947448a940}, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=0}, 8) = 0
6288  rt_sigaction(SIGVTALRM, {sa_handler=0x523980, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigaction(SIGXCPU, {sa_handler=0x523980, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigaction(SIGXFSZ, {sa_handler=0x523980, sa_mask=~[RTMIN RT_1], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  timerfd_create(CLOCK_REALTIME, TFD_CLOEXEC|TFD_NONBLOCK) = 3
6288  rt_sigaction(SIGALRM, {sa_handler=0x5e0de0, sa_mask=[INT QUIT ALRM CHLD PROF WINCH IO], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  openat(AT_FDCWD, "/dev/urandom", O_RDONLY|O_CLOEXEC) = 5
6288  read(5, "\302\2070\223", 4)       = 4
6288  close(5)                          = 0
6288  faccessat(AT_FDCWD, "/usr/local/bin/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/", F_OK) = 0
6288  readlinkat(AT_FDCWD, "/usr", 0x7ffd6a576cf0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local", 0x7ffd6a576fc0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/bin", 0x7ffd6a577290, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/bin/", 0x7ffd6a577560, 1024) = -1 EINVAL (Invalid argument)
6288  faccessat(AT_FDCWD, "/usr/local/bin/lib-src", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/local/lib-src", F_OK) = -1 ENOENT (No such file or directory)
6288  readlinkat(AT_FDCWD, "/usr/local/bin/emacs", "emacs-27.0.50", 1024) = 13
6288  faccessat(AT_FDCWD, "/usr/local/bin/lib-src", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/local/lib-src", F_OK) = -1 ENOENT (No such file or directory)
6288  readlinkat(AT_FDCWD, "/usr/local/bin/emacs-27.0.50", 0x7ffd6a577920, 1024) = -1 EINVAL (Invalid argument)
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/etc/NEWS", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/libexec/emacs/27.0.50/x86_64-pc-linux-gnu/./", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/etc/./", F_OK) = 0
6288  umask(000)                        = 022
6288  umask(022)                        = 000
6288  faccessat(AT_FDCWD, "/usr/pkgmk/work/emacs/src/emacs/", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/pkgmk/work/emacs/src/emacs/", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/pkgmk/work/emacs/src/emacs", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/pkgmk/work/emacs/src/", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/pkgmk/work/emacs/src/", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/pkgmk/work/emacs/src", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/pkgmk/work/emacs/", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/pkgmk/work/emacs/", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/pkgmk/work/emacs", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/pkgmk/work/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/pkgmk/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/", F_OK) = 0
6288  readlinkat(AT_FDCWD, "/usr", 0x7ffd6a576450, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/pkgmk", 0x7ffd6a576720, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/pkgmk/work", 0x7ffd6a5769f0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/pkgmk/work/emacs", 0x7ffd6a576cc0, 1024) = -1 ENOENT (No such file or directory)
6288  readlinkat(AT_FDCWD, "/usr/pkgmk/work/emacs/src", 0x7ffd6a576f90, 1024) = -1 ENOENT (No such file or directory)
6288  readlinkat(AT_FDCWD, "/usr/pkgmk/work/emacs/src/emacs", 0x7ffd6a577260, 1024) = -1 ENOENT (No such file or directory)
6288  readlinkat(AT_FDCWD, "/usr/pkgmk/work/emacs/src/emacs/", 0x7ffd6a577530, 1024) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/./", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/etc/charsets/./", F_OK) = 0
6288  openat(AT_FDCWD, "/etc/localtime", O_RDONLY|O_CLOEXEC) = 5
6288  fstat(5, {st_mode=S_IFREG|0644, st_size=2237, ...}) = 0
6288  fstat(5, {st_mode=S_IFREG|0644, st_size=2237, ...}) = 0
6288  read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0\7\0\0\0\0"..., 4096) = 2237
6288  lseek(5, -1419, SEEK_CUR)         = 818
6288  read(5, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0\7\0\0\0\0"..., 4096) = 1419
6288  close(5)                          = 0
6288  uname({sysname="Linux", nodename="janis", ...}) = 0
6288  getuid()                          = 1026
6288  socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 5
6288  connect(5, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
6288  close(5)                          = 0
6288  socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 5
6288  connect(5, {sa_family=AF_UNIX, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
6288  close(5)                          = 0
6288  openat(AT_FDCWD, "/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 5
6288  fstat(5, {st_mode=S_IFREG|0644, st_size=556, ...}) = 0
6288  read(5, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 556
6288  read(5, "", 4096)                 = 0
6288  close(5)                          = 0
6288  openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 5
6288  fstat(5, {st_mode=S_IFREG|0644, st_size=171255, ...}) = 0
6288  mmap(NULL, 171255, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f946fb2a000
6288  close(5)                          = 0
6288  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libnss_compat.so.2", O_RDONLY|O_CLOEXEC) = 5
6288  read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \"\0\0\0\0\0\0"..., 832) = 832
6288  fstat(5, {st_mode=S_IFREG|0644, st_size=39736, ...}) = 0
6288  mmap(NULL, 43168, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f9477903000
6288  mmap(0x7f9477905000, 20480, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x2000) = 0x7f9477905000
6288  mmap(0x7f947790a000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x7000) = 0x7f947790a000
6288  mmap(0x7f947790c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x8000) = 0x7f947790c000
6288  close(5)                          = 0
6288  mprotect(0x7f947790c000, 4096, PROT_READ) = 0
6288  munmap(0x7f946fb2a000, 171255)    = 0
6288  openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 5
6288  fstat(5, {st_mode=S_IFREG|0644, st_size=171255, ...}) = 0
6288  mmap(NULL, 171255, PROT_READ, MAP_PRIVATE, 5, 0) = 0x7f946fb2a000
6288  close(5)                          = 0
6288  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libnss_nis.so.2", O_RDONLY|O_CLOEXEC) = 5
6288  read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\"\0\0\0\0\0\0"..., 832) = 832
6288  fstat(5, {st_mode=S_IFREG|0644, st_size=47608, ...}) = 0
6288  mmap(NULL, 50568, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f94778f6000
6288  mmap(0x7f94778f8000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x2000) = 0x7f94778f8000
6288  mmap(0x7f94778ff000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x9000) = 0x7f94778ff000
6288  mmap(0x7f9477901000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0xa000) = 0x7f9477901000
6288  close(5)                          = 0
6288  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libnsl.so.1", O_RDONLY|O_CLOEXEC) = 5
6288  read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260F\0\0\0\0\0\0"..., 832) = 832
6288  fstat(5, {st_mode=S_IFREG|0644, st_size=89016, ...}) = 0
6288  mmap(NULL, 100952, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f946fb11000
6288  mmap(0x7f946fb15000, 49152, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x4000) = 0x7f946fb15000
6288  mmap(0x7f946fb21000, 20480, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x10000) = 0x7f946fb21000
6288  mmap(0x7f946fb26000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x14000) = 0x7f946fb26000
6288  mmap(0x7f946fb28000, 6744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f946fb28000
6288  close(5)                          = 0
6288  openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 5
6288  read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0003\0\0\0\0\0\0"..., 832) = 832
6288  fstat(5, {st_mode=S_IFREG|0644, st_size=55792, ...}) = 0
6288  mmap(NULL, 83768, PROT_READ, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x7f946fafc000
6288  mprotect(0x7f946faff000, 40960, PROT_NONE) = 0
6288  mmap(0x7f946faff000, 28672, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x3000) = 0x7f946faff000
6288  mmap(0x7f946fb06000, 8192, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0xa000) = 0x7f946fb06000
6288  mmap(0x7f946fb09000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0xc000) = 0x7f946fb09000
6288  mmap(0x7f946fb0b000, 22328, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f946fb0b000
6288  close(5)                          = 0
6288  mprotect(0x7f946fb09000, 4096, PROT_READ) = 0
6288  mprotect(0x7f946fb26000, 4096, PROT_READ) = 0
6288  mprotect(0x7f9477901000, 4096, PROT_READ) = 0
6288  munmap(0x7f946fb2a000, 171255)    = 0
6288  openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 5
6288  lseek(5, 0, SEEK_CUR)             = 0
6288  fstat(5, {st_mode=S_IFREG|0644, st_size=2417, ...}) = 0
6288  mmap(NULL, 2417, PROT_READ, MAP_SHARED, 5, 0) = 0x7f94778f5000
6288  lseek(5, 2417, SEEK_SET)          = 2417
6288  munmap(0x7f94778f5000, 2417)      = 0
6288  close(5)                          = 0
6288  openat(AT_FDCWD, "/etc/passwd", O_RDONLY|O_CLOEXEC) = 5
6288  lseek(5, 0, SEEK_CUR)             = 0
6288  fstat(5, {st_mode=S_IFREG|0644, st_size=2417, ...}) = 0
6288  mmap(NULL, 2417, PROT_READ, MAP_SHARED, 5, 0) = 0x7f94778f5000
6288  lseek(5, 2417, SEEK_SET)          = 2417
6288  munmap(0x7f94778f5000, 2417)      = 0
6288  close(5)                          = 0
6288  uname({sysname="Linux", nodename="janis", ...}) = 0
6288  getpid()                          = 6288
6288  rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0
6288  futex(0x7f94763b3f58, FUTEX_WAKE_PRIVATE, 2147483647) = 0
6288  eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK) = 5
6288  write(5, "\1\0\0\0\0\0\0\0", 8)   = 8
6288  mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f946f2fb000
6288  mprotect(0x7f946f2fc000, 8388608, PROT_READ|PROT_WRITE) = 0
6288  clone(child_stack=0x7f946fafa8f0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f946fafb9d0, tls=0x7f946fafb700, child_tidptr=0x7f946fafb9d0) = 6289
6289  set_robust_list(0x7f946fafb9e0, 24 <unfinished ...>
6288  rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
6289  <... set_robust_list resumed> )   = 0
6288  <... rt_sigprocmask resumed> NULL, 8) = 0
6289  mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0 <unfinished ...>
6288  futex(0x7f94763b3f58, FUTEX_WAKE_PRIVATE, 2147483647 <unfinished ...>
6289  <... mmap resumed> )              = 0x7f94672fb000
6288  <... futex resumed> )             = 0
6289  munmap(0x7f94672fb000, 13651968 <unfinished ...>
6288  rt_sigaction(SIGCHLD, {sa_handler=0x7f94762e0570, sa_mask=[], sa_flags=SA_RESTORER|SA_RESTART|SA_NOCLDSTOP, sa_restorer=0x7f9474752730},  <unfinished ...>
6289  <... munmap resumed> )            = 0
6288  <... rt_sigaction resumed> NULL, 8) = 0
6289  munmap(0x7f946c000000, 53456896 <unfinished ...>
6288  wait4(6288,  <unfinished ...>
6289  <... munmap resumed> )            = 0
6288  <... wait4 resumed> 0xb48bd4, WNOHANG, NULL) = -1 ECHILD (No child processes)
6289  mprotect(0x7f9468000000, 135168, PROT_READ|PROT_WRITE <unfinished ...>
6288  rt_sigaction(SIGCHLD, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730},  <unfinished ...>
6289  <... mprotect resumed> )          = 0
6288  <... rt_sigaction resumed> NULL, 8) = 0
6289  prctl(PR_SET_NAME, "gmain" <unfinished ...>
6288  rt_sigprocmask(SIG_BLOCK, [INT CHLD],  <unfinished ...>
6289  <... prctl resumed> )             = 0
6288  <... rt_sigprocmask resumed> [], 8) = 0
6289  poll([{fd=5, events=POLLIN}], 1, -1 <unfinished ...>
6288  rt_sigaction(SIGCHLD, {sa_handler=0x5d5500, sa_mask=[INT QUIT ALRM CHLD PROF WINCH IO], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730},  <unfinished ...>
6289  <... poll resumed> )              = 1 ([{fd=5, revents=POLLIN}])
6288  <... rt_sigaction resumed> {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, 8) = 0
6289  read(5,  <unfinished ...>
6288  rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>
6289  <... read resumed> "\1\0\0\0\0\0\0\0", 16) = 8
6288  <... rt_sigprocmask resumed> NULL, 8) = 0
6289  poll([{fd=5, events=POLLIN}], 1, -1 <unfinished ...>
6288  prlimit64(0, RLIMIT_NOFILE, NULL, {rlim_cur=1024, rlim_max=1024*1024}) = 0
6288  rt_sigaction(SIGINT, {sa_handler=0x517f50, sa_mask=[INT QUIT ALRM CHLD PROF WINCH IO], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigaction(SIGQUIT, {sa_handler=0x517f50, sa_mask=[INT QUIT ALRM CHLD PROF WINCH IO], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigaction(SIGIO, {sa_handler=0x517f60, sa_mask=[INT QUIT ALRM CHLD PROF WINCH IO], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  rt_sigaction(SIGWINCH, {sa_handler=0x425d10, sa_mask=[INT QUIT ALRM CHLD PROF WINCH IO], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, NULL, 8) = 0
6288  brk(0xb72000)                     = 0xb72000
6288  rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/subdirs.el", O_RDONLY|O_CLOEXEC) = 6
6288  fstat(6, {st_mode=S_IFREG|0644, st_size=106, ...}) = 0
6288  read(6, "(if (fboundp 'normal-top-level-a"..., 512) = 106
6288  lseek(6, 0, SEEK_SET)             = 0
6288  close(6)                          = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/subdirs.el", R_OK) = 0
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/subdirs.el", O_RDONLY|O_CLOEXEC) = 6
6288  fstat(6, {st_mode=S_IFREG|0644, st_size=106, ...}) = 0
6288  read(6, "(if (fboundp 'normal-top-level-a"..., 106) = 106
6288  close(6)                          = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/subdirs.el", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/", F_OK) = 0
6288  readlinkat(AT_FDCWD, "/usr", 0x7ffd6a575710, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local", 0x7ffd6a5759e0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share", 0x7ffd6a575cb0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs", 0x7ffd6a575f80, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50", 0x7ffd6a576250, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp", 0x7ffd6a576520, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/subdirs.el", 0x7ffd6a5767f0, 1024) = -1 EINVAL (Invalid argument)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 6
6288  fstat(6, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
6288  fcntl(6, F_GETFL)                 = 0x18000 (flags O_RDONLY|O_LARGEFILE|O_DIRECTORY)
6288  fcntl(6, F_SETFD, FD_CLOEXEC)     = 0
6288  getdents64(6, /* 3 entries */, 32768) = 80
6288  getdents64(6, /* 0 entries */, 32768) = 0
6288  close(6)                          = 0
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 6
6288  fstat(6, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
6288  close(6)                          = 0
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/leim-list.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/subdirs.el", O_RDONLY|O_CLOEXEC) = 6
6288  fstat(6, {st_mode=S_IFREG|0644, st_size=106, ...}) = 0
6288  read(6, "(if (fboundp 'normal-top-level-a"..., 512) = 106
6288  lseek(6, 0, SEEK_SET)             = 0
6288  close(6)                          = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/subdirs.el", R_OK) = 0
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/subdirs.el", O_RDONLY|O_CLOEXEC) = 6
6288  fstat(6, {st_mode=S_IFREG|0644, st_size=106, ...}) = 0
6288  read(6, "(if (fboundp 'normal-top-level-a"..., 106) = 106
6288  close(6)                          = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/subdirs.el", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/", F_OK) = 0
6288  readlinkat(AT_FDCWD, "/usr", 0x7ffd6a5759e0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local", 0x7ffd6a575cb0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share", 0x7ffd6a575f80, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs", 0x7ffd6a576250, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/site-lisp", 0x7ffd6a576520, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/subdirs.el", 0x7ffd6a5767f0, 1024) = -1 EINVAL (Invalid argument)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp", O_RDONLY|O_CLOEXEC|O_DIRECTORY) = 6
6288  fstat(6, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
6288  fcntl(6, F_GETFL)                 = 0x18000 (flags O_RDONLY|O_LARGEFILE|O_DIRECTORY)
6288  fcntl(6, F_SETFD, FD_CLOEXEC)     = 0
6288  brk(0xb95000)                     = 0xb95000
6288  getdents64(6, /* 3 entries */, 32768) = 80
6288  getdents64(6, /* 0 entries */, 32768) = 0
6288  brk(0xb8d000)                     = 0xb8d000
6288  close(6)                          = 0
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 6
6288  fstat(6, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
6288  close(6)                          = 0
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/leim-list.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/subdirs.el", O_RDONLY|O_CLOEXEC) = 6
6288  fstat(6, {st_mode=S_IFREG|0644, st_size=450, ...}) = 0
6288  read(6, ";; In load-path, after this dire"..., 512) = 450
6288  lseek(6, 0, SEEK_SET)             = 0
6288  close(6)                          = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/subdirs.el", R_OK) = 0
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/subdirs.el", O_RDONLY|O_CLOEXEC) = 6
6288  fstat(6, {st_mode=S_IFREG|0644, st_size=450, ...}) = 0
6288  read(6, ";; In load-path, after this dire"..., 450) = 450
6288  close(6)                          = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/subdirs.el", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/", F_OK) = 0
6288  readlinkat(AT_FDCWD, "/usr", 0x7ffd6a575710, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local", 0x7ffd6a5759e0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share", 0x7ffd6a575cb0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs", 0x7ffd6a575f80, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50", 0x7ffd6a576250, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp", 0x7ffd6a576520, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/subdirs.el", 0x7ffd6a5767f0, 1024) = -1 EINVAL (Invalid argument)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/vc/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/url/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/textmodes/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/progmodes/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/play/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/org/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/nxml/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/net/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mh-e/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mail/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/leim/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/language/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/international/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/image/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/gnus/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/eshell/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/erc/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emulation/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emacs-lisp/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/cedet/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calendar/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calc/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/obsolete/subdirs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/share/X11/locale/locale.alias", F_OK) = 0
6288  openat(AT_FDCWD, "/usr/share/X11/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 6
6288  fstat(6, {st_mode=S_IFREG|0644, st_size=82752, ...}) = 0
6288  read(6, "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"..., 16384) = 16384
6288  read(6, "S\t\t\t\t\t\teu_ES.ISO8859-1\neu_ES.iso"..., 16384) = 16384
6288  read(6, "F-8\nsr_YU@cyrillic\t\t\t\t\tsr_RS.UTF"..., 16384) = 16384
6288  read(6, "\nde_DE:\t\t\t\t\t\tde_DE.ISO8859-1\nde_"..., 16384) = 16384
6288  read(6, "KH.UTF-8\nkm_KH.utf8:\t\t\t\t\tkm_KH.U"..., 16384) = 16384
6288  read(6, "ro_RO.ISO8859-2\nrumanian:\t\t\t\t\tro"..., 832) = 832
6288  close(6)                          = 0
6288  faccessat(AT_FDCWD, "/usr/share/X11/locale/locale.alias", F_OK) = 0
6288  brk(0xbb2000)                     = 0xbb2000
6288  brk(0xba2000)                     = 0xba2000
6288  brk(0xb8d000)                     = 0xb8d000
6288  openat(AT_FDCWD, "/home/han", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 6
6288  fstat(6, {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
6288  close(6)                          = 0
6288  openat(AT_FDCWD, "/home/han", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 6
6288  fstat(6, {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
6288  close(6)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/home/han", F_OK) = 0
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/simple.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/simple.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/simple.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/simple.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/simple.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/simple.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/simple.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/simple.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/simple.elc", O_RDONLY|O_CLOEXEC) = 6
6288  fstat(6, {st_mode=S_IFREG|0644, st_size=295730, ...}) = 0
6288  close(6)                          = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/", F_OK) = 0
6288  readlinkat(AT_FDCWD, "/usr", 0x7ffd6a5757e0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local", 0x7ffd6a575ab0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share", 0x7ffd6a575d80, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs", 0x7ffd6a576050, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50", 0x7ffd6a576320, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp", 0x7ffd6a5765f0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/", 0x7ffd6a5768c0, 1024) = -1 EINVAL (Invalid argument)
6288  faccessat(AT_FDCWD, "/home/han/.bin/ssh", X_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/local/sbin/ssh", X_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/local/bin/ssh", X_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/sbin/ssh", X_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/bin/ssh", X_OK) = 0
6288  openat(AT_FDCWD, "/usr/bin/ssh", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
6288  openat(AT_FDCWD, "/usr/local", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 6
6288  close(6)                          = 0
6288  openat(AT_FDCWD, "/usr", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 6
6288  close(6)                          = 0
6288  openat(AT_FDCWD, "/opt", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 6
6288  close(6)                          = 0
6288  openat(AT_FDCWD, "/usr/local/share/info", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 6
6288  close(6)                          = 0
6288  openat(AT_FDCWD, "/usr/local/info", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/share/info", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 6
6288  close(6)                          = 0
6288  openat(AT_FDCWD, "/usr/info", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/opt/share/info", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/opt/info", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/var/mail", F_OK) = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/abbrev_defs", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/home/han", F_OK) = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/abbrev_defs", R_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.abbrev_defs", R_OK) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.d", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 6
6288  close(6)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/./", F_OK) = 0
6288  uname({sysname="Linux", nodename="janis", ...}) = 0
6288  openat(AT_FDCWD, "/home/han", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 6
6288  close(6)                          = 0
6288  openat(AT_FDCWD, "/home/han/.emacs.d/early-init.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.d/early-init.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.d/early-init.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.d/early-init.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.d/early-init", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.d/early-init.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/elpa", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/", F_OK) = 0
6288  openat(AT_FDCWD, "/home/han/.emacs.d", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 6
6288  close(6)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/./", F_OK) = 0
6288  openat(AT_FDCWD, "/home/han/.emacs.d/elpa", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/elpa", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/elpa", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOENT (No such file or directory)
6288  brk(0xbae000)                     = 0xbae000
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/mule-util.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/mule-util.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/mule-util.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/mule-util.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/mule-util.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/mule-util.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/mule-util.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/mule-util.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mule-util.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mule-util.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mule-util.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mule-util.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/vc/mule-util.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/vc/mule-util.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/vc/mule-util.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/vc/mule-util.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/url/mule-util.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/url/mule-util.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/url/mule-util.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/url/mule-util.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/textmodes/mule-util.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/textmodes/mule-util.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/textmodes/mule-util.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/textmodes/mule-util.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/progmodes/mule-util.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/progmodes/mule-util.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/progmodes/mule-util.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/progmodes/mule-util.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/play/mule-util.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/play/mule-util.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/play/mule-util.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/play/mule-util.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/org/mule-util.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/org/mule-util.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/org/mule-util.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/org/mule-util.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/nxml/mule-util.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/nxml/mule-util.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/nxml/mule-util.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/nxml/mule-util.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/net/mule-util.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/net/mule-util.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/net/mule-util.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/net/mule-util.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mh-e/mule-util.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mh-e/mule-util.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mh-e/mule-util.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mh-e/mule-util.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mail/mule-util.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mail/mule-util.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mail/mule-util.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mail/mule-util.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/leim/mule-util.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/leim/mule-util.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/leim/mule-util.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/leim/mule-util.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/language/mule-util.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/language/mule-util.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/language/mule-util.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/language/mule-util.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/international/mule-util.elc", O_RDONLY|O_CLOEXEC) = 6
6288  fstat(6, {st_mode=S_IFREG|0644, st_size=14993, ...}) = 0
6288  read(6, ";ELC\27\0\0\0\n;;; Compiled\n;;; in Ema"..., 512) = 512
6288  lseek(6, 0, SEEK_SET)             = 0
6288  stat("/usr/local/share/emacs/27.0.50/lisp/international/mule-util.elc", {st_mode=S_IFREG|0644, st_size=14993, ...}) = 0
6288  stat("/usr/local/share/emacs/27.0.50/lisp/international/mule-util.el", 0x7ffd6a576c78) = -1 ENOENT (No such file or directory)
6288  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/international/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/", F_OK) = 0
6288  readlinkat(AT_FDCWD, "/usr", 0x7ffd6a574db0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local", 0x7ffd6a575080, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share", 0x7ffd6a575350, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs", 0x7ffd6a575620, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50", 0x7ffd6a5758f0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp", 0x7ffd6a575bc0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/international", 0x7ffd6a575e90, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/international/mule-util.elc", 0x7ffd6a576160, 1024) = -1 EINVAL (Invalid argument)
6288  fstat(6, {st_mode=S_IFREG|0644, st_size=14993, ...}) = 0
6288  read(6, ";ELC\27\0\0\0\n;;; Compiled\n;;; in Ema"..., 4096) = 4096
6288  lseek(6, -3608, SEEK_CUR)         = 488
6288  read(6, "\n(defalias 'store-substring #[77"..., 4096) = 4096
6288  lseek(6, 4584, SEEK_SET)          = 4584
6288  lseek(6, 4584, SEEK_SET)          = 4584
6288  lseek(6, 4584, SEEK_SET)          = 4584
6288  lseek(6, 4584, SEEK_SET)          = 4584
6288  lseek(6, 4096, SEEK_SET)          = 4096
6288  read(6, "3\22\1\4\\211\\205\\323\0\\211<\\205\\323\0\\"..., 4096) = 4096
6288  lseek(6, 8192, SEEK_SET)          = 8192
6288  lseek(6, 8192, SEEK_SET)          = 8192
6288  lseek(6, 8192, SEEK_SET)          = 8192
6288  lseek(6, 8192, SEEK_SET)          = 8192
6288  lseek(6, 8192, SEEK_SET)          = 8192
6288  lseek(6, 8192, SEEK_SET)          = 8192
6288  brk(0xbd0000)                     = 0xbd0000
6288  lseek(6, 8192, SEEK_SET)          = 8192
6288  read(6, "ly set-coding-system-priority] 3"..., 4096) = 4096
6288  lseek(6, 12288, SEEK_SET)         = 12288
6288  lseek(6, 12288, SEEK_SET)         = 12288
6288  lseek(6, 12288, SEEK_SET)         = 12288
6288  read(6, "ake-byte-code \"\\301\\300!\\205\t\0\\3"..., 4096) = 2705
6288  lseek(6, 14993, SEEK_SET)         = 14993
6288  read(6, "", 4096)                 = 0
6288  close(6)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/.bin/ssh", X_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/local/sbin/ssh", X_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/local/bin/ssh", X_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/sbin/ssh", X_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/usr/bin/ssh", X_OK) = 0
6288  openat(AT_FDCWD, "/usr/bin/ssh", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
6288  openat(AT_FDCWD, "/usr/local", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 6
6288  close(6)                          = 0
6288  openat(AT_FDCWD, "/usr", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 6
6288  close(6)                          = 0
6288  openat(AT_FDCWD, "/opt", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 6
6288  close(6)                          = 0
6288  openat(AT_FDCWD, "/usr/local/share/info", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 6
6288  close(6)                          = 0
6288  openat(AT_FDCWD, "/usr/local/info", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/share/info", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 6
6288  close(6)                          = 0
6288  openat(AT_FDCWD, "/usr/info", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/opt/share/info", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/opt/info", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/var/mail", F_OK) = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/abbrev_defs", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/abbrev_defs", R_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.abbrev_defs", R_OK) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.d", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 6
6288  close(6)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/./", F_OK) = 0
6288  uname({sysname="Linux", nodename="janis", ...}) = 0
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.d/init.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.d/init.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.d/init.el", O_RDONLY|O_CLOEXEC) = 6
6288  fstat(6, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
6288  read(6, "", 512)                  = 0
6288  lseek(6, 0, SEEK_SET)             = 0
6288  close(6)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/init.el", R_OK) = 0
6288  openat(AT_FDCWD, "/home/han/.emacs.d/init.el", O_RDONLY|O_CLOEXEC) = 6
6288  fstat(6, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
6288  read(6, "", 16384)                = 0
6288  close(6)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/home/han/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/home/", F_OK) = 0
6288  readlinkat(AT_FDCWD, "/home", 0x7ffd6a575540, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/home/han", 0x7ffd6a575810, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/home/han/.emacs.d", 0x7ffd6a575ae0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/home/han/.emacs.d/init.el", 0x7ffd6a575db0, 1024) = -1 EINVAL (Invalid argument)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/vc/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/vc/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/vc/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/vc/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/vc/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/vc/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/url/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/url/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/url/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/url/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/url/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/url/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/textmodes/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/textmodes/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/textmodes/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/textmodes/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/textmodes/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/textmodes/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/progmodes/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/progmodes/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/progmodes/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/progmodes/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/progmodes/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/progmodes/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/play/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/play/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/play/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/play/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/play/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/play/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/org/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/org/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/org/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/org/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/org/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/org/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/nxml/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/nxml/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/nxml/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/nxml/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/nxml/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/nxml/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/net/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/net/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/net/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/net/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/net/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/net/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mh-e/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mh-e/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mh-e/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mh-e/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mh-e/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mh-e/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mail/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mail/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mail/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mail/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mail/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mail/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/leim/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/leim/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/leim/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/leim/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/leim/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/leim/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/language/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/language/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/language/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/language/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/language/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/language/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/international/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/international/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/international/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/international/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/international/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/international/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/image/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/image/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/image/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/image/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/image/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/image/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/gnus/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/gnus/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/gnus/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/gnus/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/gnus/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/gnus/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/eshell/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/eshell/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/eshell/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/eshell/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/eshell/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/eshell/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/erc/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/erc/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/erc/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/erc/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/erc/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/erc/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emulation/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emulation/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emulation/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emulation/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emulation/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emulation/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emacs-lisp/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emacs-lisp/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emacs-lisp/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emacs-lisp/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emacs-lisp/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emacs-lisp/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/cedet/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/cedet/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/cedet/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/cedet/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/cedet/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/cedet/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calendar/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calendar/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calendar/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calendar/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calendar/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calendar/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calc/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calc/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calc/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calc/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calc/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calc/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/obsolete/default.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/obsolete/default.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/obsolete/default.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/obsolete/default.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/obsolete/default", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/obsolete/default.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/abbrev_defs", F_OK) = -1 ENOENT (No such file or directory)
6288  brk(0xbf2000)                     = 0xbf2000
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/elec-pair.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/elec-pair.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/elec-pair.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/elec-pair.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/elec-pair.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/elec-pair.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/elec-pair.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/elec-pair.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/elec-pair.elc", O_RDONLY|O_CLOEXEC) = 6
6288  fstat(6, {st_mode=S_IFREG|0644, st_size=22006, ...}) = 0
6288  read(6, ";ELC\27\0\0\0\n;;; Compiled\n;;; in Ema"..., 512) = 512
6288  lseek(6, 0, SEEK_SET)             = 0
6288  stat("/usr/local/share/emacs/27.0.50/lisp/elec-pair.elc", {st_mode=S_IFREG|0644, st_size=22006, ...}) = 0
6288  stat("/usr/local/share/emacs/27.0.50/lisp/elec-pair.el", 0x7ffd6a576b48) = -1 ENOENT (No such file or directory)
6288  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
6288  fstat(6, {st_mode=S_IFREG|0644, st_size=22006, ...}) = 0
6288  read(6, ";ELC\27\0\0\0\n;;; Compiled\n;;; in Ema"..., 4096) = 4096
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/", F_OK) = 0
6288  readlinkat(AT_FDCWD, "/usr", 0x7ffd6a574f50, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local", 0x7ffd6a575220, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share", 0x7ffd6a5754f0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs", 0x7ffd6a5757c0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50", 0x7ffd6a575a90, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp", 0x7ffd6a575d60, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/elec-pair.elc", 0x7ffd6a576030, 1024) = -1 EINVAL (Invalid argument)
6288  read(6, "ing over closing parens.\\n\\nThe "..., 4096) = 4096
6288  lseek(6, -3124, SEEK_CUR)         = 5068
6288  read(6, "\n(defvar electric-pair-skip-whit"..., 4096) = 4096
6288  lseek(6, 9164, SEEK_SET)          = 9164
6288  lseek(6, 9164, SEEK_SET)          = 9164
6288  lseek(6, 9164, SEEK_SET)          = 9164
6288  lseek(6, 9164, SEEK_SET)          = 9164
6288  lseek(6, 9164, SEEK_SET)          = 9164
6288  lseek(6, 9164, SEEK_SET)          = 9164
6288  lseek(6, 9164, SEEK_SET)          = 9164
6288  read(6, "302\\300!)\\207\" [set-syntax-table"..., 4096) = 4096
6288  lseek(6, 13260, SEEK_SET)         = 13260
6288  lseek(6, 13260, SEEK_SET)         = 13260
6288  lseek(6, 13260, SEEK_SET)         = 13260
6288  lseek(6, 13260, SEEK_SET)         = 13260
6288  lseek(6, 13260, SEEK_SET)         = 13260
6288  lseek(6, 13260, SEEK_SET)         = 13260
6288  read(6, "2\\201\0\\307\\\"\1\\327\\240\\210,\\266\\2"..., 4096) = 4096
6288  lseek(6, 17356, SEEK_SET)         = 17356
6288  lseek(6, 17356, SEEK_SET)         = 17356
6288  lseek(6, 17356, SEEK_SET)         = 17356
6288  lseek(6, 17356, SEEK_SET)         = 17356
6288  read(6, "5 (#$ . 17069) \"*p\\nP\"])\n#@38 Ke"..., 4096) = 4096
6288  lseek(6, 21452, SEEK_SET)         = 21452
6288  lseek(6, 21452, SEEK_SET)         = 21452
6288  lseek(6, 21452, SEEK_SET)         = 21452
6288  read(6, " current buffer\" message \"Electr"..., 4096) = 554
6288  read(6, "", 4096)                 = 0
6288  close(6)                          = 0
6288  brk(0xc13000)                     = 0xc13000
6288  write(2, "Starting Emacs daemon.", 22) = 22
6288  write(2, "\n", 1)                 = 1
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/server.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/server.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/server.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/server.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/server.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/server.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/server.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/server.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/server.elc", O_RDONLY|O_CLOEXEC) = 6
6288  fstat(6, {st_mode=S_IFREG|0644, st_size=49008, ...}) = 0
6288  read(6, ";ELC\27\0\0\0\n;;; Compiled\n;;; in Ema"..., 512) = 512
6288  lseek(6, 0, SEEK_SET)             = 0
6288  stat("/usr/local/share/emacs/27.0.50/lisp/server.elc", {st_mode=S_IFREG|0644, st_size=49008, ...}) = 0
6288  stat("/usr/local/share/emacs/27.0.50/lisp/server.el", 0x7ffd6a576ef8) = -1 ENOENT (No such file or directory)
6288  fcntl(6, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
6288  fstat(6, {st_mode=S_IFREG|0644, st_size=49008, ...}) = 0
6288  read(6, ";ELC\27\0\0\0\n;;; Compiled\n;;; in Ema"..., 4096) = 4096
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/", F_OK) = 0
6288  readlinkat(AT_FDCWD, "/usr", 0x7ffd6a575300, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local", 0x7ffd6a5755d0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share", 0x7ffd6a5758a0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs", 0x7ffd6a575b70, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50", 0x7ffd6a575e40, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp", 0x7ffd6a576110, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/server.elc", 0x7ffd6a5763e0, 1024) = -1 EINVAL (Invalid argument)
6288  read(6, "\\300\\207\" [nil] 1] \"Hook run whe"..., 4096) = 4096
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/server/", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/server/", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/server", F_OK) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.d", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 7
6288  close(7)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/./", F_OK) = 0
6288  lseek(6, -3705, SEEK_CUR)         = 4487
6288  read(6, "\n(defvar server-process nil (#$ "..., 4096) = 4096
6288  lseek(6, 8583, SEEK_SET)          = 8583
6288  lseek(6, 8583, SEEK_SET)          = 8583
6288  lseek(6, 8583, SEEK_SET)          = 8583
6288  lseek(6, 8583, SEEK_SET)          = 8583
6288  lseek(6, 8583, SEEK_SET)          = 8583
6288  lseek(6, 8583, SEEK_SET)          = 8583
6288  lseek(6, 8192, SEEK_SET)          = 8192
6288  read(6, "e-network-process (:family local"..., 4096) = 4096
6288  lseek(6, 12288, SEEK_SET)         = 12288
6288  lseek(6, 12288, SEEK_SET)         = 12288
6288  lseek(6, 12288, SEEK_SET)         = 12288
6288  lseek(6, 12288, SEEK_SET)         = 12288
6288  lseek(6, 12288, SEEK_SET)         = 12288
6288  lseek(6, 12288, SEEK_SET)         = 12288
6288  lseek(6, 12288, SEEK_SET)         = 12288
6288  lseek(6, 12288, SEEK_SET)         = 12288
6288  read(6, "\1\\232\\205\17\0\\302\2!\\303=?\\207\" [fr"..., 4096) = 4096
6288  lseek(6, 16384, SEEK_SET)         = 16384
6288  lseek(6, 16384, SEEK_SET)         = 16384
6288  lseek(6, 16384, SEEK_SET)         = 16384
6288  lseek(6, 16384, SEEK_SET)         = 16384
6288  lseek(6, 16384, SEEK_SET)         = 16384
6288  lseek(6, 16384, SEEK_SET)         = 16384
6288  lseek(6, 16384, SEEK_SET)         = 16384
6288  lseek(6, 16384, SEEK_SET)         = 16384
6288  read(6, "nt \"its attributes can't be chec"..., 4096) = 4096
6288  lseek(6, 20480, SEEK_SET)         = 20480
6288  lseek(6, 20480, SEEK_SET)         = 20480
6288  lseek(6, 20480, SEEK_SET)         = 20480
6288  read(6, "d-hook suspend-tty-functions ser"..., 4096) = 4096
6288  lseek(6, 24576, SEEK_SET)         = 24576
6288  lseek(6, 24576, SEEK_SET)         = 24576
6288  lseek(6, 24576, SEEK_SET)         = 24576
6288  lseek(6, 24576, SEEK_SET)         = 24576
6288  read(6, " enable the mode if ARG is omitt"..., 4096) = 4096
6288  lseek(6, 28672, SEEK_SET)         = 28672
6288  lseek(6, 28672, SEEK_SET)         = 28672
6288  lseek(6, 28672, SEEK_SET)         = 28672
6288  lseek(6, 28672, SEEK_SET)         = 28672
6288  lseek(6, 28672, SEEK_SET)         = 28672
6288  read(6, "make-frame-on-display server-log"..., 4096) = 4096
6288  lseek(6, 32768, SEEK_SET)         = 32768
6288  lseek(6, 32768, SEEK_SET)         = 32768
6288  lseek(6, 32768, SEEK_SET)         = 32768
6288  read(6, "\6\22\\317\\225\\\"\\262\22\\344\\345\\346\6\23\\"..., 4096) = 4096
6288  brk(0xc34000)                     = 0xc34000
6288  lseek(6, 36864, SEEK_SET)         = 36864
6288  read(6, "061\\327\0\\307\6\6\6\10\6\7#\6\6\\206\30\0\4?\\20"..., 4096) = 4096
6288  lseek(6, 40960, SEEK_SET)         = 40960
6288  lseek(6, 40960, SEEK_SET)         = 40960
6288  lseek(6, 40960, SEEK_SET)         = 40960
6288  lseek(6, 40960, SEEK_SET)         = 40960
6288  lseek(6, 40960, SEEK_SET)         = 40960
6288  read(6, "\\305!\\210)\\325\4!\\210\\320\\262\1\\20"..., 4096) = 4096
6288  lseek(6, 45056, SEEK_SET)         = 45056
6288  lseek(6, 45056, SEEK_SET)         = 45056
6288  lseek(6, 45056, SEEK_SET)         = 45056
6288  lseek(6, 45056, SEEK_SET)         = 45056
6288  lseek(6, 45056, SEEK_SET)         = 45056
6288  lseek(6, 45056, SEEK_SET)         = 45056
6288  read(6, "\\204Z\0\\314\\307\\315\5!\\\"\\210\\202\\3"..., 4096) = 3952
6288  lseek(6, 49008, SEEK_SET)         = 49008
6288  lseek(6, 49008, SEEK_SET)         = 49008
6288  lseek(6, 49008, SEEK_SET)         = 49008
6288  read(6, "", 4096)                 = 0
6288  close(6)                          = 0
6288  socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 6
6288  connect(6, {sa_family=AF_UNIX, sun_path="/run/user/1026/emacs/server"}, 110) = -1 ECONNREFUSED (Connection refused)
6288  close(6)                          = 0
6288  openat(AT_FDCWD, "/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 6
6288  fstat(6, {st_mode=S_IFREG|0644, st_size=2995, ...}) = 0
6288  read(6, "# Locale name alias data base.\n#"..., 4096) = 2995
6288  read(6, "", 4096)                 = 0
6288  close(6)                          = 0
6288  openat(AT_FDCWD, "/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/run/user/1026/emacs/server", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
6288  unlink("/run/user/1026/emacs/server") = 0
6288  openat(AT_FDCWD, "/run/user/1026/emacs", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 6
6288  fstat(6, {st_mode=S_IFDIR|0700, st_size=40, ...}) = 0
6288  close(6)                          = 0
6288  geteuid()                         = 1026
6288  stat("/run/user/1026/emacs", {st_mode=S_IFDIR|0700, st_size=40, ...}) = 0
6288  umask(077)                        = 022
6288  socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 6
6288  bind(6, {sa_family=AF_UNIX, sun_path="/run/user/1026/emacs/server"}, 110) = 0
6288  listen(6, 5)                      = 0
6288  fcntl(6, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
6288  umask(022)                        = 077
6288  openat(AT_FDCWD, "/dev/null", O_RDWR|O_CLOEXEC) = 7
6288  dup2(7, 0)                        = 0
6288  dup2(7, 1)                        = 1
6288  dup2(7, 2)                        = 2
6288  close(7)                          = 0
6288  write(4, "\n", 1 <unfinished ...>
6285  <... read resumed> "\n", 1)       = 1
6288  <... write resumed> )             = 1
6285  close(3 <unfinished ...>
6288  close(4 <unfinished ...>
6285  <... close resumed> )             = 0
6288  <... close resumed> )             = 0
6288  faccessat(AT_FDCWD, "/home/han/", F_OK <unfinished ...>
6285  close(1 <unfinished ...>
6288  <... faccessat resumed> )         = 0
6285  <... close resumed> )             = 0
6285  close(2 <unfinished ...>
6288  getpid( <unfinished ...>
6285  <... close resumed> )             = 0
6288  <... getpid resumed> )            = 6288
6288  uname({sysname="Linux", nodename="janis", ...}) = 0
6285  exit_group(0)                     = ?
6285  +++ exited with 0 +++
6288  eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK) = 4
6288  write(4, "\1\0\0\0\0\0\0\0", 8)   = 8
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  pselect6(7, [4 6], [], NULL, {tv_sec=0, tv_nsec=0}, {NULL, 8}) = 1 (in [4], left {tv_sec=0, tv_nsec=0})
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  poll([{fd=4, events=POLLIN}], 1, 0) = 1 ([{fd=4, revents=POLLIN}])
6288  read(4, "\1\0\0\0\0\0\0\0", 16)   = 8
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  pselect6(7, [4 6], [], NULL, {tv_sec=0, tv_nsec=499750357}, {NULL, 8}) = 0 (Timeout)
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  pselect6(7, [4 6], [], NULL, {tv_sec=9, tv_nsec=487129798}, {NULL, 8}) = 0 (Timeout)
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  pselect6(7, [4 6], [], NULL, {tv_sec=100000, tv_nsec=0}, {NULL, 8}) = 1 (in [6], left {tv_sec=99998, tv_nsec=265824022})
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  accept4(6, {sa_family=AF_UNIX}, [112->2], SOCK_CLOEXEC) = 7
6288  fcntl(7, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
6288  getsockname(7, {sa_family=AF_UNIX, sun_path="/run/user/1026/emacs/server"}, [112->30]) = 0
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  pselect6(8, [4 6 7], [], NULL, {tv_sec=100000, tv_nsec=0}, {NULL, 8}) = 1 (in [7], left {tv_sec=99999, tv_nsec=999995399})
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  read(7, "-env TERMINATOR_UUID=urn:uuid:c3"..., 4096) = 4096
6288  getpid()                          = 6288
6288  write(7, "-emacs-pid 6288\n", 16) = 16
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  pselect6(8, [4 6 7], [], NULL, {tv_sec=100000, tv_nsec=0}, {NULL, 8}) = 1 (in [7], left {tv_sec=99999, tv_nsec=999996022})
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  read(7, "la=38;5;81:*.vapi=38;5;81:*.hi=3"..., 4096) = 4096
6288  getpid()                          = 6288
6288  write(7, "-emacs-pid 6288\n", 16) = 16
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  pselect6(8, [4 6 7], [], NULL, {tv_sec=100000, tv_nsec=0}, {NULL, 8}) = 1 (in [7], left {tv_sec=99999, tv_nsec=999996488})
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  read(7, "bfe=38;5;192;3:*.enc=38;5;192;3:"..., 4096) = 1458
6288  getpid()                          = 6288
6288  write(7, "-emacs-pid 6288\n", 16) = 16
6288  openat(AT_FDCWD, "/home/han", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 8
6288  close(8)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/init.el", F_OK) = 0
6288  openat(AT_FDCWD, "/home/han/.emacs.d/init.el", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/home/han/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/home/", F_OK) = 0
6288  readlinkat(AT_FDCWD, "/home", 0x7ffd6a573d60, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/home/han", 0x7ffd6a574030, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/home/han/.emacs.d", 0x7ffd6a574300, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/home/han/.emacs.d/init.el", 0x7ffd6a5745d0, 1024) = -1 EINVAL (Invalid argument)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/init.el", F_OK) = 0
6288  openat(AT_FDCWD, "/home/han/.emacs.d/init.el", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 8
6288  fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
6288  close(8)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/home/han/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/home/", F_OK) = 0
6288  readlinkat(AT_FDCWD, "/home", 0x7ffd6a573b70, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/home/han", 0x7ffd6a573e40, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/home/han/.emacs.d", 0x7ffd6a574110, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/home/han/.emacs.d/init.el", 0x7ffd6a5743e0, 1024) = -1 EINVAL (Invalid argument)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/init.el", F_OK) = 0
6288  openat(AT_FDCWD, "/home/han/.emacs.d/init.el", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 8
6288  fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
6288  close(8)                          = 0
6288  openat(AT_FDCWD, "/home/han/.emacs.d/init.el", O_RDONLY|O_CLOEXEC) = 8
6288  fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
6288  read(8, "", 16384)                = 0
6288  close(8)                          = 0
6288  readlinkat(AT_FDCWD, "/home/han/.emacs.d/.#init.el", 0x7ffd6a56e530, 8193) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/home/han/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/home/", F_OK) = 0
6288  readlinkat(AT_FDCWD, "/home", 0x7ffd6a573b20, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/home/han", 0x7ffd6a573df0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/home/han/.emacs.d", 0x7ffd6a5740c0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/home/han/.emacs.d/init.el", 0x7ffd6a574390, 1024) = -1 EINVAL (Invalid argument)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/init.el", F_OK) = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/init.el", W_OK) = 0
6288  stat("/home/han/.emacs.d/#init.el#", 0x7ffd6a574758) = -1 ENOENT (No such file or directory)
6288  stat("/home/han/.emacs.d/init.el", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
6288  stat("/home/han/.emacs.d/init.el", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/init.el", F_OK) = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/", R_OK) = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/.dir-locals-2.el", R_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/.dir-locals.el", R_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/", R_OK) = 0
6288  faccessat(AT_FDCWD, "/home/han/.dir-locals-2.el", R_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.dir-locals.el", R_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/RCS/init.el,v", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/init.el,v", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/RCS/init.el", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/CVS/Entries", R_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/init.el", F_OK) = 0
6288  openat(AT_FDCWD, "/home/han/.emacs.d/init.el", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.d", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 8
6288  close(8)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/.svn", F_OK) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 8
6288  close(8)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/.svn", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/SCCS/s.init.el", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/s.init.el", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/.src/init.el,v", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/init.el", F_OK) = 0
6288  openat(AT_FDCWD, "/home/han/.emacs.d/init.el", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.d", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 8
6288  close(8)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/.bzr/checkout/format", F_OK) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 8
6288  close(8)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/.bzr/checkout/format", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/init.el", F_OK) = 0
6288  openat(AT_FDCWD, "/home/han/.emacs.d/init.el", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.d", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 8
6288  close(8)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/.git", F_OK) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 8
6288  close(8)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/.git", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/init.el", F_OK) = 0
6288  openat(AT_FDCWD, "/home/han/.emacs.d/init.el", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.d", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 8
6288  close(8)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/.hg", F_OK) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 8
6288  close(8)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/.hg", F_OK) = -1 ENOENT (No such file or directory)
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/init.el", F_OK) = 0
6288  openat(AT_FDCWD, "/home/han/.emacs.d/init.el", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = -1 ENOTDIR (Not a directory)
6288  openat(AT_FDCWD, "/home/han/.emacs.d", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 8
6288  close(8)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/.emacs.d/_MTN/format", F_OK) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/home/han", O_RDONLY|O_CLOEXEC|O_PATH|O_DIRECTORY) = 8
6288  close(8)                          = 0
6288  faccessat(AT_FDCWD, "/home/han/_MTN/format", F_OK) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/dev/pts/7", O_RDWR|O_NOCTTY|O_CLOEXEC) = 8
6288  ioctl(8, TCGETS, {B38400 opost isig icanon echo ...}) = 0
6288  fcntl(8, F_GETFL)                 = 0x8002 (flags O_RDWR|O_LARGEFILE)
6288  ioctl(8, TIOCGPGRP, 0x7ffd6a574694) = -1 ENOTTY (Inappropriate ioctl for device)
6288  rt_sigprocmask(SIG_BLOCK, [TTOU], [], 8) = 0
6288  ioctl(1, TCGETS, 0x7ffd6a574570)  = -1 ENOTTY (Inappropriate ioctl for device)
6288  stat("/home/han/.terminfo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
6288  stat("/etc/terminfo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
6288  stat("/lib/terminfo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
6288  stat("/usr/share/terminfo", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
6288  access("/home/han/.terminfo/x/xterm-256color", R_OK) = -1 ENOENT (No such file or directory)
6288  access("/etc/terminfo/x/xterm-256color", R_OK) = -1 ENOENT (No such file or directory)
6288  access("/lib/terminfo/x/xterm-256color", R_OK) = 0
6288  openat(AT_FDCWD, "/lib/terminfo/x/xterm-256color", O_RDONLY) = 9
6288  fstat(9, {st_mode=S_IFREG|0644, st_size=3555, ...}) = 0
6288  read(9, "\36\2%\0&\0\17\0\235\1\2\6xterm-256color|xterm"..., 32768) = 3555
6288  read(9, "", 28672)                = 0
6288  close(9)                          = 0
6288  ioctl(2, TCGETS, 0x7ffd6a574570)  = -1 ENOTTY (Inappropriate ioctl for device)
6288  ioctl(2, TCGETS, 0x7ffd6a574500)  = -1 ENOTTY (Inappropriate ioctl for device)
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  ioctl(8, TIOCGWINSZ, {ws_row=44, ws_col=172, ws_xpixel=0, ws_ypixel=0}) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig icanon echo ...}) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig icanon echo ...}) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig icanon echo ...}) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig icanon echo ...}) = 0
6288  ioctl(8, SNDCTL_TMR_STOP or TCSETSW, {B38400 opost isig -icanon -echo ...}) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig -icanon -echo ...}) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig -icanon -echo ...}) = 0
6288  ioctl(8, TCXONC, TCOON)           = 0
6288  ioctl(8, TCXONC, TCOON)           = 0
6288  fcntl(8, F_GETOWN_EX, {type=F_OWNER_TID, pid=0}) = 0
6288  getpid()                          = 6288
6288  fcntl(8, F_SETOWN, 6288)          = 0
6288  fcntl(8, F_GETFL)                 = 0x8002 (flags O_RDWR|O_LARGEFILE)
6288  fcntl(8, F_SETFL, O_RDWR|O_LARGEFILE|FASYNC) = 0
6288  write(8, "\33[?1049h\33[22;0;0t\33[?12;25h\33[?1h\33"..., 33) = 33
6288  ioctl(8, TIOCGWINSZ, {ws_row=44, ws_col=172, ws_xpixel=0, ws_ypixel=0}) = 0
6288  mmap(NULL, 364544, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f946f2a2000
6288  mmap(NULL, 364544, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f946f249000
6288  faccessat(AT_FDCWD, "/usr/share/X11/locale/locale.alias", F_OK) = 0
6288  openat(AT_FDCWD, "/usr/share/X11/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 9
6288  fstat(9, {st_mode=S_IFREG|0644, st_size=82752, ...}) = 0
6288  brk(0xc58000)                     = 0xc58000
6288  read(9, "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"..., 16384) = 16384
6288  read(9, "S\t\t\t\t\t\teu_ES.ISO8859-1\neu_ES.iso"..., 16384) = 16384
6288  read(9, "F-8\nsr_YU@cyrillic\t\t\t\t\tsr_RS.UTF"..., 16384) = 16384
6288  read(9, "\nde_DE:\t\t\t\t\t\tde_DE.ISO8859-1\nde_"..., 16384) = 16384
6288  read(9, "KH.UTF-8\nkm_KH.utf8:\t\t\t\t\tkm_KH.U"..., 16384) = 16384
6288  read(9, "ro_RO.ISO8859-2\nrumanian:\t\t\t\t\tro"..., 832) = 832
6288  close(9)                          = 0
6288  faccessat(AT_FDCWD, "/usr/share/X11/locale/locale.alias", F_OK) = 0
6288  brk(0xc43000)                     = 0xc43000
6288  write(8, "\33[H\33[2J", 7)        = 7
6288  write(8, "\33[44d\33[K", 8)       = 8
6288  write(8, "\33[?1l\33>\33[?12l\33[?25h\33[?1049l\33[23;"..., 45) = 45
6288  ioctl(8, TCSBRK, 1)               = 0
6288  fcntl(8, F_SETFL, O_RDWR|O_LARGEFILE) = 0
6288  fcntl(8, F_SETOWN, 0)             = 0
6288  fcntl(8, F_GETFL)                 = 0x8002 (flags O_RDWR|O_LARGEFILE)
6288  fcntl(8, F_SETFL, O_RDWR|O_LARGEFILE) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig -icanon -echo ...}) = 0
6288  ioctl(8, SNDCTL_TMR_STOP or TCSETSW, {B38400 opost isig icanon echo ...}) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig icanon echo ...}) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig icanon echo ...}) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig icanon echo ...}) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig icanon echo ...}) = 0
6288  ioctl(8, SNDCTL_TMR_STOP or TCSETSW, {B38400 opost isig -icanon -echo ...}) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig -icanon -echo ...}) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig -icanon -echo ...}) = 0
6288  ioctl(8, TCXONC, TCOON)           = 0
6288  ioctl(8, TCXONC, TCOON)           = 0
6288  fcntl(8, F_GETOWN_EX, {type=F_OWNER_PID, pid=0}) = 0
6288  getpid()                          = 6288
6288  fcntl(8, F_SETOWN, 6288)          = 0
6288  fcntl(8, F_GETFL)                 = 0x8002 (flags O_RDWR|O_LARGEFILE)
6288  fcntl(8, F_SETFL, O_RDWR|O_LARGEFILE|FASYNC) = 0
6288  write(8, "\33[?1049h\33[22;0;0t\33[?12;25h\33[?1h\33"..., 33) = 33
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/vc/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/vc/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/vc/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/vc/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/vc/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/vc/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/url/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/url/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/url/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/url/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/url/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/url/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/textmodes/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/textmodes/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/textmodes/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/textmodes/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/textmodes/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/textmodes/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/progmodes/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/progmodes/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/progmodes/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/progmodes/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/progmodes/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/progmodes/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/play/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/play/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/play/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/play/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/play/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/play/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/org/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/org/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/org/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/org/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/org/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/org/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/nxml/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/nxml/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/nxml/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/nxml/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/nxml/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/nxml/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/net/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/net/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/net/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/net/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/net/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/net/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mh-e/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mh-e/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mh-e/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mh-e/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mh-e/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mh-e/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mail/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mail/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mail/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mail/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mail/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/mail/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/leim/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/leim/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/leim/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/leim/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/leim/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/leim/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/language/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/language/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/language/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/language/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/language/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/language/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/international/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/international/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/international/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/international/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/international/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/international/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/image/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/image/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/image/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/image/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/image/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/image/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/gnus/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/gnus/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/gnus/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/gnus/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/gnus/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/gnus/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/eshell/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/eshell/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/eshell/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/eshell/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/eshell/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/eshell/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/erc/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/erc/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/erc/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/erc/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/erc/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/erc/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emulation/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emulation/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emulation/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emulation/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emulation/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emulation/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emacs-lisp/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emacs-lisp/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emacs-lisp/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emacs-lisp/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emacs-lisp/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/emacs-lisp/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/cedet/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/cedet/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/cedet/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/cedet/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/cedet/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/cedet/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calendar/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calendar/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calendar/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calendar/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calendar/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calendar/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calc/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calc/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calc/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calc/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calc/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/calc/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/obsolete/term/xterm-256color.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/obsolete/term/xterm-256color.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/obsolete/term/xterm-256color.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/obsolete/term/xterm-256color.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/obsolete/term/xterm-256color", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/obsolete/term/xterm-256color.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/term/xterm.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/term/xterm.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/term/xterm.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/term/xterm.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/term/xterm", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/site-lisp/term/xterm.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/term/xterm.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/term/xterm.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/term/xterm.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/term/xterm.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/term/xterm", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/site-lisp/term/xterm.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/term/xterm.elc", O_RDONLY|O_CLOEXEC) = 9
6288  fstat(9, {st_mode=S_IFREG|0644, st_size=32234, ...}) = 0
6288  close(9)                          = 0
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/term/xterm.elc.elc", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/term/xterm.elc.elc.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/term/xterm.elc.el", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/term/xterm.elc.el.gz", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/term/xterm.elc", O_RDONLY|O_CLOEXEC) = 9
6288  fstat(9, {st_mode=S_IFREG|0644, st_size=32234, ...}) = 0
6288  read(9, ";ELC\27\0\0\0\n;;; Compiled\n;;; in Ema"..., 512) = 512
6288  lseek(9, 0, SEEK_SET)             = 0
6288  stat("/usr/local/share/emacs/27.0.50/lisp/term/xterm.elc", {st_mode=S_IFREG|0644, st_size=32234, ...}) = 0
6288  stat("/usr/local/share/emacs/27.0.50/lisp/term/xterm.el", 0x7ffd6a5742b8) = -1 ENOENT (No such file or directory)
6288  fcntl(9, F_GETFL)                 = 0x8000 (flags O_RDONLY|O_LARGEFILE)
6288  fstat(9, {st_mode=S_IFREG|0644, st_size=32234, ...}) = 0
6288  read(9, ";ELC\27\0\0\0\n;;; Compiled\n;;; in Ema"..., 4096) = 4096
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/term/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/emacs/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/share/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/local/", F_OK) = 0
6288  faccessat(AT_FDCWD, "/usr/", F_OK) = 0
6288  readlinkat(AT_FDCWD, "/usr", 0x7ffd6a5723f0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local", 0x7ffd6a5726c0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share", 0x7ffd6a572990, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs", 0x7ffd6a572c60, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50", 0x7ffd6a572f30, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp", 0x7ffd6a573200, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/term", 0x7ffd6a5734d0, 1024) = -1 EINVAL (Invalid argument)
6288  readlinkat(AT_FDCWD, "/usr/local/share/emacs/27.0.50/lisp/term/xterm.elc", 0x7ffd6a5737a0, 1024) = -1 EINVAL (Invalid argument)
6288  lseek(9, -1605, SEEK_CUR)         = 2491
6288  read(9, "\n(defconst xterm-paste-ending-se"..., 4096) = 4096
6288  lseek(9, 6587, SEEK_SET)          = 6587
6288  lseek(9, 6587, SEEK_SET)          = 6587
6288  lseek(9, 6587, SEEK_SET)          = 6587
6288  lseek(9, 6587, SEEK_SET)          = 6587
6288  lseek(9, 6587, SEEK_SET)          = 6587
6288  lseek(9, 6587, SEEK_SET)          = 6587
6288  lseek(9, 6587, SEEK_SET)          = 6587
6288  lseek(9, 6587, SEEK_SET)          = 6587
6288  read(9, "03\1\\201|\0\\201}\0#\\210\\303\1\\201~\0\\"..., 4096) = 4096
6288  read(9, "274\1\\201\\275\1#\\210\\201\\276\1\\211\\"..., 4096) = 4096
6288  read(9, "t] \"\33O6o\" [C-S-kp-divide] \"\33O6p\""..., 4096) = 4096
6288  lseek(9, 18875, SEEK_SET)         = 18875
6288  read(9, "17] [S-f5] [f18] [S-f6] [f19] [S"..., 4096) = 4096
6288  lseek(9, 22971, SEEK_SET)         = 22971
6288  lseek(9, 22971, SEEK_SET)         = 22971
6288  lseek(9, 22971, SEEK_SET)         = 22971
6288  lseek(9, 22971, SEEK_SET)         = 22971
6288  lseek(9, 22971, SEEK_SET)         = 22971
6288  read(9, "\\303\\n\2@\\304#\\210\1A\\266\\202\\202\1"..., 4096) = 4096
6288  lseek(9, 27067, SEEK_SET)         = 27067
6288  lseek(9, 27067, SEEK_SET)         = 27067
6288  lseek(9, 27067, SEEK_SET)         = 27067
6288  lseek(9, 27067, SEEK_SET)         = 27067
6288  lseek(9, 27067, SEEK_SET)         = 27067
6288  lseek(9, 27067, SEEK_SET)         = 27067
6288  lseek(9, 27067, SEEK_SET)         = 27067
6288  lseek(9, 27067, SEEK_SET)         = 27067
6288  lseek(9, 27067, SEEK_SET)         = 27067
6288  lseek(9, 27067, SEEK_SET)         = 27067
6288  lseek(9, 27067, SEEK_SET)         = 27067
6288  read(9, "2;%s\7\" format-mode-line] 6 (#$ ."..., 4096) = 4096
6288  lseek(9, 31163, SEEK_SET)         = 31163
6288  lseek(9, 31163, SEEK_SET)         = 31163
6288  lseek(9, 31163, SEEK_SET)         = 31163
6288  read(9, "\6\10Z\\306\\307\6\7\6\t8\6\7\6\\n8\6\7\6\v8E\\\"#\\"..., 4096) = 1071
6288  lseek(9, 32234, SEEK_SET)         = 32234
6288  read(9, "", 4096)                 = 0
6288  close(9)                          = 0
6288  brk(0xc68000)                     = 0xc68000
6288  ioctl(8, TCGETS, {B38400 opost isig -icanon -echo ...}) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig -icanon -echo ...}) = 0
6288  ioctl(8, SNDCTL_TMR_STOP or TCSETSW, {B38400 opost isig -icanon -echo ...}) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig -icanon -echo ...}) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig -icanon -echo ...}) = 0
6288  write(8, "\33[>0c", 5)            = 5
6288  ioctl(8, FIONREAD, [0])           = 0
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  pselect6(9, [4 6 7 8], [], NULL, {tv_sec=0, tv_nsec=199883445}, {NULL, 8}) = 1 (in [8], left {tv_sec=0, tv_nsec=177973243})
6288  --- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
6288  rt_sigreturn({mask=[]})           = 1
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  ioctl(8, FIONREAD, [13])          = 0
6288  read(8, "\33[>65;5402;1c", 13)    = 13
6288  ioctl(8, FIONREAD, [0])           = 0
6288  ioctl(8, FIONREAD, [0])           = 0
6288  write(8, "\33[?2004h", 8)         = 8
6288  write(8, "\33[?1004h", 8)         = 8
6288  --- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
6288  rt_sigreturn({mask=[]})           = 65534
6288  ioctl(8, FIONREAD, [3])           = 0
6288  read(8, "\33[I", 3)               = 3
6288  ioctl(8, FIONREAD, [0])           = 0
6288  ioctl(8, FIONREAD, [0])           = 0
6288  brk(0xc89000)                     = 0xc89000
6288  write(8, "\33[H\33[2J", 7)        = 7
6288  mmap(NULL, 466944, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f946f1d7000
6288  write(8, "\33[43d\33[?25l\33[30m\33[48;5;250m-UU-:"..., 293) = 293
6288  rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
6288  write(8, "\33[44d\33[?25lWhen done with a buff"..., 250) = 250
6288  write(8, "\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K"..., 68) = 68
6288  write(8, "\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K"..., 68) = 68
6288  write(8, "\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[3"..., 311) = 311
6288  rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
6288  rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1556356192, tv_nsec=657798205}}, NULL) = 0
6288  stat("/home/han/.emacs.d/init.el", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
6288  stat("/var/run/random-seed", 0x7ffd6a573108) = -1 ENOENT (No such file or directory)
6288  access("/var/run/utmpx", F_OK)    = -1 ENOENT (No such file or directory)
6288  openat(AT_FDCWD, "/var/run/utmp", O_RDONLY|O_CLOEXEC) = 9
6288  lseek(9, 0, SEEK_SET)             = 0
6288  alarm(0)                          = 0
6288  rt_sigaction(SIGALRM, {sa_handler=0x7f94745851b0, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f947448a940}, {sa_handler=0x5e0de0, sa_mask=[INT QUIT ALRM CHLD PROF WINCH IO], sa_flags=SA_RESTORER, sa_restorer=0x7f9474752730}, 8) = 0
6288  alarm(10)                         = 0
6288  fcntl(9, F_SETLKW, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
6288  read(9, "\2\0\0\0\0\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384
6288  fcntl(9, F_SETLKW, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
6288  alarm(0)                          = 10
6288  rt_sigaction(SIGALRM, {sa_handler=0x5e0de0, sa_mask=[INT QUIT ALRM CHLD PROF WINCH IO], sa_flags=SA_RESTORER, sa_restorer=0x7f947448a940}, NULL, 8) = 0
6288  close(9)                          = 0
6288  uname({sysname="Linux", nodename="janis", ...}) = 0
6288  getpid()                          = 6288
6288  symlink("han@janis.6288:1555184048", "/home/han/.emacs.d/.#init.el") = 0
6288  rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1556356192, tv_nsec=658825215}}, NULL) = 0
6288  rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
6288  brk(0xcae000)                     = 0xcae000
6288  brk(0xca3000)                     = 0xca3000
6288  write(8, "\33[44d\33[K\33[2d\33[?25l[I\33[43;7H\33[30m"..., 80) = 80
6288  rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
6288  ioctl(8, FIONREAD, [0])           = 0
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  pselect6(9, [3 4 6 7 8], [], NULL, {tv_sec=0, tv_nsec=499034494}, {NULL, 8}) = 0 (Timeout)
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
6288  ioctl(8, FIONREAD, [0])           = 0
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  pselect6(9, [3 4 6 7 8], [], NULL, {tv_sec=9, tv_nsec=497632159}, {NULL, 8}) = 1 (in [3], left {tv_sec=8, tv_nsec=999239223})
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  read(3, "\1\0\0\0\0\0\0\0", 8)    = 8
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  pselect6(9, [3 4 6 7 8], [], NULL, {tv_sec=8, tv_nsec=998641563}, {NULL, 8}) = 1 (in [8], left {tv_sec=5, tv_nsec=764448460})
6288  --- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
6288  rt_sigreturn({mask=[]})           = 1
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  ioctl(8, FIONREAD, [1])           = 0
6288  read(8, "\37", 1)                 = 1
6288  ioctl(8, FIONREAD, [0])           = 0
6288  ioctl(8, FIONREAD, [0])           = 0
6288  rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1556356196, tv_nsec=894540005}}, NULL) = 0
6288  readlinkat(AT_FDCWD, "/home/han/.emacs.d/.#init.el", "han@janis.6288:1555184048", 8193) = 25
6288  uname({sysname="Linux", nodename="janis", ...}) = 0
6288  getpid()                          = 6288
6288  unlink("/home/han/.emacs.d/.#init.el") = 0
6288  readlinkat(AT_FDCWD, "/home/han/.emacs.d/.#init.el", 0x7ffd6a574c50, 8193) = -1 ENOENT (No such file or directory)
6288  write(8, "\33[44;1H\33[?25lUndo!\33[2;3H\33[?12l\33["..., 45) = 45
6288  rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
6288  write(8, "\r\33[K\33[43;7H\33[?25l\33[30m\33[48;5;250"..., 68) = 68
6288  rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
6288  ioctl(8, FIONREAD, [0])           = 0
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  pselect6(9, [3 4 6 7 8], [], NULL, {tv_sec=0, tv_nsec=499880169}, {NULL, 8}) = 0 (Timeout)
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
6288  rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
6288  rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
6288  ioctl(8, FIONREAD, [0])           = 0
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  pselect6(9, [3 4 6 7 8], [], NULL, {tv_sec=5, tv_nsec=258884207}, {NULL, 8}) = 1 (in [8], left {tv_sec=5, tv_nsec=36031582})
6288  --- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
6288  rt_sigreturn({mask=[]})           = 1
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  ioctl(8, FIONREAD, [1])           = 0
6288  read(8, "\30", 1)                 = 1
6288  ioctl(8, FIONREAD, [0])           = 0
6288  ioctl(8, FIONREAD, [0])           = 0
6288  rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
6288  write(8, "\33[44d\33[K\33[2d", 12) = 12
6288  rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
6288  ioctl(8, FIONREAD, [0])           = 0
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  pselect6(9, [3 4 6 7 8], [], NULL, {tv_sec=0, tv_nsec=499914475}, {NULL, 8}) = 1 (in [8], left {tv_sec=0, tv_nsec=458741266})
6288  --- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
6288  rt_sigreturn({mask=[]})           = 1
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  ioctl(8, FIONREAD, [1])           = 0
6288  read(8, "\3", 1)                  = 1
6288  ioctl(8, FIONREAD, [0])           = 0
6288  ioctl(8, FIONREAD, [0])           = 0
6288  rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1556356197, tv_nsec=667650596}}, NULL) = 0
6288  munmap(0x7f946f2a2000, 364544)    = 0
6288  munmap(0x7f946f249000, 364544)    = 0
6288  write(8, "\33[44d\33[K", 8)       = 8
6288  write(8, "\33[?1004l\33[?2004l\33[?1l\33>\33[?12l\33[?"..., 61) = 61
6288  ioctl(8, TCSBRK, 1)               = 0
6288  fcntl(8, F_SETFL, O_RDWR|O_LARGEFILE) = 0
6288  fcntl(8, F_SETOWN, 0)             = 0
6288  fcntl(8, F_GETFL)                 = 0x8002 (flags O_RDWR|O_LARGEFILE)
6288  fcntl(8, F_SETFL, O_RDWR|O_LARGEFILE) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig -icanon -echo ...}) = 0
6288  ioctl(8, SNDCTL_TMR_STOP or TCSETSW, {B38400 opost isig icanon echo ...}) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig icanon echo ...}) = 0
6288  ioctl(8, TCGETS, {B38400 opost isig icanon echo ...}) = 0
6288  close(8)                          = 0
6288  close(7)                          = 0
6288  rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  pselect6(7, [3 4 6], [], NULL, {tv_sec=0, tv_nsec=499986641}, {NULL, 8}) = 0 (Timeout)
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  pselect6(7, [3 4 6], [], NULL, {tv_sec=4, tv_nsec=486128503}, {NULL, 8}) = 1 (in [3], left {tv_sec=3, tv_nsec=990384538})
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  read(3, "\1\0\0\0\0\0\0\0", 8)    = 8
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  pselect6(7, [3 4 6], [], NULL, {tv_sec=3, tv_nsec=989843607}, {NULL, 8}) = 0 (Timeout)
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  poll([{fd=4, events=POLLIN}], 1, 0) = 0 (Timeout)
6288  rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
6288  rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
6288  pselect6(7, [3 4 6], [], NULL, {tv_sec=25, tv_nsec=9034646}, {NULL, 8}

^ permalink raw reply	[flat|nested] 14+ messages in thread

* bug#35180: 27.0.50; emacs daemon and “package” often inserts [I when opening file
  2019-04-27  9:26 ` Han Boetes
@ 2019-04-27  9:52   ` Eli Zaretskii
  2019-04-27 10:32   ` Andreas Schwab
  2019-10-04 19:59   ` Han Boetes
  2 siblings, 0 replies; 14+ messages in thread
From: Eli Zaretskii @ 2019-04-27  9:52 UTC (permalink / raw)
  To: Han Boetes; +Cc: 35180

> From: Han Boetes <hboetes@gmail.com>
> Date: Sat, 27 Apr 2019 11:26:17 +0200
> 
> Digging further and stripping out more unnecessary options that are not required to reproduce this issue: I got
> down to this:
> 
> cd
> mv ~/.emacs.d{,.orig}
> mkdir .emacs.d
> touch .emacs.d/init.el
> xrdb -remove
> xrdb -query # Just to prove there are no Xresources active
> 
> pkill emacs; sleep 1; /usr/local/bin/emacs –no-init-file –no-site-file –no-splash –daemon; emacsclient -t
> .emacs.d/init.el
> 
> File Edit Options Buffers Tools Emacs-Lisp Help
> [I
> 
> This happens about 25% of the time. But if I replace “–no-init-file –no-site-file –no-splash”
>  with “-Q” it no longer happens. It seems there is an undocumented difference here.
> 
> I straced it and this is what I got: Check the write() line, see also the attachment for the complete strace file.

I think this is Emacs probing the terminal capabilities, see
terminal-init-xterm in xterm.el.  Try playing with the value of
xterm-query-timeout.





^ permalink raw reply	[flat|nested] 14+ messages in thread

* bug#35180: 27.0.50; emacs daemon and “package” often inserts [I when opening file
  2019-04-27  9:26 ` Han Boetes
  2019-04-27  9:52   ` Eli Zaretskii
@ 2019-04-27 10:32   ` Andreas Schwab
  2019-04-27 12:00     ` Basil L. Contovounesios
  2019-10-04 19:59   ` Han Boetes
  2 siblings, 1 reply; 14+ messages in thread
From: Andreas Schwab @ 2019-04-27 10:32 UTC (permalink / raw)
  To: Han Boetes; +Cc: 35180

On Apr 27 2019, Han Boetes <hboetes@gmail.com> wrote:

> 6288  write(8, "\33[44d\33[K\33[2d\33[?25l[I\33[43;7H\33[30m"..., 80) = 80

"\e[I" is the xterm focus-in event, so it looks like some race condition.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."





^ permalink raw reply	[flat|nested] 14+ messages in thread

* bug#35180: 27.0.50; emacs daemon and “package” often inserts [I when opening file
  2019-04-27 10:32   ` Andreas Schwab
@ 2019-04-27 12:00     ` Basil L. Contovounesios
  2019-04-27 13:50       ` Eli Zaretskii
                         ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Basil L. Contovounesios @ 2019-04-27 12:00 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: 35180, Han Boetes

[-- Attachment #1: Type: text/plain, Size: 759 bytes --]

Andreas Schwab <schwab@linux-m68k.org> writes:

> On Apr 27 2019, Han Boetes <hboetes@gmail.com> wrote:
>
>> 6288  write(8, "\33[44d\33[K\33[2d\33[?25l[I\33[43;7H\33[30m"..., 80) = 80
>
> "\e[I" is the xterm focus-in event, so it looks like some race condition.

Indeed.  This behaviour is present in master, but not emacs-26.  Here's
the simplest repro for me under gnome-terminal on GNU/Linux:

0. emacs -Q --daemon=test
1. emacsclient -t -s test

Some environment variables follow my signature.  Although the above is
not reproducible 100% of the time, the following brings it down to 0% of
the time for me:

0. emacs -Q --daemon=test
1. TERM=xterm-direct emacsclient -t -s test

Another thing that brings the reproducibility down to 0% is the
following:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: faces.diff --]
[-- Type: text/x-diff, Size: 426 bytes --]

diff --git a/lisp/faces.el b/lisp/faces.el
index fa526c3506..195430d980 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2266,6 +2266,7 @@ tty-run-terminal-initialization
 this runs the hook `tty-setup-hook'.
 
 If you set `term-file-prefix' to nil, this function does nothing."
+  (message "")
   (setq type (or type (tty-type frame)))
   (let ((alias (tty-find-type
 		(lambda (typ) (assoc typ term-file-aliases)) type)))

[-- Attachment #3: Type: text/plain, Size: 30 bytes --]


I also tried the following:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #4: xterm.diff --]
[-- Type: text/x-diff, Size: 396 bytes --]

diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el
index c4b0a8fb6e..94b5d57a06 100644
--- a/lisp/term/xterm.el
+++ b/lisp/term/xterm.el
@@ -117,6 +117,7 @@ global-map
 (defun xterm-translate-focus-in (_prompt)
   (setf (terminal-parameter nil 'tty-focus-state) 'focused)
   (funcall after-focus-change-function)
+  (message ">>> focus in")
   [])
 
 (defun xterm-translate-focus-out (_prompt)

[-- Attachment #5: Type: text/plain, Size: 1970 bytes --]


On successful startup (where [I is not inserted), I am greeted by the
"focus in" message.

On unsuccessful startup (where [I is inserted), the message never
appears, but term/xterm and xterm are present in features.

Could this race somehow be caused by the pdumper?

Thanks,

-- 
Basil

SHELL=/bin/bash
COLORTERM=truecolor
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
LANGUAGE=en_IE:en
XDG_CONFIG_HOME=/home/blc/.config
DESKTOP_SESSION=lightdm-xsession
XDG_SEAT=seat0
PWD=/home/blc/.local/src/emacs
XDG_SESSION_DESKTOP=lightdm-xsession
LOGNAME=blc
XDG_SESSION_TYPE=x11
XAUTHORITY=/home/blc/.Xauthority
XDG_GREETER_DATA_DIR=/var/lib/lightdm/data/blc
HOME=/home/blc
LANG=en_IE.UTF-8
VTE_VERSION=5402
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
GNOME_TERMINAL_SCREEN=/org/gnome/Terminal/screen/a0c755f7_f6cf_4729_b8a6_05f4947bd3eb
XDG_SESSION_CLASS=user
TERM=xterm-256color
USER=blc
GNOME_TERMINAL_SERVICE=:1.66
DISPLAY=:0
SHLVL=1
XDG_VTNR=7
XDG_SESSION_ID=2
XDG_RUNTIME_DIR=/run/user/1000
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
_=/usr/bin/printenv

In GNU Emacs 27.0.50 (build 6, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2019-04-27 built on thunk
Repository revision: 8dc00b2f1e6523c634df3e24379afbe712a32b27
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12003000
System Description: Debian GNU/Linux buster/sid

Configured using:
 'configure 'CC=ccache gcc' 'CFLAGS=-O2 -march=native' --config-cache
 --prefix=/home/blc/.local --with-mailutils --with-x-toolkit=lucid
 --with-modules --with-file-notification=yes --with-x'

Configured features:
XAW3D XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS
GLIB NOTIFY INOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE M17N_FLT
LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS LUCID X11 XDBE XIM MODULES THREADS
LIBSYSTEMD JSON PDUMPER LCMS2 GMP

Important settings:
  value of $LANG: en_IE.UTF-8
  locale-coding-system: utf-8-unix

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* bug#35180: 27.0.50; emacs daemon and “package” often inserts [I when opening file
  2019-04-27 12:00     ` Basil L. Contovounesios
@ 2019-04-27 13:50       ` Eli Zaretskii
  2019-04-27 13:53         ` Eli Zaretskii
  2019-04-27 14:14       ` Eli Zaretskii
  2020-09-20 18:07       ` Lars Ingebrigtsen
  2 siblings, 1 reply; 14+ messages in thread
From: Eli Zaretskii @ 2019-04-27 13:50 UTC (permalink / raw)
  To: Basil L. Contovounesios; +Cc: schwab, 35180, hboetes

> From: "Basil L. Contovounesios" <contovob@tcd.ie>
> Date: Sat, 27 Apr 2019 13:00:11 +0100
> Cc: 35180@debbugs.gnu.org, Han Boetes <hboetes@gmail.com>
> 
> On successful startup (where [I is not inserted), I am greeted by the
> "focus in" message.
> 
> On unsuccessful startup (where [I is inserted), the message never
> appears, but term/xterm and xterm are present in features.

By "race" do you mean that xterm writes from more than one thread to
the same descriptor, which is used by Emacs as keyboard input, and the
two inputs mix up into one large mess?  If not, who is racing whom
here?

> Could this race somehow be caused by the pdumper?

One way of finding out would be to build Emacs --with-dumping=unexec.
I'd be surprised if it turned out to be pdumper, but who knows?

Thanks.





^ permalink raw reply	[flat|nested] 14+ messages in thread

* bug#35180: 27.0.50; emacs daemon and “package” often inserts [I when opening file
  2019-04-27 13:50       ` Eli Zaretskii
@ 2019-04-27 13:53         ` Eli Zaretskii
  0 siblings, 0 replies; 14+ messages in thread
From: Eli Zaretskii @ 2019-04-27 13:53 UTC (permalink / raw)
  To: contovob, schwab; +Cc: 35180, hboetes

> Date: Sat, 27 Apr 2019 16:50:47 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: schwab@linux-m68k.org, 35180@debbugs.gnu.org, hboetes@gmail.com
> 
> > Could this race somehow be caused by the pdumper?
> 
> One way of finding out would be to build Emacs --with-dumping=unexec.
> I'd be surprised if it turned out to be pdumper, but who knows?

Actually, since focus-in support on a TTY is new in Emacs 27, I'm
quite sure this has nothing to do with the pdumper.





^ permalink raw reply	[flat|nested] 14+ messages in thread

* bug#35180: 27.0.50; emacs daemon and “package” often inserts [I when opening file
  2019-04-27 12:00     ` Basil L. Contovounesios
  2019-04-27 13:50       ` Eli Zaretskii
@ 2019-04-27 14:14       ` Eli Zaretskii
  2019-04-27 20:35         ` Han Boetes
  2020-09-20 18:07       ` Lars Ingebrigtsen
  2 siblings, 1 reply; 14+ messages in thread
From: Eli Zaretskii @ 2019-04-27 14:14 UTC (permalink / raw)
  To: Basil L. Contovounesios; +Cc: schwab, 35180, hboetes

> From: "Basil L. Contovounesios" <contovob@tcd.ie>
> Date: Sat, 27 Apr 2019 13:00:11 +0100
> Cc: 35180@debbugs.gnu.org, Han Boetes <hboetes@gmail.com>
> 
> On successful startup (where [I is not inserted), I am greeted by the
> "focus in" message.
> 
> On unsuccessful startup (where [I is inserted), the message never
> appears, but term/xterm and xterm are present in features.

Is it possible that in the unsuccessful cases we fall back to async
management of xterm--query responses?

Maybe it's another manifestation of bug#34821 (xterm--query calls
discard-input)?





^ permalink raw reply	[flat|nested] 14+ messages in thread

* bug#35180: 27.0.50; emacs daemon and “package” often inserts [I when opening file
  2019-04-27 14:14       ` Eli Zaretskii
@ 2019-04-27 20:35         ` Han Boetes
  2019-05-04 23:07           ` Han Boetes
  0 siblings, 1 reply; 14+ messages in thread
From: Han Boetes @ 2019-04-27 20:35 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Basil L. Contovounesios, 35180, Andreas Schwab

[-- Attachment #1: Type: text/plain, Size: 3652 bytes --]

I was wondering if this is a bug in emacs, or in gnome-terminal/terminator,
since this doesn’t happen with xterm. And do I think this is a bug in emacs
because while reading the strace output, the write line which causes the
bug:
   “\33[45d\33[K\33[2d\33[?25l[I\33[44;7H\33[30m”
should contain: “\33[I”
where in the output it shows: “[I”
missing the “\33”

Here I grepped for ‘write(8,’ in the strace output. What I did was:
  rm file2 ; pkill emacs ; strace -f -o file2 /usr/local/bin/emacs -Q
–daemon
And then from another terminal:
  emacsclient -t ‘.emacs/init.el’
Then: x-c x-k
And after that run
  emacsclient -t ‘.emacs/init.el’ again, knowing this time the buffer would
have focus and won’t get the ‘[I’ inserted. I’ve indented the 2 most
important lines.

han@janis ~ % grep 'write\(8,' file2
16051 write(8, "\33[?1049h\33[22;0;0t\33[?12;25h\33[?1h\33"..., 33) = 33
16051 write(8, "\33[>0c", 5)            = 5
16051 write(8, "\33[?2004h", 8)         = 8
16051 write(8, "\33[?1004h", 8)         = 8
16051 write(8, "\33[H\33[2J", 7)        = 7
16051 write(8, "\33[44d\33[?25l\33[30m\33[48;5;250m-UU-:"..., 207) = 207
16051 write(8, "\33[45d\33[?25lWhen done with a buff"..., 164) = 164
16051 write(8,
"\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K"..., 68) = 68
16051 write(8,
"\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K"..., 68) = 68
16051 write(8,
"\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K"..., 229) = 229
  16051 write(8, “\33[45d\33[K\33[2d\33[?25l[I\33[44;7H\33[30m”…, 80) = 80
16051 write(8, "\33[45;1H\33[?25l\33[38;5;20mKill buff"..., 105) = 105
16051 write(8, "\33[45;32H\33[?12l\33[?25h\33[?12;25h", 29) = 29
16051 write(8, "\r", 1)                 = 1
16051 write(8, "\33[?25l\33[38;5;20mBuffer init.el m"..., 74) = 74
16051 write(8, "\33[?12l\33[?25h\33[?12;25h", 21) = 21
16051 write(8, "\33[?25ly\33[?12l\33[?25h\33[?12;25h", 28) = 28
16051 write(8, "\r", 1)                 = 1
16051 write(8, "\7", 1)                 = 1
16051 write(8, "\33[?25lPlease answer yes or no.\33["..., 60) = 60
16051 write(8, "\33[45;1H\33[?25l\33[38;5;20mBuffer in"..., 81) = 81
16051 write(8, "\33[?12l\33[?25h\33[?12;25h", 21) = 21
16051 write(8, "\33[?25ly\33[?12l\33[?25h\33[?12;25h", 28) = 28
16051 write(8, "\33[?25le\33[?12l\33[?25h\33[?12;25h", 28) = 28
16051 write(8, "\33[?25ls\33[?12l\33[?25h\33[?12;25h", 28) = 28
16051 write(8, "\r", 1)                 = 1
16051 write(8, "\33[K", 3)              = 3
16051 write(8, "\33[?1004l\33[?2004l\33[?1l\33>\33[?12l\33[?"..., 61) = 61
16051 write(8, "\33[?1049h\33[22;0;0t\33[?12;25h\33[?1h\33"..., 33) = 33
16051 write(8, "\33[>0c", 5)            = 5
16051 write(8, "\33[?2004h", 8)         = 8
16051 write(8, "\33[?1004h", 8)         = 8
16051 write(8, "\33[H\33[2J", 7)        = 7
16051 write(8, "\33[45d\33[?25lWhen done with a buff"..., 74) = 74
16051 write(8, "\33[45d\33[?25lWhen done with a buff"..., 164) = 164
16051 write(8,
"\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K"..., 68) = 68
16051 write(8,
"\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K"..., 68) = 68
16051 write(8,
"\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K"..., 229) = 229
  16051 write(8, “\33[45d\33[K\33[2d”, 12) = 12
16051 write(8, "\33[45d\33[?25l\33[38;5;20mKill buffer"..., 103) = 103
16051 write(8, "\33[45;32H\33[?12l\33[?25h\33[?12;25h", 29) = 29
16051 write(8, "\r", 1)                 = 1
16051 write(8, "\33[K", 3)              = 3
16051 write(8, “\33[?1004l\33[?2004l\33[?1l\33>\33[?12l\33[?”…, 61) = 61

[-- Attachment #2: Type: text/html, Size: 6798 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* bug#35180: 27.0.50; emacs daemon and “package” often inserts [I when opening file
  2019-04-27 20:35         ` Han Boetes
@ 2019-05-04 23:07           ` Han Boetes
  0 siblings, 0 replies; 14+ messages in thread
From: Han Boetes @ 2019-05-04 23:07 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Basil L. Contovounesios, 35180, Andreas Schwab

To summarize my latest finds:
  This problem occurs only with terminator, tilix and gnome-terminal,
not with xterm and rxvt
  This problem does not occur when using tmux in terminator
So it looks like the use of TERM=xterm* in gnome-terminal triggers the
problem. Both tilix and terminator use gnome-terminal as backends IIRC

On Sat, Apr 27, 2019 at 10:35 PM Han Boetes <hboetes@gmail.com> wrote:
>
> I was wondering if this is a bug in emacs, or in gnome-terminal/terminator, since this doesn’t happen with xterm. And do I think this is a bug in emacs because while reading the strace output, the write line which causes the bug:
>    “\33[45d\33[K\33[2d\33[?25l[I\33[44;7H\33[30m”
> should contain: “\33[I”
> where in the output it shows: “[I”
> missing the “\33”
>
> Here I grepped for ‘write(8,’ in the strace output. What I did was:
>   rm file2 ; pkill emacs ; strace -f -o file2 /usr/local/bin/emacs -Q –daemon
> And then from another terminal:
>   emacsclient -t ‘.emacs/init.el’
> Then: x-c x-k
> And after that run
>   emacsclient -t ‘.emacs/init.el’ again, knowing this time the buffer would have focus and won’t get the ‘[I’ inserted. I’ve indented the 2 most important lines.
>
> han@janis ~ % grep 'write\(8,' file2
> 16051 write(8, "\33[?1049h\33[22;0;0t\33[?12;25h\33[?1h\33"..., 33) = 33
> 16051 write(8, "\33[>0c", 5)            = 5
> 16051 write(8, "\33[?2004h", 8)         = 8
> 16051 write(8, "\33[?1004h", 8)         = 8
> 16051 write(8, "\33[H\33[2J", 7)        = 7
> 16051 write(8, "\33[44d\33[?25l\33[30m\33[48;5;250m-UU-:"..., 207) = 207
> 16051 write(8, "\33[45d\33[?25lWhen done with a buff"..., 164) = 164
> 16051 write(8, "\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K"..., 68) = 68
> 16051 write(8, "\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K"..., 68) = 68
> 16051 write(8, "\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K"..., 229) = 229
>   16051 write(8, “\33[45d\33[K\33[2d\33[?25l[I\33[44;7H\33[30m”…, 80) = 80
> 16051 write(8, "\33[45;1H\33[?25l\33[38;5;20mKill buff"..., 105) = 105
> 16051 write(8, "\33[45;32H\33[?12l\33[?25h\33[?12;25h", 29) = 29
> 16051 write(8, "\r", 1)                 = 1
> 16051 write(8, "\33[?25l\33[38;5;20mBuffer init.el m"..., 74) = 74
> 16051 write(8, "\33[?12l\33[?25h\33[?12;25h", 21) = 21
> 16051 write(8, "\33[?25ly\33[?12l\33[?25h\33[?12;25h", 28) = 28
> 16051 write(8, "\r", 1)                 = 1
> 16051 write(8, "\7", 1)                 = 1
> 16051 write(8, "\33[?25lPlease answer yes or no.\33["..., 60) = 60
> 16051 write(8, "\33[45;1H\33[?25l\33[38;5;20mBuffer in"..., 81) = 81
> 16051 write(8, "\33[?12l\33[?25h\33[?12;25h", 21) = 21
> 16051 write(8, "\33[?25ly\33[?12l\33[?25h\33[?12;25h", 28) = 28
> 16051 write(8, "\33[?25le\33[?12l\33[?25h\33[?12;25h", 28) = 28
> 16051 write(8, "\33[?25ls\33[?12l\33[?25h\33[?12;25h", 28) = 28
> 16051 write(8, "\r", 1)                 = 1
> 16051 write(8, "\33[K", 3)              = 3
> 16051 write(8, "\33[?1004l\33[?2004l\33[?1l\33>\33[?12l\33[?"..., 61) = 61
> 16051 write(8, "\33[?1049h\33[22;0;0t\33[?12;25h\33[?1h\33"..., 33) = 33
> 16051 write(8, "\33[>0c", 5)            = 5
> 16051 write(8, "\33[?2004h", 8)         = 8
> 16051 write(8, "\33[?1004h", 8)         = 8
> 16051 write(8, "\33[H\33[2J", 7)        = 7
> 16051 write(8, "\33[45d\33[?25lWhen done with a buff"..., 74) = 74
> 16051 write(8, "\33[45d\33[?25lWhen done with a buff"..., 164) = 164
> 16051 write(8, "\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K"..., 68) = 68
> 16051 write(8, "\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K"..., 68) = 68
> 16051 write(8, "\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K\n\33[K"..., 229) = 229
>   16051 write(8, “\33[45d\33[K\33[2d”, 12) = 12
> 16051 write(8, "\33[45d\33[?25l\33[38;5;20mKill buffer"..., 103) = 103
> 16051 write(8, "\33[45;32H\33[?12l\33[?25h\33[?12;25h", 29) = 29
> 16051 write(8, "\r", 1)                 = 1
> 16051 write(8, "\33[K", 3)              = 3
> 16051 write(8, “\33[?1004l\33[?2004l\33[?1l\33>\33[?12l\33[?”…, 61) = 61
>





^ permalink raw reply	[flat|nested] 14+ messages in thread

* bug#35180: 27.0.50; emacs daemon and “package” often inserts [I when opening file
  2019-04-27  9:26 ` Han Boetes
  2019-04-27  9:52   ` Eli Zaretskii
  2019-04-27 10:32   ` Andreas Schwab
@ 2019-10-04 19:59   ` Han Boetes
  2019-12-18 19:31     ` Han Boetes
  2 siblings, 1 reply; 14+ messages in thread
From: Han Boetes @ 2019-10-04 19:59 UTC (permalink / raw)
  To: 35180

[-- Attachment #1: Type: text/plain, Size: 418 bytes --]

In my continuing search for this problem I installed alacritty, which also
shows a weird fenomena related to this issue:

% echo $TERM
xterm-256color

After restarting the emacs server and opening a file with emacsclient -nw I
have to wait for 2 seconds for emacs to 'focus' after whic h the bar at the
bottom changes to focussed and I can begin typing. If I type for example
the downkey I get OB added at the cursor.

[-- Attachment #2: Type: text/html, Size: 820 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* bug#35180: 27.0.50; emacs daemon and “package” often inserts [I when opening file
  2019-10-04 19:59   ` Han Boetes
@ 2019-12-18 19:31     ` Han Boetes
  0 siblings, 0 replies; 14+ messages in thread
From: Han Boetes @ 2019-12-18 19:31 UTC (permalink / raw)
  To: 35180

[-- Attachment #1: Type: text/plain, Size: 104 bytes --]

I can't reproduce this bug any more. I tried with alacritty and terminator
and it looks like it's gone.

[-- Attachment #2: Type: text/html, Size: 210 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* bug#35180: 27.0.50; emacs daemon and “package” often inserts [I when opening file
  2019-04-27 12:00     ` Basil L. Contovounesios
  2019-04-27 13:50       ` Eli Zaretskii
  2019-04-27 14:14       ` Eli Zaretskii
@ 2020-09-20 18:07       ` Lars Ingebrigtsen
       [not found]         ` <CAOzo9e4DC9oetmE=AY6CbZc49syb0t2-Ua4dHd4AMkDiij-tGQ@mail.gmail.com>
  2 siblings, 1 reply; 14+ messages in thread
From: Lars Ingebrigtsen @ 2020-09-20 18:07 UTC (permalink / raw)
  To: Basil L. Contovounesios; +Cc: Andreas Schwab, 35180, Han Boetes

"Basil L. Contovounesios" <contovob@tcd.ie> writes:

> Indeed.  This behaviour is present in master, but not emacs-26.  Here's
> the simplest repro for me under gnome-terminal on GNU/Linux:
>
> 0. emacs -Q --daemon=test
> 1. emacsclient -t -s test

I tried reproducing this with Emacs 28 on Debian bullseye a bunch of
times, and I'm unable to.

The original bug reporter was also unable to reproduce the problem any
more -- is anybody still seeing this problem?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 14+ messages in thread

* bug#35180: 27.0.50; emacs daemon and “package” often inserts [I when opening file
       [not found]         ` <CAOzo9e4DC9oetmE=AY6CbZc49syb0t2-Ua4dHd4AMkDiij-tGQ@mail.gmail.com>
@ 2020-09-22 14:07           ` Lars Ingebrigtsen
  0 siblings, 0 replies; 14+ messages in thread
From: Lars Ingebrigtsen @ 2020-09-22 14:07 UTC (permalink / raw)
  To: Han Boetes; +Cc: 35180

Han Boetes <hboetes@gmail.com> writes:

> The problem as originally described is gone. The only thing I still noticed, after a
> fresh new start of the emacs daemon, the first time I open any file with
> emacsclient the initial window wasn't focused. The bottom-bar was dark instead of
> using the proper colour. But haven't seen that problem any more either.
>
> I think you can close this problem. Thanks for all the hard work of everyone
> involved.

It sounded like some people were seeing similar things, but that those
were difficult to reproduce, too.

So I'm closing this bug report in the hope that the bug really has gone
away, but if somebody experiences this problem again, perhaps opening a
new bug report would be a good idea.






^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-09-22 14:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-07 13:33 bug#35180: 27.0.50; emacs daemon and “package” often inserts [I when opening file Han Boetes
2019-04-27  9:26 ` Han Boetes
2019-04-27  9:52   ` Eli Zaretskii
2019-04-27 10:32   ` Andreas Schwab
2019-04-27 12:00     ` Basil L. Contovounesios
2019-04-27 13:50       ` Eli Zaretskii
2019-04-27 13:53         ` Eli Zaretskii
2019-04-27 14:14       ` Eli Zaretskii
2019-04-27 20:35         ` Han Boetes
2019-05-04 23:07           ` Han Boetes
2020-09-20 18:07       ` Lars Ingebrigtsen
     [not found]         ` <CAOzo9e4DC9oetmE=AY6CbZc49syb0t2-Ua4dHd4AMkDiij-tGQ@mail.gmail.com>
2020-09-22 14:07           ` Lars Ingebrigtsen
2019-10-04 19:59   ` Han Boetes
2019-12-18 19:31     ` Han Boetes

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).