unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory
@ 2019-10-23 10:28 Bernardo
  2019-10-24 16:10 ` Robert Pluim
  0 siblings, 1 reply; 18+ messages in thread
From: Bernardo @ 2019-10-23 10:28 UTC (permalink / raw)
  To: 37884

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




Emacs built from Git repository (21-Oct-2019) is running in a Virtual
Box virtual machine.
The guest operating system (VM) where Emacs is running is Debian
  ~$ lsb_release -a
  No LSB modules are available.
  Distributor ID:	Debian
  Description:	Debian GNU/Linux 9.11 (stretch)
  Release:	9.11
  Codename:	stretch

The host operating system is Windows 10 Enterprise, version 1709, build
16299.1451.
VirtualBox version is 6.0.14

1. Start emacs with -Q command line option
2  Run command:
     M-: (setq debug-on-error t) RET
   to see error details
3. Use  C-x C-f to open /media/sf_Home/zz_stuff - a text file within
   Virtual Box shared directory.
   The user has read/write privileges on the file. Also, file can be
   modified without problems in other editors.   
4. Modify the file and save it with C-x C-s
5. The save operation fails and the stack shows:
Debugger entered--Lisp error: (file-error "Unlocking file" "Operation not permitted" "/media/sf_Home/zz_stuff")
  write-region(nil nil "/home/mk7/zz_stuff" nil t "/media/sf_Home/zz_stuff")
  basic-save-buffer-2()
  basic-save-buffer-1()
  basic-save-buffer(t)
  save-buffer(1)
  funcall-interactively(save-buffer 1)
  call-interactively(save-buffer nil nil)
  command-execute(save-buffer)


When Emacs is started with strace ( $ strace emacs -Q ) it can be seen
that there are issues with the lock file that's created -
/media/sf_Home/.#zz_stuff

The strace messages are in the attachement.

The 'shared directory' is a feature of Virtual Box which allows both the
host and applications running in a virtual machine to have access to
files in the same directory.

The file system type of the shared directory is vboxsf which seems to be
a layer on top of NTFS.
  $ mount | grep vbox
  Home on /media/sf_Home type vboxsf (rw,nodev,relatime,<snip>

It looks like symbolic links are not allowed on
this FS type; from terminal:
  $ ln -s zz_stuff my_link
  ln: failed to create symbolic link 'my_link': Operation not permitted

Appears Emacs doesn't detect a symlink cannot be created on this file
system
https://www.gnu.org/software/emacs/manual/html_node/emacs/Interlocking.html
 "[1] If your file system does not support symbolic links, a regular file is used."


The old version of Emacs installed using Debian package manager doesn't
have this issue - it can write to the same file without
problems. However I couldn't see a 'lock file' in the directory where
the edited file is located. It appears in this case the lock file is
created elsewhere (possibly .emacs.d directory) in the native (ext4)
file system.
This old Emacs version is
GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.22.11) of 2017-09-12 on hullmann, modified by Debian




In GNU Emacs 27.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.11)
 of 2019-10-21 built on deb
Repository revision: 30deac84c4168a6315a08a0dd85f6dde9b9df439
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.11902000
System Description: Debian GNU/Linux 9 (stretch)

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

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

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

Major mode: Lisp Interaction

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
  blink-cursor-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 message rmc puny dired dired-loaddefs
format-spec rfc822 mml easymenu mml-sec password-cache epa derived epg
epg-config gnus-util rmail rmail-loaddefs text-property-search time-date
subr-x seq byte-opt gv bytecomp byte-compile cconv mm-decode mm-bodies
mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs
cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils
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 tab-bar 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 lcms2
dynamic-setting system-font-setting font-render-setting move-toolbar gtk
x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 43885 6288)
 (symbols 48 5994 1)
 (strings 32 15356 1694)
 (string-bytes 1 501149)
 (vectors 16 9174)
 (vector-slots 8 123172 10012)
 (floats 8 20 37)
 (intervals 56 183 0)
 (buffers 1000 11))


[-- Attachment #2: strace --]
[-- Type: text/plain, Size: 289483 bytes --]

faccessat(AT_FDCWD, "/media/.svn", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = 13
close(13)                               = 0
faccessat(AT_FDCWD, "/.svn", F_OK)      = -1 ENOENT (No such file or directory)
faccessat(AT_FDCWD, "/media/sf_Home/SCCS/s.zz_stuff", F_OK) = -1 ENOENT (No such file or directory)
faccessat(AT_FDCWD, "/media/sf_Home/s.zz_stuff", F_OK) = -1 ENOENT (No such file or directory)
faccessat(AT_FDCWD, "/media/sf_Home/.src/zz_stuff,v", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/media/sf_Home/zz_stuff", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = -1 ENOTDIR (Not a directory)
openat(AT_FDCWD, "/media/sf_Home", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = 13
close(13)                               = 0
faccessat(AT_FDCWD, "/media/sf_Home/.bzr/checkout/format", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/media", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = 13
close(13)                               = 0
faccessat(AT_FDCWD, "/media/.bzr/checkout/format", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = 13
close(13)                               = 0
faccessat(AT_FDCWD, "/.bzr/checkout/format", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/media/sf_Home/zz_stuff", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = -1 ENOTDIR (Not a directory)
openat(AT_FDCWD, "/media/sf_Home", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = 13
close(13)                               = 0
faccessat(AT_FDCWD, "/media/sf_Home/.git", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/media", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = 13
close(13)                               = 0
faccessat(AT_FDCWD, "/media/.git", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = 13
close(13)                               = 0
faccessat(AT_FDCWD, "/.git", F_OK)      = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/media/sf_Home/zz_stuff", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = -1 ENOTDIR (Not a directory)
openat(AT_FDCWD, "/media/sf_Home", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = 13
close(13)                               = 0
faccessat(AT_FDCWD, "/media/sf_Home/.hg", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/media", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = 13
close(13)                               = 0
faccessat(AT_FDCWD, "/media/.hg", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = 13
close(13)                               = 0
faccessat(AT_FDCWD, "/.hg", F_OK)       = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/media/sf_Home/zz_stuff", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = -1 ENOTDIR (Not a directory)
openat(AT_FDCWD, "/media/sf_Home", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = 13
close(13)                               = 0
faccessat(AT_FDCWD, "/media/sf_Home/_MTN/format", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/media", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = 13
close(13)                               = 0
faccessat(AT_FDCWD, "/media/_MTN/format", F_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = 13
close(13)                               = 0
faccessat(AT_FDCWD, "/_MTN/format", F_OK) = -1 ENOENT (No such file or directory)
getpid()                                = 2246
uname({sysname="Linux", nodename="deb", ...}) = 0
brk(0x55b72ea61000)                     = 0x55b72ea61000
stat("/media/sf_Home/zz_stuff", {st_mode=S_IFREG|0770, st_size=11, ...}) = 0
openat(AT_FDCWD, "/home/mk7/.emacs.d/auto-save-list", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = 13
close(13)                               = 0
open("/home/mk7/.emacs.d/auto-save-list", O_RDONLY|O_DIRECTORY|O_CLOEXEC) = 13
fstat(13, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
fcntl(13, F_GETFL)                      = 0x18000 (flags O_RDONLY|O_LARGEFILE|O_DIRECTORY)
fcntl(13, F_SETFD, FD_CLOEXEC)          = 0
getdents(13, /* 23 entries */, 32768)   = 888
getdents(13, /* 0 entries */, 32768)    = 0
close(13)                               = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\213\24\211\0\366\0@\2\1\0\0\0L\0\0\0\n\0\r\0\0\0\r\0\t\0\0\0\0\0\0\0"..., iov_len=11044}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 11044
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0g\5\0\0\0\0\26\0\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\22\0\30\0\313\0@\2(\0\0\0)\0\0\0 \0\r\0\22\0\0\0P\3\0\0\0\0\0\0"..., iov_len=136}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 136
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 136
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\34\0h\5\313\0@\2(\0\0\0\35\34%\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/HELLO", R_OK) = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/new.xpm", R_OK) = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/new.xpm", R_OK) = 0
openat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/new.xpm", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = -1 ENOTDIR (Not a directory)
open("/home/mk7/Code/EmacsFromGit/etc/images/new.xpm", O_RDONLY) = 13
fcntl(13, F_GETFL)                      = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(13, {st_mode=S_IFREG|0644, st_size=3331, ...}) = 0
read(13, "/* XPM */\nstatic char * new_xpm["..., 4096) = 3331
close(13)                               = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/open.xpm", R_OK) = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/open.xpm", R_OK) = 0
openat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/open.xpm", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = -1 ENOTDIR (Not a directory)
open("/home/mk7/Code/EmacsFromGit/etc/images/open.xpm", O_RDONLY) = 13
fcntl(13, F_GETFL)                      = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(13, {st_mode=S_IFREG|0644, st_size=4068, ...}) = 0
read(13, "/* XPM */\nstatic char * open_xpm"..., 4096) = 4068
close(13)                               = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/diropen.xpm", R_OK) = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/diropen.xpm", R_OK) = 0
openat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/diropen.xpm", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = -1 ENOTDIR (Not a directory)
open("/home/mk7/Code/EmacsFromGit/etc/images/diropen.xpm", O_RDONLY) = 13
fcntl(13, F_GETFL)                      = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(13, {st_mode=S_IFREG|0644, st_size=861, ...}) = 0
read(13, "/* XPM */\nstatic char * diropen_"..., 4096) = 861
close(13)                               = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/close.xpm", R_OK) = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/close.xpm", R_OK) = 0
openat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/close.xpm", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = -1 ENOTDIR (Not a directory)
open("/home/mk7/Code/EmacsFromGit/etc/images/close.xpm", O_RDONLY) = 13
fcntl(13, F_GETFL)                      = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(13, {st_mode=S_IFREG|0644, st_size=753, ...}) = 0
read(13, "/* XPM */\nstatic char * close_xp"..., 4096) = 753
close(13)                               = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/save.xpm", R_OK) = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/save.xpm", R_OK) = 0
openat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/save.xpm", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = -1 ENOTDIR (Not a directory)
open("/home/mk7/Code/EmacsFromGit/etc/images/save.xpm", O_RDONLY) = 13
fcntl(13, F_GETFL)                      = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(13, {st_mode=S_IFREG|0644, st_size=4820, ...}) = 0
read(13, "/* XPM */\nstatic char * save_xpm"..., 4096) = 4096
read(13, "L M t u u u u u u u u u u u u u "..., 4096) = 724
close(13)                               = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/undo.xpm", R_OK) = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/undo.xpm", R_OK) = 0
openat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/undo.xpm", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = -1 ENOTDIR (Not a directory)
open("/home/mk7/Code/EmacsFromGit/etc/images/undo.xpm", O_RDONLY) = 13
fcntl(13, F_GETFL)                      = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(13, {st_mode=S_IFREG|0644, st_size=1188, ...}) = 0
read(13, "/* XPM */\nstatic char * undo_xpm"..., 4096) = 1188
close(13)                               = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/cut.xpm", R_OK) = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/cut.xpm", R_OK) = 0
openat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/cut.xpm", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = -1 ENOTDIR (Not a directory)
open("/home/mk7/Code/EmacsFromGit/etc/images/cut.xpm", O_RDONLY) = 13
fcntl(13, F_GETFL)                      = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(13, {st_mode=S_IFREG|0644, st_size=1322, ...}) = 0
read(13, "/* XPM */\nstatic char * cut_xpm["..., 4096) = 1322
close(13)                               = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/copy.xpm", R_OK) = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/copy.xpm", R_OK) = 0
openat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/copy.xpm", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = -1 ENOTDIR (Not a directory)
open("/home/mk7/Code/EmacsFromGit/etc/images/copy.xpm", O_RDONLY) = 13
fcntl(13, F_GETFL)                      = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(13, {st_mode=S_IFREG|0644, st_size=1113, ...}) = 0
read(13, "/* XPM */\nstatic char * copy_xpm"..., 4096) = 1113
close(13)                               = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/paste.xpm", R_OK) = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/paste.xpm", R_OK) = 0
openat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/paste.xpm", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = -1 ENOTDIR (Not a directory)
open("/home/mk7/Code/EmacsFromGit/etc/images/paste.xpm", O_RDONLY) = 13
fcntl(13, F_GETFL)                      = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(13, {st_mode=S_IFREG|0644, st_size=2059, ...}) = 0
read(13, "/* XPM */\nstatic char * paste_xp"..., 4096) = 2059
close(13)                               = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/search.xpm", R_OK) = 0
faccessat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/search.xpm", R_OK) = 0
openat(AT_FDCWD, "/home/mk7/Code/EmacsFromGit/etc/images/search.xpm", O_RDONLY|O_DIRECTORY|O_CLOEXEC|O_PATH) = -1 ENOTDIR (Not a directory)
open("/home/mk7/Code/EmacsFromGit/etc/images/search.xpm", O_RDONLY) = 13
fcntl(13, F_GETFL)                      = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat(13, {st_mode=S_IFREG|0644, st_size=4614, ...}) = 0
read(13, "/* XPM */\nstatic char * search_x"..., 4096) = 4096
read(13, "  . # 1.2.3.4.4 3 3 5.6.<.<.7.8."..., 4096) = 518
close(13)                               = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="5\30\4\0\376\0@\2\320\0@\2\30\0\30\0005\1\4\0\377\0@\2\320\0@\2\30\0\30\0"..., iov_len=328}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 328
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 328
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0~\5\0\0\0\0\26\0\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
stat("/home/mk7/.local/share/icons/mate", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.icons/mate", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/mate", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons/mate", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/mate", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/mate/pixmaps/mate", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps/mate", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/share/pixmaps/mate", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/mate/index.theme", 0x7ffc421bb280) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.icons/mate/index.theme", 0x7ffc421bb280) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/mate/index.theme", 0x7ffc421bb280) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons/mate/index.theme", 0x7ffc421bb280) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/mate/index.theme", {st_mode=S_IFREG|0644, st_size=12204, ...}) = 0
open("/usr/share/icons/mate/index.theme", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=12204, ...}) = 0
read(13, "[Icon Theme]\nName=MATE\nName[af]="..., 4096) = 4096
read(13, "nt[ka]=\341\203\234\341\203\220\341\203\222\341\203\243\341\203\232\341\203\230\341\203\241\341\203\256\341"..., 4096) = 4096
read(13, "6x16/devices]\nContext=Devices\nSi"..., 4096) = 4012
read(13, "", 4096)                      = 0
close(13)                               = 0
stat("/usr/share/icons/mate/8x8/emblems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/icons/mate", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/share/icons/mate/icon-theme.cache", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=135028, ...}) = 0
open("/usr/share/icons/mate/icon-theme.cache", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=135028, ...}) = 0
mmap(NULL, 135028, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7fc12e8f7000
close(14)                               = 0
close(13)                               = 0
stat("/home/mk7/.local/share/icons/Adwaita", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.icons/Adwaita", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/Adwaita", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons/Adwaita", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/Adwaita", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/mate/pixmaps/Adwaita", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps/Adwaita", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/share/pixmaps/Adwaita", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/Adwaita/index.theme", 0x7ffc421bb280) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.icons/Adwaita/index.theme", 0x7ffc421bb280) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/Adwaita/index.theme", 0x7ffc421bb280) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons/Adwaita/index.theme", 0x7ffc421bb280) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/Adwaita/index.theme", {st_mode=S_IFREG|0644, st_size=6629, ...}) = 0
open("/usr/share/icons/Adwaita/index.theme", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=6629, ...}) = 0
read(13, "[Icon Theme]\nName=Adwaita\nCommen"..., 4096) = 4096
read(13, "ext=Actions\nSize=64\nType=Fixed\n\n"..., 4096) = 2533
read(13, "", 4096)                      = 0
close(13)                               = 0
stat("/usr/share/icons/Adwaita/8x8/emblems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/icons/Adwaita", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/share/icons/Adwaita/icon-theme.cache", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=102596, ...}) = 0
open("/usr/share/icons/Adwaita/icon-theme.cache", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=102596, ...}) = 0
mmap(NULL, 102596, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7fc12e8dd000
close(14)                               = 0
close(13)                               = 0
stat("/home/mk7/.local/share/icons/gnome", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.icons/gnome", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/gnome", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons/gnome", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/gnome", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/mate/pixmaps/gnome", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps/gnome", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/share/pixmaps/gnome", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/gnome/index.theme", 0x7ffc421bb280) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.icons/gnome/index.theme", 0x7ffc421bb280) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/gnome/index.theme", 0x7ffc421bb280) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons/gnome/index.theme", 0x7ffc421bb280) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/gnome/index.theme", {st_mode=S_IFREG|0644, st_size=11833, ...}) = 0
open("/usr/share/icons/gnome/index.theme", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=11833, ...}) = 0
read(13, "[Icon Theme]\nName=GNOME\nName[af]"..., 4096) = 4096
read(13, "\262\234\340\262\277\340\262\244 GNOME \340\262\245\340\263\200\340\262\256\340\263\215\nComm"..., 4096) = 4096
read(13, "text=Emotes\nSize=16\nType=Fixed\n\n"..., 4096) = 3641
read(13, "", 4096)                      = 0
close(13)                               = 0
stat("/usr/share/icons/gnome/8x8/emblems", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/icons/gnome", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/share/icons/gnome/icon-theme.cache", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=112012, ...}) = 0
open("/usr/share/icons/gnome/icon-theme.cache", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=112012, ...}) = 0
mmap(NULL, 112012, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7fc12e8c1000
close(14)                               = 0
close(13)                               = 0
stat("/home/mk7/.local/share/icons/hicolor", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/mk7/.icons/hicolor", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/hicolor", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons/hicolor", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/hicolor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/mate/pixmaps/hicolor", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps/hicolor", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/usr/share/pixmaps/hicolor", 0x7ffc421bb360) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/index.theme", 0x7ffc421bb280) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.icons/hicolor/index.theme", 0x7ffc421bb280) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/hicolor/index.theme", 0x7ffc421bb280) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons/hicolor/index.theme", 0x7ffc421bb280) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/hicolor/index.theme", {st_mode=S_IFREG|0644, st_size=27186, ...}) = 0
open("/usr/share/icons/hicolor/index.theme", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=27186, ...}) = 0
read(13, "[Icon Theme]\nName=Hicolor\nCommen"..., 4096) = 4096
read(13, "ems,192x192/intl,192x192/mimetyp"..., 4096) = 4096
read(13, "tock\nType=Threshold\n\n[22x22/stoc"..., 4096) = 4096
read(13, "\nContext=Stock\nType=Threshold\n\n["..., 4096) = 4096
read(13, "age]\nSize=72\nContext=Stock\nType="..., 4096) = 4096
brk(0x55b72ea82000)                     = 0x55b72ea82000
read(13, "2/stock/code]\nSize=192\nContext=S"..., 4096) = 4096
read(13, "axSize=512\nContext=Stock\nType=Sc"..., 4096) = 2610
read(13, "", 4096)                      = 0
close(13)                               = 0
stat("/home/mk7/.local/share/icons/hicolor/16x16/actions", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/hicolor/16x16/actions", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/icons/hicolor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/share/icons/hicolor/icon-theme.cache", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=30968, ...}) = 0
open("/usr/share/icons/hicolor/icon-theme.cache", O_RDONLY) = 14
fstat(14, {st_mode=S_IFREG|0644, st_size=30968, ...}) = 0
mmap(NULL, 30968, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7fc12e8b9000
close(14)                               = 0
close(13)                               = 0
stat("/home/mk7/.local/share/icons/hicolor/16x16/animations", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/apps", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/mk7/.local/share/icons/hicolor", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
open("/home/mk7/.local/share/icons/hicolor/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/mk7/.local/share/icons/hicolor/16x16/apps", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 13
fstat(13, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
brk(0x55b72eaa7000)                     = 0x55b72eaa7000
getdents(13, /* 3 entries */, 32768)    = 96
getdents(13, /* 0 entries */, 32768)    = 0
close(13)                               = 0
stat("/home/mk7/.local/share/icons/hicolor/16x16/categories", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/devices", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/emblems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/emotes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/filesystems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/intl", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/mimetypes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/places", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/status", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/stock/chart", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/stock/code", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/stock/data", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/stock/form", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/stock/image", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/stock/io", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/stock/media", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/stock/navigation", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/stock/net", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/stock/object", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/stock/table", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/16x16/stock/text", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/actions", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/animations", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/apps", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/categories", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/devices", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/emblems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/emotes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/filesystems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/intl", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/mimetypes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/places", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/status", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/stock/chart", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/stock/code", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/stock/data", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/stock/form", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/stock/image", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/stock/io", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/stock/media", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/stock/navigation", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/stock/net", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/stock/object", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/stock/table", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/22x22/stock/text", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/actions", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/animations", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/apps", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/mk7/.local/share/icons/hicolor", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
open("/home/mk7/.local/share/icons/hicolor/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/mk7/.local/share/icons/hicolor/24x24/apps", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 13
fstat(13, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
getdents(13, /* 3 entries */, 32768)    = 96
getdents(13, /* 0 entries */, 32768)    = 0
close(13)                               = 0
stat("/home/mk7/.local/share/icons/hicolor/24x24/categories", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/devices", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/emblems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/emotes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/filesystems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/intl", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/mimetypes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/places", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/status", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/stock/chart", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/stock/code", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/stock/data", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/stock/form", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/stock/image", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/stock/io", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/stock/media", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/stock/navigation", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/stock/net", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/stock/object", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/stock/table", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/24x24/stock/text", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/actions", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/animations", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/apps", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/mk7/.local/share/icons/hicolor", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
open("/home/mk7/.local/share/icons/hicolor/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/mk7/.local/share/icons/hicolor/32x32/apps", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 13
fstat(13, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
getdents(13, /* 3 entries */, 32768)    = 96
getdents(13, /* 0 entries */, 32768)    = 0
close(13)                               = 0
stat("/home/mk7/.local/share/icons/hicolor/32x32/categories", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/devices", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/emblems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/emotes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/filesystems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/intl", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/mimetypes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/places", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/status", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/stock/chart", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/stock/code", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/stock/data", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/stock/form", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/stock/image", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/stock/io", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/stock/media", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/stock/navigation", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/stock/net", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/stock/object", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/stock/table", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/32x32/stock/text", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/actions", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/animations", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/apps", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/categories", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/devices", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/emblems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/emotes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/filesystems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/intl", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/mimetypes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/places", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/status", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/stock/chart", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/stock/code", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/stock/data", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/stock/form", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/stock/image", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/stock/io", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/stock/media", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/stock/navigation", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/stock/net", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/stock/object", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/stock/table", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/36x36/stock/text", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/actions", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/animations", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/apps", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/mk7/.local/share/icons/hicolor", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
open("/home/mk7/.local/share/icons/hicolor/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/mk7/.local/share/icons/hicolor/48x48/apps", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 13
fstat(13, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
getdents(13, /* 3 entries */, 32768)    = 96
getdents(13, /* 0 entries */, 32768)    = 0
close(13)                               = 0
stat("/home/mk7/.local/share/icons/hicolor/48x48/categories", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/devices", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/emblems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/emotes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/filesystems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/intl", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/mimetypes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/places", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/status", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/stock/chart", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/stock/code", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/stock/data", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/stock/form", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/stock/image", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/stock/io", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/stock/media", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/stock/navigation", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/stock/net", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/stock/object", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/stock/table", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/48x48/stock/text", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/actions", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/animations", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/apps", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/mk7/.local/share/icons/hicolor", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
open("/home/mk7/.local/share/icons/hicolor/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/mk7/.local/share/icons/hicolor/64x64/apps", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 13
fstat(13, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
getdents(13, /* 3 entries */, 32768)    = 96
getdents(13, /* 0 entries */, 32768)    = 0
close(13)                               = 0
stat("/home/mk7/.local/share/icons/hicolor/64x64/categories", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/devices", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/emblems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/emotes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/filesystems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/intl", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/mimetypes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/places", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/status", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/stock/chart", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/stock/code", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/stock/data", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/stock/form", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/stock/image", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/stock/io", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/stock/media", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/stock/navigation", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/stock/net", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/stock/object", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/stock/table", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/64x64/stock/text", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/actions", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/animations", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/apps", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/categories", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/devices", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/emblems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/emotes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/filesystems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/intl", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/mimetypes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/places", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/status", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/stock/chart", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/stock/code", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/stock/data", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/stock/form", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/stock/image", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/stock/io", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/stock/media", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/stock/navigation", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/stock/net", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/stock/object", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/stock/table", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/72x72/stock/text", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/actions", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/animations", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/apps", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/mk7/.local/share/icons/hicolor", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
open("/home/mk7/.local/share/icons/hicolor/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/mk7/.local/share/icons/hicolor/96x96/apps", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 13
fstat(13, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
getdents(13, /* 3 entries */, 32768)    = 96
getdents(13, /* 0 entries */, 32768)    = 0
close(13)                               = 0
stat("/home/mk7/.local/share/icons/hicolor/96x96/categories", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/devices", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/emblems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/emotes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/filesystems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/intl", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/mimetypes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/places", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/status", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/stock/chart", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/stock/code", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/stock/data", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/stock/form", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/stock/image", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/stock/io", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/stock/media", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/stock/navigation", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/stock/net", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/stock/object", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/stock/table", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/96x96/stock/text", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/actions", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/animations", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/apps", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/mk7/.local/share/icons/hicolor", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
open("/home/mk7/.local/share/icons/hicolor/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/mk7/.local/share/icons/hicolor/128x128/apps", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 13
fstat(13, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
getdents(13, /* 3 entries */, 32768)    = 96
getdents(13, /* 0 entries */, 32768)    = 0
close(13)                               = 0
stat("/home/mk7/.local/share/icons/hicolor/128x128/categories", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/devices", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/emblems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/emotes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/filesystems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/intl", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/mimetypes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/places", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/status", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/stock/chart", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/stock/code", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/stock/data", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/stock/form", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/stock/image", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/stock/io", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/stock/media", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/stock/navigation", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/stock/net", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/stock/object", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/stock/table", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/128x128/stock/text", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/actions", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/animations", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/apps", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/categories", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/devices", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/emblems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/emotes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/filesystems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/intl", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/mimetypes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/places", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/status", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/stock/chart", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/stock/code", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/stock/data", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/stock/form", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/stock/image", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/stock/io", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/stock/media", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/stock/navigation", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/stock/net", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/stock/object", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/stock/table", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/192x192/stock/text", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/actions", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/animations", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/apps", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/mk7/.local/share/icons/hicolor", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
open("/home/mk7/.local/share/icons/hicolor/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/mk7/.local/share/icons/hicolor/256x256/apps", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 13
fstat(13, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
getdents(13, /* 3 entries */, 32768)    = 96
getdents(13, /* 0 entries */, 32768)    = 0
close(13)                               = 0
stat("/home/mk7/.local/share/icons/hicolor/256x256/categories", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/devices", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/emblems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/emotes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/filesystems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/intl", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/mimetypes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/places", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/status", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/stock/chart", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/stock/code", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/stock/data", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/stock/form", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/stock/image", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/stock/io", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/stock/media", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/stock/navigation", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/stock/net", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/stock/object", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/stock/table", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/256x256/stock/text", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/actions", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/animations", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/apps", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/mk7/.local/share/icons/hicolor", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
open("/home/mk7/.local/share/icons/hicolor/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/mk7/.local/share/icons/hicolor/512x512/apps", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 13
fstat(13, {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
getdents(13, /* 3 entries */, 32768)    = 96
getdents(13, /* 0 entries */, 32768)    = 0
close(13)                               = 0
stat("/home/mk7/.local/share/icons/hicolor/512x512/categories", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/devices", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/emblems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/emotes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/filesystems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/intl", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/mimetypes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/places", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/status", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/stock/chart", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/stock/code", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/stock/data", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/stock/form", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/stock/image", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/stock/io", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/stock/media", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/stock/navigation", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/stock/net", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/stock/object", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/stock/table", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/512x512/stock/text", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/actions", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/animations", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/apps", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/categories", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/devices", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/emblems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/emotes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/filesystems", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/intl", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/mimetypes", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/places", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/status", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/stock/chart", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/stock/code", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/stock/data", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/stock/form", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/stock/image", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/stock/io", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/stock/media", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/stock/navigation", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/stock/net", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/stock/object", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/stock/table", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/scalable/stock/text", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor/symbolic/apps", 0x7ffc421bb200) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/home/mk7/.local/share/icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/home/mk7/.local/share/icons/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/mk7/.local/share/icons", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 13
fstat(13, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents(13, /* 4 entries */, 32768)    = 112
getdents(13, /* 0 entries */, 32768)    = 0
close(13)                               = 0
stat("/home/mk7/.icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/home/mk7/.icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/home/mk7/.icons/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/home/mk7/.icons", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 13
fstat(13, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents(13, /* 2 entries */, 32768)    = 48
getdents(13, /* 0 entries */, 32768)    = 0
close(13)                               = 0
stat("/usr/share/mate/icons", 0x7ffc421bb480) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons", 0x7ffc421bb480) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/share/icons/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/icons", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 13
fstat(13, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents(13, /* 23 entries */, 32768)   = 776
getdents(13, /* 0 entries */, 32768)    = 0
close(13)                               = 0
stat("/usr/share/mate/pixmaps", 0x7ffc421bb480) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps", 0x7ffc421bb480) = -1 ENOENT (No such file or directory)
stat("/usr/share/pixmaps", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/pixmaps", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/share/pixmaps/icon-theme.cache", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/pixmaps", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 13
fstat(13, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getdents(13, /* 66 entries */, 32768)   = 2432
getdents(13, /* 0 entries */, 32768)    = 0
close(13)                               = 0
futex(0x7fc1447894a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fc1447894a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fc1447894a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fc1447894a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fc1447894a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fc1447894a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fc1447894a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/share/icons/mate/24x24/actions/document-new.png", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=1255, ...}) = 0
futex(0x7fc1447894a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
read(13, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\30\0\0\0\30\10\6\0\0\0\340w="..., 65536) = 1255
read(13, "", 65536)                     = 0
stat("/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so", {st_mode=S_IFREG|0644, st_size=23248, ...}) = 0
open("/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so", O_RDONLY|O_CLOEXEC) = 14
read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\37\0\0\0\0\0\0"..., 832) = 832
fstat(14, {st_mode=S_IFREG|0644, st_size=23248, ...}) = 0
mmap(NULL, 2118312, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7fc12e6b3000
mprotect(0x7fc12e6b8000, 2093056, PROT_NONE) = 0
mmap(0x7fc12e8b7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x4000) = 0x7fc12e8b7000
close(14)                               = 0
mprotect(0x7fc12e8b7000, 4096, PROT_READ) = 0
futex(0x7fc1447894a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
close(13)                               = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
open("/usr/share/icons/mate/24x24/actions/document-open.png", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=1021, ...}) = 0
read(13, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\30\0\0\0\30\10\6\0\0\0\340w="..., 65536) = 1021
read(13, "", 65536)                     = 0
close(13)                               = 0
open("/usr/share/icons/mate/24x24/apps/system-file-manager.png", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=1143, ...}) = 0
read(13, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\30\0\0\0\30\10\6\0\0\0\340w="..., 65536) = 1143
read(13, "", 65536)                     = 0
close(13)                               = 0
open("/usr/share/icons/mate/24x24/actions/window-close.png", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=1187, ...}) = 0
read(13, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\30\0\0\0\30\10\3\0\0\0\327\251\315"..., 65536) = 1187
read(13, "", 65536)                     = 0
close(13)                               = 0
open("/usr/share/icons/mate/24x24/actions/document-save.png", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=1253, ...}) = 0
read(13, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\30\0\0\0\30\10\6\0\0\0\340w="..., 65536) = 1253
read(13, "", 65536)                     = 0
close(13)                               = 0
open("/usr/share/icons/mate/24x24/actions/edit-undo.png", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=1033, ...}) = 0
read(13, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\30\0\0\0\30\10\6\0\0\0\340w="..., 65536) = 1033
read(13, "", 65536)                     = 0
close(13)                               = 0
open("/usr/share/icons/mate/24x24/actions/edit-cut.png", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=1347, ...}) = 0
read(13, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\30\0\0\0\30\10\6\0\0\0\340w="..., 65536) = 1347
read(13, "", 65536)                     = 0
close(13)                               = 0
open("/usr/share/icons/mate/24x24/actions/edit-copy.png", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=859, ...}) = 0
read(13, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\30\0\0\0\30\10\6\0\0\0\340w="..., 65536) = 859
read(13, "", 65536)                     = 0
close(13)                               = 0
open("/usr/share/icons/mate/24x24/actions/edit-paste.png", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=1084, ...}) = 0
read(13, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\30\0\0\0\30\10\6\0\0\0\340w="..., 65536) = 1084
read(13, "", 65536)                     = 0
close(13)                               = 0
open("/usr/share/icons/mate/24x24/actions/edit-find.png", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=1560, ...}) = 0
read(13, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\30\0\0\0\30\10\6\0\0\0\340w="..., 65536) = 1560
read(13, "", 65536)                     = 0
close(13)                               = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\201\2\5\0\0\2@\2\313\0@\2\0\0\0\0\0\0\0\0\201\2\5\0\0\2@\2\313\0@\2"..., iov_len=284}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 284
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 284
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\2\215\5\0\0\0\0\314\0@\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
shmdt(0x7fc12eb1a000)                   = 0
shmget(IPC_PRIVATE, 524288, IPC_CREAT|0600) = 4751368
shmat(4751368, NULL, 0)                 = 0x7fc12eb1a000
shmctl(4751368, IPC_RMID, NULL)         = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\202\2\2\0\332\0@\2\202\1\4\0\22\1@\2\10\200H\0\0\2\5\0\22\0\30\0\313\0@\2"..., iov_len=156}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 156
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
pselect6(6, [5], NULL, NULL, {tv_sec=0, tv_nsec=91358092}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=89639408})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\34\0\220\5\313\0@\2(\0\0\0\0\35%\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
pselect6(6, [5], NULL, NULL, {tv_sec=0, tv_nsec=88867623}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=85328660})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\26\0\222\5\313\0@\2\313\0@\2\0\0\0\0\2\0\36\0\360\2\312\2\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\213\7\2\0\373\0@\2", iov_len=8}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 8
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\17\0\2\0\362\37\0\1", iov_len=8}], 1) = 8
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\224\5\1\0\0\0\201\2\0\0\201\2\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 36
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\16\0\2\0\362\37\0\1(\0\4\0\201\2\0\0\317\0@\2\0\0\0\0(\0\4\0\201\2\0\0"..., iov_len=40}], 1) = 40
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 40
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\30\225\5\0\0\0\0\201\2\0\0\36\2\266\0\364\2\356\2\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 96
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="(\7\4\0\313\0@\2\201\2\0\0\0\0\0\0", iov_len=16}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 16
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 16
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\1\230\5\0\0\0\0\362\37\0\1 \2\324\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\22\0\n\0\313\0@\2\312\1\0\0\6\0\0\0 \200H\0\4\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4576}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4576
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 4576
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\34\0\231\5\313\0@\2\312\1\0\0\17\35%\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
pselect6(6, [5], NULL, NULL, {tv_sec=0, tv_nsec=67111177}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=47266574})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\f\0\234\5\313\0@\2\0\0 \0\360\2\"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="F\0\5\0\320\0@\2\322\0@\2\340\2\0\0\20\0d\2[\0\3\0 \0\0\0\377\377\377\0", iov_len=32}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 32
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 32
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 32
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\251\5\26\1@\2\3\0\202\0\22\1@\2\0\0\7\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 320
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\2\6\2\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 40
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\1\30\f\0,\1@\2\317\0@\2\377\377\377\377\1\0\1\0\0\0\1\0\261\1\0\0\32 \0\0"..., iov_len=104}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 104
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\2\7\6\0\0\0\0\314\0@\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\f\30\4\0,\1@\2@\0@\2\0\0\0\0\2\0\4\0,\1@\2\1\0\0\0\0\0\0\0"..., iov_len=116}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 116
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 1
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\23\0\n\6,\1@\2,\1@\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 96
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
open("/usr/share/icons/mate/scalable/actions/pan-up-symbolic.svg", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=3570, ...}) = 0
read(13, "<?xml version='1.0' encoding='UT"..., 8192) = 3570
read(13, "", 8192)                      = 0
close(13)                               = 0
open("/usr/share/icons/mate/scalable/actions/pan-up-symbolic.svg", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=3570, ...}) = 0
read(13, "<?xml version='1.0' encoding='UT"..., 65536) = 3570
read(13, "", 65536)                     = 0
brk(0x55b72eac9000)                     = 0x55b72eac9000
close(13)                               = 0
futex(0x7fc1447894a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/share/icons/mate/scalable/actions/pan-down-symbolic.svg", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=3573, ...}) = 0
read(13, "<?xml version='1.0' encoding='UT"..., 8192) = 3573
read(13, "", 8192)                      = 0
close(13)                               = 0
open("/usr/share/icons/mate/scalable/actions/pan-down-symbolic.svg", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=3573, ...}) = 0
read(13, "<?xml version='1.0' encoding='UT"..., 65536) = 3573
read(13, "", 65536)                     = 0
close(13)                               = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\22\0\30\0\313\0@\2(\0\0\0)\0\0\0 \0\4\0\22\0\0\0P\3\0\0\0\0\0\0"..., iov_len=4108}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4108
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 4108
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\34\0\21\6\313\0@\2(\0\0\0G\35%\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 288
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\17\0\2\0\362\37\0\1", iov_len=8}], 1) = 8
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 8
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0]\6\1\0\0\0\201\2\0\0\201\2\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 36
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\16\0\2\0\362\37\0\1(\0\4\0\201\2\0\0\317\0@\2\0\0\0\0(\0\4\0\201\2\0\0"..., iov_len=40}], 1) = 40
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 40
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\30^\6\0\0\0\0\201\2\0\0\36\2\266\0\364\2\356\2\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 96
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="F\0\5\0\320\0@\2\322\0@\2\340\2v\2\20\0\22\0[\0\3\0 \0\0\0\377\377\377\0", iov_len=32}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 32
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 32
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0b\6\2\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 40
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\1\30\f\0<\1@\2\317\0@\2\377\377\377\377\1\0\1\0\0\0\1\0\261\1\0\0\32 \0\0"..., iov_len=104}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 104
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 104
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\2g\6\0\0\0\0\314\0@\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="+\30\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 4
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\2h\6\0\0\0\0\314\0@\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\22\0\n\0\313\0@\2\312\1\0\0\6\0\0\0 \0\1\0\4\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=1980}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 1980
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\34\0i\6\313\0@\2\312\1\0\0f\35%\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 1
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0q\6=\1@\2\3\0\202\0\22\1@\2\0\240\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 32
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\200\6@\1@\2\3\0\202\0\22\1@\2\0\242\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
futex(0x7fc1447894a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7fc1447894a8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="F\0\5\0\320\0@\2\322\0@\2\0\0\0\0\360\2\210\2\27\0\2\0\31\1\0\0", iov_len=28}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 28
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\216\6\0\0\0\0\26\0\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0\367\0@\2\0\0\0\0\0\0d\2\360\2\22\0008\0\4\0\367\0@\2\4\0\0\0"..., iov_len=11516}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 11516
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=492614329}, {NULL, 8}) = 1 (in [12], left {tv_sec=0, tv_nsec=492608261})
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
read(12, "\1\3\0\1\1\0\0\0", 8)         = 8
read(12, "\1\0\0\000109d", 8)           = 8
stat(".", {st_mode=S_IFDIR|0770, st_size=0, ...}) = 0
stat("/media/sf_Home", {st_mode=S_IFDIR|0770, st_size=0, ...}) = 0
write(12, "\1\f\1\0?\0\0\0\5\0\0\0\0\0\0\0\f\0\0\0CloneCommand"..., 512) = 512
write(12, "\1\10\1\0\0\0\0\0", 8)       = 8
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=490240417}, {NULL, 8}) = 1 (in [12], left {tv_sec=0, tv_nsec=490234349})
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
read(12, "\1\22\0\1\0\0\0\0", 8)        = 8
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=489385974}, {NULL, 8}) = 1 (in [12], left {tv_sec=0, tv_nsec=489380879})
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
read(12, "\1\3\0\1\1\0\0\0", 8)         = 8
read(12, "\377\1\0\001109d", 8)         = 8
write(12, "\1\0\3\200\3\0\0\0\3\0\0\0\t\0\0\0\10\0\0\0\1\0\0\0\377Command", 32) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=488184360}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0\10\0\0\0\320\2\22\0\213\6\5\0C\1@\2\0\0\0\0"..., iov_len=140}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 140
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=487586654}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0\323\0@\2\0\0\0\0\10\0\0\0\t\0\22\0\213\6\5\0C\1@\2\0\0\0\0"..., iov_len=140}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 140
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=492587131}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0\323\0@\2\0\0\0\0\10\0\0\0\t\0\22\0\213\32\7\0\1\1@\2C\1@\2"..., iov_len=120}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 120
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=330796801}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0\10\0\0\0\320\2\22\0\213\6\5\0C\1@\2\0\0\0\0"..., iov_len=140}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 140
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=494632083}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=340249161})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\n\0\313\10\314\0@\2\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 96
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 96
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="+\0\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 4
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\2\314\10\0\0\0\0\314\0@\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\2\0\4\0\317\0@\2\4\0\0\0\324\0@\2+\2\1\0", iov_len=20}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 20
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 20
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\2\316\10\0\0\0\0\314\0@\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
write(6, "\1\0\0\0\0\0\0\0", 8)         = 8
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=6, revents=POLLIN}])
read(6, "\1\0\0\0\0\0\0\0", 16)         = 8
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="7\0\4\0H\1@\2\320\0@\2\0\0\0\0;\0\5\0H\1@\2\0\0\0\0\10\0\0\0"..., iov_len=116}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 116
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\3\324\10E\5\0\0\0\0\10\377G\0\0\34\34\10g\1\370\0\0\0\0\0\0\0\0\0\0\10"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 4096
recvfrom(5, "\0\0\0\0\1\1\1\0h\377\0\0\0\0\0\0\1\1\1\0X\377\10\20\0\0\0\0\1\1\1\0"..., 1332, 0, NULL, NULL) = 1332
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\207\21\3\0\3\0@\2\0\30\0\0", iov_len=12}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 12
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 12
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 12
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\3\325\10\16\0\0\0\0\30\0\0\10\377\34\1\377\37\10\370\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 88
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\20\0\3\0\4\0@\2Meta", iov_len=12}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 12
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 12
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\326\10\0\0\0\0\215\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\20\0\4\0\5\0@\2Super\0\0\0", iov_len=16}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 16
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\327\10\0\0\0\0\216\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\20\0\4\0\5\0@\2Hyper\0\0\0", iov_len=16}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 16
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\330\10\0\0\0\0\217\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\213\32\7\0\1\0@\2-\1@\2\377\377\377\377\377\377\377\377\340\2\0\0\20\0d\2\213\32\7\0"..., iov_len=3784}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 3784
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 3784
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\335\10I\1@\2\3\0\202\0\22\1@\2\0\240\7\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\375\10O\1@\2\3\0\202\0\22\1@\2\0\244\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 0
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\f\tR\1@\2\3\0\202\0\22\1@\2\0\246\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0H\1@\2\0\0\0\0\10\0\0\0\320\2\22\0C\2\5\0\320\0@\2H\1@\2"..., iov_len=72}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 72
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [5 6 9 12], [], NULL, {tv_sec=6, tv_nsec=904995065}, {NULL, 8}) = 1 (in [5], left {tv_sec=6, tv_nsec=618824196})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\t\1\34\t\313\0@\2\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 96
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="+\0\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\2\35\t\0\0\0\0\314\0@\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\2\0\4\0\317\0@\2\10\0\0\0\0\0\0\0+\2\1\0", iov_len=20}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 20
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\2\37\t\0\0\0\0\314\0@\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
write(6, "\1\0\0\0\0\0\0\0", 8)         = 8
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="F\0\5\0\320\0@\2\322\0@\2\10\0\0\0\t\0\22\0;\0\5\0D\1@\2\0\0\0\0"..., iov_len=272}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 272
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\1+\t\0\0\0\0\201\2\0\0\0\0\0\0\251\5\374\0\211\3(\0\4\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=6, revents=POLLIN}])
read(6, "\1\0\0\0\0\0\0\0", 16)         = 8
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\213\32\7\0\1\0@\2-\1@\2\377\377\377\377\377\377\377\377\340\2\0\0\20\0d\2\213\32\7\0"..., iov_len=3784}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 3784
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1571782636, tv_nsec=312247746}}, NULL) = 0
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLIN|POLLOUT}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0000\tU\1@\2\3\0\202\0\22\1@\2\0\240\7\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 64
writev(5, [{iov_base=";\0\5\0\323\0@\2\0\0\0\0\10\0\0\0\t\0\22\0\213\32\7\0\1\0d\2C\1@\2"..., iov_len=120}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 120
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 0
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0P\t[\1@\2\3\0\202\0\22\1@\2\0\244\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0_\t^\1@\2\3\0\202\0\22\1@\2\0\246\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1571782636, tv_nsec=312247746}}, NULL) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1571782636, tv_nsec=312247746}}, NULL) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0\10\0\0\0\320\2\22\0\213\6\5\0C\1@\2\0\0\0\0"..., iov_len=656}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 656
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=499226228}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=443411424})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\3\32\213\t\231)%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\4\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=440512674}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=235086277})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\3i\213\ti*%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\4\0\1\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=232678601}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0Y\0\0\0\177\2\22\0\213\6\5\0C\1@\2\0\0\0\0"..., iov_len=244}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 244
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=497220160}, {NULL, 8}) = 1 (in [3], left {tv_sec=0, tv_nsec=8474937})
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
read(3, "\1\0\0\0\0\0\0\0", 8)          = 8
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=6361583}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0b\0\0\0v\2\22\0\213\6\5\0C\1@\2\0\0\0\0"..., iov_len=388}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 388
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=493186527}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0Y\0\0\0\177\2\22\0\213\6\5\0C\1@\2\0\0\0\0"..., iov_len=244}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 244
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=494169535}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0b\0\0\0v\2\22\0\213\6\5\0C\1@\2\0\0\0\0"..., iov_len=388}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 388
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=492802616}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=97405508})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\2A\277\t\3062%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\0\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1571782638, tv_nsec=729558215}}, NULL) = 0
stat("/media/sf_Home/zz_stuff", {st_mode=S_IFREG|0770, st_size=11, ...}) = 0
stat("/var/run/random-seed", 0x7ffc421bb0e0) = -1 ENOENT (No such file or directory)
access("/var/run/utmpx", F_OK)          = -1 ENOENT (No such file or directory)
open("/var/run/utmp", O_RDONLY|O_CLOEXEC) = 13
lseek(13, 0, SEEK_SET)                  = 0
alarm(0)                                = 0
rt_sigaction(SIGALRM, {sa_handler=0x7fc13f80d130, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7fc13f723060}, {sa_handler=0x55b72d4acb20, sa_mask=[INT QUIT ALRM CHLD PROF WINCH IO], sa_flags=SA_RESTORER, sa_restorer=0x7fc1407ae0e0}, 8) = 0
alarm(10)                               = 0
fcntl(13, F_SETLKW, {l_type=F_RDLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
read(13, "\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
fcntl(13, F_SETLKW, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0}) = 0
alarm(0)                                = 10
rt_sigaction(SIGALRM, {sa_handler=0x55b72d4acb20, sa_mask=[INT QUIT ALRM CHLD PROF WINCH IO], sa_flags=SA_RESTORER, sa_restorer=0x7fc13f723060}, NULL, 8) = 0
close(13)                               = 0
uname({sysname="Linux", nodename="deb", ...}) = 0
getpid()                                = 2246
symlink("mk7@deb.2246:1571819801", "/media/sf_Home/.#zz_stuff") = -1 EPERM (Operation not permitted)
getpid()                                = 2246
open("/media/sf_Home/.#-emacsvxLcB2", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 13
write(13, "mk7@deb.2246:1571819801", 23) = 23
fchmod(13, 0444)                        = 0
close(13)                               = 0
renameat2(AT_FDCWD, "/media/sf_Home/.#-emacsvxLcB2", AT_FDCWD, "/media/sf_Home/.#zz_stuff", RENAME_NOREPLACE) = 0
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\2\0\4\0\317\0@\2\0@\0\0\23\0@\2\27\2\2\0\31\1\0\0", iov_len=24}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 24
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 24
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\301\t\0\0\0\0\26\0\340\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\201\2\5\0\0\2@\2\313\0@\2\0\0\0\0\0\0\0\0\201\2\5\0\0\2@\2\313\0@\2"..., iov_len=1104}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 1104
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
shmdt(0x7fc12eb1a000)                   = 0
shmget(IPC_PRIVATE, 524288, IPC_CREAT|0600) = 4784135
shmat(4784135, NULL, 0)                 = 0x7fc12eb1a000
shmctl(4784135, IPC_RMID, NULL)         = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\202\2\2\0\22\1@\2\202\1\4\0a\1@\2\7\0I\0\0\2\5\0\22\0\n\0\313\0@\2"..., iov_len=4280}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4280
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=491116004}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=488402827})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 1
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\34\0\365\t\313\0@\2\312\1\0\0\0023%\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 352
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0[\ny\1@\2\3\0\202\0a\1@\2\0\240\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0j\n|\1@\2\3\0\202\0a\1@\2\0\242\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=480227746}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=411537105})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\3Aw\nO3%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\0\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=405469827}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0b\0\0\0v\2\22\0\213\6\5\0C\1@\2\0\0\0\0"..., iov_len=244}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 244
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=498038134}, {NULL, 8}) = 1 (in [3], left {tv_sec=0, tv_nsec=48096396})
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
read(3, "\1\0\0\0\0\0\0\0", 8)          = 8
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=46098757}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0k\0\0\0m\2\22\0\213\6\5\0C\1@\2\0\0\0\0"..., iov_len=388}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 388
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=494639625}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0b\0\0\0v\2\22\0\213\6\5\0C\1@\2\0\0\0\0"..., iov_len=244}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 244
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=495066562}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0k\0\0\0m\2\22\0\213\6\5\0C\1@\2\0\0\0\0"..., iov_len=388}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 388
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=492624696}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=434554138})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\2:\253\n\r;%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\0\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1571782640, tv_nsec=849181907}}, NULL) = 0
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0Y\0\0\0\177\2\22\0\213\6\5\0C\1@\2\0\0\0\0"..., iov_len=752}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 752
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
stat("/usr/share/pixmaps/gnome", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps/gnome", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/pixmaps/gnome", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/gnome", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/local/share/icons/gnome", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/gnome", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.icons/gnome", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/gnome", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/share/pixmaps/mate", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps/mate", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/pixmaps/mate", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/mate", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/local/share/icons/mate", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/mate", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.icons/mate", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/mate", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/Adwaita", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.icons/Adwaita", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/Adwaita", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons/Adwaita", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/Adwaita", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/mate/pixmaps/Adwaita", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps/Adwaita", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/share/pixmaps/Adwaita", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/mk7/.icons/hicolor", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/hicolor", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons/hicolor", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/hicolor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/mate/pixmaps/hicolor", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps/hicolor", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/share/pixmaps/hicolor", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/home/mk7/.icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/mate/icons", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/mate/pixmaps", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps", 0x7ffc421be030) = -1 ENOENT (No such file or directory)
stat("/usr/share/pixmaps", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\22\0\n\0\313\0@\2\312\1\0\0\6\0\0\0 \2\22\0\4\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=1932}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 1932
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=480533378}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=473322896})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\34\0\313\n\313\0@\2\312\1\0\0001;%\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 32
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\320\n\177\1@\2\3\0\202\0a\1@\2\0\240\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\337\n\202\1@\2\3\0\202\0a\1@\2\0\242\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=468370737}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=443475821})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\3:\353\nO;%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\0\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=435814065}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=356720510})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\2 \353\n\245;%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\0\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1571782641, tv_nsec=922585}}, NULL) = 0
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0b\0\0\0v\2\22\0\213\6\5\0C\1@\2\0\0\0\0"..., iov_len=860}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 860
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\22\0\n\0\313\0@\2\312\1\0\0\6\0\0\0 \2\22\0\4\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=1932}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 1932
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=496821519}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=482067518})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\34\0\20\v\313\0@\2\312\1\0\0\277;%\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\25\v\205\1@\2\3\0\202\0a\1@\2\0\240\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0$\v\210\1@\2\3\0\202\0a\1@\2\0\242\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=479197130}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=426769409})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLIN|POLLOUT}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\3 0\v\367;%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\0\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
writev(5, [{iov_base="\177\0\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=421098161}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=364783585})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\2\0331\v5<%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\0\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1571782641, tv_nsec=141230010}}, NULL) = 0
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0t\0\0\0d\2\22\0008\0\4\0D\1@\2\4\0\0\0"..., iov_len=864}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 864
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\22\0\n\0\313\0@\2\312\1\0\0\6\0\0\0 \2\22\0\4\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=1932}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 1932
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=495269379}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=490589187})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\34\0W\v\313\0@\2\312\1\0\0B<%\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=5, revents=POLLIN}])
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0k\v\216\1@\2\3\0\202\0a\1@\2\0\242\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=487766698}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=456011536})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\2\32w\ve<%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\0\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1571782641, tv_nsec=190639080}}, NULL) = 0
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0}\0\0\0[\2\22\0008\0\4\0D\1@\2\4\0\0\0"..., iov_len=864}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 864
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\22\0\n\0\313\0@\2\312\1\0\0\6\0\0\0 \2\22\0\4\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=1932}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 1932
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=494160757}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=492657729})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\34\0\235\v\313\0@\2\312\1\0\0u<%\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\242\v\221\1@\2\3\0\202\0a\1@\2\0\240\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\261\v\224\1@\2\3\0\202\0a\1@\2\0\242\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=488904892}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=488468028})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\3\33\274\vw<%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\0\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=486923370}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=392265086})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\3\32\275\v\327<%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\0\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=389263431}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0\206\0\0\0R\2\22\0008\0\4\0D\1@\2\4\0\0\0"..., iov_len=384}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 384
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=498918534}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=242035626})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\2A\316\vm?%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\0\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1571782641, tv_nsec=967855124}}, NULL) = 0
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0\217\0\0\0I\2\22\0008\0\4\0D\1@\2\4\0\0\0"..., iov_len=832}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 832
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\22\0\n\0\313\0@\2\312\1\0\0\6\0\0\0 \2\22\0\4\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=1932}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 1932
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=490668045}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=479990983})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\34\0\362\v\313\0@\2\312\1\0\0\211?%\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 96
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=475624591}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=410598091})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\3A\22\f\316?%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\0\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=406649417}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=292113017})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\2'\22\fE@%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\0\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1571782642, tv_nsec=184738220}}, NULL) = 0
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0\206\0\0\0R\2\22\0008\0\4\0D\1@\2\4\0\0\0"..., iov_len=756}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 756
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\22\0\n\0\313\0@\2\312\1\0\0\6\0\0\0 \2\22\0\4\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=1932}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 1932
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=488606571}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=487996058})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\34\0003\f\313\0@\2\312\1\0\0Z@%\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 64
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 64
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0G\f\240\1@\2\3\0\202\0a\1@\2\0\242\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\2 S\f]@%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\0\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1571782642, tv_nsec=205947185}}, NULL) = 0
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0\10\0\0\0\320\2\22\0\213\6\5\0C\1@\2\0\0\0\0"..., iov_len=648}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 648
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=6000000}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\22\0\n\0\313\0@\2\312\1\0\0\6\0\0\0 \2\22\0\4\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=1932}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 1932
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=486443763}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=478673787})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\34\0o\f\313\0@\2\312\1\0\0w@%\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0t\f\243\1@\2\3\0\202\0a\1@\2\0\240\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\203\f\246\1@\2\3\0\202\0a\1@\2\0\242\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=476635322}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=463705167})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\3'\217\f\207@%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\0\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=459674610}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=415328582})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\3 \217\f\271@%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\0\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=411819074}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0\241\0\0\0007\2\22\0008\0\4\0D\1@\2\4\0\0\0"..., iov_len=276}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 276
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=180503528}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=306456954}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=96963428})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\n\0\233\f\314\0@\2\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 64
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 64
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="U\2\233\f\360C%\0\3\4\4\0\0\0\0\0\0\0\0\4\4\4\4\4\0\0\3\37i\2\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="+\0\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 4
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\2\234\f\0\0\0\0\314\0@\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\2\0\4\0\317\0@\2\4\0\0\0\324\0@\2+\2\1\0", iov_len=20}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 20
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 20
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\2\236\f\0\0\0\0\314\0@\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
write(6, "\1\0\0\0\0\0\0\0", 8)         = 8
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=6, revents=POLLIN}])
read(6, "\1\0\0\0\0\0\0\0", 16)         = 8
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0H\1@\2\0\0\0\0\10\0\0\0\320\2\22\0C\0\5\0\320\0@\2H\1@\2"..., iov_len=88}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 88
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\213\32\7\0\1\1@\2-\1@\2\377\377\377\377\377\377\377\377\340\2\0\0\20\0d\2\213\32\7\0"..., iov_len=3784}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 3784
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0H\1@\2\0\0\0\0\10\0\0\0\320\2\22\0C\2\5\0\320\0@\2H\1@\2"..., iov_len=72}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 72
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=4, tv_nsec=696000000}, {NULL, 8}) = 1 (in [5], left {tv_sec=4, tv_nsec=691466988})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\250\f\251\1@\2\3\0\202\0a\1@\2\0\240\7\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=5, revents=POLLIN}])
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\310\f\257\1@\2\3\0\202\0a\1@\2\0\244\7\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=4, tv_nsec=687000000}, {NULL, 8}) = 1 (in [5], left {tv_sec=4, tv_nsec=647575035})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\t\1\347\f\313\0@\2\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 32
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 32
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\t\0\347\f\314\0@\2\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="+\0\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 4
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\2\350\f\0\0\0\0\314\0@\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\2\0\4\0\317\0@\2\10\0\0\0\0\0\0\0+\2\1\0", iov_len=20}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 20
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 20
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\2\352\f\0\0\0\0\314\0@\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
write(6, "\1\0\0\0\0\0\0\0", 8)         = 8
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="F\0\5\0\320\0@\2\322\0@\2\252\0\0\0\t\0\22\0;\0\5\0D\1@\2\0\0\0\0"..., iov_len=792}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 792
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\1\f\r\0\0\0\0\201\2\0\0\0\0\0\0\251\5\374\0\211\3(\0\4\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=6, revents=POLLIN}])
read(6, "\1\0\0\0\0\0\0\0", 16)         = 8
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\213\32\7\0\1\0@\2-\1@\2\377\377\377\377\377\377\377\377\340\2\0\0\20\0d\2\213\32\7\0"..., iov_len=3784}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 3784
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=499172162}, {NULL, 8}) = 1 (in [3], left {tv_sec=0, tv_nsec=499159113})
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[INT]})              = 0
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[INT]})              = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\21\r\265\1@\2\3\0\202\0a\1@\2\0\240\7\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0001\r\273\1@\2\3\0\202\0a\1@\2\0\244\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 32
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0@\r\276\1@\2\3\0\202\0a\1@\2\0\246\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
read(3, "\1\0\0\0\0\0\0\0", 8)          = 8
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=491192994}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=471013092})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0035L\rvD%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\4\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=465167095}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=360812123})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\2'L\r\345D%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\4\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1571782643, tv_nsec=369232916}}, NULL) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0\10\0v\2\320\2\22\0\213\6\5\0C\1@\2\0\0\0\0"..., iov_len=196}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 196
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
stat("/media/sf_Home/zz_stuff", {st_mode=S_IFREG|0770, st_size=11, ...}) = 0
faccessat(AT_FDCWD, "/media/sf_Home/zz_stuff", F_OK) = 0
faccessat(AT_FDCWD, "/media/sf_Home/", F_OK) = 0
faccessat(AT_FDCWD, "/media/sf_Home/zz_stuff", W_OK) = 0
openat(AT_FDCWD, "/media/sf_Home/zz_stuff", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 13
fstat(13, {st_mode=S_IFREG|0770, st_size=11, ...}) = 0
close(13)                               = 0
readlinkat(AT_FDCWD, "/media/sf_Home/zz_stuff", 0x7ffc421be0c0, 1024) = -1 EINVAL (Invalid argument)
open("/media/sf_Home", O_RDONLY|O_DIRECTORY|O_CLOEXEC) = 13
fstat(13, {st_mode=S_IFDIR|0770, st_size=0, ...}) = 0
fcntl(13, F_GETFL)                      = 0x18000 (flags O_RDONLY|O_LARGEFILE|O_DIRECTORY)
fcntl(13, F_SETFD, FD_CLOEXEC)          = 0
getdents(13, /* 7 entries */, 32768)    = 200
getdents(13, /* 0 entries */, 32768)    = 0
close(13)                               = 0
stat("/media/sf_Home/zz_stuff", {st_mode=S_IFREG|0770, st_size=11, ...}) = 0
faccessat(AT_FDCWD, "/media/sf_Home/", W_OK) = 0
openat(AT_FDCWD, "/media/sf_Home/zz_stuff", O_RDONLY|O_NOFOLLOW|O_CLOEXEC|O_PATH) = 13
fstat(13, {st_mode=S_IFREG|0770, st_size=11, ...}) = 0
close(13)                               = 0
geteuid()                               = 1000
umask(077)                              = 022
open("/media/sf_Home/zz_stuff", O_RDONLY|O_CLOEXEC) = 13
fstat(13, {st_mode=S_IFREG|0770, st_size=11, ...}) = 0
open("/media/sf_Home/zz_stuff~", O_WRONLY|O_CREAT|O_EXCL|O_CLOEXEC, 0700) = 14
ioctl(14, BTRFS_IOC_CLONE or FICLONE, 13) = -1 EOPNOTSUPP (Operation not supported)
read(13, "some stuff\n", 16384)         = 11
write(14, "some stuff\n", 11)           = 11
read(13, "", 16384)                     = 0
fchown(14, 0, 999)                      = 0
utimensat(14, NULL, [{tv_sec=1571782575, tv_nsec=176680600}, {tv_sec=1571782575, tv_nsec=178367300}], 0) = 0
close(14)                               = 0
close(13)                               = 0
umask(022)                              = 077
chmod("/media/sf_Home/zz_stuff~", 0770) = 0
faccessat(AT_FDCWD, "/media/sf_Home/", W_OK) = 0
stat("/media/sf_Home/zz_stuff", {st_mode=S_IFREG|0770, st_size=11, ...}) = 0
uname({sysname="Linux", nodename="deb", ...}) = 0
getpid()                                = 2246
symlink("mk7@deb.2246:1571819801", "/media/sf_Home/.#zz_stuff") = -1 EEXIST (File exists)
readlinkat(AT_FDCWD, "/media/sf_Home/.#zz_stuff", 0x7ffc421bc4b8, 8193) = -1 EINVAL (Invalid argument)
open("/media/sf_Home/.#zz_stuff", O_RDONLY|O_NOFOLLOW|O_CLOEXEC) = 13
read(13, "mk7@deb.2246:1571819801", 8193) = 23
close(13)                               = 0
uname({sysname="Linux", nodename="deb", ...}) = 0
getpid()                                = 2246
open("/media/sf_Home/zz_stuff", O_WRONLY|O_CREAT|O_TRUNC|O_CLOEXEC, 0666) = 13
write(13, "some stuff more so", 18)     = 18
write(13, "\n", 1)                      = 1
fsync(13)                               = 0
fstat(13, {st_mode=S_IFREG|0770, st_size=19, ...}) = 0
close(13)                               = 0
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 0
open("/media/sf_Home/zz_stuff", O_WRONLY|O_CLOEXEC) = 13
fstat(13, {st_mode=S_IFREG|0770, st_size=19, ...}) = 0
close(13)                               = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\3'S\r\35E%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\4\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1571782643, tv_nsec=369232916}}, NULL) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
readlinkat(AT_FDCWD, "/media/sf_Home/.#zz_stuff", 0x7ffc421bc458, 8193) = -1 EINVAL (Invalid argument)
open("/media/sf_Home/.#zz_stuff", O_RDONLY|O_NOFOLLOW|O_CLOEXEC) = 13
read(13, "mk7@deb.2246:1571819801", 8193) = 23
close(13)                               = 0
uname({sysname="Linux", nodename="deb", ...}) = 0
getpid()                                = 2246
unlink("/media/sf_Home/.#zz_stuff")     = -1 EPERM (Operation not permitted)
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\207\3\7\0\0\1\0\3\0\4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0;\0\5\0"..., iov_len=940}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 940
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=490872130}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=412637605})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\3iw\r\177E%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\4\0\1\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=408082920}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0\241\0\0\0007\2\22\0008\0\4\0D\1@\2\4\0\0\0"..., iov_len=276}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 276
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=497618754}, {NULL, 8}) = 1 (in [3], left {tv_sec=0, tv_nsec=133467410})
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
read(3, "\1\0\0\0\0\0\0\0", 8)          = 8
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=131292624}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0\323\0@\2\0\0\0\0\252\0\0\0\t\0\22\0008\0\4\0\323\0@\2\4\0\0\0"..., iov_len=524}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 524
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=493409672}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0\241\0\0\0007\2\22\0008\0\4\0D\1@\2\4\0\0\0"..., iov_len=276}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 276
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=493553801}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0\323\0@\2\0\0\0\0\252\0\0\0\t\0\22\0008\0\4\0\323\0@\2\4\0\0\0"..., iov_len=524}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 524
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=493350624}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0\241\0\0\0007\2\22\0008\0\4\0D\1@\2\4\0\0\0"..., iov_len=276}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 276
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=472936948}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0\323\0@\2\0\0\0\0\252\0\0\0\t\0\22\0008\0\4\0\323\0@\2\4\0\0\0"..., iov_len=524}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 524
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=484442253}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=79372503})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\n\0\335\r\314\0@\2\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 96
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="+\0\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\2\336\r\0\0\0\0\314\0@\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\2\0\4\0\317\0@\2\4\0\0\0\324\0@\2+\0\1\0", iov_len=20}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 20
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 20
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\2\340\r\0\0\0\0\314\0@\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
write(6, "\1\0\0\0\0\0\0\0", 8)         = 8
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=6, revents=POLLIN}])
read(6, "\1\0\0\0\0\0\0\0", 16)         = 8
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0\241\0\0\0007\2\22\0008\0\4\0D\1@\2\4\0\0\0"..., iov_len=332}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 332
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
stat("/usr/share/pixmaps/gnome", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps/gnome", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/pixmaps/gnome", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/gnome", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/local/share/icons/gnome", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/gnome", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.icons/gnome", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/gnome", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/share/pixmaps/mate", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps/mate", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/pixmaps/mate", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/mate", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/local/share/icons/mate", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/mate", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.icons/mate", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/mate", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/Adwaita", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.icons/Adwaita", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/Adwaita", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons/Adwaita", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/Adwaita", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/mate/pixmaps/Adwaita", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps/Adwaita", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/share/pixmaps/Adwaita", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/mk7/.icons/hicolor", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/hicolor", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons/hicolor", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/hicolor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/mate/pixmaps/hicolor", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps/hicolor", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/share/pixmaps/hicolor", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/home/mk7/.icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/mate/icons", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/mate/pixmaps", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps", 0x7ffc421bd830) = -1 ENOENT (No such file or directory)
stat("/usr/share/pixmaps", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\213\32\7\0\1\1@\2-\1@\2\377\377\377\377\377\377\377\377\340\2\0\0\20\0d\2\213\32\7\0"..., iov_len=3784}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 3784
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 3784
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 3784
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\364\r\301\1@\2\3\0\202\0a\1@\2\0\240\7\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 128
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0H\1@\2\0\0\0\0\10\0\0\0\320\2\22\0C\2\5\0\320\0@\2H\1@\2"..., iov_len=72}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 72
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=871000000}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=664465095})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\t\0013\16\313\0@\2\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 96
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="+\0\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 4
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0024\16\0\0\0\0\314\0@\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\2\0\4\0\317\0@\2\10\0\0\0\0\0\0\0+\2\1\0", iov_len=20}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 20
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 20
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0026\16\0\0\0\0\314\0@\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
write(6, "\1\0\0\0\0\0\0\0", 8)         = 8
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="F\0\5\0\320\0@\2\322\0@\2\252\0\0\0\t\0\22\0;\0\5\0D\1@\2\0\0\0\0"..., iov_len=792}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 792
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\1X\16\0\0\0\0\201\2\0\0\0\0\0\0\251\5\374\0\211\3(\0\4\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=6, revents=POLLIN}])
read(6, "\1\0\0\0\0\0\0\0", 16)         = 8
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\213\32\7\0\1\0@\2-\1@\2\377\377\377\377\377\377\377\377\340\2\0\0\20\0d\2\213\32\7\0"..., iov_len=3784}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 3784
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0\323\0@\2\0\0\0\0\252\0\0\0\t\0\22\0008\2\4\0\323\0@\2\4\0\0\0"..., iov_len=1192}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 1192
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=499672448}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=495548969})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0]\16\315\1@\2\3\0\202\0a\1@\2\0\240\7\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0}\16\323\1@\2\3\0\202\0a\1@\2\0\244\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\214\16\326\1@\2\3\0\202\0a\1@\2\0\246\7\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=493489089}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=466823474})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0035\312\16\6T%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\4\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=465642020}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=300362801})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0026\312\16\254T%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\4\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1571782647, tv_nsec=408916874}}, NULL) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\\\0\6\0 \0\0\0\v\0\0\0medium blue\0", iov_len=24}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 24
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 24
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\0\313\16\0\0\0\0\0\0\0\0\315\315\0\0\0\0\315\315\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
timerfd_settime(3, TFD_TIMER_ABSTIME, {it_interval={tv_sec=0, tv_nsec=0}, it_value={tv_sec=1571782647, tv_nsec=408916874}}, NULL) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="7\0\7\0\331\1@\2\320\0@\2\f\0\1\0\315\0\0\0\377\377\377\0\0\0\0\0;\0\5\0"..., iov_len=788}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 788
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
rt_sigprocmask(SIG_BLOCK, [INT ALRM], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0\331\1@\2\0\0\0\0\207\2v\2Q\0\22\0\213\6\5\0C\1@\2\0\0\0\0"..., iov_len=388}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 388
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=415000000}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=375797128})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0036\371\16\346T%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\4\0\1\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=374000000}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=269067844})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLIN|POLLOUT}])
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\3i\371\16PU%\0\201\2\0\0\314\0@\2\0\0\0\0\251\5\374\0\212\3)\0\4\0\1\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 64
writev(5, [{iov_base="\177\0\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=259000000}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=79408061}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0D\1@\2\0\0\0\0\241\0\0\0007\2\22\0008\6\4\0D\1@\2\4\0\0\0"..., iov_len=704}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 704
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=496637582}, {NULL, 8}) = 1 (in [3], left {tv_sec=0, tv_nsec=13536716})
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
read(3, "\1\0\0\0\0\0\0\0", 8)          = 8
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=10950144}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0H\1@\2\0\0\0\0\10\0\0\0\320\2\22\0C\6\5\0\320\0@\2H\1@\2"..., iov_len=444}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 444
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=494455092}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0H\1@\2\0\0\0\0\10\0\0\0\320\2\22\0C\6\5\0\320\0@\2H\1@\2"..., iov_len=444}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 444
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=493210915}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0H\1@\2\0\0\0\0\10\0\0\0\320\2\22\0C\6\5\0\320\0@\2H\1@\2"..., iov_len=444}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 444
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=492962651}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0H\1@\2\0\0\0\0\10\0\0\0\320\2\22\0C\6\5\0\320\0@\2H\1@\2"..., iov_len=444}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 444
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=494321452}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0H\1@\2\0\0\0\0\10\0\0\0\320\2\22\0C\6\5\0\320\0@\2H\1@\2"..., iov_len=444}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 444
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=492051032}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0H\1@\2\0\0\0\0\10\0\0\0\320\2\22\0C\6\5\0\320\0@\2H\1@\2"..., iov_len=444}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 444
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=492911167}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0H\1@\2\0\0\0\0\10\0\0\0\320\2\22\0C\6\5\0\320\0@\2H\1@\2"..., iov_len=444}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 444
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=492683516}, {NULL, 8}) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0H\1@\2\0\0\0\0\10\0\0\0\320\2\22\0C\6\5\0\320\0@\2H\1@\2"..., iov_len=444}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 444
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=493820864}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=98361915})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\17\0\260\17\313\0@\2\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 96
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=0, tv_nsec=95134695}, {NULL, 8}) = 1 (in [5], left {tv_sec=0, tv_nsec=88589430})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\n\3\260\17\314\0@\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"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 64
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="+\0\1\0", iov_len=4}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 4
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\1\261\17\0\0\0\0\6\0\200\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\2\0\4\0\317\0@\2\4\0\0\0\324\0@\2+\2\1\0", iov_len=20}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 20
poll([{fd=5, events=POLLIN}], 1, -1)    = 1 ([{fd=5, revents=POLLIN}])
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\1\1\263\17\0\0\0\0\6\0\200\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
write(6, "\1\0\0\0\0\0\0\0", 8)         = 8
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0H\1@\2\0\0\0\0\10\0\0\0\320\2\22\0C\6\5\0\320\0@\2H\1@\2"..., iov_len=444}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 444
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 1 ([{fd=6, revents=POLLIN}])
read(6, "\1\0\0\0\0\0\0\0", 16)         = 8
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
stat("/usr/share/pixmaps/gnome", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps/gnome", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/pixmaps/gnome", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/gnome", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/local/share/icons/gnome", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/gnome", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.icons/gnome", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/gnome", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/share/pixmaps/mate", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps/mate", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/pixmaps/mate", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/mate", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/local/share/icons/mate", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/mate", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.icons/mate", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/mate", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/Adwaita", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.icons/Adwaita", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/Adwaita", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons/Adwaita", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/Adwaita", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/mate/pixmaps/Adwaita", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps/Adwaita", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/share/pixmaps/Adwaita", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons/hicolor", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/home/mk7/.icons/hicolor", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/share/mate/icons/hicolor", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons/hicolor", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons/hicolor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/mate/pixmaps/hicolor", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps/hicolor", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/share/pixmaps/hicolor", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/home/mk7/.local/share/icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/home/mk7/.icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/mate/icons", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/icons", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/share/icons", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat("/usr/share/mate/pixmaps", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/local/share/pixmaps", 0x7ffc421bc680) = -1 ENOENT (No such file or directory)
stat("/usr/share/pixmaps", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base="\213\32\7\0\1\1@\2-\1@\2\377\377\377\377\377\377\377\377\340\2\0\0\20\0d\2\213\32\7\0"..., iov_len=3784}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 3784
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [WINCH IO], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [WINCH IO], NULL, 8) = 0
poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}])
writev(5, [{iov_base=";\0\5\0H\1@\2\0\0\0\0\10\0\0\0\320\2\22\0C\2\5\0\320\0@\2H\1@\2"..., iov_len=444}, {iov_base=NULL, iov_len=0}, {iov_base="", iov_len=0}], 3) = 444
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=100000, tv_nsec=0}, {NULL, 8}) = 1 (in [5], left {tv_sec=99999, tv_nsec=969699722})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[INT]})              = 0
--- SIGIO {si_signo=SIGIO, si_code=SI_TKILL, si_pid=2246, si_uid=1000} ---
rt_sigreturn({mask=[INT]})              = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\313\17\334\1@\2\3\0\202\0a\1@\2\0\240\7\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 128
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=100000, tv_nsec=0}, {NULL, 8}) = 1 (in [5], left {tv_sec=99998, tv_nsec=855066391})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="U\2\31\20\244l%\0\3\4\4\0\0\0\0\0\0\0\0\4\4\4\4\4\0\0\3\37i\2\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=100000, tv_nsec=0}, {NULL, 8}) = 1 (in [5], left {tv_sec=99999, tv_nsec=851879937})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="U\2\31\20;m%\0\3\5\5\0\0\0\0\0\0\0\0\5\5\5\5\5\0\0\3\37>\2\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=100000, tv_nsec=0}, {NULL, 8}) = 1 (in [5], left {tv_sec=99999, tv_nsec=632008710})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="U\2\31\20\256n%\0\3\4\4\0\0\0\0\0\0\0\0\4\4\4\4\4\0\0\3\37>\3\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=100000, tv_nsec=0}, {NULL, 8}) = 1 (in [5], left {tv_sec=99999, tv_nsec=977724524})
--- SIGIO {si_signo=SIGIO, si_code=SI_KERNEL} ---
rt_sigreturn({mask=[]})                 = 1
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
recvmsg(5, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="U\2\31\20\305n%\0\3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\37i\3\0\0", iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 32
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
recvmsg(5, {msg_namelen=0}, 0)          = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=5, events=POLLIN}, {fd=6, events=POLLIN}, {fd=9, events=POLLIN}], 3, 0) = 0 (Timeout)
rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
pselect6(13, [3 5 6 9 12], [], NULL, {tv_sec=100000, tv_nsec=0}, {NULL, 8} <unfinished ...>) = ?
+++ killed by SIGKILL +++
Killed

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

* bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory
  2019-10-23 10:28 bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory Bernardo
@ 2019-10-24 16:10 ` Robert Pluim
       [not found]   ` <87blu2emi3.fsf@pobox.com>
  0 siblings, 1 reply; 18+ messages in thread
From: Robert Pluim @ 2019-10-24 16:10 UTC (permalink / raw)
  To: Bernardo; +Cc: 37884

>>>>> On Wed, 23 Oct 2019 21:28:06 +1100, Bernardo <bernardo.bacic@pobox.com> said:

    Bernardo> When Emacs is started with strace ( $ strace emacs -Q ) it can be seen
    Bernardo> that there are issues with the lock file that's created -
    Bernardo> /media/sf_Home/.#zz_stuff

    Bernardo> The strace messages are in the attachement.

Weʼre getting EPERM when doing unlink on the lock file, which is very
strange.

    Bernardo> The 'shared directory' is a feature of Virtual Box which allows both the
    Bernardo> host and applications running in a virtual machine to have access to
    Bernardo> files in the same directory.

    Bernardo> The file system type of the shared directory is vboxsf which seems to be
    Bernardo> a layer on top of NTFS.
    Bernardo>   $ mount | grep vbox
    Bernardo>   Home on /media/sf_Home type vboxsf (rw,nodev,relatime,<snip>

    Bernardo> It looks like symbolic links are not allowed on
    Bernardo> this FS type; from terminal:
    Bernardo>   $ ln -s zz_stuff my_link
    Bernardo>   ln: failed to create symbolic link 'my_link': Operation not permitted

Right, so emacs switches to a regular file instead:

symlink fails:
    symlink("mk7@deb.2246:1571819801", "/media/sf_Home/.#zz_stuff") = -1 EPERM (Operation not permitted)

so use a regular file:

    open("/media/sf_Home/.#-emacsvxLcB2", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600) = 13

and put the lock information inside the file, and make it read-only:

    write(13, "mk7@deb.2246:1571819801", 23) = 23
    fchmod(13, 0444)                        = 0

and then rename it:

    "/media/sf_Home/.#zz_stuff", RENAME_NOREPLACE) = 0

Later on when emacs saves the file, it tries to get rid of the lock
file, which fails:

    unlink("/media/sf_Home/.#zz_stuff")     = -1 EPERM (Operation not permitted)

So your filesystem doesnʼt let you call unlink() on read-only files? I
guess we could try adjusting the chmod to 664 or similar if that helps here.

Robert





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

* bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory
       [not found]   ` <87blu2emi3.fsf@pobox.com>
