NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

port-amd64/50603: Playing audio with Linux pulseaudio apps fails on NetBSD/amd64



>Number:         50603
>Category:       port-amd64
>Synopsis:       Playing audio with Linux pulseaudio apps fails on NetBSD/amd64
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    port-amd64-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Dec 31 09:10:00 +0000 2015
>Originator:     Izumi Tsutsui
>Release:        NetBSD 7.0
>Organization:
>Environment:
System: NetBSD optiplex760 7.0 NetBSD 7.0 (GENERIC.201509250726Z) amd64
Architecture: x86_64
Machine: amd64
>Description:

Linux aplay(1) binary from suse_alsa pkgsrc package
(and other applications using pulseaudio via ALSA)
fails to execute on NetBSD/amd64 7.0.

This means adobe-flash-plugin11 on firefox also fails
to play sound via native ALSA pulseaudio
(though oss output via libflashsupport still works).

>How-To-Repeat:

- install NetBSD/amd64 7.0 via sysinst
 - create a wheel user account on configuration
- login the non-root user  (superuser cannot start pulseaudio)
- su root
- install suse_alsa and pulseaudio from pkgsrc binaries,
  and execute linux aplay(1):

---
# export PKG_PATH=ftp://ftp7.jp.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/7.0/All
# PKG_RCD_SCRIPTS=YES pkg_add suse_alsa pulseaudio rpm2pkg
 [...]
# echo dbus=YES >> /etc/rc.conf
# /etc/rc.d/dbus start
Starting dbus.
# exit
% ftp http://download.opensuse.org/update/13.1/x86_64/alsa-utils-1.0.27.2-4.5.1.x86_64.rpm
Requesting http://download.opensuse.org/update/13.1/x86_64/alsa-utils-1.0.27.2-4.5.1.x86_64.rpm
Redirected to http://ftp.jaist.ac.jp/pub/Linux/openSUSE/update/13.1/x86_64/alsa-utils-1.0.27.2-4.5.1.x86_64.rpm
Requesting http://ftp.jaist.ac.jp/pub/Linux/openSUSE/update/13.1/x86_64/alsa-utils-1.0.27.2-4.5.1.x86_64.rpm
100% |***********************************|   966 KiB    1.05 MiB/s    00:00 ETA
989216 bytes retrieved in 00:00 (1.05 MiB/s)
% rpm2pkg alsa-utils-1.0.27.2-4.5.1.x86_64.rpm 
% cat > ~/.asoundrc
pcm.!default {
	type pulse
}

ctl.!default {
	type pulse
}

pcm.pulse {
	type pulse
}

ctl.pulse {
	type pulse
}
% paplay /usr/pkg/emul/linux/usr/share/sounds/alsa/test.wav 
 [test sound via paplay(1) works]
% usr/bin/aplay /usr/pkg/emul/linux/usr/share/sounds/alsa/test.wav
Assertion 'c->defer_event == e' failed at pulsecore/socket-client.c:172, function connect_defer_cb(). Aborting.
Abort (core dumped)
% usr/bin/aplay /usr/pkg/emul/linux/usr/share/sounds/alsa/test.wav
setsockopt(SOL_SOCKET, SO_PASSCRED): Invalid argument
Playing WAVE '/usr/pkg/emul/linux/usr/share/sounds/alsa/test.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
Assertion 'pthread_mutex_unlock(&m->mutex) == 0' failed at pulsecore/mutex-posix.c:110, function pa_mutex_unlock(). Aborting.
Aborted by signal Aborted...
% 
---

Note Linux aplay(1) (and adobe-flash-plugin etc.) on NetBSD/i386 7.0
can play sound via ALSA + pulseaudio with the same procedure
(with a warning of setsockopt(2)) as the following:

---
# export PKG_PATH=ftp://ftp7.jp.netbsd.org/pub/pkgsrc/packages/NetBSD/i386/7.0/All
# PKG_RCD_SCRIPTS=YES pkg_add suse_alsa pulseaudio rpm2pkg
 [...]
# echo dbus=YES >> /etc/rc.conf
# /etc/rc.d/dbus start
Starting dbus.
# exit
% ftp http://download.opensuse.org/update/13.1/i586/alsa-utils-1.0.27.2-4.5.1.i586.rpm
Requesting http://download.opensuse.org/update/13.1/i586/alsa-utils-1.0.27.2-4.5.1.i586.rpm
Redirected to http://ftp.jaist.ac.jp/pub/Linux/openSUSE/update/13.1/i586/alsa-utils-1.0.27.2-4.5.1.i586.rpm
Requesting http://ftp.jaist.ac.jp/pub/Linux/openSUSE/update/13.1/i586/alsa-utils-1.0.27.2-4.5.1.i586.rpm
100% |***********************************|   957 KiB    1.48 MiB/s    00:00 ETA
980310 bytes retrieved in 00:00 (1.48 MiB/s)
% rpm2pkg alsa-utils-1.0.27.2-4.5.1.i586.rpm 
% cat > ~/.asoundrc
pcm.!default {
	type pulse
}

ctl.!default {
	type pulse
}

pcm.pulse {
	type pulse
}

ctl.pulse {
	type pulse
}
% paplay /usr/pkg/emul/linux/usr/share/sounds/alsa/test.wav 
 [test sound via paplay(1) works]
% usr/bin/aplay /usr/pkg/emul/linux/usr/share/sounds/alsa/test.wav 
setsockopt(SOL_SOCKET, SO_PASSCRED): Invalid argument
Playing WAVE '/usr/pkg/emul/linux/usr/share/sounds/alsa/test.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
 [test sound via aplay(1) and pulseaudio also works]
% 
---


ktrace output of Linux aplay(1) (the first failure) on NetBSD/amd64:

---
    74      1 ktrace   EMUL  "netbsd"
    74      1 ktrace   CALL  execve(0x7f7ffffffd57,0x7f7fffffdb48,0x7f7fffffdb60)
    74      1 ktrace   NAMI  "usr/bin/aplay"
    74      1 ktrace   NAMI  "/emul/linux"
    74      1 ktrace   NAMI  "/emul/linux/lib64/ld-linux-x86-64.so.2"
    74     74 aplay    EMUL  "linux"
    74     74 aplay    RET   execve -1 errno -2 No such file or directory
    74     74 aplay    CALL  brk(0)
    74     74 aplay    RET   brk 6356992/0x610000
    74     74 aplay    CALL  uname(0x7f7fffffefa2)
    74     74 aplay    RET   uname 0
    74     74 aplay    CALL  access(0x7f7ff7c1cc90,4)
    74     74 aplay    NAMI  "/emul/linux/etc/ld.so.preload"
    74     74 aplay    NAMI  "/etc/ld.so.preload"
    74     74 aplay    RET   access -1 errno -2 No such file or directory
    74     74 aplay    CALL  open(0x7f7ff7c1a6df,0x80000,1)
    74     74 aplay    NAMI  "/emul/linux/etc/ld.so.cache"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  fstat64(3,0x7f7fffffe9b8)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x23e9,1,2,3,0)
    74     74 aplay    RET   mmap 140187598311424/0x7f7ff7ffd000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7ffe4c9,0x80000,0x7f7ff7e21148)
    74     74 aplay    NAMI  "/emul/linux/lib64/librt.so.1"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffeb58,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0 #\0\0\0\0\0\0@\0\0\
	\0\0\0\0\0\M-Xs\0\0\0\0\0\0\0\0\0\0@\08\0	\0@\0#\0 \0\^F\0\0\0\
	\^E\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0\M-x\^A\0\0\0\0\
	\0\0\M-x\^A\0\0\0\0\0\0\b\0\0\0\0\0\0\0\^C\0\0\0\^D\0\0\0\^PU\0\0\0\0\
	\0\0\^PU\0\0\0\0\0\0\^PU\0\0\0\0\0\0\^\\0\0\0\0\0\0\0\^\\0\0\0\0\0\0\0\
	\^P\0\0\0\0\0\0\0\^A\0\0\0\^E\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\fg\0\0\0\0\0\0\fg\0\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\0\0\
	\^F\0\0\0@m\0\0\0\0\0\0@m \0\0\0\0\0@m \0\0\0\0\0,\^E\0\0\0\0\0\0\M-8\
	\^N\0\0\0\0\0\0\0\0 \0\0\0\0\0\^B\0\0\0\^F\0\0\0hm\0\0\0\0\0\0hm \0\0\
	\0\0\0hm \0\0\0\0\0000\^B\0\0\0\0\0\0000\^B\0\0\0\0\0\0\b\0\0\0\0\0\0\
	\0\^D\0\0\0\^D\0\0\08\^B\0\0\0\0\0\08\^B\0\0\0\0\0\08\^B\0\0\0\0\0\0D\
	\0\0\0\0\0\0\0D\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0P\M-etd\^D\0\0\0,U\0\0\0\
	\0\0\0,U\0\0\0\0\0\0,U\0\0\0\0\0\0<\^B\0\0\0\0\0\0<\^B\0\0\0\0\0\0\^D\
	\0\0\0\0\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\0\0\0\0R\M-etd\^D\0\0\
	\0@m\0\0\0\0\0\0@m \0\0\0\0\0@m \0\0\0\0\0\M-@\^B\0\0\0\0\0\0\M-@\^B\0\
	\0\0\0\0\0\^A\0\0\0\0\0\0\0\^D\0\0\0\^T\0\0\0\^C\0\0\0GNU\0	\^S\
	\M-U\M-jFY\M-O\M-#\M^?\M--E\^Z\M-L\M^D\M-&\M-mbw!A\^D\0\0\0\^P\0\0\0\
	\^A\0\0\0GNU\0\0\0\0\0\^B\0\0\0\^F\0\0\0 \0\0\0\0\0\0\0b\0\0\0D\0\0\0\
	\b\0\0\0	\0\0\0\^A\0\M^D!0\0\b@\0\^PP\M^K\M-`\^F\^R \0\b\M^B@\0\
	(\M^@ 	\^C\0\^D@\^A@#\^B\^P\0\^B\240\^D \0\b\0\0\^B\0\^D\0\M^@\M^H\
	\M^FD\^P\0\0\^P\^DP\^P\^B\M-R\^D\^A\^D\M^F\0\0\0\0\0\0\0\0D\0\0\0E\0\0\
	\0F\0\0\0\0\0\0\0G\0\0\0\0\0\0\0H\0\0\0\0\0\0\0J\0\0\0K\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\0\0\0\0\0\0\0\0\0\0\0\0\
	\0\0\0\0\0\0\0\0\0\0\0\0\0M\0\0\0\0\0\0\0N\0\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffea08)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x1000,3,0x22,0xffffffff,0)
    74     74 aplay    RET   mmap 140187598307328/0x7f7ff7ffc000
    74     74 aplay    CALL  mmap(0,0x207bf8,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187591999488/0x7f7ff79f8000
    74     74 aplay    CALL  mprotect(0x7f7ff79ff000,0x1ff000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff7bfe000,0x2000,3,0x812,3,0x6000)
    74     74 aplay    RET   mmap 140187594121216/0x7f7ff7bfe000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7ffec40,0x80000,0x7f7ff7e21148)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/libasound.so.2"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffeb28,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0\M^P\M-3\^B\0\0\0\0\
	\0@\0\0\0\0\0\0\0\0\^W\^N\0\0\0\0\0\0\0\0\0@\08\0\b\0@\0\^^\0\^]\0\^A\
	\0\0\0\^E\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\\\M-/\
	\r\0\0\0\0\0\\\M-/\r\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\0\0\^F\0\0\0\b\M-4\
	\r\0\0\0\0\0\b\M-4-\0\0\0\0\0\b\M-4-\0\0\0\0\0\M-Ha\0\0\0\0\0\0\bc\0\0\
	\0\0\0\0\0\0 \0\0\0\0\0\^B\0\0\0\^F\0\0\0\M^X\f\^N\0\0\0\0\0\M^X\f.\0\
	\0\0\0\0\M^X\f.\0\0\0\0\0P\^B\0\0\0\0\0\0P\^B\0\0\0\0\0\0\b\0\0\0\0\0\
	\0\0\^D\0\0\0\^D\0\0\0\0\^B\0\0\0\0\0\0\0\^B\0\0\0\0\0\0\0\^B\0\0\0\0\
	\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0\a\0\0\0\^D\0\0\0\b\
	\M-4\r\0\0\0\0\0\b\M-4-\0\0\0\0\0\b\M-4-\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\
	\0\0\0\0\0\0\b\0\0\0\0\0\0\0P\M-etd\^D\0\0\0H\M-!\v\0\0\0\0\0H\M-!\v\0\
	\0\0\0\0H\M-!\v\0\0\0\0\0\M-$V\0\0\0\0\0\0\M-$V\0\0\0\0\0\0\^D\0\0\0\0\
	\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\0\0\0\0R\M-etd\^D\0\0\0\b\M-4\
	\r\0\0\0\0\0\b\M-4-\0\0\0\0\0\b\M-4-\0\0\0\0\0\M-x[\0\0\0\0\0\0\M-x[\0\
	\0\0\0\0\0\^A\0\0\0\0\0\0\0\^D\0\0\0\^T\0\0\0\^C\0\0\0GNU\0U\M-u\M-N\
	\M-44\M-7\f\^E<\M-^y\M-g\M^N\M^HS\M-P@\M-Mkl\0\0\0\0\a\^D\0\0\v\a\0\0B\
	\^F\0\0\^^\^C\0\0\\\^A\0\0\0\0\0\0\^R\^B\0\0\0\0\0\0\M^^\^D\0\0\M-P\^D\
	\0\0!\^A\0\0\0\0\0\0J\^D\0\0\M^V\^A\0\0\M-<\^B\0\0\M^]\^D\0\0\M^^\^C\0\
	\0	\^D\0\0\M-S\^D\0\0\M-B\^A\0\0}\^B\0\0\0\0\0\0/\^E\0\0\0\0\0\0\
	\n\0\0\0\M-*\0\0\0\M-M\^E\0\0\0\0\0\0[\^A\0\0\M-=\0\0\0\M-'\0\0\0\0\0\
	\0\0\0\0\0\0\^^\^E\0\0\M^G\^B\0\0\^C\a\0\0\^W\^D\0\0x\^F\0\0	\^F\0\
	\0S\^B\0\0p\^B\0\0T\^E\0\0^\^D\0\0\M-1\^F\0\0\M^@\^F\0\0n\0\0\0E\0\0\0\
	~\^D\0\0\b\^B\0\0\M-]\^C\0\0A\^C\0\0\^P\^C\0\0004\^C\0\0\M-:\^D\0\0\
	\M^O\^C\0\0V\^F\0\0\M-V\^E\0\0\M-u\^D\0\0\0\0\0\0\M^R\0\0\09\^F\0\0\
	\M^[\^D\0\0\M-3\^E\0\0F\^A\0\0\M^\\^E\0\0003\^A\0\0\0\0\0\0h\^C\0\0\0\
	\0\0\0\0\0\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffe9d8)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x2e1710,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187588976640/0x7f7ff7716000
    74     74 aplay    CALL  mprotect(0x7f7ff77f1000,0x200000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff79f1000,0x7000,3,0x812,3,0xdb000)
    74     74 aplay    RET   mmap 140187591970816/0x7f7ff79f1000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7ffe595,0x80000,0x7f7ff7e21148)
    74     74 aplay    NAMI  "/emul/linux/lib64/libpthread.so.0"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffeaf8,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0\^Po\0\0\0\0\0\0@\0\
	\0\0\0\0\0\0000\M^U\^A\0\0\0\0\0\0\0\0\0@\08\0	\0@\0%\0\"\0\^F\0\0\0\
	\^E\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0\M-x\^A\0\0\0\0\
	\0\0\M-x\^A\0\0\0\0\0\0\b\0\0\0\0\0\0\0\^C\0\0\0\^D\0\0\0\0#\^A\0\0\0\
	\0\0\0#\^A\0\0\0\0\0\0#\^A\0\0\0\0\0\^\\0\0\0\0\0\0\0\^\\0\0\0\0\0\0\0\
	\^P\0\0\0\0\0\0\0\^A\0\0\0\^E\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\M^T~\^A\0\0\0\0\0\M^T~\^A\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\
	\0\0\^F\0\0\0p\M^K\^A\0\0\0\0\0p\M^K!\0\0\0\0\0p\M^K!\0\0\0\0\0P\a\0\0\
	\0\0\0\0 I\0\0\0\0\0\0\0\0 \0\0\0\0\0\^B\0\0\0\^F\0\0\0P\M^M\^A\0\0\0\
	\0\0P\M^M!\0\0\0\0\0P\M^M!\0\0\0\0\0000\^B\0\0\0\0\0\0000\^B\0\0\0\0\0\
	\0\b\0\0\0\0\0\0\0\^D\0\0\0\^D\0\0\08\^B\0\0\0\0\0\08\^B\0\0\0\0\0\08\
	\^B\0\0\0\0\0\0D\0\0\0\0\0\0\0D\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0P\M-etd\
	\^D\0\0\0\^\#\^A\0\0\0\0\0\^\#\^A\0\0\0\0\0\^\#\^A\0\0\0\0\0\^D\v\0\0\
	\0\0\0\0\^D\v\0\0\0\0\0\0\^D\0\0\0\0\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\0\0\b\
	\0\0\0\0\0\0\0R\M-etd\^D\0\0\0p\M^K\^A\0\0\0\0\0p\M^K!\0\0\0\0\0p\M^K!\
	\0\0\0\0\0\M^P\^D\0\0\0\0\0\0\M^P\^D\0\0\0\0\0\0\^A\0\0\0\0\0\0\0\^D\0\
	\0\0\^T\0\0\0\^C\0\0\0GNU\0$\M-)A\M-6\M-H^$K\M-R\M-d\M^Pi(\M-\\^W\M-+c\
	\M-0\M-#\M^J\^D\0\0\0\^P\0\0\0\^A\0\0\0GNU\0\0\0\0\0\^B\0\0\0\^F\0\0\0\
	 \0\0\0\0\0\0\0\M-e\^A\0\0V\0\0\0 \0\0\0\v\0\0\0\^Y#\^B\M-1\^A\b\^P\^B\
	@@a\M-x\^C\b\b\^U\M^@ \0\0\0\0\M^@\M-@\M-QQ\0\0\0\^R\M-k\M-B0D\0\b\^PA\
	\0\^B\0\^B\f\^A\M^@\v\M^Q\^A\M-X\240\r\240@\M^X \M-$\M^@\^Q\n\M^B-l@g\
	\M^LV\^T\0\M^T \M^@$H\M^@P(\^A\^R\f\M-IB\240\M^P\^R\b\f \^BZdA\M-%c\^D\
	@\n\n\n\0\M^@9\^A(\M-L@\M^D\M^A@\^R\b(\fD\0\0\0\M^@Q\b\M^@\^]\^DB\M-P\
	\M-08A\0\^A\0\0\M-5\^X0\0\M^@`\^B\^P\"\0	A\^P\^A\^E\0P(\M-)\^RG\
	(\0\0\M^B\^D\M^X@\^D\0\^P\M-`T\0\^B@\^B\^B\^P\M-A0D\^V\M^@\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffe9a8)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x21d490,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187586756608/0x7f7ff74f8000
    74     74 aplay    CALL  mprotect(0x7f7ff7510000,0x200000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff7710000,0x2000,3,0x812,3,0x18000)
    74     74 aplay    RET   mmap 140187588952064/0x7f7ff7710000
    74     74 aplay    CALL  mmap(0x7f7ff7712000,0x3490,3,0x32,0xffffffff,0)
    74     74 aplay    RET   mmap 140187588960256/0x7f7ff7712000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7ffebff,0x80000,0x7f7ff7e21148)
    74     74 aplay    NAMI  "/emul/linux/lib64/libc.so.6"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffeac8,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0\M-p\^\\^B\0\0\0\0\0\
	@\0\0\0\0\0\0\0\M-8\M-$\^Z\0\0\0\0\0\0\0\0\0@\08\0\n\0@\0F\0C\0\^F\0\0\
	\0\^E\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0000\^B\0\0\0\0\
	\0\0000\^B\0\0\0\0\0\0\b\0\0\0\0\0\0\0\^C\0\0\0\^D\0\0\0\M-0\M-z\^V\0\
	\0\0\0\0\M-0\M-z\^V\0\0\0\0\0\M-0\M-z\^V\0\0\0\0\0\^\\0\0\0\0\0\0\0\^\\
	\0\0\0\0\0\0\0\^P\0\0\0\0\0\0\0\^A\0\0\0\^E\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|<\^Z\0\0\0\0\0|<\^Z\0\0\0\0\0\0\0 \0\0\0\
	\0\0\^A\0\0\0\^F\0\0\0\M-XF\^Z\0\0\0\0\0\M-XF:\0\0\0\0\0\M-XF:\0\0\0\0\
	\0`P\0\0\0\0\0\0H\M^S\0\0\0\0\0\0\0\0 \0\0\0\0\0\^B\0\0\0\^F\0\0\0@{\
	\^Z\0\0\0\0\0@{:\0\0\0\0\0@{:\0\0\0\0\0\M-p\^A\0\0\0\0\0\0\M-p\^A\0\0\
	\0\0\0\0\b\0\0\0\0\0\0\0\^D\0\0\0\^D\0\0\0p\^B\0\0\0\0\0\0p\^B\0\0\0\0\
	\0\0p\^B\0\0\0\0\0\0D\0\0\0\0\0\0\0D\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0\a\
	\0\0\0\^D\0\0\0\M-XF\^Z\0\0\0\0\0\M-XF:\0\0\0\0\0\M-XF:\0\0\0\0\0\^P\0\
	\0\0\0\0\0\0\M^@\0\0\0\0\0\0\0\b\0\0\0\0\0\0\0P\M-etd\^D\0\0\0\M-L\M-z\
	\^V\0\0\0\0\0\M-L\M-z\^V\0\0\0\0\0\M-L\M-z\^V\0\0\0\0\0\M-$j\0\0\0\0\0\
	\0\M-$j\0\0\0\0\0\0\^D\0\0\0\0\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\
	\0\0\0\0R\M-etd\^D\0\0\0\M-XF\^Z\0\0\0\0\0\M-XF:\0\0\0\0\0\M-XF:\0\0\0\
	\0\0(9\0\0\0\0\0\0(9\0\0\0\0\0\0\^A\0\0\0\0\0\0\0\^D\0\0\0\^T\0\0\0\^C\
	\0\0\0GNU\0\M-R\^^Si\M-U^h\M^O\M-8c\M-N\M--\M-d\M^XA\M^I\M-+?z\M-g\^D\
	\0\0\0\^P\0\0\0\^A\0\0\0GNU\0\0\0\0\0\^B\0\0\0\^F\0\0\0 \0\0\0\0\0\0\0\
	\M-s\^C\0\0\n\0\0\0\0\^A\0\0\^N\0\0\0\0000\^PD\240 \^B\^A\M^H\^C\M-f\
	\M^P\M-EE\M^L\0\M-@\0\b\0\^E\M^@\0`\M-@\M^@\0\r\M^J\f\0\^D\^P\0\M^HD2\
	\b.@\M^HP4, \^N\"H&\M^D\M-@\M^L\^D\b\0\^B\^B\^N\M-!\M-,\^Z\^Df\M-@\0\
	\M-@2\0\M-@\0P\^A \M^A\b\M^D\v  ($\0\^D P\0\^PX\M^@\M-JDB(\0\^F\M^@\^P\
	\^XB\0 @\M^@\0	P\0Q\M^J@\^P\0\0\0\0\b\0\0\^Q\^P"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffe978)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x1000,3,0x22,0xffffffff,0)
    74     74 aplay    RET   mmap 140187598303232/0x7f7ff7ffb000
    74     74 aplay    CALL  mmap(0,0x3ada20,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187582898176/0x7f7ff714a000
    74     74 aplay    CALL  mprotect(0x7f7ff72ee000,0x200000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff74ee000,0x6000,3,0x812,3,0x1a4000)
    74     74 aplay    RET   mmap 140187586715648/0x7f7ff74ee000
    74     74 aplay    CALL  mmap(0x7f7ff74f4000,0x3a20,3,0x32,0xffffffff,0)
    74     74 aplay    RET   mmap 140187586740224/0x7f7ff74f4000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7ffe909,0x80000,0x7f7ff7ffc4d8)
    74     74 aplay    NAMI  "/emul/linux/lib64/libm.so.6"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffe828,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0PX\0\0\0\0\0\0@\0\0\
	\0\0\0\0\0H\"\^P\0\0\0\0\0\0\0\0\0@\08\0	\0@\0 \0\^]\0\^F\0\0\0\
	\^E\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0\M-x\^A\0\0\0\0\
	\0\0\M-x\^A\0\0\0\0\0\0\b\0\0\0\0\0\0\0\^C\0\0\0\^D\0\0\0P\M^P\^O\0\0\
	\0\0\0P\M^P\^O\0\0\0\0\0P\M^P\^O\0\0\0\0\0\^\\0\0\0\0\0\0\0\^\\0\0\0\0\
	\0\0\0\^P\0\0\0\0\0\0\0\^A\0\0\0\^E\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\M-4\^U\^P\0\0\0\0\0\M-4\^U\^P\0\0\0\0\0\0\0 \0\0\
	\0\0\0\^A\0\0\0\^F\0\0\0\240\^\\^P\0\0\0\0\0\240\^\0\0\0\0\0\0\240\^\0\
	\0\0\0\0\0l\^D\0\0\0\0\0\0\M-8\^D\0\0\0\0\0\0\0\0 \0\0\0\0\0\^B\0\0\0\
	\^F\0\0\0\M-8\^\\^P\0\0\0\0\0\M-8\^\0\0\0\0\0\0\M-8\^\0\0\0\0\0\0\^P\
	\^B\0\0\0\0\0\0\^P\^B\0\0\0\0\0\0\b\0\0\0\0\0\0\0\^D\0\0\0\^D\0\0\08\
	\^B\0\0\0\0\0\08\^B\0\0\0\0\0\08\^B\0\0\0\0\0\0D\0\0\0\0\0\0\0D\0\0\0\
	\0\0\0\0\^D\0\0\0\0\0\0\0P\M-etd\^D\0\0\0l\M^P\^O\0\0\0\0\0l\M^P\^O\0\
	\0\0\0\0l\M^P\^O\0\0\0\0\0\M-<\^R\0\0\0\0\0\0\M-<\^R\0\0\0\0\0\0\^D\0\
	\0\0\0\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\0\0\0\0R\M-etd\^D\0\0\0\
	\240\^\\^P\0\0\0\0\0\240\^\0\0\0\0\0\0\240\^\0\0\0\0\0\0`\^C\0\0\0\0\0\
	\0`\^C\0\0\0\0\0\0\^A\0\0\0\0\0\0\0\^D\0\0\0\^T\0\0\0\^C\0\0\0GNU\0005\
	\M-S]\M^\\M-g\M^A\M->:\^T\n4$-\M^Y\M^D\M^Xa[\^B\^_\^D\0\0\0\^P\0\0\0\
	\^A\0\0\0GNU\0\0\0\0\0\^B\0\0\0\^F\0\0\0 \0\0\0\0\0\0\0\^]\^C\0\0\^T\0\
	\0\0@\0\0\0\f\0\0\0%\0`\0\0\240.\"\M^@\0\^V\M^I\0 E\"\^B\0\M-@``i\b\
	\M^J\0	\0\0\0\0\0\0\0\0\0\0\0\0\M^JP\^P\^A\b\0\0\^D\^A\M-B\^T\^A \M^H\
	\"\0\M-D\M-#X\240\n\^F\M^N\0\M^J\0\0\^D\0@\0\0 \^P\0\^E\0\^E\r\a\a\^RA\
	\0\^A\0\b\0\0@\0	\0\^P\^DD\^X\^D\M^@a(\^R@\^D\^A\nE\M^Q @\M^@\f\
	\^R\^A\0\0\0\0\0\0\0\0\^D\^B\0\0\0@\0\M^@\^B\^P\M-R\0\^A\b\^D\M-A E\^A\
	\0\M-H\"\0\^D\^B\0\M^B\0\^D\0\0\0\^D\0Y\^D\^B\0\n\M^@\^A\0\0\^D\0\^P \
	\^C\0\0\M^H \b\^P\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffe6d8)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x302158,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187579740160/0x7f7ff6e47000
    74     74 aplay    CALL  mprotect(0x7f7ff6f49000,0x1ff000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff7148000,0x2000,3,0x812,3,0x101000)
    74     74 aplay    RET   mmap 140187582889984/0x7f7ff7148000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7ffeb2e,0x80000,0x7f7ff7ffc4d8)
    74     74 aplay    NAMI  "/emul/linux/lib64/libdl.so.2"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffe7f8,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0\M-P\^N\0\0\0\0\0\0@\
	\0\0\0\0\0\0\0\M-X1\0\0\0\0\0\0\0\0\0\0@\08\0	\0@\0 \0\^]\0\^F\0\0\0\
	\^E\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0@\0\0\0\0\0\0\0\M-x\^A\0\0\0\0\
	\0\0\M-x\^A\0\0\0\0\0\0\b\0\0\0\0\0\0\0\^C\0\0\0\^D\0\0\0000\^Z\0\0\0\
	\0\0\0000\^Z\0\0\0\0\0\0000\^Z\0\0\0\0\0\0\^\\0\0\0\0\0\0\0\^\\0\0\0\0\
	\0\0\0\^P\0\0\0\0\0\0\0\^A\0\0\0\^E\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\b \0\0\0\0\0\0\b \0\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\
	\0\0\^F\0\0\0`-\0\0\0\0\0\0`- \0\0\0\0\0`- \0\0\0\0\0@\^C\0\0\0\0\0\0\
	\M-0\^C\0\0\0\0\0\0\0\0 \0\0\0\0\0\^B\0\0\0\^F\0\0\0\M^H-\0\0\0\0\0\0\
	\M^H- \0\0\0\0\0\M^H- \0\0\0\0\0\^P\^B\0\0\0\0\0\0\^P\^B\0\0\0\0\0\0\b\
	\0\0\0\0\0\0\0\^D\0\0\0\^D\0\0\08\^B\0\0\0\0\0\08\^B\0\0\0\0\0\08\^B\0\
	\0\0\0\0\0D\0\0\0\0\0\0\0D\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0P\M-etd\^D\0\
	\0\0L\^Z\0\0\0\0\0\0L\^Z\0\0\0\0\0\0L\^Z\0\0\0\0\0\0\M-<\0\0\0\0\0\0\0\
	\M-<\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\
	\0\0\0\0R\M-etd\^D\0\0\0`-\0\0\0\0\0\0`- \0\0\0\0\0`- \0\0\0\0\0\240\
	\^B\0\0\0\0\0\0\240\^B\0\0\0\0\0\0\^A\0\0\0\0\0\0\0\^D\0\0\0\^T\0\0\0\
	\^C\0\0\0GNU\0fi\^S\M-l\^FL%\M-}\M-ar\r\M-7{\^_W\M-=\M-k]\M^[:\^D\0\0\
	\0\^P\0\0\0\^A\0\0\0GNU\0\0\0\0\0\^B\0\0\0\^F\0\0\0 \0\0\0\0\0\0\0\^[\
	\0\0\0\^[\0\0\0\^B\0\0\0\a\0\0\0\M^X\^B\^Q\0\M^@H\0\^D\^R\0\0@\M^C(\b\
	\M^^\^[\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\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\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\0\0\
	\0\0\0\0\M-k\^V\M-)\^Xa\M-/\0\M-y\M-AS\M^@\^X\M-;\^UsB\M-/\M-DM\^O\M^Q\
	!\M-|\M-x\^F\^B\^D\M-y\M-{3\M-{\^O\M-y\^YsB\M-z\^YsB\M^U\M-3_\^Y\^?\
	\M^^\M-P\^Xa\M-"\M^R\^F"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffe6a8)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x203110,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187577626624/0x7f7ff6c43000
    74     74 aplay    CALL  mprotect(0x7f7ff6c46000,0x1ff000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff6e45000,0x2000,3,0x812,3,0x2000)
    74     74 aplay    RET   mmap 140187579731968/0x7f7ff6e45000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  mmap(0,0x1000,3,0x22,0xffffffff,0)
    74     74 aplay    RET   mmap 140187598299136/0x7f7ff7ffa000
    74     74 aplay    CALL  mmap(0,0x2000,3,0x22,0xffffffff,0)
    74     74 aplay    RET   mmap 140187598290944/0x7f7ff7ff8000
    74     74 aplay    CALL  arch_prctl(0x1002,0x7f7ff7ff8740)
    74     74 aplay    RET   arch_prctl 0
    74     74 aplay    CALL  mprotect(0x7f7ff74ee000,0x4000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff6e45000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff7148000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff7710000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff7bfe000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff79f1000,0x6000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x60e000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff7e1f000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  munmap(0x7f7ff7ffd000,0x23e9)
    74     74 aplay    RET   munmap 0
    74     74 aplay    CALL  set_tid_address(0x7f7ff7ff8a10)
    74     74 aplay    RET   set_tid_address 74/0x4a
    74     74 aplay    CALL  set_robust_list(0x7f7ff7ff8a20,0x18)
    74     74 aplay    RET   set_robust_list 0
    74     74 aplay    CALL  rt_sigaction(SIGRT0,0x7f7ffffff080,0,8)
    74     74 aplay    RET   rt_sigaction 0
    74     74 aplay    CALL  rt_sigaction(SIGRT1,0x7f7ffffff080,0,8)
    74     74 aplay    RET   rt_sigaction 0
    74     74 aplay    CALL  rt_sigprocmask(1,0x7f7ffffff1f8,0,8)
    74     74 aplay    RET   rt_sigprocmask 0
    74     74 aplay    CALL  getrlimit(3,0x7f7ffffff1e0)
    74     74 aplay    RET   getrlimit 0
    74     74 aplay    CALL  brk(0)
    74     74 aplay    RET   brk 6356992/0x610000
    74     74 aplay    CALL  brk(0x631000)
    74     74 aplay    RET   brk 6492160/0x631000
    74     74 aplay    CALL  open(0x7f7ff72b6df0,0x80000,0x7f7ff74f2628)
    74     74 aplay    NAMI  "/emul/linux/usr/lib/locale/locale-archive"
    74     74 aplay    NAMI  "/usr/lib/locale/locale-archive"
    74     74 aplay    RET   open -1 errno -2 No such file or directory
    74     74 aplay    CALL  open(0x7f7fffffed50,0x80000,0x1b6)
    74     74 aplay    NAMI  "/emul/linux/usr/share/locale/locale.alias"
    74     74 aplay    NAMI  "/usr/share/locale/locale.alias"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  fstat64(3,0x7f7fffffebd0)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x4000,3,0x22,0xffffffff,0)
    74     74 aplay    RET   mmap 140187598274560/0x7f7ff7ff4000
    74     74 aplay    CALL  read(3,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 3 read 844 bytes
       "# $NetBSD: locale.alias,v 1.12 2013/08/11 22:09:40 joerg Exp $\n\n#\n#\
	 Locale aliases\n#\n\n# Pig locale\nPig/LC_MESSAGES		\
		/FORCE\n\n# Linux/FreeBSD compatibility, EUC-CN == GB2312\nzh_\
	CN.GB2312			zh_CN.eucCN\n\n# FreeBSD compatibility\
	\nzh_HK.Big5HKSCS			zh_HK.Big5hkscs\n\n# nb(Bokmal\
	, Norwegian) == no(Norwegian)\nno_NO.ISO8859-1			nb_NO.\
	ISO8859-1\nno_NO.ISO8859-15		nb_NO.ISO8859-15\nno_NO.UTF-8\
				nb_NO.UTF-8\n\n# Serbian language uses differe\
	nt scripts depending on the encoding.\nsr_ME.ISO8859-2		\
		sr_Latn_ME.ISO8859-2\nsr_RS.ISO8859-2			sr_Lat\
	n_RS.ISO8859-2\nsr_ME.ISO8859-5			sr_Cyrl_ME.ISO8859-5\n\
	sr_RS.ISO8859-5			sr_Cyrl_RS.ISO8859-5\nsr_ME.UTF-8\
				sr_Cyrl_ME.UTF-8\nsr_RS.UTF-8		\
		sr_Cyrl_RS.UTF-8\n\n# backward compatibility.\nja_JP.ISO2022-J\
	P		ja_JP.ISO-2022-JP\nja_JP.ISO2022-JP2		ja_JP.\
	ISO-2022-JP-2\nzh_HK.Big5-HKSCS		zh_HK.Big5hkscs\nzh_TW.BIG5\
				zh_TW.Big5\n"
    74     74 aplay    RET   read 844/0x34c
    74     74 aplay    CALL  read(3,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 3 read 0 bytes
       ""
    74     74 aplay    RET   read 0
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  munmap(0x7f7ff7ff4000,0x4000)
    74     74 aplay    RET   munmap 0
    74     74 aplay    CALL  open(0x6100e0,0x80000,0x7f7ff74f2628)
    74     74 aplay    NAMI  "/emul/linux/usr/lib/locale/ja_JP.UTF-8/LC_IDENTIFICATION"
    74     74 aplay    NAMI  "/usr/lib/locale/ja_JP.UTF-8/LC_IDENTIFICATION"
    74     74 aplay    RET   open -1 errno -2 No such file or directory
    74     74 aplay    CALL  open(0x610d80,0x80000,0x7f7ff74f2628)
    74     74 aplay    NAMI  "/emul/linux/usr/lib/locale/ja_JP.utf8/LC_IDENTIFICATION"
    74     74 aplay    NAMI  "/usr/lib/locale/ja_JP.utf8/LC_IDENTIFICATION"
    74     74 aplay    RET   open -1 errno -2 No such file or directory
    74     74 aplay    CALL  open(0x610170,0x80000,0x7f7ff74f2628)
    74     74 aplay    NAMI  "/emul/linux/usr/lib/locale/ja_JP/LC_IDENTIFICATION"
    74     74 aplay    NAMI  "/usr/lib/locale/ja_JP/LC_IDENTIFICATION"
    74     74 aplay    RET   open -1 errno -2 No such file or directory
    74     74 aplay    CALL  open(0x610cd0,0x80000,0x7f7ff74f2628)
    74     74 aplay    NAMI  "/emul/linux/usr/lib/locale/ja.UTF-8/LC_IDENTIFICATION"
    74     74 aplay    NAMI  "/usr/lib/locale/ja.UTF-8/LC_IDENTIFICATION"
    74     74 aplay    RET   open -1 errno -2 No such file or directory
    74     74 aplay    CALL  open(0x610e10,0x80000,0x7f7ff74f2628)
    74     74 aplay    NAMI  "/emul/linux/usr/lib/locale/ja.utf8/LC_IDENTIFICATION"
    74     74 aplay    NAMI  "/usr/lib/locale/ja.utf8/LC_IDENTIFICATION"
    74     74 aplay    RET   open -1 errno -2 No such file or directory
    74     74 aplay    CALL  open(0x6101e0,0x80000,0x7f7ff74f2628)
    74     74 aplay    NAMI  "/emul/linux/usr/lib/locale/ja/LC_IDENTIFICATION"
    74     74 aplay    NAMI  "/usr/lib/locale/ja/LC_IDENTIFICATION"
    74     74 aplay    RET   open -1 errno -2 No such file or directory
    74     74 aplay    CALL  ioctl(0,_IO('T',0x1,0),0x7f7ffffff050)
    74     74 aplay    RET   ioctl 0
    74     74 aplay    CALL  stat64(0x611030,0x7f7fffffefd0)
    74     74 aplay    NAMI  "/emul/linux/usr/share/alsa/alsa.conf"
    74     74 aplay    RET   stat64 0
    74     74 aplay    CALL  open(0x611030,0,0x1b6)
    74     74 aplay    NAMI  "/emul/linux/usr/share/alsa/alsa.conf"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  fstat64(3,0x7f7fffffed50)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x4000,3,0x22,0xffffffff,0)
    74     74 aplay    RET   mmap 140187598274560/0x7f7ff7ff4000
    74     74 aplay    CALL  read(3,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 3 read 4088 bytes
       "#\n#  ALSA library configuration file\n#\n\n# pre-load the configurati\
	on files\n\n@hooks [\n	{\n		func load\n		files \
	[\n			{\n				@func concat\n\
					strings [\n			\
			{ @func datadir }\n				\
		\"/alsa.conf.d/\"\n				]\n	\
			}\n			\"/etc/asound.conf\"\n	\
			\"~/.asoundrc\"\n		]\n		errors\
	 false\n	}\n]\n\n# load card-specific configuration files (on r\
	equest)\n\ncards.@hooks [\n	{\n		func load\n	\
		files [\n			{\n			\
		@func concat\n				strings [\n	\
					{ @func datadir }\n		\
				\"/cards/aliases.conf\"\n		\
			]\n			}\n		]\n	}\n\
		{\n		func load_for_all_cards\n		files \
	[\n			{\n				@func concat\n\
					strings [\n			\
			{ @func datadir }\n				\
		\"/cards/\"\n					{ @func privat\
	e_string }\n					\".conf\"\n	\
				]\n			}\n		]\n\
			errors false\n	}\n]\n\n#\n# defaults\n#\n\n# show all\
	 name hints also for definitions without hint {} section\ndefaults.nam\
	ehint.showall off\n# show just basic name hints\ndefaults.namehint.bas\
	ic on\n# show extended name hints\ndefaults.namehint.extended off\n#\n\
	defaults.ctl.card 0\ndefaults.pcm.card 0\ndefaults.pcm.device 0\ndefau\
	lts.pcm.subdevice -1\ndefaults.pcm.nonblock 1\ndefaults.pcm.compat 0\n\
	defaults.pcm.minperiodtime 5000		# in us\ndefaults.pcm.ipc_key \
	5678293\ndefaults.pcm.ipc_gid audio\ndefaults.pcm.ipc_perm 0660\ndefau\
	lts.pcm.dmix.max_periods 0\ndefaults.pcm.dmix.rate 48000\ndefaults.pcm\
	.dmix.format \"unchanged\"\ndefaults.pcm.dmix.card defaults.pcm.card\n\
	defaults.pcm.dmix.device defaults.pcm.device\ndefaults.pcm.dsnoop.card\
	 defaults.pcm.card\ndefaults.pcm.dsnoop.device defaults.pcm.device\nde\
	faults.pcm.front.card defaults.pcm.card\ndefaults.pcm.front.device def\
	aults.pcm.device\ndefaults.pcm.rear.card defaults.pcm.card\ndefaults.p\
	cm.rear.device defaults.pcm.device\ndefaults.pcm.center_lfe.card defau\
	lts.pcm.card\ndefaults.pcm.center_lfe.device defaults.pcm.device\ndefa\
	ults.pcm.side.card defaults.pcm.card\ndefaults.pcm.side.device default\
	s.pcm.device\ndefaults.pcm.surround40.card defaults.pcm.card\ndefaults\
	.pcm.surround40.device defaults.pcm.device\ndefaults.pcm.surround41.ca\
	rd defaults.pcm.card\ndefaults.pcm.surround41.device defaults.pcm.devi\
	ce\ndefaults.pcm.surround50.card defaults.pcm.card\ndefaults.pcm.surro\
	und50.device defaults.pcm.device\ndefaults.pcm.surround51.card default\
	s.pcm.card\ndefaults.pcm.surround51.device defaults.pcm.device\ndefaul\
	ts.pcm.surround71.card defaults.pcm.card\ndefaults.pcm.surround71.devi\
	ce defaults.pcm.device\ndefaults.pcm.iec958.card defaults.pcm.card\nde\
	faults.pcm.iec958.device defaults.pcm.device\ndefaults.pcm.modem.card \
	defaults.pcm.card\ndefaults.pcm.modem.device defaults.pcm.device\n# tr\
	uncate files via file or tee PCM\ndefaults.pcm.file_format	\"raw\
	\"\ndefaults.pcm.file_truncate	true\ndefaults.rawmidi.card 0\ndefault\
	s.rawmidi.device 0\ndefaults.rawmidi.subdevice -1\ndefaults.hwdep.card\
	 0\ndefaults.hwdep.device 0\ndefaults.timer.class 2\ndefaults.timer.sc\
	lass 0\ndefaults.timer.card 0\ndefaults.timer.device 0\ndefaults.timer\
	.subdevice 0\n\n#\n#  PCM interface\n#\n\n# redirect to load-on-demand\
	 extended pcm definitions\npcm.cards cards.pcm\n\npcm.default cards.pc\
	m.default\npcm.sysdefault cards.pcm.default\npcm.front cards.pcm.front\
	\npcm.rear cards.pcm.rear\npcm.center_lfe cards.pcm.center_lfe\npcm.si\
	de cards.pcm.side\npcm.surround40 cards.pcm.surround40\npcm.surround41\
	 cards.pcm.surround41\npcm.surround50 cards.pcm.surround50\npcm.surrou\
	nd51 cards.pcm.surround51\npcm.surround71 cards.pcm.surround71\npcm.ie\
	c958 cards.pcm.iec958\npcm.spdif iec958\npcm.hdmi cards.pcm.hdmi\npcm.\
	dmix cards.pcm.dmix\npcm.dsnoop cards.pcm.dsnoop\npcm.modem cards.pcm.\
	modem\npcm.phoneline cards.pcm.phoneline\n\npcm.hw {\n	@args [ CARD D\
	EV SUBDEV ]\n	@args.CARD {\n		type string\n		defaul\
	t {\n			@func getenv\n			vars [\n\
					ALSA_PCM_CARD\n			\
		ALSA_CARD\n			]\n			defaul\
	t {\n				@func refer\n			\
		name defaults.pcm.card\n			}\n	\
		}\n	}\n	@args.DEV {\n		type integer\n	\
		default {\n			@func igetenv\n		\
		vars [\n				ALSA_PCM_DEVICE\n\
				]\n			default {\n	\
				@func refer\n				name d\
	efaults.pcm.device\n			}\n		}\n	}\n\
		@args.SUBDEV {\n		type integer\n		defaul\
	t {\n			@func refer\n			name defaults.\
	pcm.subdevice\n		}\n	}		\n	type hw\n\
		card $CARD\n	device $DEV\n	subdevice $SUBDEV\n	hint {\
	\n		show {\n			@func refer\n	\
			name defaults.namehint.extended\n		}\n\
			description \"Direct hardware device without any conve\
	rsions\"\n	}\n}\n\npcm.pl"
    74     74 aplay    GIO   fd 3 read 4088 bytes
       "ughw {\n	@args [ CARD DEV SUBDEV ]\n	@args.CARD {\n	\
		type string\n		default {\n			@func \
	getenv\n			vars [\n			\
		ALSA_PCM_CARD\n				ALSA_CARD\n	\
			]\n			default {\n		\
			@func refer\n				name defaults.\
	pcm.card\n			}\n		}\n	}\n	@args.\
	DEV {\n		type integer\n		default {\n		\
		@func igetenv\n			vars [\n		\
			ALSA_PCM_DEVICE\n			]\n	\
			default {\n				@func refer\n\
					name defaults.pcm.device\n	\
			}\n		}\n	}\n	@args.SUBDEV {\n\
			type integer\n		default {\n		\
		@func refer\n			name defaults.pcm.subdevice\n\
			}\n	}		\n	type plug\n	slave.\
	pcm {\n		type hw\n		card $CARD\n		device\
	 $DEV\n		subdevice $SUBDEV\n	}\n	hint {\n	\
		show {\n			@func refer\n		\
		name defaults.namehint.extended\n		}\n	\
		description \"Hardware device with all software conversions\"\
	\n	}\n}\n\npcm.plug {\n	@args [ SLAVE ]\n	@args.SLAVE {\
	\n		type string\n	}\n	type plug\n	slave.pcm $SLA\
	VE\n}\n\npcm.shm {\n	@args [ SOCKET PCM ]\n	@args.SOCKET {\n\
			type string\n	}\n	@args.PCM {\n		type s\
	tring\n	}\n	type shm\n	server $SOCKET\n	pcm $PCM\n}\n\
	\npcm.tee {\n	@args [ SLAVE FILE FORMAT ]\n	@args.SLAVE {\n	\
		type string\n	}\n	@args.FILE {\n		type string\n\
		}\n	@args.FORMAT {\n		type string\n	\
		default {\n			@func refer\n		\
		name defaults.pcm.file_format\n		}\n	}\n	type f\
	ile\n	slave.pcm $SLAVE\n	file $FILE\n	format $FORMAT\n\
		truncate {\n		@func refer\n		name defaults.\
	pcm.file_truncate\n	}\n}\n\npcm.file {\n	@args [ FILE FORMAT ]\
	\n	@args.FILE {\n		type string\n	}\n	@args.FORMAT {\
	\n		type string\n		default {\n		\
		@func refer\n			name defaults.pcm.file_format\
	\n		}\n	}\n	type file\n	slave.pcm null\n\
		file $FILE\n	format $FORMAT\n	truncate {\n	\
		@func refer\n		name defaults.pcm.file_truncate\n\
		}\n}\n\npcm.null {\n	type null\n	hint {\n	\
		show {\n			@func refer\n		\
		name defaults.namehint.basic\n		}\n		descri\
	ption \"Discard all samples (playback) or generate zero samples (captu\
	re)\"\n	}\n}\n\n#\n#  Control interface\n#\n	\nctl.sysdefault {\n\
		type hw\n	card {\n		@func getenv\n	\
		vars [\n			ALSA_CTL_CARD\n		\
		ALSA_CARD\n		]\n		default {\n	\
			@func refer\n			name defaults.ctl.card\
	\n		}\n	}\n}\nctl.default ctl.sysdefault\n\nctl.hw {\n\
		@args [ CARD ]\n	@args.CARD {\n		type string\n\
			default {\n			@func getenv\n	\
			vars [\n				ALSA_CTL_CARD\
	\n				ALSA_CARD\n			]\n\
				default {\n				@func \
	refer\n				name defaults.ctl.card\n	\
			}\n		}\n	}\n	type hw\n	card $\
	CARD\n}\n\nctl.shm {\n	@args [ SOCKET CTL ]\n	@args.SOCKET {\n\
			type string\n	}\n	@args.CTL {\n		type s\
	tring\n	}\n	type shm\n	server $SOCKET\n	ctl $CTL\n}\n\
	\n#\n#  RawMidi interface\n#\n\nrawmidi.default {\n	type hw\n\
		card {\n		@func getenv\n		vars [\n\
				ALSA_RAWMIDI_CARD\n			ALSA_C\
	ARD\n		]\n		default {\n			@func \
	refer\n			name defaults.rawmidi.card\n		}\n\
		}\n	device {\n		@func igetenv\n		vars [\
	\n			ALSA_RAWMIDI_DEVICE\n		]\n	\
		default {\n			@func refer\n		\
		name defaults.rawmidi.device\n		}\n	}\n}\n\nrawmid\
	i.hw {\n	@args [ CARD DEV SUBDEV ]\n	@args.CARD {\n	\
		type string\n		default {\n			@func \
	getenv\n			vars [\n			\
		ALSA_RAWMIDI_CARD\n				ALSA_CARD\n\
				]\n			default {\n	\
				@func refer\n				name d\
	efaults.rawmidi.card\n			}\n		}\n	}\n\
		@args.DEV {\n		type integer\n		default {\n\
				@func igetenv\n			vars [\n\
					ALSA_RAWMIDI_DEVICE\n		\
		]\n			default {\n			\
		@func refer\n				name defaults.rawmidi.\
	device\n			}\n		}\n	}\n	@args.\
	SUBDEV {\n		type integer\n		default -1\n	}\n\
		type hw\n	card $CARD\n	device $DEV\n	subdevice $SUB\
	DEV\n	hint {\n		description \"Direct rawmidi driver de\
	vice\"\n		device $DEV\n	}\n}\n\nrawmidi.virtual {\n\
		@args [ MERGE ]\n	@args.MERGE {\n		type string\n\
			default 1\n	}\n	type virtual\n	merge $MERGE\n\
	}\n\n#\n#  Sequencer interface\n#\n\nseq.default {\n	type hw\n}\n\n\
	seq.hw {\n	type hw\n}\n\n#\n#  HwDep interface\n#\n\nhwdep.defaul\
	t {\n	type hw\n	card {\n		@func getenv\n	\
		vars [\n			ALSA_HWDEP_CARD\n	\
			ALSA_CARD\n		]\n		default {\n\
				@func refer\n			name defaults.\
	hwdep.card\n		}\n	}\n	device {\n		@func \
	igetenv\n		vars [\n			ALSA_HWDEP_DEV\
	ICE\n		]\n		default {\n			@func \
	refer\n			name defaults.hwdep.device\n		}\n\
		}\n}\n\nhwdep.hw {\n	@args [ CARD DEV ]\n	@args.CARD {\n\
			type string\n		default {\n		\
		@func getenv\n			vars [\n		\
			ALSA_HWDEP_CARD\n				ALSA_C\
	ARD\n			]\n			default {\n	\
				@func refer\n				name d\
	efaults.hwdep.card\n			}\n		}\n	}\n\
		@args.DEV {\n		type integer\n		default {\n\
				@func igetenv\n			vars [\n\
					ALSA_HWDEP_DEVICE\n		\
		]\n			default {\n			\
		@func refer\n				name defaults.hwdep.de\
	vice\n			}\n		}\n	}\n	type hw\n\
		card $CARD\n	device $DEV\n}\n\n#\n#  Timer interface\n#\n\n\
	timer_query.default {\n	t"
    74     74 aplay    GIO   fd 3 read 1008 bytes
       "ype hw\n}\n\ntimer_query.hw {\n	type hw\n}\n\ntimer.default {\n	type h\
	w\n	class {\n		@func refer\n		name defaults.\
	timer.class\n	}\n	sclass {\n		@func refer\n	\
		name defaults.timer.sclass\n	}\n	card {\n	\
		@func refer\n		name defaults.timer.card\n	}\n\
		device {\n		@func refer\n		name defaults.\
	timer.device\n	}\n	subdevice {\n		@func refer\n	\
		name defaults.timer.subdevice\n	}\n	hint.description \"Def\
	ault direct hardware timer device\"\n}\n\ntimer.hw {\n	@args [ CLASS \
	SCLASS CARD DEV SUBDEV ]\n	@args.CLASS {\n		type integer\n\
			default {\n			@func refer\n	\
			name defaults.timer.class\n		}\n	}\n\
		@args.SCLASS {\n		type integer\n		defaul\
	t {\n			@func refer\n			name defaults.\
	timer.sclass\n		}\n	}\n	@args.CARD {\n		type s\
	tring\n		default {\n			@func refer\n	\
			name defaults.timer.card\n		}\n	}\n\
		@args.DEV {\n		type integer\n		default {\n\
				@func refer\n			name defaults.\
	timer.device\n		}\n	}\n	@args.SUBDEV {\n	\
		type integer\n		default {\n			@func \
	refer\n			name defaults.timer.subdevice\n		}\n\
		}\n	type hw\n	class $CLASS\n	sclass $SCLASS\n\
		card $CARD\n	device $DEV\n	subdevice $SUBDEV\n}\n"
    74     74 aplay    RET   read 9184/0x23e0
    74     74 aplay    CALL  read(3,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 3 read 0 bytes
       ""
    74     74 aplay    RET   read 0
    74     74 aplay    CALL  read(3,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 3 read 0 bytes
       ""
    74     74 aplay    RET   read 0
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  munmap(0x7f7ff7ff4000,0x4000)
    74     74 aplay    RET   munmap 0
    74     74 aplay    CALL  futex(0x7f7ff6e460c8,0x81,0x7fffffff,0x7f7fffffebd0,1,0x7f7ff775a000)
    74     74 aplay    RET   futex 1
    74     74 aplay    CALL  access(0x621130,4)
    74     74 aplay    NAMI  "/emul/linux/usr/share/alsa/alsa.conf.d/"
    74     74 aplay    RET   access 0
    74     74 aplay    CALL  stat64(0x621130,0x7f7fffffee10)
    74     74 aplay    NAMI  "/emul/linux/usr/share/alsa/alsa.conf.d/"
    74     74 aplay    RET   stat64 0
    74     74 aplay    CALL  openat(0xffffffffffffff9c,0x621130,0x90800,0)
    74     74 aplay    NAMI  "/emul/linux/usr/share/alsa/alsa.conf.d/"
    74     74 aplay    RET   openat 3
    74     74 aplay    CALL  getdents(3,0x621190,0x8000)
    74     74 aplay    RET   getdents 208/0xd0
    74     74 aplay    CALL  getdents(3,0x621190,0x8000)
    74     74 aplay    RET   getdents 0
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x6210f0,0,0x1b6)
    74     74 aplay    NAMI  "/emul/linux/usr/share/alsa/alsa.conf.d//50-pulseaudio.conf"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  fstat64(3,0x7f7fffffeb20)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x4000,3,0x22,0xffffffff,0)
    74     74 aplay    RET   mmap 140187598274560/0x7f7ff7ff4000
    74     74 aplay    CALL  read(3,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 3 read 216 bytes
       "# Add a specific named PulseAudio pcm and ctl (typically useful for te\
	sting)\n\npcm.pulse {\n    type pulse\n    hint {\n        show on\n  \
	      description \"PulseAudio Sound Server\"\n    }\n}\n\nctl.pulse {\
	\n    type pulse\n}\n"
    74     74 aplay    RET   read 216/0xd8
    74     74 aplay    CALL  read(3,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 3 read 0 bytes
       ""
    74     74 aplay    RET   read 0
    74     74 aplay    CALL  read(3,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 3 read 0 bytes
       ""
    74     74 aplay    RET   read 0
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  munmap(0x7f7ff7ff4000,0x4000)
    74     74 aplay    RET   munmap 0
    74     74 aplay    CALL  open(0x6210f0,0,0x1b6)
    74     74 aplay    NAMI  "/emul/linux/usr/share/alsa/alsa.conf.d//60-oss.conf"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  fstat64(3,0x7f7fffffeb20)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x4000,3,0x22,0xffffffff,0)
    74     74 aplay    RET   mmap 140187598274560/0x7f7ff7ff4000
    74     74 aplay    CALL  read(3,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 3 read 228 bytes
       "# Add a specific named OSS pcm and ctl (typically useful for testing)\
	\n\npcm.oss {\n    type oss\n    device /dev/audio\n    hint {\n      \
	  show on\n        description \"OSS\"\n    }\n}\n\nctl.oss {\n    dev\
	ice /dev/audioctl\n    type oss\n}\n"
    74     74 aplay    RET   read 228/0xe4
    74     74 aplay    CALL  read(3,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 3 read 0 bytes
       ""
    74     74 aplay    RET   read 0
    74     74 aplay    CALL  read(3,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 3 read 0 bytes
       ""
    74     74 aplay    RET   read 0
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  munmap(0x7f7ff7ff4000,0x4000)
    74     74 aplay    RET   munmap 0
    74     74 aplay    CALL  access(0x611280,4)
    74     74 aplay    NAMI  "/emul/linux/etc/asound.conf"
    74     74 aplay    RET   access 0
    74     74 aplay    CALL  stat64(0x611280,0x7f7fffffee10)
    74     74 aplay    NAMI  "/emul/linux/etc/asound.conf"
    74     74 aplay    RET   stat64 0
    74     74 aplay    CALL  open(0x611280,0,0x1b6)
    74     74 aplay    NAMI  "/emul/linux/etc/asound.conf"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  fstat64(3,0x7f7fffffeb20)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x4000,3,0x22,0xffffffff,0)
    74     74 aplay    RET   mmap 140187598274560/0x7f7ff7ff4000
    74     74 aplay    CALL  read(3,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 3 read 249 bytes
       "# PulseAudio plugin configuration\n\npcm.!default {\n    type pulse\n \
	   hint {\n        show on\n        description \"Default ALSA Output \
	(currently PulseAudio Sound Server)\"\n    }\n    fallback \"oss\"\n}\
	\n\nctl.!default {\n    type pulse\n    fallback \"oss\"\n}\n"
    74     74 aplay    RET   read 249/0xf9
    74     74 aplay    CALL  read(3,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 3 read 0 bytes
       ""
    74     74 aplay    RET   read 0
    74     74 aplay    CALL  read(3,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 3 read 0 bytes
       ""
    74     74 aplay    RET   read 0
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  munmap(0x7f7ff7ff4000,0x4000)
    74     74 aplay    RET   munmap 0
    74     74 aplay    CALL  access(0x620de0,4)
    74     74 aplay    NAMI  "/emul/linux/home/tsutsui/.asoundrc"
    74     74 aplay    NAMI  "/home/tsutsui/.asoundrc"
    74     74 aplay    RET   access 0
    74     74 aplay    CALL  stat64(0x620de0,0x7f7fffffee10)
    74     74 aplay    NAMI  "/emul/linux/home/tsutsui/.asoundrc"
    74     74 aplay    NAMI  "/home/tsutsui/.asoundrc"
    74     74 aplay    RET   stat64 0
    74     74 aplay    CALL  open(0x620de0,0,0x1b6)
    74     74 aplay    NAMI  "/emul/linux/home/tsutsui/.asoundrc"
    74     74 aplay    NAMI  "/home/tsutsui/.asoundrc"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  fstat64(3,0x7f7fffffeb20)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x4000,3,0x22,0xffffffff,0)
    74     74 aplay    RET   mmap 140187598274560/0x7f7ff7ff4000
    74     74 aplay    CALL  read(3,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 3 read 141 bytes
       "pcm.!default {\n        type pulse\n}\n\nctl.!default {\n        type \
	pulse\n}\n\npcm.pulse {\n        type pulse\n}\n\nctl.pulse {\n       \
	 type pulse\n}\n"
    74     74 aplay    RET   read 141/0x8d
    74     74 aplay    CALL  read(3,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 3 read 0 bytes
       ""
    74     74 aplay    RET   read 0
    74     74 aplay    CALL  read(3,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 3 read 0 bytes
       ""
    74     74 aplay    RET   read 0
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  munmap(0x7f7ff7ff4000,0x4000)
    74     74 aplay    RET   munmap 0
    74     74 aplay    CALL  open(0x6210f0,0x80000,0x7f7ff7ffc4d8)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/alsa-lib/libasound_module_pcm_pulse.so"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffe780,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0\240'\0\0\0\0\0\0@\0\
	\0\0\0\0\0\0\M-`c\0\0\0\0\0\0\0\0\0\0@\08\0\a\0@\0\^\\0\^[\0\^A\0\0\0\
	\^E\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\M-4V\0\0\0\0\
	\0\0\M-4V\0\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\0\0\^F\0\0\0h\\\0\0\0\0\0\0h\
	\\ \0\0\0\0\0h\\ \0\0\0\0\0X\^F\0\0\0\0\0\0`\^F\0\0\0\0\0\0\0\0 \0\0\0\
	\0\0\^B\0\0\0\^F\0\0\0\M-@]\0\0\0\0\0\0\M-@] \0\0\0\0\0\M-@] \0\0\0\0\
	\0\0\^B\0\0\0\0\0\0\0\^B\0\0\0\0\0\0\b\0\0\0\0\0\0\0\^D\0\0\0\^D\0\0\0\
	\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0$\0\0\0\0\0\0\
	\0$\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0P\M-etd\^D\0\0\0xN\0\0\0\0\0\0xN\0\0\
	\0\0\0\0xN\0\0\0\0\0\0$\^A\0\0\0\0\0\0$\^A\0\0\0\0\0\0\^D\0\0\0\0\0\0\
	\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\0\0\0\0R\M-etd\^D\0\0\0h\\\0\0\0\
	\0\0\0h\\ \0\0\0\0\0h\\ \0\0\0\0\0\M^X\^C\0\0\0\0\0\0\M^X\^C\0\0\0\0\0\
	\0\^A\0\0\0\0\0\0\0\^D\0\0\0\^T\0\0\0\^C\0\0\0GNU\0\M-4\^Zit\M-T\M-P\
	\M-(\M-kN\M^U\M^Ca7\M-6\M-?\M-B\M-w$57\0\0\0\0C\0\0\0b\0\0\0L\0\0\0\
		\0\0\0X\0\0\0Z\0\0\0U\0\0\0P\0\0\0+\0\0\0\0\0\0\0-\0\0\0N\0\0\
	\0V\0\0\0;\0\0\0\^[\0\0\0\0\0\0\0(\0\0\0E\0\0\0C\0\0\0002\0\0\0*\0\0\0\
	\0\0\0\0\0\0\0\0<\0\0\0\^^\0\0\0)\0\0\0\^Q\0\0\0\^E\0\0\0\\\0\0\0F\0\0\
	\0\^V\0\0\0T\0\0\0R\0\0\0\0\0\0\0K\0\0\0%\0\0\0\0\0\0\0O\0\0\0A\0\0\0H\
	\0\0\0Q\0\0\0D\0\0\0\0\0\0\0 \0\0\0'\0\0\0\0\0\0\0I\0\0\0\^S\0\0\0\0\0\
	\0\0G\0\0\09\0\0\0[\0\0\0\0\0\0\0a\0\0\0#\0\0\0\^U\0\0\0\^Y\0\0\0S\0\0\
	\0M\0\0\0007\0\0\0/\0\0\0\f\0\0\0@\0\0\0\^W\0\0\0]\0\0\0\0\0\0\0006\0\
	\0\0\^\\0\0\0\^Z\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\0\0\0\0\0\0\0\0\0\^B\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
	\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffe630)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x2062c8,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187575500800/0x7f7ff6a3c000
    74     74 aplay    CALL  mprotect(0x7f7ff6a42000,0x1ff000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff6c41000,0x2000,3,0x812,3,0x5000)
    74     74 aplay    RET   mmap 140187577618432/0x7f7ff6c41000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7c1a6df,0x80000,1)
    74     74 aplay    NAMI  "/emul/linux/etc/ld.so.cache"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  fstat64(3,0x7f7fffffe350)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x23e9,1,2,3,0)
    74     74 aplay    RET   mmap 140187598311424/0x7f7ff7ffd000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7ffe537,0x80000,0x611420)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/libpulse.so.0"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffe4f0,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0@\M-W\0\0\0\0\0\0@\0\
	\0\0\0\0\0\0\^P\M->\^D\0\0\0\0\0\0\0\0\0@\08\0\a\0@\0#\0\"\0\^A\0\0\0\
	\^E\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\M-t\M^Y\^D\0\
	\0\0\0\0\M-t\M^Y\^D\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\0\0\^F\0\0\0\M-0\M-$\
	\^D\0\0\0\0\0\M-0\M-$$\0\0\0\0\0\M-0\M-$$\0\0\0\0\0(\^V\0\0\0\0\0\0h\
	\^V\0\0\0\0\0\0\0\0 \0\0\0\0\0\^B\0\0\0\^F\0\0\0\M-h\M-,\^D\0\0\0\0\0\
	\M-h\M-,$\0\0\0\0\0\M-h\M-,$\0\0\0\0\0\M^@\^B\0\0\0\0\0\0\M^@\^B\0\0\0\
	\0\0\0\b\0\0\0\0\0\0\0\^D\0\0\0\^D\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\
	\0\0\0\0\M-H\^A\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\^D\0\0\0\0\0\
	\0\0P\M-etd\^D\0\0\0\M-|\"\^D\0\0\0\0\0\M-|\"\^D\0\0\0\0\0\M-|\"\^D\0\
	\0\0\0\0\M-d\^N\0\0\0\0\0\0\M-d\^N\0\0\0\0\0\0\^D\0\0\0\0\0\0\0Q\M-etd\
	\^F\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\0\0\0\
	\0\0\0\0\0\0\0\0\0\0\b\0\0\0\0\0\0\0R\M-etd\^D\0\0\0\M-0\M-$\^D\0\0\0\
	\0\0\M-0\M-$$\0\0\0\0\0\M-0\M-$$\0\0\0\0\0P\v\0\0\0\0\0\0P\v\0\0\0\0\0\
	\0\^A\0\0\0\0\0\0\0\^D\0\0\0\^T\0\0\0\^C\0\0\0GNU\0\M^U\M-)\M^Z\M-X\
	\M-*\^Qg\^S,\M-A,\M-sP\M-Zv\M--\M-]\M^L\M^[\M-g\0\0\0\0	\^B\0\0X\^B\0\
	\0\M-2\0\0\0Q\0\0\0'\^A\0\0\0\0\0\0\M-:\0\0\0\M-/\0\0\0\0\0\0\0\M-7\0\
	\0\0\0\0\0\0\0\0\0\0\0\0\0\0\M-O\0\0\0\M-.\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
	\0\0\0\0\0.\^B\0\0\0\0\0\0\^[\0\0\0\M-S\^A\0\0\M-\\0\0\0\^T\^A\0\0\0\0\
	\0\0\M^U\0\0\0\M^W\^A\0\0-\^B\0\0\M-?\0\0\0\0\0\0\0001\^A\0\0\0\0\0\0\
	\0\0\0\0\0\0\0\0\M-T\^A\0\0\M-t\0\0\0q\0\0\0\0\0\0\0\^U\0\0\0\0\0\0\0\
	\M-|\0\0\0\\\0\0\0W\^A\0\0\M^E\0\0\0\M^[\^A\0\0I\0\0\0\M-b\0\0\0)\^B\0\
	\0\M^Y\0\0\0\0\0\0\0~\0\0\0`\0\0\0\^^\^B\0\0\0\0\0\0002\^B\0\0\0\0\0\0\
	\0\0\0\0l\^A\0\0\^A\^A\0\0000\^A\0\0\M-q\0\0\0\M^X\^A\0\0\0\0\0\0\M-$\
	\0\0\08\0\0\0\0\0\0\0\M^K\0\0\0\M-T\0\0\0\M-P\0\0\0\0\0\0\0\M-I\0\0\0\
	\M-f\0\0\0I\^B\0\0:\^B\0\0001\0\0\0\0\0\0\0\M-.\^A\0\0\M-8\0\0\0003\^B\
	\0\0\v\^A\0\0\M-e\0\0\0\M-)\^A\0\0L\0\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffe3a0)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x24bb18,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187573092352/0x7f7ff67f0000
    74     74 aplay    CALL  mprotect(0x7f7ff683a000,0x200000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff6a3a000,0x2000,3,0x812,3,0x4a000)
    74     74 aplay    RET   mmap 140187575492608/0x7f7ff6a3a000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7fffffe100,0x80000,0x621d50)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/pulseaudio/tls/x86_64/libjson.so.0"
    74     74 aplay    NAMI  "/usr/lib64/pulseaudio/tls/x86_64/libjson.so.0"
    74     74 aplay    RET   open -1 errno -2 No such file or directory
    74     74 aplay    CALL  stat64(0x7f7fffffe100,0x7f7fffffe1c0)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/pulseaudio/tls/x86_64"
    74     74 aplay    NAMI  "/usr/lib64/pulseaudio/tls/x86_64"
    74     74 aplay    RET   stat64 -1 errno -2 No such file or directory
    74     74 aplay    CALL  open(0x7f7fffffe100,0x80000,0x621d50)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/pulseaudio/tls/libjson.so.0"
    74     74 aplay    NAMI  "/usr/lib64/pulseaudio/tls/libjson.so.0"
    74     74 aplay    RET   open -1 errno -2 No such file or directory
    74     74 aplay    CALL  stat64(0x7f7fffffe100,0x7f7fffffe1c0)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/pulseaudio/tls"
    74     74 aplay    NAMI  "/usr/lib64/pulseaudio/tls"
    74     74 aplay    RET   stat64 -1 errno -2 No such file or directory
    74     74 aplay    CALL  open(0x7f7fffffe100,0x80000,0x621d50)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/pulseaudio/x86_64/libjson.so.0"
    74     74 aplay    NAMI  "/usr/lib64/pulseaudio/x86_64/libjson.so.0"
    74     74 aplay    RET   open -1 errno -2 No such file or directory
    74     74 aplay    CALL  stat64(0x7f7fffffe100,0x7f7fffffe1c0)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/pulseaudio/x86_64"
    74     74 aplay    NAMI  "/usr/lib64/pulseaudio/x86_64"
    74     74 aplay    RET   stat64 -1 errno -2 No such file or directory
    74     74 aplay    CALL  open(0x7f7fffffe100,0x80000,0x621d50)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/pulseaudio/libjson.so.0"
    74     74 aplay    NAMI  "/usr/lib64/pulseaudio/libjson.so.0"
    74     74 aplay    RET   open -1 errno -2 No such file or directory
    74     74 aplay    CALL  stat64(0x7f7fffffe100,0x7f7fffffe1c0)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/pulseaudio"
    74     74 aplay    RET   stat64 0
    74     74 aplay    CALL  open(0x7f7ff7ffe977,0x80000,0x621d50)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/libjson.so.0"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffe310,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0\^P/\0\0\0\0\0\0@\0\
	\0\0\0\0\0\0p\M^T\0\0\0\0\0\0\0\0\0\0@\08\0\a\0@\0\^\\0\^[\0\^A\0\0\0\
	\^E\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\0l\M^K\0\0\0\0\
	\0\0l\M^K\0\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\0\0\^F\0\0\0H\M^M\0\0\0\0\0\
	\0H\M^M \0\0\0\0\0H\M^M \0\0\0\0\0\^T\^F\0\0\0\0\0\0 \^F\0\0\0\0\0\0\0\
	\0 \0\0\0\0\0\^B\0\0\0\^F\0\0\0\M^X\M^M\0\0\0\0\0\0\M^X\M^M \0\0\0\0\0\
	\M^X\M^M \0\0\0\0\0\M-`\^A\0\0\0\0\0\0\M-`\^A\0\0\0\0\0\0\b\0\0\0\0\0\
	\0\0\^D\0\0\0\^D\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\
	\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0P\M-etd\^D\0\
	\0\0\M-Ly\0\0\0\0\0\0\M-Ly\0\0\0\0\0\0\M-Ly\0\0\0\0\0\0\^\\^C\0\0\0\0\
	\0\0\^\\^C\0\0\0\0\0\0\^D\0\0\0\0\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\
	\0\0\0\0\0\0R\M-etd\^D\0\0\0H\M^M\0\0\0\0\0\0H\M^M \0\0\0\0\0H\M^M \0\
	\0\0\0\0\M-8\^B\0\0\0\0\0\0\M-8\^B\0\0\0\0\0\0\^A\0\0\0\0\0\0\0\^D\0\0\
	\0\^T\0\0\0\^C\0\0\0GNU\0Z\M-0\M-I[5\^QVm\M^I\M-]X\M-z+\M-1~\M^Z\M^V\
	\^YB\M-d\0\0\0\0a\0\0\0\M^A\0\0\0\0\0\0\0[\0\0\0C\0\0\0\^F\0\0\0R\0\0\
	\0h\0\0\0V\0\0\0`\0\0\0\^\\0\0\0003\0\0\0p\0\0\0001\0\0\0!\0\0\0T\0\0\
	\0G\0\0\0Y\0\0\0v\0\0\0]\0\0\0\b\0\0\0$\0\0\0\\\0\0\0<\0\0\0,\0\0\0k\0\
	\0\0w\0\0\0006\0\0\0|\0\0\0'\0\0\0O\0\0\0\0\0\0\0Z\0\0\0g\0\0\0\^T\0\0\
	\0m\0\0\0 \0\0\0\^Z\0\0\0\0\0\0\0E\0\0\0S\0\0\0\0\0\0\0002\0\0\0}\0\0\
	\0\0\0\0\0_\0\0\0D\0\0\0=\0\0\0\0\0\0\0\0\0\0\0%\0\0\0I\0\0\0*\0\0\0\
	\^[\0\0\0\0\0\0\0a\0\0\0\^_\0\0\0\0\0\0\0\^U\0\0\0\^^\0\0\0t\0\0\0007\
	\0\0\0>\0\0\0F\0\0\0\0\0\0\0;\0\0\0\0\0\0\0W\0\0\0&\0\0\0y\0\0\0\^C\0\
	\0\0\^O\0\0\0z\0\0\0e\0\0\0\v\0\0\0#\0\0\0N\0\0\0j\0\0\0\0\0\0\0\a\0\0\
	\0\0\0\0\0\0\0\0\0l\0\0\0\0\0\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffe1c0)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x209368,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187570954240/0x7f7ff65e6000
    74     74 aplay    CALL  mprotect(0x7f7ff65ef000,0x1ff000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff67ee000,0x2000,3,0x812,3,0x8000)
    74     74 aplay    RET   mmap 140187573084160/0x7f7ff67ee000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7fffffe0c0,0x80000,0x621d50)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/pulseaudio/libpulsecommon-4.0.so"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffe2e0,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0\^PW\^A\0\0\0\0\0@\0\
	\0\0\0\0\0\0\M-@\M-f\^F\0\0\0\0\0\0\0\0\0@\08\0\a\0@\0\^\\0\^[\0\^A\0\
	\0\0\^E\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\M-,\M-<\
	\^F\0\0\0\0\0\M-,\M-<\^F\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\0\0\^F\0\0\0H\
	\M-H\^F\0\0\0\0\0H\M-H&\0\0\0\0\0H\M-H&\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\^B\0\0\0\^F\0\0\0\M^X\M-L\^F\0\0\0\0\0\M^X\
	\M-L&\0\0\0\0\0\M^X\M-L&\0\0\0\0\0`\^B\0\0\0\0\0\0`\^B\0\0\0\0\0\0\b\0\
	\0\0\0\0\0\0\^D\0\0\0\^D\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0\
	\M-H\^A\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0P\
	\M-etd\^D\0\0\0\M-P\^D\^F\0\0\0\0\0\M-P\^D\^F\0\0\0\0\0\M-P\^D\^F\0\0\
	\0\0\0D\^Z\0\0\0\0\0\0D\^Z\0\0\0\0\0\0\^D\0\0\0\0\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\
	\0\0\0\0\0\0\b\0\0\0\0\0\0\0R\M-etd\^D\0\0\0H\M-H\^F\0\0\0\0\0H\M-H&\0\
	\0\0\0\0H\M-H&\0\0\0\0\0\M-8\a\0\0\0\0\0\0\M-8\a\0\0\0\0\0\0\^A\0\0\0\
	\0\0\0\0\^D\0\0\0\^T\0\0\0\^C\0\0\0GNU\09\M^G\M-^\M--\"\^]\^[\M-d#\M-i\
	\M-[\M-c\M-l\M-;\M-.\^_\M-#r\M^Z\M-Q\0\0\0\0	\^B\0\0\M-o\^C\0\0\M^L\
	\^B\0\0.\^B\0\0\M-r\^A\0\0\M-]\0\0\0Z\0\0\0\M^]\^A\0\0Y\^B\0\0&\^C\0\
	\0006\^C\0\0\M-}\0\0\0\M-X\^C\0\0=\^B\0\0\M-C\^B\0\0\0\0\0\0\0\0\0\0\
	\M-k\0\0\0\0\0\0\0\0\0\0\0\^Q\^A\0\0\M-:\^A\0\0\0\0\0\0\M-[\^C\0\0\M^W\
	\^C\0\0\M-/\^A\0\0\M-X\^B\0\0\b\^A\0\0\M->\0\0\0Z\^B\0\0\M-\\0\0\0\M-E\
	\^C\0\0\M^I\0\0\0\M-S\0\0\0\M^X\^C\0\0\M^A\0\0\0k\^C\0\0\M^K\0\0\0\M-"\
	\^C\0\0\M^X\^A\0\0\M-z\0\0\0\M-s\0\0\0\M--\^C\0\0u\^C\0\0=\^C\0\0\M-3\
	\0\0\0	\^C\0\0R\^A\0\0\M-E\^A\0\0;\^B\0\0\0\0\0\0W\^C\0\0\M^N\^C\0\0\
	\^]\^C\0\0\0\0\0\0m\^C\0\0\M^]\0\0\0\M-d\^A\0\0\M^Y\^C\0\0\M-9\^C\0\0\
	\M^H\^C\0\0\M-2\^C\0\0d\^C\0\0+\^A\0\0\M-^\0\0\0\M^]\^B\0\0\^[\^C\0\0\
	\M-i\^B\0\0\M-0\^B\0\0\M-d\^C\0\0\^X\^A\0\0\M-U\^B\0\0\M-G\^B\0\0\M-|\
	\0\0\0\M-1\^C\0\0\^P\^A\0\0\M-&\0\0\0\^R\^B\0\0006\^B\0\0\M^G\0\0\0\
	\M^V\^A\0\0\^D\^A\0\0\^R\^A\0\0(\^C\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffe190)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x26e848,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187568402432/0x7f7ff6377000
    74     74 aplay    CALL  mprotect(0x7f7ff63e3000,0x200000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff65e3000,0x3000,3,0x812,3,0x6c000)
    74     74 aplay    RET   mmap 140187570941952/0x7f7ff65e3000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7fffffe0a0,0x80000,0x621d50)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/pulseaudio/libdbus-1.so.3"
    74     74 aplay    NAMI  "/usr/lib64/pulseaudio/libdbus-1.so.3"
    74     74 aplay    RET   open -1 errno -2 No such file or directory
    74     74 aplay    CALL  open(0x7f7ff7ffeb4f,0x80000,0x621d50)
    74     74 aplay    NAMI  "/emul/linux/lib64/libdbus-1.so.3"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffe2b0,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0\M-P\M^C\0\0\0\0\0\0\
	@\0\0\0\0\0\0\0\M-@h\^D\0\0\0\0\0\0\0\0\0@\08\0\a\0@\0\^\\0\^[\0\^A\0\
	\0\0\^E\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\0LW\^D\0\0\
	\0\0\0LW\^D\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\0\0\^F\0\0\0\M^PW\^D\0\0\0\0\
	\0\M^PW$\0\0\0\0\0\M^PW$\0\0\0\0\0\^T\^P\0\0\0\0\0\0H\^R\0\0\0\0\0\0\0\
	\0 \0\0\0\0\0\^B\0\0\0\^F\0\0\0h]\^D\0\0\0\0\0h]$\0\0\0\0\0h]$\0\0\0\0\
	\0\M-p\^A\0\0\0\0\0\0\M-p\^A\0\0\0\0\0\0\b\0\0\0\0\0\0\0\^D\0\0\0\^D\0\
	\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0$\0\0\0\0\
	\0\0\0$\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0P\M-etd\^D\0\0\0\M-0\^?\^C\0\0\0\
	\0\0\M-0\^?\^C\0\0\0\0\0\M-0\^?\^C\0\0\0\0\0|\^_\0\0\0\0\0\0|\^_\0\0\0\
	\0\0\0\^D\0\0\0\0\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\0\0\0\0R\
	\M-etd\^D\0\0\0\M^PW\^D\0\0\0\0\0\M^PW$\0\0\0\0\0\M^PW$\0\0\0\0\0p\b\0\
	\0\0\0\0\0p\b\0\0\0\0\0\0\^A\0\0\0\0\0\0\0\^D\0\0\0\^T\0\0\0\^C\0\0\0G\
	NU\0c\M-SZ?\M-x\M^L\v\M-yQ#\M-r{\M^G\M-;\M-:\M-O\^S\M-, f\0\0\0\0\a\^A\
	\0\0e\^A\0\0\0\0\0\0W\^A\0\0f\0\0\0,\^A\0\0\0\0\0\0\0\0\0\0]\0\0\0Y\^A\
	\0\0004\^A\0\0^\^A\0\0\0\0\0\0\M-F\0\0\0004\0\0\0.\^A\0\0\0\0\0\0\^F\0\
	\0\0;\^A\0\0\0\0\0\0\M-=\0\0\0z\0\0\0\M-J\0\0\0\M-m\0\0\0\0\0\0\0\M-!\
	\0\0\0\0\0\0\0\^N\^A\0\0\M-~\0\0\0\M-w\0\0\0\0\0\0\0\M-y\0\0\0?\^A\0\0\
	b\0\0\0\M-|\0\0\0\0\0\0\0A\0\0\0\0\0\0\0\0\0\0\0v\0\0\0\M-4\0\0\0d\^A\
	\0\0J\^A\0\0q\0\0\0\M^V\0\0\0\0\0\0\0\M-/\0\0\0	\^A\0\0\^O\^A\0\0003\
	\^A\0\0\M-H\0\0\0\M-%\0\0\0\^E\0\0\0\M-p\0\0\0\M-N\0\0\0\M^C\0\0\0\^W\
	\^A\0\0\0\0\0\0N\0\0\0o\0\0\0@\^A\0\0\0\0\0\0\0\0\0\0G\^A\0\0:\^A\0\0d\
	\0\0\0\0\0\0\0\M-:\0\0\0\0\0\0\0\M-6\0\0\0\M-8\0\0\0\M-u\0\0\0>\0\0\0\
	\M-t\0\0\0\0\0\0\0\M^B\0\0\0\^U\^A\0\0P\^A\0\0\M^L\0\0\0n\0\0\0\M-7\0\
	\0\0\^P\^A\0\0&\0\0\0\0\0\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffe160)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x2469d8,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187566014464/0x7f7ff6130000
    74     74 aplay    CALL  mprotect(0x7f7ff6176000,0x1ff000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff6375000,0x2000,3,0x812,3,0x45000)
    74     74 aplay    RET   mmap 140187568394240/0x7f7ff6375000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7ffe1c9,0x80000,0x6226b0)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/libxcb.so.1"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffe190,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0\240\M-+\0\0\0\0\0\0\
	@\0\0\0\0\0\0\0(\M-d\^A\0\0\0\0\0\0\0\0\0@\08\0\a\0@\0\^\\0\^[\0\^A\0\
	\0\0\^E\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\M-\\M-Y\
	\^A\0\0\0\0\0\M-\\M-Y\^A\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\0\0\^F\0\0\0\
	\M-0\M-\\^A\0\0\0\0\0\M-0\M-\!\0\0\0\0\0\M-0\M-\!\0\0\0\0\0`\^F\0\0\0\
	\0\0\0\M-X\^F\0\0\0\0\0\0\0\0 \0\0\0\0\0\^B\0\0\0\^F\0\0\0\M-H\M-]\^A\
	\0\0\0\0\0\M-H\M-]!\0\0\0\0\0\M-H\M-]!\0\0\0\0\0\M-p\^A\0\0\0\0\0\0\
	\M-p\^A\0\0\0\0\0\0\b\0\0\0\0\0\0\0\^D\0\0\0\^D\0\0\0\M-H\^A\0\0\0\0\0\
	\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\
	\^D\0\0\0\0\0\0\0P\M-etd\^D\0\0\0\M-p\M^C\^A\0\0\0\0\0\M-p\M^C\^A\0\0\
	\0\0\0\M-p\M^C\^A\0\0\0\0\0d\^R\0\0\0\0\0\0d\^R\0\0\0\0\0\0\^D\0\0\0\0\
	\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\0\0\0\0R\M-etd\^D\0\0\0\M-0\
	\M-\\^A\0\0\0\0\0\M-0\M-\!\0\0\0\0\0\M-0\M-\!\0\0\0\0\0P\^C\0\0\0\0\0\
	\0P\^C\0\0\0\0\0\0\^A\0\0\0\0\0\0\0\^D\0\0\0\^T\0\0\0\^C\0\0\0GNU\0\
	\M-S\M-J\M^Fe\M^A=\M-XP\M-)\M-\=\M^Cc\M^]#\M-9\M-]	\M^\\M-r\0\0\0\
	\0	\^B\0\0^\^B\0\0]\^B\0\0>\^A\0\0\M-o\0\0\0\0\0\0\0(\^B\0\0\0\0\
	\0\0\M^_\^A\0\0H\0\0\0\0\0\0\0\M-f\0\0\0B\0\0\0Q\0\0\0\0\0\0\0o\0\0\0u\
	\0\0\0\0\0\0\0\M-r\0\0\0\0\0\0\0@\0\0\0\M-"\0\0\0\M^X\^A\0\0]\^A\0\0{\
	\0\0\0B\^A\0\0 \0\0\0f\0\0\0\0\0\0\0\a\^B\0\0%\0\0\0\0\0\0\0\^P\^B\0\0\
	\M-9\^A\0\0\M-3\^A\0\0\0\0\0\0\M-*\^A\0\0F\^B\0\0\^[\^B\0\0!\^B\0\0\0\
	\0\0\0\0\0\0\0\0\0\0\0\M-'\0\0\0~\^A\0\0\M^S\^A\0\0\M-g\0\0\0W\0\0\0\
	\^T\^A\0\0\0\0\0\0A\0\0\0'\^A\0\0\0\0\0\0\0\0\0\0\0\0\0\0\M-$\^A\0\0\0\
	\0\0\0003\^B\0\0	\^A\0\0\M-O\^A\0\0\M-4\0\0\0\b\0\0\0\0\0\0\0,\
	\^A\0\0\0\0\0\0\M^S\0\0\0L\^A\0\0\M^I\^A\0\0\M^^\^A\0\0\0\0\0\0~\0\0\0\
	\0\0\0\0\0\0\0\09\^A\0\0\M-c\0\0\0\M-F\0\0\0\0\0\0\0\M-E\^A\0\0U\0\0\0\
	\M-u\^A\0\0&\^A\0\0\M-c\^A\0\0\M-n\0\0\0\M^T\0\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffe040)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x21e388,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187563790336/0x7f7ff5f11000
    74     74 aplay    CALL  mprotect(0x7f7ff5f2f000,0x1ff000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff612e000,0x2000,3,0x812,3,0x1d000)
    74     74 aplay    RET   mmap 140187566006272/0x7f7ff612e000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7ffe2d2,0x80000,0x6226b0)
    74     74 aplay    NAMI  "/emul/linux/lib64/libwrap.so.0"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffe160,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0\^P8\0\0\0\0\0\0@\0\
	\0\0\0\0\0\0\M-p\M^X\0\0\0\0\0\0\0\0\0\0@\08\0\a\0@\0\^[\0\^Z\0\^A\0\0\
	\0\^E\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\\\M^I\0\0\
	\0\0\0\0\\\M^I\0\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\0\0\^F\0\0\0`\M^M\0\0\0\
	\0\0\0`\M^M \0\0\0\0\0`\M^M \0\0\0\0\0\M^L\n\0\0\0\0\0\0 \^X\0\0\0\0\0\
	\0\0\0 \0\0\0\0\0\^B\0\0\0\^F\0\0\0x\M^M\0\0\0\0\0\0x\M^M \0\0\0\0\0x\
	\M^M \0\0\0\0\0\M-`\^A\0\0\0\0\0\0\M-`\^A\0\0\0\0\0\0\b\0\0\0\0\0\0\0\
	\^D\0\0\0\^D\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\
	\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0P\M-etd\^D\0\0\0$\
	z\0\0\0\0\0\0$z\0\0\0\0\0\0$z\0\0\0\0\0\0,\^B\0\0\0\0\0\0,\^B\0\0\0\0\
	\0\0\^D\0\0\0\0\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\0\0\0\0R\M-et\
	d\^D\0\0\0`\M^M\0\0\0\0\0\0`\M^M \0\0\0\0\0`\M^M \0\0\0\0\0\240\^B\0\0\
	\0\0\0\0\240\^B\0\0\0\0\0\0\^A\0\0\0\0\0\0\0\^D\0\0\0\^T\0\0\0\^C\0\0\
	\0GNU\0\^[\M^Xa9\M-^\M^Y\"\M-K\M--w\M-}\M^F\M-;\M->\M-]u(D\M-~\M-/\0\0\
	\0\0\M^C\0\0\0\M^V\0\0\0w\0\0\0\0\0\0\0	\0\0\0U\0\0\0s\0\0\0\0\0\0\0H\
	\0\0\0~\0\0\0l\0\0\0\0\0\0\0\0\0\0\0.\0\0\0\^T\0\0\0\0\0\0\0S\0\0\0)\0\
	\0\0K\0\0\0\0\0\0\0z\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0h\0\
	\0\0\0\0\0\0L\0\0\0\0\0\0\0?\0\0\0\M^I\0\0\0_\0\0\0%\0\0\0\0\0\0\0\a\0\
	\0\0\0\0\0\0D\0\0\0\M^R\0\0\0\^V\0\0\0\^S\0\0\0\0\0\0\0\f\0\0\0o\0\0\0\
	g\0\0\0M\0\0\0\0\0\0\0\0\0\0\0\M^Q\0\0\0J\0\0\0\0\0\0\0\\\0\0\0\0\0\0\
	\0\0\0\0\0000\0\0\0(\0\0\0E\0\0\0\0\0\0\0\0\0\0\0q\0\0\09\0\0\0\0\0\0\
	\0d\0\0\0\0\0\0\0,\0\0\0\M^A\0\0\0R\0\0\0\0\0\0\0x\0\0\0\0\0\0\0&\0\0\
	\0-\0\0\0\0\0\0\0\M^K\0\0\0\0\0\0\0=\0\0\0\^_\0\0\0A\0\0\0\0\0\0\0\0\0\
	\0\0\0\0\0\0i\0\0\0v\0\0\0\0\0\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffe010)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x20a580,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187561648128/0x7f7ff5d06000
    74     74 aplay    CALL  mprotect(0x7f7ff5d0f000,0x1ff000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff5f0e000,0x2000,3,0x812,3,0x8000)
    74     74 aplay    RET   mmap 140187563778048/0x7f7ff5f0e000
    74     74 aplay    CALL  mmap(0x7f7ff5f10000,0x580,3,0x32,0xffffffff,0)
    74     74 aplay    RET   mmap 140187563786240/0x7f7ff5f10000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7ffe47c,0x80000,0x6226b0)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/libsndfile.so.1"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffe130,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0 l\0\0\0\0\0\0@\0\0\
	\0\0\0\0\0\M-hi\^F\0\0\0\0\0\0\0\0\0@\08\0\a\0@\0\^]\0\^\\0\^A\0\0\0\
	\^E\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\M-|6\^F\0\0\
	\0\0\0\M-|6\^F\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\0\0\^F\0\0\0\M-P@\^F\0\0\
	\0\0\0\M-P@&\0\0\0\0\0\M-P@&\0\0\0\0\0\M-p'\0\0\0\0\0\0\240m\0\0\0\0\0\
	\0\0\0 \0\0\0\0\0\^B\0\0\0\^F\0\0\0\M-p\\\^F\0\0\0\0\0\M-p\\&\0\0\0\0\
	\0\M-p\\&\0\0\0\0\0@\^B\0\0\0\0\0\0@\^B\0\0\0\0\0\0\b\0\0\0\0\0\0\0\^D\
	\0\0\0\^D\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\
	\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0P\M-etd\^D\0\0\0\M^@w\
	\^E\0\0\0\0\0\M^@w\^E\0\0\0\0\0\M^@w\^E\0\0\0\0\0\^\\^U\0\0\0\0\0\0\^\\
	\^U\0\0\0\0\0\0\^D\0\0\0\0\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\0\0\
	\0\0R\M-etd\^D\0\0\0\M-P@\^F\0\0\0\0\0\M-P@&\0\0\0\0\0\M-P@&\0\0\0\0\
	\0000\^_\0\0\0\0\0\0000\^_\0\0\0\0\0\0\^A\0\0\0\0\0\0\0\^D\0\0\0\^T\0\
	\0\0\^C\0\0\0GNU\0kh9\^]C\M^Z\M^D\M^BD\^Q\M-e\M-5\^V\M-|lZL\M-]\^?\M-"\
	\0\0\0\0\M^C\0\0\0\M-*\0\0\0\0\0\0\0\0\0\0\0\M^P\0\0\0\M^Y\0\0\0\v\0\0\
	\0\0\0\0\0z\0\0\0E\0\0\0G\0\0\0(\0\0\0*\0\0\0J\0\0\0\0\0\0\0Z\0\0\0\0\
	\0\0\0\0\0\0\0\M-$\0\0\0\^\\0\0\0B\0\0\0_\0\0\0\M^C\0\0\0a\0\0\0@\0\0\
	\0A\0\0\0q\0\0\0\M^\\0\0\0&\0\0\0\0\0\0\0O\0\0\0\M-"\0\0\0p\0\0\0\0\0\
	\0\0i\0\0\0\M^N\0\0\0\0\0\0\0L\0\0\0\M-%\0\0\0d\0\0\0k\0\0\0\0\0\0\0]\
	\0\0\0\0\0\0\0\M^^\0\0\0\f\0\0\0002\0\0\0\M^F\0\0\0\0\0\0\0\0\0\0\0\
	\M^J\0\0\0?\0\0\0\0\0\0\0[\0\0\0C\0\0\0c\0\0\0\M^D\0\0\0\0\0\0\0y\0\0\
	\0\0\0\0\0<\0\0\0Q\0\0\0\^]\0\0\0\M^I\0\0\0V\0\0\0/\0\0\0{\0\0\0\0\0\0\
	\0>\0\0\0\^V\0\0\0:\0\0\0\0\0\0\0o\0\0\0\M^K\0\0\0\0\0\0\0\0\0\0\0\M^Q\
	\0\0\0\M-!\0\0\08\0\0\0n\0\0\0j\0\0\0\0\0\0\0.\0\0\0\0\0\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffdfe0)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x26ae70,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187559112704/0x7f7ff5a9b000
    74     74 aplay    CALL  mprotect(0x7f7ff5aff000,0x200000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff5cff000,0x3000,3,0x812,3,0x64000)
    74     74 aplay    RET   mmap 140187561619456/0x7f7ff5cff000
    74     74 aplay    CALL  mmap(0x7f7ff5d02000,0x3e70,3,0x32,0xffffffff,0)
    74     74 aplay    RET   mmap 140187561631744/0x7f7ff5d02000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7fff246,0x80000,0x623010)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/libXau.so.6"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffe100,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0000\^P\0\0\0\0\0\0@\
	\0\0\0\0\0\0\0\^X2\0\0\0\0\0\0\0\0\0\0@\08\0\a\0@\0\^[\0\^Z\0\^A\0\0\0\
	\^E\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\M-4 \0\0\0\0\
	\0\0\M-4 \0\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\0\0\^F\0\0\0\M-X-\0\0\0\0\0\
	\0\M-X- \0\0\0\0\0\M-X- \0\0\0\0\08\^C\0\0\0\0\0\0X\^C\0\0\0\0\0\0\0\0\
	 \0\0\0\0\0\^B\0\0\0\^F\0\0\0\M-p-\0\0\0\0\0\0\M-p- \0\0\0\0\0\M-p- \0\
	\0\0\0\0\M-`\^A\0\0\0\0\0\0\M-`\^A\0\0\0\0\0\0\b\0\0\0\0\0\0\0\^D\0\0\
	\0\^D\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0$\
	\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0P\M-etd\^D\0\0\0\^D\^]\0\
	\0\0\0\0\0\^D\^]\0\0\0\0\0\0\^D\^]\0\0\0\0\0\0|\0\0\0\0\0\0\0|\0\0\0\0\
	\0\0\0\^D\0\0\0\0\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\0\0\0\0R\
	\M-etd\^D\0\0\0\M-X-\0\0\0\0\0\0\M-X- \0\0\0\0\0\M-X- \0\0\0\0\0(\^B\0\
	\0\0\0\0\0(\^B\0\0\0\0\0\0\^A\0\0\0\0\0\0\0\^D\0\0\0\^T\0\0\0\^C\0\0\0\
	GNU\0\^]\M^S8\M-=\v\M^I\M-gS\f\M-S1\M-Bw\M-y=k\M-]B\^A\^C\0\0\0\0%\0\0\
	\0-\0\0\0\a\0\0\0\^X\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\^Q\0\0\0!\0\0\0\0\0\0\0\n\0\0\0\^Z\0\0\0\0\0\0\0\^^\0\0\0\^\\0\0\
	\0\^O\0\0\0\b\0\0\0 \0\0\0'\0\0\0\^Y\0\0\0\^U\0\0\0,\0\0\0\^T\0\0\0\0\
	\0\0\0*\0\0\0\0\0\0\0\^]\0\0\0\^C\0\0\0\f\0\0\0\^_\0\0\0\^[\0\0\0\^R\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\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\0\0\0\0\0\0\0\0\0)\
	\0\0\0\0\0\0\0\0\0\0\0\^B\0\0\0\0\0\0\0\^N\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
	\0&\0\0\0	\0\0\0\^E\0\0\0\0\0\0\0#\0\0\0\"\0\0\0\v\0\0\0\^S\0\0\
	\0\^W\0\0\0\^V\0\0\0\0\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0(\0\0\0\0\0\0\0\r\
	\0\0\0\^P\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\^F\0\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffdfb0)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x203130,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187556999168/0x7f7ff5897000
    74     74 aplay    CALL  mprotect(0x7f7ff589a000,0x1ff000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff5a99000,0x2000,3,0x812,3,0x2000)
    74     74 aplay    RET   mmap 140187559104512/0x7f7ff5a99000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7fff36f,0x80000,0x623970)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/libFLAC.so.8"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffe0d0,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0\M-P\M^[\0\0\0\0\0\0\
	@\0\0\0\0\0\0\0\M-X\M-e\^C\0\0\0\0\0\0\0\0\0@\08\0\a\0@\0\^\\0\^[\0\^A\
	\0\0\0\^E\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\0d\M-J\
	\^C\0\0\0\0\0d\M-J\^C\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\0\0\^F\0\0\0\M^P\
	\M-U\^C\0\0\0\0\0\M^P\M-U#\0\0\0\0\0\M^P\M-U#\0\0\0\0\0004\^O\0\0\0\0\
	\0\08\^O\0\0\0\0\0\0\0\0 \0\0\0\0\0\^B\0\0\0\^F\0\0\0\M-p\M-Z\^C\0\0\0\
	\0\0\M-p\M-Z#\0\0\0\0\0\M-p\M-Z#\0\0\0\0\0\^P\^B\0\0\0\0\0\0\^P\^B\0\0\
	\0\0\0\0\b\0\0\0\0\0\0\0\^D\0\0\0\^D\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\
	\0\0\0\0\0\M-H\^A\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\^D\0\0\0\0\
	\0\0\0P\M-etd\^D\0\0\0Lk\^C\0\0\0\0\0Lk\^C\0\0\0\0\0Lk\^C\0\0\0\0\0T\f\
	\0\0\0\0\0\0T\f\0\0\0\0\0\0\^D\0\0\0\0\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\0\0\
	\b\0\0\0\0\0\0\0R\M-etd\^D\0\0\0\M^P\M-U\^C\0\0\0\0\0\M^P\M-U#\0\0\0\0\
	\0\M^P\M-U#\0\0\0\0\0p\n\0\0\0\0\0\0p\n\0\0\0\0\0\0\^A\0\0\0\0\0\0\0\
	\^D\0\0\0\^T\0\0\0\^C\0\0\0GNU\0Fp\^?0\^^j\M^Y>\^W\M-Y\M-2\M-.\M-n\M^H\
	\a\^WR\M-{N;\0\0\0\0\a\^A\0\0u\^A\0\0t\^A\0\0T\0\0\0\^C\^A\0\0\0\0\0\0\
	-\0\0\0\0\0\0\0\M-9\0\0\0\M-F\0\0\0\0\0\0\0\0\0\0\0\^Q\0\0\0\M-.\0\0\0\
	\M-7\0\0\0\^N\0\0\0R\^A\0\0002\0\0\0\0\0\0\0\0\0\0\0r\0\0\0\0\0\0\0\
	\M-[\0\0\0\a\^A\0\0_\^A\0\0\M-\\0\0\0\M-+\0\0\0o\^A\0\0\^C\0\0\0K\0\0\
	\0Q\^A\0\0\0\0\0\0\0\0\0\0\M-R\0\0\0\0\0\0\0\0\0\0\0\M-p\0\0\0\0\0\0\0\
	{\0\0\0\0\0\0\0\0\0\0\0\M-/\0\0\0\0\0\0\0L\0\0\0\M-_\0\0\0\M^A\0\0\0\0\
	\0\0\0\^O\0\0\0?\^A\0\0U\0\0\0\M^P\0\0\0\M-M\0\0\0\^B\^A\0\0\M-I\0\0\0\
	\0\0\0\0M\^A\0\0Z\^A\0\0E\0\0\0\0\0\0\0J\0\0\0r\^A\0\0\M-Z\0\0\0\M-z\0\
	\0\0\0\0\0\0\\\^A\0\0\M-Y\0\0\0\M-t\0\0\0\0\0\0\0G\^A\0\0006\0\0\0(\^A\
	\0\0004\0\0\0.\0\0\0!\0\0\0\M-x\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\M-k\0\0\
	\0\M--\0\0\0q\^A\0\0,\0\0\0\^W\0\0\0d\0\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffdf80)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x23e4c8,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187554643968/0x7f7ff5658000
    74     74 aplay    CALL  mprotect(0x7f7ff5695000,0x200000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff5895000,0x2000,3,0x812,3,0x3d000)
    74     74 aplay    RET   mmap 140187556990976/0x7f7ff5895000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7ffe2f8,0x80000,0x623970)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/libvorbisenc.so.2"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffe0a0,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0\M^@;\^A\0\0\0\0\0@\
	\0\0\0\0\0\0\0\M-@\M-a,\0\0\0\0\0\0\0\0\0@\08\0\a\0@\0\^\\0\^[\0\^A\0\
	\0\0\^E\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\M^T'+\0\
	\0\0\0\0\M^T'+\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\0\0\^F\0\0\0x-+\0\0\0\0\0\
	x-K\0\0\0\0\0x-K\0\0\0\0\0000\M-3\^A\0\0\0\0\08\M-3\^A\0\0\0\0\0\0\0 \
	\0\0\0\0\0\^B\0\0\0\^F\0\0\0\M-h\M-],\0\0\0\0\0\M-h\M-]L\0\0\0\0\0\M-h\
	\M-]L\0\0\0\0\0\M-p\^A\0\0\0\0\0\0\M-p\^A\0\0\0\0\0\0\b\0\0\0\0\0\0\0\
	\^D\0\0\0\^D\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\
	\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0P\M-etd\^D\0\0\0\
	\M^D$+\0\0\0\0\0\M^D$+\0\0\0\0\0\M^D$+\0\0\0\0\0|\0\0\0\0\0\0\0|\0\0\0\
	\0\0\0\0\^D\0\0\0\0\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\0\0\0\0R\
	\M-etd\^D\0\0\0x-+\0\0\0\0\0x-K\0\0\0\0\0x-K\0\0\0\0\0\M^H\M-2\^A\0\0\
	\0\0\0\M^H\M-2\^A\0\0\0\0\0\^A\0\0\0\0\0\0\0\^D\0\0\0\^T\0\0\0\^C\0\0\
	\0GNU\0\M-U\M^UN\M-E\M-$\M-c8\M-d\^X\v\M-h* \M-<\M-I\^V\M-[\M-'\M-$4\0\
	\0\0\0\^Q\0\0\0\^U\0\0\0\^O\0\0\0	\0\0\0\0\0\0\0\b\0\0\0\0\0\0\0\
	\0\0\0\0\0\0\0\0\a\0\0\0\^R\0\0\0\^Q\0\0\0\^E\0\0\0\^P\0\0\0\^B\0\0\0\
	\r\0\0\0\f\0\0\0\^D\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\^N\0\0\0\^T\0\0\0\0\0\0\0\^F\0\0\0\n\0\0\0\0\0\0\0\0\0\0\0\^S\0\0\
	\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\v\0\0\0\0\0\0\0\0\0\0\0\^C\0\0\0\^C\
	\0\0\0\n\0\0\0\^A\0\0\0\^F\0\0\0\M^I\M-B !\b%@\^]\n\0\0\0\^N\0\0\0\^R\
	\0\0\0BE\M-U\M-l\0\M-Jv|\M-b\^P\M^YW\M-;\M-c\M^R|H\M-U\^E4j\^[I\v\M-Xq\
	X\^\\M-9\M^M\M-q\^N\M-j\M-S\M-o\^NB\M-WR\M-A;\M-/\M-C\M-4\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\^C\0\n\0\M-8:\^A\0\0\0\0\
	\0\0\0\0\0\0\0\0\0\^V\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0o\0\
	\0\0\^R\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffdf50)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x4ce0b0,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187549601792/0x7f7ff5189000
    74     74 aplay    CALL  mprotect(0x7f7ff543c000,0x1ff000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff563b000,0x1d000,3,0x812,3,0x2b2000)
    74     74 aplay    RET   mmap 140187554525184/0x7f7ff563b000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7ffe453,0x80000,0x623970)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/libspeex.so.1"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffe070,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0P+\0\0\0\0\0\0@\0\0\
	\0\0\0\0\0`\M^B\^A\0\0\0\0\0\0\0\0\0@\08\0\a\0@\0\^\\0\^[\0\^A\0\0\0\
	\^E\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\0004k\^A\0\0\0\
	\0\0004k\^A\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\0\0\^F\0\0\0\M-8s\^A\0\0\0\0\
	\0\M-8s!\0\0\0\0\0\M-8s!\0\0\0\0\0\M^P\r\0\0\0\0\0\0\M^X\r\0\0\0\0\0\0\
	\0\0 \0\0\0\0\0\^B\0\0\0\^F\0\0\0x}\^A\0\0\0\0\0x}!\0\0\0\0\0x}!\0\0\0\
	\0\0\M-p\^A\0\0\0\0\0\0\M-p\^A\0\0\0\0\0\0\b\0\0\0\0\0\0\0\^D\0\0\0\^D\
	\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0$\0\0\0\
	\0\0\0\0$\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0P\M-etd\^D\0\0\0lR\^A\0\0\0\0\
	\0lR\^A\0\0\0\0\0lR\^A\0\0\0\0\0<\^D\0\0\0\0\0\0<\^D\0\0\0\0\0\0\^D\0\
	\0\0\0\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\0\0\0\0R\M-etd\^D\0\0\0\
	\M-8s\^A\0\0\0\0\0\M-8s!\0\0\0\0\0\M-8s!\0\0\0\0\0H\f\0\0\0\0\0\0H\f\0\
	\0\0\0\0\0\^A\0\0\0\0\0\0\0\^D\0\0\0\^T\0\0\0\^C\0\0\0GNU\0sxI\M-SH8\
	\M-s8\M-cS\M-6H\M-|\M-3c\M^I\M-`\M^E\M-b\M-4\0\0\0\0C\0\0\0Y\0\0\0\0\0\
	\0\0\^R\0\0\0\0\0\0\0N\0\0\0\^T\0\0\0\^V\0\0\0005\0\0\0006\0\0\0\0\0\0\
	\0\0\0\0\0\^W\0\0\0\^X\0\0\0 \0\0\0\^^\0\0\0\^Z\0\0\0\a\0\0\0\^E\0\0\0\
	\0\0\0\0/\0\0\0,\0\0\0\0\0\0\0D\0\0\0$\0\0\0U\0\0\0G\0\0\0I\0\0\0X\0\0\
	\0<\0\0\0\^_\0\0\0H\0\0\0\0\0\0\0T\0\0\0;\0\0\0	\0\0\0M\0\0\09\0\0\0\
	\^Y\0\0\0=\0\0\0\0\0\0\0\0\0\0\0007\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
	\0\0(\0\0\0003\0\0\0@\0\0\0\0\0\0\0C\0\0\0\^P\0\0\0A\0\0\0\0\0\0\0\0\0\
	\0\0&\0\0\0L\0\0\0\r\0\0\0\0\0\0\0\0\0\0\0\^U\0\0\0F\0\0\0*\0\0\0\"\0\
	\0\08\0\0\0004\0\0\0?\0\0\0001\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\0\0\0\0.\0\0\0V\0\0\0\0\0\0\0W\0\0\0'\0\0\0\0\0\
	\0\0O\0\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffdf20)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x218150,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187547402240/0x7f7ff4f70000
    74     74 aplay    CALL  mprotect(0x7f7ff4f87000,0x200000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff5187000,0x2000,3,0x812,3,0x17000)
    74     74 aplay    RET   mmap 140187549593600/0x7f7ff5187000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7ffeb78,0x80000,0x6242d0)
    74     74 aplay    NAMI  "/emul/linux/lib64/libcrypto.so.1.0.0"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffe040,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0\M-@\M-W\^F\0\0\0\0\
	\0@\0\0\0\0\0\0\0@\^?\^^\0\0\0\0\0\0\0\0\0@\08\0\a\0@\0\^\\0\^[\0\^A\0\
	\0\0\^E\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\M-$\^^\
	\^\\0\0\0\0\0\M-$\^^\^\\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\0\0\^F\0\0\0X'\
	\^\\0\0\0\0\0X'<\0\0\0\0\0X'<\0\0\0\0\0\M-LV\^B\0\0\0\0\0 \M^P\^B\0\0\
	\0\0\0\0\0 \0\0\0\0\0\^B\0\0\0\^F\0\0\0\M-0\M-C\^]\0\0\0\0\0\M-0\M-C=\
	\0\0\0\0\0\M-0\M-C=\0\0\0\0\0 \^B\0\0\0\0\0\0 \^B\0\0\0\0\0\0\b\0\0\0\
	\0\0\0\0\^D\0\0\0\^D\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\
	\^A\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0P\M-etd\
	\^D\0\0\0000k\^X\0\0\0\0\0000k\^X\0\0\0\0\0000k\^X\0\0\0\0\0\M-l\M^R\0\
	\0\0\0\0\0\M-l\M^R\0\0\0\0\0\0\^D\0\0\0\0\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\
	\0\0\b\0\0\0\0\0\0\0R\M-etd\^D\0\0\0X'\^\\0\0\0\0\0X'<\0\0\0\0\0X'<\0\
	\0\0\0\0\M-(\M-(\^A\0\0\0\0\0\M-(\M-(\^A\0\0\0\0\0\^A\0\0\0\0\0\0\0\^D\
	\0\0\0\^T\0\0\0\^C\0\0\0GNU\0\^EJ\M^Ks$w9\M-b\M-'\^^R\M-N\M-c\^?$\M-UT\
	\M^ZC\M^O\0\0\0\0\^C\^P\0\0\^_\^P\0\0\0\0\0\0\0\0\0\0m\r\0\0\0\0\0\0\0\
	\0\0\0L\^E\0\0W\^B\0\0\M^T\0\0\0\0\0\0\0\0\0\0\0#\b\0\0\0\0\0\0\0\0\0\
	\0-\^D\0\0\M^E	\0\0\0\0\0\0\M-\\v\0\0\0\0\0\0V\v\0\0\M-+\^D\0\0\^W\^P\
	\0\0\0\0\0\0\^Y\^O\0\0\M^K\^B\0\0\M-G\^F\0\0\0\0\0\0\M-,\^N\0\0\M^G\b\
	\0\0 \^A\0\0C\v\0\0\M-Z\a\0\0\0\0\0\0	\n\0\0\0\0\0\0\M^[\a\0\0p\f\0\
	\0\M-i\v\0\0\0\0\0\0\0\0\0\0\0\0\0\0\M-f\^N\0\0|	\0\0A\n\0\0O\
	\^E\0\0\0\0\0\0I\f\0\0\^[\n\0\0T\^A\0\0Q\^B\0\0\0\0\0\0\M-(\^O\0\0V\^E\
	\0\0\^P\^E\0\0)	\0\0\0\0\0\0\n\^D\0\0\M-/\^A\0\0\M-\\^B\0\0\M-*\^O\0\0\
	(\f\0\0\0\0\0\0\^]\n\0\0\M-i\n\0\0\0\0\0\0\M^Y\0\0\0\0\0\0\0\M^[\^F\0\
	\0r\f\0\0002\r\0\0\0\0\0\0\0\0\0\0\M^J\^O\0\0\M-"\r\0\0H\^D\0\0\M^U\0\
	\0\0'\^A\0\0\M-~	\0\0\0\0\0\0\M-X\v\0\0\0\0\0\0\M^U\v\0\0\M-i\
	\^F\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffdef0)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x3eb778,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187543289856/0x7f7ff4b84000
    74     74 aplay    CALL  mprotect(0x7f7ff4d46000,0x200000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff4f46000,0x26000,3,0x812,3,0x1c2000)
    74     74 aplay    RET   mmap 140187547230208/0x7f7ff4f46000
    74     74 aplay    CALL  mmap(0x7f7ff4f6c000,0x3778,3,0x32,0xffffffff,0)
    74     74 aplay    RET   mmap 140187547385856/0x7f7ff4f6c000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7ffe6a6,0x80000,0x6242d0)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/libogg.so.0"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffe010,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0\M-0\^\\0\0\0\0\0\0@\
	\0\0\0\0\0\0\0Hb\0\0\0\0\0\0\0\0\0\0@\08\0\a\0@\0\^[\0\^Z\0\^A\0\0\0\
	\^E\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\M^DU\0\0\0\0\
	\0\0\M^DU\0\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\0\0\^F\0\0\0\M-P]\0\0\0\0\0\
	\0\M-P] \0\0\0\0\0\M-P] \0\0\0\0\0p\^C\0\0\0\0\0\0x\^C\0\0\0\0\0\0\0\0\
	 \0\0\0\0\0\^B\0\0\0\^F\0\0\0\M-h]\0\0\0\0\0\0\M-h] \0\0\0\0\0\M-h] \0\
	\0\0\0\0\M-`\^A\0\0\0\0\0\0\M-`\^A\0\0\0\0\0\0\b\0\0\0\0\0\0\0\^D\0\0\
	\0\^D\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0$\
	\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0P\M-etd\^D\0\0\0\M-hG\0\
	\0\0\0\0\0\M-hG\0\0\0\0\0\0\M-hG\0\0\0\0\0\0t\^B\0\0\0\0\0\0t\^B\0\0\0\
	\0\0\0\^D\0\0\0\0\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\0\0\0\0R\
	\M-etd\^D\0\0\0\M-P]\0\0\0\0\0\0\M-P] \0\0\0\0\0\M-P] \0\0\0\0\0000\^B\
	\0\0\0\0\0\0000\^B\0\0\0\0\0\0\^A\0\0\0\0\0\0\0\^D\0\0\0\^T\0\0\0\^C\0\
	\0\0GNU\0\M^T\^R@\M-+\M-P\M-={\M-3}c\M-Nk\M--}x\M-P(\M^J\M-]\M^I\0\0\0\
	\0C\0\0\0Z\0\0\0@\0\0\0\v\0\0\0\^Q\0\0\0\n\0\0\0%\0\0\0007\0\0\0W\0\0\
	\0\^R\0\0\0J\0\0\08\0\0\0\f\0\0\0\0\0\0\0\0\0\0\0.\0\0\0\^X\0\0\0\0\0\
	\0\0\0\0\0\0\0\0\0\0Y\0\0\0\0\0\0\0\^S\0\0\0,\0\0\0H\0\0\0\0\0\0\0\^C\
	\0\0\0\0\0\0\0000\0\0\0006\0\0\0\^V\0\0\0$\0\0\0003\0\0\0\^]\0\0\0S\0\
	\0\0\"\0\0\0\0\0\0\0	\0\0\0\r\0\0\0\^T\0\0\0<\0\0\0\^^\0\0\0\^Z\0\0\
	\0!\0\0\0\0\0\0\0;\0\0\0T\0\0\0\^_\0\0\0\0\0\0\0Q\0\0\0P\0\0\0X\0\0\0?\
	\0\0\0\^Y\0\0\0\0\0\0\0C\0\0\0\0\0\0\0\^D\0\0\0\a\0\0\0A\0\0\0B\0\0\0E\
	\0\0\09\0\0\0 \0\0\0\b\0\0\0\0\0\0\0N\0\0\0\0\0\0\0\^E\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\0V\0\0\0\0\0\0\0O\0\0\0:\
	\0\0\0K\0\0\0G\0\0\0\0\0\0\0\0\0\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffdec0)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x206148,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187541164032/0x7f7ff497d000
    74     74 aplay    CALL  mprotect(0x7f7ff4983000,0x1ff000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff4b82000,0x2000,3,0x812,3,0x5000)
    74     74 aplay    RET   mmap 140187543281664/0x7f7ff4b82000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7ffe324,0x80000,0x624780)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/libvorbis.so.0"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffdfe0,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0\M^P;\0\0\0\0\0\0@\0\
	\0\0\0\0\0\0(\M-T\^B\0\0\0\0\0\0\0\0\0@\08\0\a\0@\0\^\\0\^[\0\^A\0\0\0\
	\^E\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<\M->\^B\0\0\
	\0\0\0<\M->\^B\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\0\0\^F\0\0\0p\M-K\^B\0\0\
	\0\0\0p\M-K\"\0\0\0\0\0p\M-K\"\0\0\0\0\0\240\a\0\0\0\0\0\0\M-(\a\0\0\0\
	\0\0\0\0\0 \0\0\0\0\0\^B\0\0\0\^F\0\0\0\240\M-M\^B\0\0\0\0\0\240\M-M\"\
	\0\0\0\0\0\240\M-M\"\0\0\0\0\0\0\^B\0\0\0\0\0\0\0\^B\0\0\0\0\0\0\b\0\0\
	\0\0\0\0\0\^D\0\0\0\^D\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\
	\^A\0\0\0\0\0\0$\0\0\0\0\0\0\0$\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0P\M-etd\
	\^D\0\0\0\M-X\M^V\^B\0\0\0\0\0\M-X\M^V\^B\0\0\0\0\0\M-X\M^V\^B\0\0\0\0\
	\0\M-l\^D\0\0\0\0\0\0\M-l\^D\0\0\0\0\0\0\^D\0\0\0\0\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\
	\0\0\0\0\0\0\0\b\0\0\0\0\0\0\0R\M-etd\^D\0\0\0p\M-K\^B\0\0\0\0\0p\M-K\
	\"\0\0\0\0\0p\M-K\"\0\0\0\0\0\M^P\^D\0\0\0\0\0\0\M^P\^D\0\0\0\0\0\0\^A\
	\0\0\0\0\0\0\0\^D\0\0\0\^T\0\0\0\^C\0\0\0GNU\0\M-X\M-n\M^X\M-v\M-4\M-o\
	\r\M^O\M-4\M^Ry\M-F/\^^%\r\^Q\M-T\M^S\M-d\0\0\0\0\M^C\0\0\0\M-#\0\0\0t\
	\0\0\0\M^W\0\0\0*\0\0\0\M^R\0\0\0\0\0\0\0\M^Y\0\0\0n\0\0\0\a\0\0\0\"\0\
	\0\0\0\0\0\0V\0\0\0\\\0\0\0m\0\0\0O\0\0\0T\0\0\0\0\0\0\0r\0\0\0B\0\0\0\
	\M-!\0\0\0Y\0\0\0K\0\0\0\M^\\0\0\0\M^T\0\0\0)\0\0\0\M^C\0\0\0\0\0\0\0%\
	\0\0\0z\0\0\0\^W\0\0\0\0\0\0\0006\0\0\0\0\0\0\0005\0\0\0\0\0\0\0\0\0\0\
	\0\M^I\0\0\0>\0\0\08\0\0\0\^Y\0\0\0[\0\0\0\^]\0\0\0\0\0\0\0v\0\0\0\^F\
	\0\0\0\0\0\0\0\0\0\0\09\0\0\0\0\0\0\0@\0\0\0\0\0\0\0q\0\0\0;\0\0\0$\0\
	\0\0\^O\0\0\0\M^K\0\0\0\M-"\0\0\0A\0\0\0]\0\0\0\0\0\0\0P\0\0\0a\0\0\0\
	\0\0\0\0u\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\0\0\0\0,\0\0\0J\0\0\0j\
	\0\0\0<\0\0\0\^U\0\0\0\M^S\0\0\0\0\0\0\0c\0\0\0\0\0\0\0H\0\0\0\M^N\0\0\
	\0s\0\0\0\0\0\0\0\0\0\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffde90)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x22d318,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187538878464/0x7f7ff474f000
    74     74 aplay    CALL  mprotect(0x7f7ff477b000,0x200000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff497b000,0x2000,3,0x812,3,0x2c000)
    74     74 aplay    RET   mmap 140187541155840/0x7f7ff497b000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  open(0x7f7ff7ffe15a,0x80000,0x6250e0)
    74     74 aplay    NAMI  "/emul/linux/lib64/libz.so.1"
    74     74 aplay    RET   open 3
    74     74 aplay    CALL  read(3,0x7f7fffffdfb0,0x340)
    74     74 aplay    GIO   fd 3 read 832 bytes
       "\^?ELF\^B\^A\^A\0\0\0\0\0\0\0\0\0\^C\0>\0\^A\0\0\0\0%\0\0\0\0\0\0@\0\0\
	\0\0\0\0\0\M^XQ\^A\0\0\0\0\0\0\0\0\0@\08\0\a\0@\0\^\\0\^[\0\^A\0\0\0\
	\^E\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\M-DH\^A\0\0\
	\0\0\0\M-DH\^A\0\0\0\0\0\0\0 \0\0\0\0\0\^A\0\0\0\^F\0\0\0(K\^A\0\0\0\0\
	\0(K!\0\0\0\0\0(K!\0\0\0\0\0X\^E\0\0\0\0\0\0`\^E\0\0\0\0\0\0\0\0 \0\0\
	\0\0\0\^B\0\0\0\^F\0\0\0000L\^A\0\0\0\0\0000L!\0\0\0\0\0000L!\0\0\0\0\
	\0 \^B\0\0\0\0\0\0 \^B\0\0\0\0\0\0\b\0\0\0\0\0\0\0\^D\0\0\0\^D\0\0\0\
	\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0\M-H\^A\0\0\0\0\0\0$\0\0\0\0\0\0\
	\0$\0\0\0\0\0\0\0\^D\0\0\0\0\0\0\0P\M-etd\^D\0\0\0\b-\^A\0\0\0\0\0\b-\
	\^A\0\0\0\0\0\b-\^A\0\0\0\0\0\M-4\^C\0\0\0\0\0\0\M-4\^C\0\0\0\0\0\0\^D\
	\0\0\0\0\0\0\0Q\M-etd\^F\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\0\0\0\0\0\0\0\0\0\0\0\0\0\b\0\0\0\0\0\0\0R\M-etd\^D\0\0\
	\0(K\^A\0\0\0\0\0(K!\0\0\0\0\0(K!\0\0\0\0\0\M-X\^D\0\0\0\0\0\0\M-X\^D\
	\0\0\0\0\0\0\^A\0\0\0\0\0\0\0\^D\0\0\0\^T\0\0\0\^C\0\0\0GNU\0\M^^\M^A^\
	\M-t\^[\M-u\M^TQ\M-q\M^E[\M^Q\^Y[!$\M-b\M-)_\M^^\0\0\0\0a\0\0\0p\0\0\0\
	\0\0\0\0\0\0\0\0\^W\0\0\0\0\0\0\0=\0\0\0\0\0\0\0\0\0\0\0l\0\0\0\0\0\0\
	\0\0\0\0\0\^X\0\0\0\0\0\0\0X\0\0\0\^]\0\0\0!\0\0\0f\0\0\0\\\0\0\0E\0\0\
	\0F\0\0\0\^U\0\0\0m\0\0\0\0\0\0\0b\0\0\0\^S\0\0\0+\0\0\0\0\0\0\0M\0\0\
	\0\0\0\0\0\0\0\0\0;\0\0\0\0\0\0\0j\0\0\0o\0\0\0	\0\0\0\^R\0\0\0A\0\0\0\
	9\0\0\0\b\0\0\0G\0\0\0I\0\0\0\0\0\0\0i\0\0\0,\0\0\0S\0\0\0V\0\0\0002\0\
	\0\0\0\0\0\0006\0\0\0\^V\0\0\0c\0\0\0\0\0\0\0\0\0\0\0D\0\0\0\0\0\0\0\
	\^Q\0\0\0\0\0\0\0\r\0\0\0\^P\0\0\0 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\
	\0\0007\0\0\0&\0\0\0/\0\0\0\0\0\0\0\0\0\0\0\^C\0\0\0H\0\0\0g\0\0\0\0\0\
	\0\0\a\0\0\0\^T\0\0\0#\0\0\0\0\0\0\0)\0\0\0J\0\0\0001\0\0\0]\0\0\0L\0\
	\0\0Q\0\0\0"
    74     74 aplay    RET   read 832/0x340
    74     74 aplay    CALL  fstat64(3,0x7f7fffffde60)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x215088,5,0x802,3,0)
    74     74 aplay    RET   mmap 140187536691200/0x7f7ff4539000
    74     74 aplay    CALL  mprotect(0x7f7ff454e000,0x1ff000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mmap(0x7f7ff474d000,0x2000,3,0x812,3,0x14000)
    74     74 aplay    RET   mmap 140187538870272/0x7f7ff474d000
    74     74 aplay    CALL  close(3)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  mprotect(0x7f7ff474d000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff4b82000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff497b000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff4f46000,0x1b000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff5187000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff563b000,0x1c000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff5895000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff5a99000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff5cff000,0x2000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff5f0e000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff612e000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff6375000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff65e3000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff67ee000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff6a3a000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  mprotect(0x7f7ff6c41000,0x1000,1)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  munmap(0x7f7ff7ffd000,0x23e9)
    74     74 aplay    RET   munmap 0
    74     74 aplay    CALL  pipe(0x7f7fffffcee0)
    74     74 aplay    RET   pipe 0, 4
    74     74 aplay    CALL  fcntl(3,3,0x18)
    74     74 aplay    RET   fcntl 0
    74     74 aplay    CALL  fcntl(3,4,0x800)
    74     74 aplay    RET   fcntl 0
    74     74 aplay    CALL  fcntl(3,2,1)
    74     74 aplay    RET   fcntl 0
    74     74 aplay    CALL  fcntl(4,3,1)
    74     74 aplay    RET   fcntl 1
    74     74 aplay    CALL  fcntl(4,4,0x801)
    74     74 aplay    RET   fcntl 0
    74     74 aplay    CALL  fcntl(4,2,1)
    74     74 aplay    RET   fcntl 0
    74     74 aplay    CALL  pipe2(0x627754,0x80000)
    74     74 aplay    RET   pipe2 0, 6
    74     74 aplay    CALL  fcntl(5,1,0)
    74     74 aplay    RET   fcntl 1
    74     74 aplay    CALL  fcntl(6,1,0)
    74     74 aplay    RET   fcntl 1
    74     74 aplay    CALL  fcntl(5,3,0)
    74     74 aplay    RET   fcntl 524288/0x80000
    74     74 aplay    CALL  fcntl(5,4,0x80800)
    74     74 aplay    RET   fcntl 0
    74     74 aplay    CALL  fcntl(6,3,0x80800)
    74     74 aplay    RET   fcntl 524289/0x80001
    74     74 aplay    CALL  fcntl(6,4,0x80801)
    74     74 aplay    RET   fcntl 0
    74     74 aplay    CALL  readlink(0x7f7ff68314ef,0x627840,0x63)
    74     74 aplay    NAMI  "/emul/linux/proc/self/exe"
    74     74 aplay    RET   readlink 27/0x1b
    74     74 aplay    CALL  open(0x629990,0x80000,0x1b6)
    74     74 aplay    NAMI  "/emul/linux/home/tsutsui/.pulse/client.conf"
    74     74 aplay    NAMI  "/home/tsutsui/.pulse/client.conf"
    74     74 aplay    RET   open -1 errno -2 No such file or directory
    74     74 aplay    CALL  open(0x629990,0x80000,0x1b6)
    74     74 aplay    NAMI  "/emul/linux/home/tsutsui/.config/pulse/client.conf"
    74     74 aplay    NAMI  "/home/tsutsui/.config/pulse/client.conf"
    74     74 aplay    RET   open 7
    74     74 aplay    CALL  fcntl(7,1,0)
    74     74 aplay    RET   fcntl 1
    74     74 aplay    CALL  fstat64(7,0x7f7fffffba30)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x4000,3,0x22,0xffffffff,0)
    74     74 aplay    RET   mmap 140187598274560/0x7f7ff7ff4000
    74     74 aplay    CALL  read(7,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 7 read 375 bytes
       "; default-sink =\n; default-source =\n; default-server =\n; default-db\
	us-server =\n\n; autospawn = yes\n; daemon-binary = /usr/pkg/bin/pulse\
	audio\n; extra-arguments = --log-target=syslog\n\n; cookie-file =\n\n;\
	 enable-shm = yes\n enable-shm = no\n; shm-size-bytes = 0 # setting th\
	is 0 will use the system-default, usually 64 MiB\n\n; auto-connect-loc\
	alhost = no\n; auto-connect-display = no\n"
    74     74 aplay    RET   read 375/0x177
    74     74 aplay    CALL  read(7,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 7 read 0 bytes
       ""
    74     74 aplay    RET   read 0
    74     74 aplay    CALL  open(0x629990,0x80100,0x180)
    74     74 aplay    NAMI  "/emul/linux/home/tsutsui/.config/pulse/cookie"
    74     74 aplay    NAMI  "/home/tsutsui/.config/pulse/cookie"
    74     74 aplay    RET   open 8
    74     74 aplay    CALL  fcntl(8,1,0)
    74     74 aplay    RET   fcntl 1
    74     74 aplay    CALL  fcntl(8,7,0x7f7fffffcb60)
    74     74 aplay    RET   fcntl -1 errno -9 Bad file descriptor
    74     74 aplay    CALL  fcntl(8,7,0x7f7fffffcb60)
    74     74 aplay    RET   fcntl 0
    74     74 aplay    CALL  read(8,0x6297ac,0x100)
    74     74 aplay    GIO   fd 8 read 256 bytes
       "a\M-Srj\^B\M-n\M^UM[\M^C\M-!\M-S\M-e\M-4\M-^\M^?\M-H\M^A\r+\M-/\M-!\
	\M-$b\M-j\M-=\M^C\M-#\M-V\M^]\M-n\0\M-C\M-0\^A\M-H\M^S\M-i\M^_+\^U(j\
	\M-b \M-y]Z\M-wl\M-%3G8\M-Mx\^R\M-ZK\^X-\M^P\^O\M-e\M-=90\^V\f\^^\M^]\
	\M^Fy\M^P7\M-G\M->\M-.\^Po\M-dt/\M-Cm\M-s\^_\M-D\M-Uj%\M-u2m\M-e\M-9\
	\M-l\M^J\M-Dq i\^[\r\M-\\M-t\^V\n+\M^L%\M^W8\M-!\M-u\^Oh\^T\M^J\^?\M-Q\
	)\M-v\M-0>\^W\M^W\M-,R\M-aC\M-e0\^[\^Z\M-J\M-0\M^H\M-~\M^F\M-{\M-/U/K\
	\M-s\M-X\M-5^\M^Pl\M^Ew\M-&\M^Q\^UO\M-X\^Y\M-D\^T1C\M-&,\^O\^Oe\M^B\^D\
	\M-0\f\M-W\M^Z\M--\M-z*\^]\M-8\^?\M-7o\M-_\M-9\M-,\^Z\M-I\^B\^V)\M^[p\
	\M-0l\M-C=O6V\M-l(\\v\"\M^Y\M^[\^R\M^Q\fW(6\^V,\^X\M^H\M-'\^B\M-]\^Vu\
	\M-.+\M-%\br\M^A\M^A\M-s\M^Cf\M-b\M-G\M-_\M^G\M-7\M-m\M-#\M-=\M^?w\M^J\
	\2409>\M-{?(v&\M-J\^O\M-4c\^S\n"
    74     74 aplay    RET   read 256/0x100
    74     74 aplay    CALL  fcntl(8,7,0x7f7fffffcb60)
    74     74 aplay    RET   fcntl 0
    74     74 aplay    CALL  close(8)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  close(7)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  munmap(0x7f7ff7ff4000,0x4000)
    74     74 aplay    RET   munmap 0
    74     74 aplay    CALL  openat(0xffffffffffffff9c,0x7f7ff63d1dc4,0x90800,0)
    74     74 aplay    NAMI  "/emul/linux/dev/shm/"
    74     74 aplay    RET   openat 7
    74     74 aplay    CALL  brk(0x652000)
    74     74 aplay    RET   brk 6627328/0x652000
    74     74 aplay    CALL  getdents(7,0x629b60,0x8000)
    74     74 aplay    RET   getdents 48/0x30
    74     74 aplay    CALL  getdents(7,0x629b60,0x8000)
    74     74 aplay    RET   getdents 0
    74     74 aplay    CALL  brk(0x64a000)
    74     74 aplay    RET   brk 6594560/0x64a000
    74     74 aplay    CALL  close(7)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  mmap(0,0x4000000,3,0x22,0xffffffff,0)
    74     74 aplay    RET   mmap 140187469582336/0x7f7ff0539000
    74     74 aplay    CALL  readlink(0x7f7ff68314ef,0x629930,0x63)
    74     74 aplay    NAMI  "/emul/linux/proc/self/exe"
    74     74 aplay    RET   readlink 27/0x1b
    74     74 aplay    CALL  open(0x7f7ff72b1f78,0,0)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/gconv/gconv-modules.cache"
    74     74 aplay    NAMI  "/usr/lib64/gconv/gconv-modules.cache"
    74     74 aplay    RET   open -1 errno -2 No such file or directory
    74     74 aplay    CALL  open(0x7f7fffff8570,0x80000,0x1b6)
    74     74 aplay    NAMI  "/emul/linux/usr/lib64/gconv/gconv-modules"
    74     74 aplay    NAMI  "/usr/lib64/gconv/gconv-modules"
    74     74 aplay    RET   open -1 errno -2 No such file or directory
    74     74 aplay    CALL  futex(0x7f7ff74f38f8,0x81,0x7fffffff,0x7f7ff71cbb01,0xfffffff6,0)
    74     74 aplay    RET   futex 1
    74     74 aplay    CALL  mmap(0,0x401000,3,0x20022,0xffffffff,0)
    74     74 aplay    RET   mmap 140187465383936/0x7f7ff0138000
    74     74 aplay    CALL  mprotect(0x7f7ff0138000,0x1000,0)
    74     74 aplay    RET   mprotect 0
    74     74 aplay    CALL  clone(0x3d0f00,0x7f7ff0537fb0,0x7f7ff05389d0,0x7f7ff05389d0,0x7f7ff0538700)
    74     74 aplay    RET   clone 73/0x49
    74     73 aplay    RET   open 0
    74     73 aplay    CALL  set_robust_list(0x7f7ff05389e0,0x18)
    74     73 aplay    RET   set_robust_list 0
    74     73 aplay    CALL  #157 (unimplemented prctl)
    74     73 aplay    RET   #157 (unimplemented prctl) -1 errno -38 Too many processes
    74     73 aplay    CALL  rt_sigprocmask(0,0x7f7ff0537e40,0,8)
    74     73 aplay    RET   rt_sigprocmask 0
    74     73 aplay    CALL  futex(0x627790,0x86,1,0,0,1)
    74     73 aplay    RET   futex -1 errno -38 Too many processes
    74     73 aplay    CALL  mmap(0,0x8000000,0,0x4022,0xffffffff,0)
    74     73 aplay    RET   mmap 140187331166208/0x7f7fe8138000
    74     73 aplay    CALL  munmap(0x7f7fe8138000,0x3ec8000)
    74     73 aplay    RET   munmap 0
    74     73 aplay    CALL  munmap(0x7f7ff0000000,0x138000)
    74     73 aplay    RET   munmap 0
    74     73 aplay    CALL  mprotect(0x7f7fec000000,0x21000,3)
    74     73 aplay    RET   mprotect 0
    74     73 aplay    CALL  futex(0x627790,0x87,0,0x4022,0x627790,0)
    74     73 aplay    RET   futex -1 errno -38 Too many processes
    74     73 aplay    CALL  poll(0x7f7fec0008c0,1,0xffffffff)
    74     74 aplay    CALL  stat64(0x62edf0,0x7f7fffffece0)
    74     74 aplay    NAMI  "/emul/linux/home/tsutsui"
    74     74 aplay    NAMI  "/home/tsutsui"
    74     74 aplay    RET   stat64 0
    74     74 aplay    CALL  getuid
    74     74 aplay    RET   getuid 100/0x64
    74     74 aplay    CALL  access(0x62ee80,0)
    74     74 aplay    NAMI  "/emul/linux/home/tsutsui/.pulse"
    74     74 aplay    NAMI  "/home/tsutsui/.pulse"
    74     74 aplay    RET   access 0
    74     74 aplay    CALL  umask(0x3f)
    74     74 aplay    RET   umask 18/0x12
    74     74 aplay    CALL  mkdir(0x62ee80,0x1c0)
    74     74 aplay    NAMI  "/emul/linux/home/tsutsui/.pulse"
    74     74 aplay    NAMI  "/home/tsutsui/.pulse"
    74     74 aplay    RET   mkdir -1 errno -17 File exists
    74     74 aplay    CALL  umask(0x12)
    74     74 aplay    RET   umask 63/0x3f
    74     74 aplay    CALL  open(0x62ee80,0xa0100,0xffffffff)
    74     74 aplay    NAMI  "/emul/linux/home/tsutsui/.pulse"
    74     74 aplay    NAMI  "/home/tsutsui/.pulse"
    74     74 aplay    RET   open 7
    74     74 aplay    CALL  fstat64(7,0x7f7fffffecc0)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  getuid
    74     74 aplay    RET   getuid 100/0x64
    74     74 aplay    CALL  getgid
    74     74 aplay    RET   getgid 100/0x64
    74     74 aplay    CALL  __posix_fchown(7,0x64,0x64)
    74     74 aplay    RET   __posix_fchown 0
    74     74 aplay    CALL  fchmod(7,0x1c0)
    74     74 aplay    RET   fchmod 0
    74     74 aplay    CALL  close(7)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  lstat64(0x62ee80,0x7f7fffffecc0)
    74     74 aplay    NAMI  "/emul/linux/home/tsutsui/.pulse"
    74     74 aplay    NAMI  "/home/tsutsui/.pulse"
    74     74 aplay    RET   lstat64 0
    74     74 aplay    CALL  open(0x7f7ff63cadc9,0x80000,0x1b6)
    74     74 aplay    NAMI  "/emul/linux/etc/machine-id"
    74     74 aplay    NAMI  "/etc/machine-id"
    74     74 aplay    RET   open -1 errno -2 No such file or directory
    74     74 aplay    CALL  open(0x7f7ff63cadd9,0x80000,0x1b6)
    74     74 aplay    NAMI  "/emul/linux/var/lib/dbus/machine-id"
    74     74 aplay    RET   open 7
    74     74 aplay    CALL  fcntl(7,1,0)
    74     74 aplay    RET   fcntl 1
    74     74 aplay    CALL  fstat64(7,0x7f7fffffebc0)
    74     74 aplay    RET   fstat64 0
    74     74 aplay    CALL  mmap(0,0x4000,3,0x22,0xffffffff,0)
    74     74 aplay    RET   mmap 140187598274560/0x7f7ff7ff4000
    74     74 aplay    CALL  read(7,0x7f7ff7ff4000,0x4000)
    74     74 aplay    GIO   fd 7 read 33 bytes
       "4af39076e1e10afd9a565bb45597ccd0\n"
    74     74 aplay    RET   read 33/0x21
    74     74 aplay    CALL  close(7)
    74     74 aplay    RET   close 0
    74     74 aplay    CALL  munmap(0x7f7ff7ff4000,0x4000)
    74     74 aplay    RET   munmap 0
    74     74 aplay    CALL  readlink(0x62edf0,0x62ee80,0x63)
    74     74 aplay    NAMI  "/emul/linux/home/tsutsui/.pulse/4af39076e1e10afd9a565bb45597ccd0-runtime"
    74     74 aplay    NAMI  "/home/tsutsui/.pulse/4af39076e1e10afd9a565bb45597ccd0-runtime"
    74     74 aplay    RET   readlink 23/0x17
    74     74 aplay    CALL  lstat64(0x62ee80,0x7f7fffffeda0)
    74     74 aplay    NAMI  "/emul/linux/tmp/pulse-glc9oLURq30r"
    74     74 aplay    NAMI  "/tmp/pulse-glc9oLURq30r"
    74     74 aplay    RET   lstat64 0
    74     74 aplay    CALL  getuid
    74     74 aplay    RET   getuid 100/0x64
    74     74 aplay    CALL  lstat64(0x62ee60,0x7f7fffffed50)
    74     74 aplay    NAMI  "/emul/linux/home"
    74     74 aplay    NAMI  "/home"
    74     74 aplay    RET   lstat64 0
    74     74 aplay    CALL  lstat64(0x62ee60,0x7f7fffffed50)
    74     74 aplay    NAMI  "/emul/linux/home/tsutsui"
    74     74 aplay    NAMI  "/home/tsutsui"
    74     74 aplay    RET   lstat64 0
    74     74 aplay    CALL  lstat64(0x62ee60,0x7f7fffffed50)
    74     74 aplay    NAMI  "/emul/linux/home/tsutsui/.pulse"
    74     74 aplay    NAMI  "/home/tsutsui/.pulse"
    74     74 aplay    RET   lstat64 0
    74     74 aplay    CALL  lstat64(0x62ee60,0x7f7fffffed50)
    74     74 aplay    NAMI  "/emul/linux/home/tsutsui/.pulse/4af39076e1e10afd9a565bb45597ccd0-runtime"
    74     74 aplay    NAMI  "/home/tsutsui/.pulse/4af39076e1e10afd9a565bb45597ccd0-runtime"
    74     74 aplay    RET   lstat64 0
    74     74 aplay    CALL  readlink(0x62ee60,0x7f7fffffdd10,0xfff)
    74     74 aplay    NAMI  "/emul/linux/home/tsutsui/.pulse/4af39076e1e10afd9a565bb45597ccd0-runtime"
    74     74 aplay    NAMI  "/home/tsutsui/.pulse/4af39076e1e10afd9a565bb45597ccd0-runtime"
    74     74 aplay    RET   readlink 23/0x17
    74     74 aplay    CALL  lstat64(0x62ee60,0x7f7fffffed50)
    74     74 aplay    NAMI  "/emul/linux/tmp"
    74     74 aplay    NAMI  "/tmp"
    74     74 aplay    RET   lstat64 0
    74     74 aplay    CALL  lstat64(0x62ee60,0x7f7fffffed50)
    74     74 aplay    NAMI  "/emul/linux/tmp/pulse-glc9oLURq30r"
    74     74 aplay    NAMI  "/tmp/pulse-glc9oLURq30r"
    74     74 aplay    RET   lstat64 0
    74     74 aplay    CALL  getuid
    74     74 aplay    RET   getuid 100/0x64
    74     74 aplay    CALL  socket(1,0x80001,0)
    74     74 aplay    RET   socket 7
    74     74 aplay    CALL  fcntl(7,1,0)
    74     74 aplay    RET   fcntl 1
    74     74 aplay    CALL  setsockopt(7,1,0xc,0x7f7fffffec6c,4)
    74     74 aplay    RET   setsockopt -1 errno -22 Invalid argument
    74     74 aplay    CALL  fcntl(7,3,0)
    74     74 aplay    RET   fcntl 2
    74     74 aplay    CALL  fcntl(7,4,0x802)
    74     74 aplay    RET   fcntl 0
    74     74 aplay    CALL  connect(7,0x7f7fffffecf0,0x6e)
    74     74 aplay    MISC  linux/sockaddr: 110, 01002f746d702f70756c73652d676c63396f4c5552713330722f6e6174697665000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    74     74 aplay    MISC  mbsoname: [/tmp/pulse-glc9oLURq30r/native]
    74     74 aplay    NAMI  "/emul/linux/tmp/pulse-glc9oLURq30r/native"
    74     74 aplay    NAMI  "/tmp/pulse-glc9oLURq30r/native"
    74     74 aplay    RET   connect 0
    74     74 aplay    CALL  sendto(6,0x7f7fffffec1f,1,0x4000,0,0)
    74     74 aplay    RET   sendto -1 errno -88 Socket operation on non-socket
    74     74 aplay    CALL  write(6,0x7f7fffffec1f,1)
    74     74 aplay    GIO   fd 6 wrote 1 bytes
       "W"
    74     74 aplay    RET   write 1
    74     73 aplay    RET   poll 1
    74     73 aplay    CALL  futex(0x627790,0x86,1,0,0,1)
    74     73 aplay    RET   futex -1 errno -38 Too many processes
    74     73 aplay    CALL  write(2,0x7f7ff05311f0,0x70)
    74     73 aplay    GIO   fd 2 wrote 112 bytes
       "Assertion 'c->defer_event == e' failed at pulsecore/socket-client.c:17\
	2, function connect_defer_cb(). Aborting.\n"
    74     73 aplay    RET   write 112/0x70
    74     73 aplay    CALL  rt_sigprocmask(1,0x7f7ff0537c00,0,8)
    74     73 aplay    RET   rt_sigprocmask 0
    74     73 aplay    CALL  tgkill(0x4a,0x49,6)
    74     73 aplay    RET   tgkill 0
    74     73 aplay    PSIG  SIGABRT SIG_DFL: code=SI_LWP sent by pid=74, uid=100)
    74     73 aplay    NAMI  "aplay.core"
---

- native socket(2), setsockopt(2) and connect(2) syscalls are called
  while compat linux/socket, linux/setsockopt, and linux/connect are
  called on i386

- some futex(2) calls fails? (which do not fail on i386):
>>    4762   5826 aplay    RET   futex -1 errno -38 Too many processes

>Fix:

Check sources in sys/compat/linux/arch/amd64/
and compare with sys/compat/linux/arch/i386/ ?

---
Izumi Tsutsui



Home | Main Index | Thread Index | Old Index