@ 2019-10-27 15:34     ` Robert Pluim
  2019-10-27 15:52       ` Eli Zaretskii
  0 siblings, 1 reply; 18+ messages in thread
From: Robert Pluim @ 2019-10-27 15:34 UTC (permalink / raw)
  To: Bernardo; +Cc: 37884

Please keep 37884@debbugs.gnu.org in the CC

>>>>> On Sun, 27 Oct 2019 17:22:12 +1100, Bernardo <bernardo.bacic@pobox.com> said:

    Bernardo> Hi Robert,

    Bernardo> apologies for the late response, i came down with a cold and wasn't
    Bernardo> checking my email;

No worries.

    Bernardo> i have a quick and dirty test along these lines (+ include headers)
    Bernardo> emulating what's happening when a lock is created/removed.
    Bernardo> ,----
    Bernardo> | int main()
    Bernardo> | {
    Bernardo> | 	const char buff[] = "abc";
    Bernardo> | 
    Bernardo> | 	int fd = open( "another_test", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600);
    Bernardo> | 	write( fd , buff, 3 );
    Bernardo> | 	fchmod( fd, 0444 );
    Bernardo> | 	close( fd );
    Bernardo> | 	unlink( "another_test" );
    Bernardo> | 	return 0;
    Bernardo> | }
    Bernardo> `----

    Bernardo> as you would expect works fine here (at home) on ext4 file system;
    Bernardo> will try this on work computer (most likely tomorrow) where VirtualBox
    Bernardo> is installed, possibly tweak the file access flags and report the
    Bernardo> results back;

Thanks. I might have a VirtualBox instance lying around, but itʼs
hosted on GNU/Linux, not Windows, so the behaviour is likely to be
different.

    Bernardo> thanks for looking into this

Youʼre welcome.

Eli, if the results come back that using 0664 or similar on lockfiles
resolves this, would you be amenable to such a change?

Robert





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

* bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory
  2019-10-27 15:34     ` Robert Pluim
@ 2019-10-27 15:52       ` Eli Zaretskii
  2019-10-27 16:01         ` Robert Pluim
  0 siblings, 1 reply; 18+ messages in thread
From: Eli Zaretskii @ 2019-10-27 15:52 UTC (permalink / raw)
  To: Robert Pluim; +Cc: 37884, bernardo.bacic

> From: Robert Pluim <rpluim@gmail.com>
> Date: Sun, 27 Oct 2019 16:34:54 +0100
> Cc: 37884@debbugs.gnu.org
> 
> Eli, if the results come back that using 0664 or similar on lockfiles
> resolves this, would you be amenable to such a change?

I'm not sure I understand the proposal.  Is the suggestion to chmod
the file to 0644 before calling unlink?  Or is the suggestion
something else?





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

* bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory
  2019-10-27 15:52       ` Eli Zaretskii
@ 2019-10-27 16:01         ` Robert Pluim
  2019-10-27 16:34           ` Eli Zaretskii
  2019-10-28  9:23           ` Bernardo
  0 siblings, 2 replies; 18+ messages in thread
From: Robert Pluim @ 2019-10-27 16:01 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 37884, bernardo.bacic

>>>>> On Sun, 27 Oct 2019 17:52:39 +0200, Eli Zaretskii <eliz@gnu.org> said:

    >> From: Robert Pluim <rpluim@gmail.com>
    >> Date: Sun, 27 Oct 2019 16:34:54 +0100
    >> Cc: 37884@debbugs.gnu.org
    >> 
    >> Eli, if the results come back that using 0664 or similar on lockfiles
    >> resolves this, would you be amenable to such a change?

    Eli> I'm not sure I understand the proposal.  Is the suggestion to chmod
    Eli> the file to 0644 before calling unlink?

Yes, although of course this is assuming it works, one other option
could be to just not mess with the file's permissions at all when
initially creating the lockfile.

Robert





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

* bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory
  2019-10-27 16:01         ` Robert Pluim
@ 2019-10-27 16:34           ` Eli Zaretskii
  2019-10-28  9:23           ` Bernardo
  1 sibling, 0 replies; 18+ messages in thread
From: Eli Zaretskii @ 2019-10-27 16:34 UTC (permalink / raw)
  To: Robert Pluim; +Cc: 37884, bernardo.bacic

> From: Robert Pluim <rpluim@gmail.com>
> Cc: 37884@debbugs.gnu.org,  bernardo.bacic@pobox.com
> Date: Sun, 27 Oct 2019 17:01:11 +0100
> 
>     >> Eli, if the results come back that using 0664 or similar on lockfiles
>     >> resolves this, would you be amenable to such a change?
> 
>     Eli> I'm not sure I understand the proposal.  Is the suggestion to chmod
>     Eli> the file to 0644 before calling unlink?
> 
> Yes, although of course this is assuming it works, one other option
> could be to just not mess with the file's permissions at all when
> initially creating the lockfile.

AFAIU, the problem is with removing the file?  If so, I'd suggest to
do what w32.c does: call unlink as we do now, and if it fails, call
chmod to make it writable and try unlink again.  This has an advantage
of not changing anything for filesystems that implement the Posix
semantics.





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

* bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory
  2019-10-27 16:01         ` Robert Pluim
  2019-10-27 16:34           ` Eli Zaretskii
@ 2019-10-28  9:23           ` Bernardo
  2019-10-28 12:32             ` Robert Pluim
  1 sibling, 1 reply; 18+ messages in thread
From: Bernardo @ 2019-10-28  9:23 UTC (permalink / raw)
  To: Robert Pluim, Eli Zaretskii; +Cc: 37884

Robert Pluim <rpluim@gmail.com> writes:

>>>>>> On Sun, 27 Oct 2019 17:52:39 +0200, Eli Zaretskii <eliz@gnu.org> said:
>
>     >> From: Robert Pluim <rpluim@gmail.com>
>     >> Date: Sun, 27 Oct 2019 16:34:54 +0100
>     >> Cc: 37884@debbugs.gnu.org
>     >> 
>     >> Eli, if the results come back that using 0664 or similar on lockfiles
>     >> resolves this, would you be amenable to such a change?
>
>     Eli> I'm not sure I understand the proposal.  Is the suggestion to chmod
>     Eli> the file to 0644 before calling unlink?
>
> Yes, although of course this is assuming it works, one other option
> could be to just not mess with the file's permissions at all when
> initially creating the lockfile.
>

Hi Robert,

what you suggested (changing file mode) works fine; I haven't
investigated Eli's suggestion (w32.c)

in the end my test code looked like this (sans the headers)
int main()
{
	const char buff[] = "abc";
	int result = 0;
    
	int fd = open( "another_test", O_RDWR|O_CREAT|O_EXCL|O_CLOEXEC, 0600);
	result = write( fd , buff, 3 );
	printf( "write returned %d\n", result );
	result = fchmod( fd, 0444 );
	printf( "fchmod returned %d\n", result );
	close( fd );
	result = unlink( "another_test" );
	printf( "unlink returned %d\n", result );
	return 0;
}


and the output was:
write returned 3
fchmod returned 0
unlink returned -1

and when the file access mode was changed to 0644:
write returned 3
fchmod returned 0
unlink returned 0

and the lock file was removed successfully;

Afterwards, i modified a file in Emacs source tree like so:

$ git diff src/filelock.c
diff --git a/src/filelock.c b/src/filelock.c
index ff25d6475d..79eb8fa91e 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -403,7 +403,7 @@ create_lock_file (char *lfname, char *lock_info_str, bool force)
          lock_info_len = strlen (lock_info_str);
          err = 0;
          if (emacs_write (fd, lock_info_str, lock_info_len) != lock_info_len
-             || fchmod (fd, S_IRUSR | S_IRGRP | S_IROTH) != 0)
+             || fchmod (fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) != 0)
            err = errno;
          /* There is no need to call fsync here, as the contents of
             the lock file need not survive system crashes.  */

and Emacs is happy again, no problems with writing to files in
VirtualBox shared directory.

Please let me know if you want me to test anything else.

--
Cheers, Bernardo





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

* bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory
  2019-10-28  9:23           ` Bernardo
@ 2019-10-28 12:32             ` Robert Pluim
  2019-10-29  8:50               ` Bernardo
  0 siblings, 1 reply; 18+ messages in thread
From: Robert Pluim @ 2019-10-28 12:32 UTC (permalink / raw)
  To: Bernardo; +Cc: 37884

>>>>> On Mon, 28 Oct 2019 20:23:22 +1100, Bernardo <bernardo.bacic@pobox.com> said:
    Bernardo> $ git diff src/filelock.c
    Bernardo> diff --git a/src/filelock.c b/src/filelock.c
    Bernardo> index ff25d6475d..79eb8fa91e 100644
    Bernardo> --- a/src/filelock.c
    Bernardo> +++ b/src/filelock.c
    Bernardo> @@ -403,7 +403,7 @@ create_lock_file (char *lfname, char *lock_info_str, bool force)
    Bernardo>           lock_info_len = strlen (lock_info_str);
    Bernardo>           err = 0;
    Bernardo>           if (emacs_write (fd, lock_info_str, lock_info_len) != lock_info_len
    Bernardo> -             || fchmod (fd, S_IRUSR | S_IRGRP | S_IROTH) != 0)
    Bernardo> +             || fchmod (fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) != 0)
    Bernardo>             err = errno;
    Bernardo>           /* There is no need to call fsync here, as the contents of
    Bernardo>              the lock file need not survive system crashes.  */

    Bernardo> and Emacs is happy again, no problems with writing to files in
    Bernardo> VirtualBox shared directory.

    Bernardo> Please let me know if you want me to test anything else.

I think Eli's suggestion was more like the below, which only calls
fchmod if the unlink fails.

diff --git a/src/filelock.c b/src/filelock.c
index ff25d6475d..7fb14774b0 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -732,6 +732,15 @@ unlock_file (Lisp_Object fn)
   int err = current_lock_owner (0, lfname);
   if (err == -2 && unlink (lfname) != 0 && errno != ENOENT)
     err = errno;
+  /* On certain filesystems the file must be writable for unlink to
+     succeed (Bug#37784).  */
+  if (errno == EPERM)
+    {
+      fchmod (fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
+      errno = 0;
+      if (unlink (lfname) != 0 && errno != ENOENT)
+        err = errno;
+    }
   if (0 < err)
     report_file_errno ("Unlocking file", filename, err);
 





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

* bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory
  2019-10-28 12:32             ` Robert Pluim
@ 2019-10-29  8:50               ` Bernardo
  2019-10-29  9:04                 ` Andreas Schwab
  0 siblings, 1 reply; 18+ messages in thread
From: Bernardo @ 2019-10-29  8:50 UTC (permalink / raw)
  To: Robert Pluim; +Cc: 37884

Robert Pluim <rpluim@gmail.com> writes:

>>>>>> On Mon, 28 Oct 2019 20:23:22 +1100, Bernardo <bernardo.bacic@pobox.com> said:
>     Bernardo> $ git diff src/filelock.c
>     Bernardo> diff --git a/src/filelock.c b/src/filelock.c
>     Bernardo> index ff25d6475d..79eb8fa91e 100644
>     Bernardo> --- a/src/filelock.c
>     Bernardo> +++ b/src/filelock.c
>     Bernardo> @@ -403,7 +403,7 @@ create_lock_file (char *lfname, char *lock_info_str, bool force)
>     Bernardo>           lock_info_len = strlen (lock_info_str);
>     Bernardo>           err = 0;
>     Bernardo>           if (emacs_write (fd, lock_info_str, lock_info_len) != lock_info_len
>     Bernardo> -             || fchmod (fd, S_IRUSR | S_IRGRP | S_IROTH) != 0)
>     Bernardo> +             || fchmod (fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) != 0)
>     Bernardo>             err = errno;
>     Bernardo>           /* There is no need to call fsync here, as the contents of
>     Bernardo>              the lock file need not survive system crashes.  */
>
>     Bernardo> and Emacs is happy again, no problems with writing to files in
>     Bernardo> VirtualBox shared directory.
>
>     Bernardo> Please let me know if you want me to test anything else.
>
> I think Eli's suggestion was more like the below, which only calls
> fchmod if the unlink fails.
>
> diff --git a/src/filelock.c b/src/filelock.c
> index ff25d6475d..7fb14774b0 100644
> --- a/src/filelock.c
> +++ b/src/filelock.c
> @@ -732,6 +732,15 @@ unlock_file (Lisp_Object fn)
>    int err = current_lock_owner (0, lfname);
>    if (err == -2 && unlink (lfname) != 0 && errno != ENOENT)
>      err = errno;
> +  /* On certain filesystems the file must be writable for unlink to
> +     succeed (Bug#37784).  */
> +  if (errno == EPERM)
> +    {
> +      fchmod (fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
> +      errno = 0;
> +      if (unlink (lfname) != 0 && errno != ENOENT)
> +        err = errno;
> +    }
>    if (0 < err)
>      report_file_errno ("Unlocking file", filename, err);
>  

two changes in that code snippet were needed to get things working:
 * replace fchmod() with chmod() (a minor one)
 * more importantly, had to set the value of err to 0, otherwise
   it would end up with the same problem;
 
guess you'll have a closer look at the 2nd change and possibly come up
with a better solution

The code that works fine looks like this:

$ git diff
diff --git a/src/filelock.c b/src/filelock.c
index ff25d6475d..046a1b014f 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -732,6 +732,16 @@ unlock_file (Lisp_Object fn)
   int err = current_lock_owner (0, lfname);
   if (err == -2 && unlink (lfname) != 0 && errno != ENOENT)
     err = errno;
+  /* On certain filesystems the file must be writable for unlink to
+     succeed (Bug#37784).  */
+  if (errno == EPERM)
+    {
+      chmod (lfname, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
+      err = 0;
+      errno = 0;
+      if (unlink (lfname) != 0 && errno != ENOENT)
+       err = errno;
+    }
   if (0 < err)
     report_file_errno ("Unlocking file", filename, err);





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

* bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory
  2019-10-29  8:50               ` Bernardo
@ 2019-10-29  9:04                 ` Andreas Schwab
  2019-10-29 13:41                   ` Robert Pluim
  0 siblings, 1 reply; 18+ messages in thread
From: Andreas Schwab @ 2019-10-29  9:04 UTC (permalink / raw)
  To: Bernardo; +Cc: 37884, Robert Pluim

On Okt 29 2019, Bernardo wrote:

> diff --git a/src/filelock.c b/src/filelock.c
> index ff25d6475d..046a1b014f 100644
> --- a/src/filelock.c
> +++ b/src/filelock.c
> @@ -732,6 +732,16 @@ unlock_file (Lisp_Object fn)
>    int err = current_lock_owner (0, lfname);
>    if (err == -2 && unlink (lfname) != 0 && errno != ENOENT)
>      err = errno;
> +  /* On certain filesystems the file must be writable for unlink to
> +     succeed (Bug#37784).  */
> +  if (errno == EPERM)

You need to move this check under the condition above, otherwise you may
get a false positive if unlink didn't fail or wasn't called at all.

> +    {
> +      chmod (lfname, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
> +      err = 0;
> +      errno = 0;

No need to clear errno here.

> +      if (unlink (lfname) != 0 && errno != ENOENT)
> +       err = errno;
> +    }

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."





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

* bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory
  2019-10-29  9:04                 ` Andreas Schwab
@ 2019-10-29 13:41                   ` Robert Pluim
  2019-10-30  8:44                     ` Bernardo
  0 siblings, 1 reply; 18+ messages in thread
From: Robert Pluim @ 2019-10-29 13:41 UTC (permalink / raw)
  To: Andreas Schwab; +Cc: 37884, Bernardo

>>>>> On Tue, 29 Oct 2019 10:04:01 +0100, Andreas Schwab <schwab@suse.de> said:
    Andreas> You need to move this check under the condition above, otherwise you may
    Andreas> get a false positive if unlink didn't fail or wasn't called at all.

    >> +    {
    >> +      chmod (lfname, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
    >> +      err = 0;
    >> +      errno = 0;

Indeed. Next time maybe Iʼll try actually compiling my patches before
I send them. Take 3

diff --git a/src/filelock.c b/src/filelock.c
index ff25d6475d..bd1e8d9b2d 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -731,9 +731,20 @@ unlock_file (Lisp_Object fn)
 
   int err = current_lock_owner (0, lfname);
   if (err == -2 && unlink (lfname) != 0 && errno != ENOENT)
+    {
     err = errno;
-  if (0 < err)
-    report_file_errno ("Unlocking file", filename, err);
+  /* On certain filesystems the file must be writable for unlink to
+     succeed, so make it writable and retry (Bug#37784).  */
+    if (errno == EPERM)
+      {
+        chmod (lfname, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
+        err = 0;
+        if (unlink (lfname) != 0 && errno != ENOENT)
+          err = errno;
+      }
+    }
+    if (0 < err)
+      report_file_errno ("Unlocking file", filename, err);
 
   SAFE_FREE ();
 }





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

* bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory
  2019-10-29 13:41                   ` Robert Pluim
@ 2019-10-30  8:44                     ` Bernardo
  2019-10-30 13:31                       ` Robert Pluim
  0 siblings, 1 reply; 18+ messages in thread
From: Bernardo @ 2019-10-30  8:44 UTC (permalink / raw)
  To: Robert Pluim; +Cc: Andreas Schwab, 37884

Robert Pluim <rpluim@gmail.com> writes:

>>>>>> On Tue, 29 Oct 2019 10:04:01 +0100, Andreas Schwab <schwab@suse.de> said:
>     Andreas> You need to move this check under the condition above, otherwise you may
>     Andreas> get a false positive if unlink didn't fail or wasn't called at all.
>
>     >> +    {
>     >> +      chmod (lfname, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
>     >> +      err = 0;
>     >> +      errno = 0;
>
> Indeed. Next time maybe Iʼll try actually compiling my patches before
> I send them. Take 3
>
> diff --git a/src/filelock.c b/src/filelock.c
> index ff25d6475d..bd1e8d9b2d 100644
> --- a/src/filelock.c
> +++ b/src/filelock.c
> @@ -731,9 +731,20 @@ unlock_file (Lisp_Object fn)
>  
>    int err = current_lock_owner (0, lfname);
>    if (err == -2 && unlink (lfname) != 0 && errno != ENOENT)
> +    {
>      err = errno;
> -  if (0 < err)
> -    report_file_errno ("Unlocking file", filename, err);
> +  /* On certain filesystems the file must be writable for unlink to
> +     succeed, so make it writable and retry (Bug#37784).  */
> +    if (errno == EPERM)
> +      {
> +        chmod (lfname, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
> +        err = 0;
> +        if (unlink (lfname) != 0 && errno != ENOENT)
> +          err = errno;
> +      }
> +    }
> +    if (0 < err)
> +      report_file_errno ("Unlocking file", filename, err);
>  
>    SAFE_FREE ();
>  }

confirmed this patch works fine;
thanks for the effort (and persistence)

-- 
Rgds, Bernardo





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

* bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory
  2019-10-30  8:44                     ` Bernardo
@ 2019-10-30 13:31                       ` Robert Pluim
  2019-10-30 16:25                         ` Eli Zaretskii
  0 siblings, 1 reply; 18+ messages in thread
From: Robert Pluim @ 2019-10-30 13:31 UTC (permalink / raw)
  To: Bernardo; +Cc: Andreas Schwab, 37884

>>>>> On Wed, 30 Oct 2019 19:44:35 +1100, Bernardo <bernardo.bacic@pobox.com> said:
    Bernardo> confirmed this patch works fine;
    Bernardo> thanks for the effort (and persistence)

Thanks for testing. Eli, Andreas, let me know of any further issues,
otherwise Iʼll push in the next couple of days.

Thanks

Robert





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

* bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory
  2019-10-30 13:31                       ` Robert Pluim
@ 2019-10-30 16:25                         ` Eli Zaretskii
  2019-10-31  1:41                           ` Paul Eggert
  0 siblings, 1 reply; 18+ messages in thread
From: Eli Zaretskii @ 2019-10-30 16:25 UTC (permalink / raw)
  To: Robert Pluim, Paul Eggert; +Cc: schwab, bernardo.bacic, 37884

> From: Robert Pluim <rpluim@gmail.com>
> Cc: Andreas Schwab <schwab@suse.de>,  37884@debbugs.gnu.org, eliz@gnu.org
> Date: Wed, 30 Oct 2019 14:31:30 +0100
> 
> >>>>> On Wed, 30 Oct 2019 19:44:35 +1100, Bernardo <bernardo.bacic@pobox.com> said:
>     Bernardo> confirmed this patch works fine;
>     Bernardo> thanks for the effort (and persistence)
> 
> Thanks for testing. Eli, Andreas, let me know of any further issues,
> otherwise Iʼll push in the next couple of days.

Thanks.  I'd like to hear Paul's opinion on this change.  Paul, do you
see any downsides to the last change posted in this discussion?  IOW,
could there be some situations where it could do any harm?

TIA





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

* bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory
  2019-10-30 16:25                         ` Eli Zaretskii
@ 2019-10-31  1:41                           ` Paul Eggert
  2019-10-31  7:38                             ` Robert Pluim
  0 siblings, 1 reply; 18+ messages in thread
From: Paul Eggert @ 2019-10-31  1:41 UTC (permalink / raw)
  To: Eli Zaretskii, Robert Pluim; +Cc: schwab, 37884-done, bernardo.bacic

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

On 10/30/19 9:25 AM, Eli Zaretskii wrote:

> Paul, do you
> see any downsides to the last change posted in this discussion?  IOW,
> could there be some situations where it could do any harm?

That change involves two extra system calls (one of which doesn't check 
the return value?!). In contrast, Bernardo's suggestion is simpler, 
involves no extra system calls (or machine instructions, for that 
matter), and has been tested. So I installed the attached patch to 
implement and document the workaround, and am optimistically closing the 
bug report.

The underlying problem is a significant bug in Virtual Box atop Windows 
10 Enterprise, a bug that surely breaks other applications (and could 
well break other parts of Emacs) that assume one can unlink a readonly 
file. Apparently the bug has been known for some time and a fix is 
available but the VirtualBox folks haven't gotten around to installing 
the fix:

https://www.virtualbox.org/ticket/4890
https://www.virtualbox.org/ticket/16463

If you're a VirtualBox user, I suggest that you ping the developers 
about fixing this, as one can't reasonably expect every application 
developer to work around their bug.

[-- Attachment #2: 0001-Fix-bug-with-lock-file-on-nonstandard-filesystem.patch --]
[-- Type: text/x-patch, Size: 1492 bytes --]

From 3bbe6e7c42fb22c80ce1e239768679193dfe5bdf Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Wed, 30 Oct 2019 18:15:14 -0700
Subject: [PATCH] Fix bug with lock file on nonstandard filesystem
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* src/filelock.c (create_lock_file):
Don’t disable user write access to the lock file (Bug#37884).
---
 src/filelock.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/filelock.c b/src/filelock.c
index ff25d6475d..2077287345 100644
--- a/src/filelock.c
+++ b/src/filelock.c
@@ -402,9 +402,15 @@ create_lock_file (char *lfname, char *lock_info_str, bool force)
 	  ptrdiff_t lock_info_len;
 	  lock_info_len = strlen (lock_info_str);
 	  err = 0;
+
+	  /* Make the lock file readable to others, so that others' sessions
+	     can read it.  Even though nobody should write to the lock file,
+	     keep it user-writable to work around problems on nonstandard file
+	     systems that prohibit unlinking readonly files (Bug#37884).  */
 	  if (emacs_write (fd, lock_info_str, lock_info_len) != lock_info_len
-	      || fchmod (fd, S_IRUSR | S_IRGRP | S_IROTH) != 0)
+	      || fchmod (fd, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) != 0)
 	    err = errno;
+
 	  /* There is no need to call fsync here, as the contents of
 	     the lock file need not survive system crashes.  */
 	  if (emacs_close (fd) != 0)
-- 
2.23.0


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

* bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory
  2019-10-31  1:41                           ` Paul Eggert
@ 2019-10-31  7:38                             ` Robert Pluim
  2019-10-31 14:37                               ` Eli Zaretskii
  2019-10-31 21:24                               ` Paul Eggert
  0 siblings, 2 replies; 18+ messages in thread
From: Robert Pluim @ 2019-10-31  7:38 UTC (permalink / raw)
  To: 37884; +Cc: eggert, bernardo.bacic

>>>>> On Wed, 30 Oct 2019 18:41:10 -0700, Paul Eggert <eggert@cs.ucla.edu> said:

    Paul> On 10/30/19 9:25 AM, Eli Zaretskii wrote:
    >> Paul, do you
    >> see any downsides to the last change posted in this discussion?  IOW,
    >> could there be some situations where it could do any harm?

    Paul> That change involves two extra system calls (one of which doesn't
    Paul> check the return value?!).

I donʼt know what value there would be in checking the return value of
chmod, given that weʼre already in an error situation.

    Paul> In contrast, Bernardo's suggestion is
    Paul> simpler, involves no extra system calls (or machine instructions, for
    Paul> that matter), and has been tested. So I installed the attached patch
    Paul> to implement and document the workaround, and am optimistically
    Paul> closing the bug report.

Looks good to me. I was trying to avoid that, since I thought there
was a strong desire to keep the file read-only, otherwise why bother
with the fchmod in the first place?

Robert





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

* bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory
  2019-10-31  7:38                             ` Robert Pluim
@ 2019-10-31 14:37                               ` Eli Zaretskii
  2019-10-31 21:24                               ` Paul Eggert
  1 sibling, 0 replies; 18+ messages in thread
From: Eli Zaretskii @ 2019-10-31 14:37 UTC (permalink / raw)
  To: Robert Pluim; +Cc: 37884, eggert, bernardo.bacic

> From: Robert Pluim <rpluim@gmail.com>
> Date: Thu, 31 Oct 2019 08:38:59 +0100
> Cc: eggert@cs.ucla.edu, bernardo.bacic@pobox.com
> 
>     Paul> In contrast, Bernardo's suggestion is
>     Paul> simpler, involves no extra system calls (or machine instructions, for
>     Paul> that matter), and has been tested. So I installed the attached patch
>     Paul> to implement and document the workaround, and am optimistically
>     Paul> closing the bug report.
> 
> Looks good to me. I was trying to avoid that, since I thought there
> was a strong desire to keep the file read-only, otherwise why bother
> with the fchmod in the first place?

Exactly my line of reasoning.

But if there's no special reason to have that file unwritable, then a
simpler change is of course better.





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

* bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory
  2019-10-31  7:38                             ` Robert Pluim
  2019-10-31 14:37                               ` Eli Zaretskii
@ 2019-10-31 21:24                               ` Paul Eggert
  1 sibling, 0 replies; 18+ messages in thread
From: Paul Eggert @ 2019-10-31 21:24 UTC (permalink / raw)
  To: Robert Pluim, 37884; +Cc: bernardo.bacic

On 10/31/19 12:38 AM, Robert Pluim wrote:
> I thought there
> was a strong desire to keep the file read-only, otherwise why bother
> with the fchmod in the first place?

The desire was quite weak, not strong. I put in that fchmod in commit 
2013-03-05T22:35:41!eggert@cs.ucla.edu only because mkostemp creates the 
lock file with mode 0600 but we want the file world-readable and so 
Emacs must OR 0044 into the mode. At the time, I thought there was no 
reason to have the file be writable to anybody once written, so I 
fchmod'ed it to 0444. But Bug#37884 means the file should be 
user-writable (to work around the compatibility issue with the 
nonstandard filesystem), so fchmod'ing to 0644 is a better choice.





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

end of thread, other threads:[~2019-10-31 21:24 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-23 10:28 bug#37884: 27.0.50; Cannot write to a file in VirtualBox shared directory Bernardo
2019-10-24 16:10 ` Robert Pluim
     [not found]   ` <87blu2emi3.fsf@pobox.com>
2019-10-27 15:34     ` Robert Pluim
2019-10-27 15:52       ` Eli Zaretskii
2019-10-27 16:01         ` Robert Pluim
2019-10-27 16:34           ` Eli Zaretskii
2019-10-28  9:23           ` Bernardo
2019-10-28 12:32             ` Robert Pluim
2019-10-29  8:50               ` Bernardo
2019-10-29  9:04                 ` Andreas Schwab
2019-10-29 13:41                   ` Robert Pluim
2019-10-30  8:44                     ` Bernardo
2019-10-30 13:31                       ` Robert Pluim
2019-10-30 16:25                         ` Eli Zaretskii
2019-10-31  1:41                           ` Paul Eggert
2019-10-31  7:38                             ` Robert Pluim
2019-10-31 14:37                               ` Eli Zaretskii
2019-10-31 21:24                               ` Paul Eggert

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).