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

[Xen-users] xen4.6.0-rc1 null pointer dereference when starting device model


  • To: xen-users@xxxxxxxxxxxxx
  • From: "Mdasoh Kyappd" <mingdaisung@xxxxxxxxxxxxx>
  • Date: Tue, 25 Aug 2015 21:57:52 -0400
  • Delivery-date: Wed, 26 Aug 2015 01:59:10 +0000
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=N1-0105; d=Safe-mail.net; b=HAYOYH/1kB5ssMWBt/D8TE70imxR3q6/7NMNd4VUktFza8HDR5iHUqzC9Nmbo2Rs //QGSlheB2WXeUhorczbkRL9kd3zI4eV9zoKCZwOBo6Jn/KS+vNPaZ+EesgVrZ9M sbRYGkI/pd7OGcghFQ3BEG2qVou0uLovXFCCf0OWBFg=;
  • List-id: Xen user discussion <xen-users.lists.xen.org>

18:42 < klys> so I compiled xen 4.6 from the git snapshot yesterday
18:50 < klys> # xl create /etc/xen/dos3.cfg
18:51 < klys> Parsing config from /l1/etc/xen/dos3.cfg
18:51 < klys> Segmentation fault
18:51 < klys> and then I get my prompt back
18:51 < klys> so I did strace on it
18:51 < klys> connect(13, {sa_family=AF_FILE, 
path="/var/run/xen/qmp-libxl-42"}, 110) =
              0
18:51 < klys> select(14, [13], NULL, NULL, {5, 0})    = 1 (in [13], left {4, 
999771})
18:51 < klys> read(13, "{\"QMP\": {\"version\": {\"qemu\": {\"m"..., 4096) = 105
18:51 < klys> --- SIGSEGV (Segmentation fault) @ 0 (0) ---
18:51 < klys> +++ killed by SIGSEGV +++
18:51 < danieldg> gdb is probably better than strace here
18:52 < danieldg> it's a null pointer dereference
18:52 < klys> I traced it to libxl
18:52 < klys> it's in libxl_qmp.c
18:56 -!- msbelang [~msbelang@xxxxxxxxxxxxxx] has quit [Ping timeout: 250 
seconds]
18:56 -!- msbelang [~msbelang@xxxxxxxxxxxxxx] has joined #xen
18:57 -!- tlam [~tiago@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx] has quit [Ping timeout: 
272
          seconds]
19:00 < klys> somewhere between lines 431 and 500
19:07 < klys> had to patch a few headers when compiling xen 4.6.0-rc, let me 
know if
              you need further details.
19:09 < klys> the snapshot tarball is here,
http://xenbits.xen.org/gitweb/?p=xen.git;a=commit;h=145a8004a7d659668d5a3b0ad9868d7678b24822
19:11 < danieldg> I'd post the backtrace from the segfault along with the 
config (minus
                  anything private) to the mailing list, if you haven't already

lsmod:
xt_physdev             16384  32
br_netfilter           24576  1 xt_physdev
iptable_filter         16384  1
ip_tables              28672  1 iptable_filter
x_tables               28672  3 xt_physdev,ip_tables,iptable_filter
tun                    28672  0
radeon               1462272  0
tcp_diag               16384  0
inet_diag              20480  1 tcp_diag
xenfs                  16384  1
xen_privcmd            16384  6 xenfs
xen_evtchn             16384  5
xen_gntdev             20480  3
xen_gntalloc           16384  0
xen_blkback            36864  0
xen_netback            45056  0
xen_acpi_processor     16384  0
loop                   28672  18
ipx                    28672  0
p8023                  16384  1 ipx
p8022                  16384  1 ipx
psnap                  16384  1 ipx
ib_iser                45056  0
rdma_cm                40960  1 ib_iser
iw_cm                  36864  1 rdma_cm
ib_cm                  40960  1 rdma_cm
ib_sa                  28672  2 rdma_cm,ib_cm
ib_mad                 45056  2 ib_cm,ib_sa
ib_core                77824  6 rdma_cm,ib_cm,ib_sa,iw_cm,ib_mad,ib_iser
ib_addr                20480  2 rdma_cm,ib_core
iscsi_tcp              20480  0
libiscsi_tcp           20480  1 iscsi_tcp
libiscsi               45056  3 libiscsi_tcp,iscsi_tcp,ib_iser
scsi_transport_iscsi    73728  4 iscsi_tcp,ib_iser,libiscsi
nfsd                  270336  13
auth_rpcgss            53248  1 nfsd
oid_registry           16384  1 auth_rpcgss
nfs_acl                16384  1 nfsd
nfs                   204800  0
lockd                  86016  2 nfs,nfsd
grace                  16384  2 nfsd,lockd
fscache                49152  1 nfs
sunrpc                266240  19 nfs,nfsd,auth_rpcgss,lockd,nfs_acl
bridge                102400  1 br_netfilter
stp                    16384  1 bridge
llc                    16384  4 stp,p8022,psnap,bridge
fuse                   90112  1
bttv                  131072  0
snd_hda_codec_realtek    73728  1
snd_hda_codec_hdmi     49152  1
snd_hda_codec_generic    65536  1 snd_hda_codec_realtek
snd_hda_intel          32768  0
snd_hda_codec         102400  4 
snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
snd_hda_core           49152  5 
snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
tea575x                16384  1 bttv
ppdev                  20480  0
tveeprom               24576  1 bttv
snd_hwdep              16384  1 snd_hda_codec
videobuf_dma_sg        20480  1 bttv
videobuf_core          24576  2 bttv,videobuf_dma_sg
snd_pcm_oss            45056  0
rc_core                24576  1 bttv
v4l2_common            16384  1 bttv
videodev              139264  3 bttv,tea575x,v4l2_common
media                  20480  1 videodev
snd_mixer_oss          24576  1 snd_pcm_oss
psmouse               114688  0
matrox_w1              16384  0
wire                   32768  1 matrox_w1
snd_pcm                86016  5 
snd_pcm_oss,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
serio_raw              16384  0
pcspkr                 16384  0
edac_mce_amd           24576  0
k10temp                16384  0
edac_core              45056  0
snd_timer              28672  1 snd_pcm
snd                    65536  10 
snd_hda_codec_realtek,snd_pcm_oss,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_mixer_oss
ata_generic            16384  0
soundcore              16384  1 snd
ttm                    77824  1 radeon
evdev                  20480  0
drm_kms_helper        102400  1 radeon
drm                   282624  3 ttm,drm_kms_helper,radeon
8250_fintek            16384  0
tpm_infineon           20480  0
tpm_tis                20480  0
tpm                    32768  2 tpm_tis,tpm_infineon
wmi                    20480  0
button                 16384  0
parport_pc             28672  0
parport                40960  2 ppdev,parport_pc
sp5100_tco             16384  0
shpchp                 32768  0
i2c_piix4              24576  0
processor              32768  1 xen_acpi_processor
thermal_sys            40960  1 processor
fb_ddc                 16384  0
i2c_algo_bit           16384  2 bttv,radeon
xen_pciback            53248  0
ext4                  495616  11
crc16                  16384  1 ext4
mbcache                20480  1 ext4
jbd2                   86016  1 ext4
dm_mod                 98304  0
sg                     32768  0
sd_mod                 40960  5
hid_generic            16384  0
usbhid                 45056  0
hid                   110592  2 hid_generic,usbhid
uas                    24576  0
usb_storage            61440  1 uas
ohci_pci               16384  0
mptsas                 40960  1
scsi_transport_sas     36864  1 mptsas
mptscsih               28672  1 mptsas
pata_atiixp            16384  2
libata                192512  2 ata_generic,pata_atiixp
r8169                  73728  0
mptbase                65536  2 mptsas,mptscsih
mii                    16384  1 r8169
scsi_mod              196608  12 
sg,uas,scsi_transport_sas,scsi_transport_iscsi,usb_storage,libata,mptsas,sd_mod,iscsi_tcp,mptscsih,ib_iser,libiscsi
floppy                 65536  0
ehci_pci               16384  0
ohci_hcd               45056  1 ohci_pci
ehci_hcd               73728  1 ehci_pci
usbcore               192512  7 
uas,usb_storage,ohci_hcd,ohci_pci,ehci_hcd,ehci_pci,usbhid
usb_common             16384  1 usbcore

xl dmesg:
 Xen 4.6.0-rc
(XEN) Xen version 4.6.0-rc (mockbuild@prymar-freenode) (gcc (GCC) 4.8.3 
20140911 (Red Hat 4.8.3-9)) debug=y Tue Aug 11 17:33:42 PDT 2015
(XEN) Latest ChangeSet: 145a8004a7d6-Update QEMU_UPSTREAM_REVISION for 4.6 
RC1-Tue 11 Aug 2015 14:39
(XEN) Bootloader: GNU GRUB 0.97
(XEN) Command line: mem=1024G dom0_max_vcpus=2    dom0_mem=752M,max:752M 
watchdog_timeout=300    lowmem_emergency_pool=1M crashkernel=64M@32M    
cpuid_mask_xsave_eax=0 console=vga vga=mode-0x311
(XEN) Video information:
(XEN)  VGA is graphics mode 640x480, 16 bpp
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN)  EDID info not retrieved because of reasons unknown
(XEN) Disc information:
(XEN)  Found 4 MBR signatures
(XEN)  Found 4 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 000000000009ec00 (usable)
(XEN)  000000000009ec00 - 00000000000a0000 (reserved)
(XEN)  00000000000e6000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000cff90000 (usable)
(XEN)  00000000cff90000 - 00000000cff9e000 (ACPI data)
(XEN)  00000000cff9e000 - 00000000cffe0000 (ACPI NVS)
(XEN)  00000000cffe0000 - 00000000d0000000 (reserved)
(XEN)  00000000ffe00000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000220000000 (usable)
(XEN) Kdump: 64MB (65536kB) at 0x2000000
(XEN) ACPI: RSDP 000F8E90, 0014 (r0 ACPIAM)
(XEN) ACPI: RSDT CFF90000, 003C (r1 7596MS A7596100 20121026 MSFT       97)
(XEN) ACPI: FACP CFF90200, 0084 (r1 7596MS A7596100 20121026 MSFT       97)
(XEN) ACPI Warning (tbfadt-0464): Optional field "Pm2ControlBlock" has zero 
address or length: 0000000000000000/1 [20070126]
(XEN) ACPI: DSDT CFF90660, 941A (r1  A7596 A7596100      100 INTL 20051117)
(XEN) ACPI: FACS CFF9E000, 0040
(XEN) ACPI: APIC CFF90390, 010C (r1 7596MS A7596100 20121026 MSFT       97)
(XEN) ACPI: MCFG CFF904A0, 003C (r1 7596MS OEMMCFG  20121026 MSFT       97)
(XEN) ACPI: OEMB CFF9E040, 0072 (r1 7596MS A7596100 20121026 MSFT       97)
(XEN) ACPI: HPET CFF9A660, 0038 (r1 7596MS OEMHPET  20121026 MSFT       97)
(XEN) ACPI: SSDT CFF9A6A0, 08BC (r1 A M I  POWERNOW        1 AMD         1)
(XEN) System RAM: 7935MB (8125624kB)
(XEN) No NUMA configuration found
(XEN) Faking a node at 0000000000000000-0000000220000000
(XEN) Domain heap initialised
(XEN) vesafb: framebuffer at 0xd0000000, mapped to 0xffff82c000201000, using 
2048k, total 16384k
(XEN) vesafb: mode is 640x480x16, linelength=1280, font 8x8
(XEN) vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
(XEN) found SMP MP-table at 000ff780
(XEN) DMI present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: SLEEP INFO: pm1x_cnt[1:804,1:0], pm1x_evt[1:800,1:0]
(XEN) ACPI:             wakeup_vec[cff9e00c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 0:5 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 0:5 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
(XEN) Processor #2 0:5 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
(XEN) Processor #3 0:5 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x84] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x85] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x86] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x87] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x09] lapic_id[0x88] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x89] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x8a] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x8b] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x11] lapic_id[0x90] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x12] lapic_id[0x91] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x13] lapic_id[0x92] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x14] lapic_id[0x93] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x15] lapic_id[0x94] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x16] lapic_id[0x95] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x17] lapic_id[0x96] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x18] lapic_id[0x97] disabled)
(XEN) ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 1 I/O APICs
(XEN) ACPI: HPET id: 0x8300 base: 0xfed00000
(XEN) ERST table was not found
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 24 CPUs (20 hotplug CPUs)
(XEN) IRQ limits: 24 GSI, 760 MSI/MSI-X
(XEN) XSM Framework v1.0.0 initialized
(XEN) Flask:  Access controls disabled until policy is loaded.
(XEN) AMD Fam10h machine check reporting enabled
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 2900.196 MHz processor.
(XEN) Initing memory sharing.
(XEN) alt table ffff82d0802fcfb0 -> ffff82d0802fe258
(XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - ff
(XEN) PCI: Not using MCFG for segment 0000 bus 00-ff
(XEN) AMD-Vi: IOMMU not found!
(XEN) I/O virtualisation disabled
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) Platform timer is 14.318MHz HPET
(XEN) Allocated console ring of 32 KiB.
(XEN) mwait-idle: does not run on family 16 model 5
(XEN) HVM: ASIDs enabled.
(XEN) SVM: Supported advanced features:
(XEN)  - Nested Page Tables (NPT)
(XEN)  - Last Branch Record (LBR) Virtualisation
(XEN)  - Next-RIP Saved on #VMEXIT
(XEN) HVM: SVM enabled
(XEN) HVM: Hardware Assisted Paging (HAP) detected
(XEN) HVM: HAP page sizes: 4kB, 2MB, 1GB
(XEN) HVM: PVH mode not supported on this platform
(XEN) Brought up 4 CPUs
(XEN) Testing NMI watchdog on all CPUs: ok
(XEN) HPET: 3 timers usable for broadcast (4 total)
(XEN) ACPI sleep modes: S3
(XEN) VPMU: disabled
(XEN) MCA: Use hw thresholding to adjust polling frequency
(XEN) mcheck_poll: Machine check polling timer started.
(XEN) Xenoprofile: Failed to setup IBS LVT offset, IBSCTL = 0xffffffff
(XEN) Dom0 has maximum 408 PIRQs
(XEN) NX (Execute Disable) protection active
(XEN) *** LOADING DOMAIN 0 ***
(XEN) elf_parse_binary: phdr: paddr=0x1000000 memsz=0x7e2000
(XEN) elf_parse_binary: phdr: paddr=0x1800000 memsz=0x113000
(XEN) elf_parse_binary: phdr: paddr=0x1913000 memsz=0x16a18
(XEN) elf_parse_binary: phdr: paddr=0x192a000 memsz=0x228000
(XEN) elf_parse_binary: memory: 0x1000000 -> 0x1b52000
(XEN) elf_xen_parse_note: GUEST_OS = "linux"
(XEN) elf_xen_parse_note: GUEST_VERSION = "2.6"
(XEN) elf_xen_parse_note: XEN_VERSION = "xen-3.0"
(XEN) elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000
(XEN) elf_xen_parse_note: ENTRY = 0xffffffff8192a1f0
(XEN) elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff81001000
(XEN) elf_xen_parse_note: FEATURES = 
"!writable_page_tables|pae_pgdir_above_4gb|writable_descriptor_tables|auto_translated_physmap|supervisor_mode_kernel"
(XEN) elf_xen_parse_note: SUPPORTED_FEATURES = 0x90d
(XEN) elf_xen_parse_note: PAE_MODE = "yes"
(XEN) elf_xen_parse_note: LOADER = "generic"
(XEN) elf_xen_parse_note: unknown xen elf note (0xd)
(XEN) elf_xen_parse_note: SUSPEND_CANCEL = 0x1
(XEN) elf_xen_parse_note: MOD_START_PFN = 0x1
(XEN) elf_xen_parse_note: HV_START_LOW = 0xffff800000000000
(XEN) elf_xen_parse_note: PADDR_OFFSET = 0x0
(XEN) elf_xen_addr_calc_check: addresses:
(XEN)     virt_base        = 0xffffffff80000000
(XEN)     elf_paddr_offset = 0x0
(XEN)     virt_offset      = 0xffffffff80000000
(XEN)     virt_kstart      = 0xffffffff81000000
(XEN)     virt_kend        = 0xffffffff81b52000
(XEN)     virt_entry       = 0xffffffff8192a1f0
(XEN)     p2m_base         = 0xffffffffffffffff
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x1b52000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000214000000->0000000216000000 (172378 pages to be 
allocated)
(XEN)  Init. ramdisk: 000000021d15a000->000000021ffff800
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff81000000->ffffffff81b52000
(XEN)  Init. ramdisk: 0000000000000000->0000000000000000
(XEN)  Phys-Mach map: ffffffff81b52000->ffffffff81cca000
(XEN)  Start info:    ffffffff81cca000->ffffffff81cca4b4
(XEN)  Page tables:   ffffffff81ccb000->ffffffff81cde000
(XEN)  Boot stack:    ffffffff81cde000->ffffffff81cdf000
(XEN)  TOTAL:         ffffffff80000000->ffffffff82000000
(XEN)  ENTRY ADDRESS: ffffffff8192a1f0
(XEN) Dom0 has maximum 2 VCPUs
(XEN) elf_load_binary: phdr 0 at 0xffffffff81000000 -> 0xffffffff817e2000
(XEN) elf_load_binary: phdr 1 at 0xffffffff81800000 -> 0xffffffff81913000
(XEN) elf_load_binary: phdr 2 at 0xffffffff81913000 -> 0xffffffff81929a18
(XEN) elf_load_binary: phdr 3 at 0xffffffff8192a000 -> 0xffffffff81a5b000
(XEN) Scrubbing Free RAM on 1 nodes using 4 CPUs
(XEN) .................done.
(XEN) Initial low memory virq threshold set at 0x4000 pages.
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to 
Xen)
(XEN) Freed 280kB init memory.
(XEN) traps.c:2685:d0v0 Domain attempted WRMSR 00000000c0000081 from 
0xe023e00800000000 to 0x0023001000000000.
(XEN) traps.c:2685:d0v0 Domain attempted WRMSR 00000000c0000082 from 
0xffff82d0bffff000 to 0xffffffff8154c0d0.
(XEN) traps.c:2685:d0v0 Domain attempted WRMSR 00000000c0000083 from 
0xffff82d0bffff020 to 0xffffffff8154e6a0.
(XEN) traps.c:2685:d0v0 Domain attempted WRMSR 0000000000000174 from 
0x0000000000000000 to 0x0000000000000010.
(XEN) traps.c:2685:d0v0 Domain attempted WRMSR 0000000000000176 from 
0x0000000000000000 to 0xffffffff8154e4a0.
(XEN) traps.c:2685:d0v0 Domain attempted WRMSR 00000000c0000084 from 
0x0000000000074700 to 0x0000000000047700.
(XEN) traps.c:2685:d0v0 Domain attempted WRMSR 00000000c0010007 from 
0x0000000000000000 to 0x000000000000ffff.
(XEN) traps.c:2685:d0v1 Domain attempted WRMSR 00000000c0000081 from 
0xe023e00800000000 to 0x0023001000000000.
(XEN) traps.c:2685:d0v1 Domain attempted WRMSR 00000000c0000082 from 
0xffff82d0bfffe080 to 0xffffffff8154c0d0.
(XEN) traps.c:2685:d0v1 Domain attempted WRMSR 00000000c0000083 from 
0xffff82d0bfffe0a0 to 0xffffffff8154e6a0.
(XEN) traps.c:2685:d0v1 Domain attempted WRMSR 0000000000000174 from 
0x0000000000000000 to 0x0000000000000010.
(XEN) traps.c:2685:d0v1 Domain attempted WRMSR 0000000000000176 from 
0x0000000000000000 to 0xffffffff8154e4a0.
(XEN) traps.c:2685:d0v1 Domain attempted WRMSR 00000000c0000084 from 
0x0000000000074700 to 0x0000000000047700.
(XEN) traps.c:3290: GPF (0000): ffff82d0801a493f -> ffff82d08024fdcf
(XEN) traps.c:3290: GPF (0000): ffff82d0801a493f -> ffff82d08024fdcf
(XEN) PCI add device 0000:00:00.0
(XEN) PCI add device 0000:00:01.0
(XEN) PCI add device 0000:00:02.0
(XEN) PCI add device 0000:00:05.0
(XEN) PCI add device 0000:00:12.0
(XEN) PCI add device 0000:00:12.1
(XEN) PCI add device 0000:00:12.2
(XEN) PCI add device 0000:00:13.0
(XEN) PCI add device 0000:00:13.1
(XEN) PCI add device 0000:00:13.2
(XEN) PCI add device 0000:00:14.0
(XEN) PCI add device 0000:00:14.1
(XEN) PCI add device 0000:00:14.2
(XEN) PCI add device 0000:00:14.3
(XEN) PCI add device 0000:00:14.4
(XEN) PCI add device 0000:00:14.5
(XEN) PCI add device 0000:00:18.0
(XEN) PCI add device 0000:00:18.1
(XEN) PCI add device 0000:00:18.2
(XEN) PCI add device 0000:00:18.3
(XEN) PCI add device 0000:00:18.4
(XEN) PCI add device 0000:01:05.0
(XEN) PCI add device 0000:01:05.1
(XEN) PCI add device 0000:02:00.0
(XEN) PCI add device 0000:03:00.0
(XEN) PCI add device 0000:04:05.0
(XEN) PCI add device 0000:04:05.1
(XEN) PCI add device 0000:04:06.0
(XEN) PCI add device 0000:05:00.0
(XEN) PCI: Using MCFG for segment 0000 bus 00-ff
(XEN) d0: Forcing read-only access to MFN fed00
(XEN) d0v1 Over-allocation for domain 30: 262401 > 262400
(XEN) memory.c:155:d0v1 Could not allocate order=0 extent: id=30 memflags=0 
(192 of 2048)
(XEN) d0v1 Over-allocation for domain 30: 262401 > 262400
(XEN) memory.c:155:d0v1 Could not allocate order=0 extent: id=30 memflags=0 (0 
of 2048)
(XEN) d0v0 Over-allocation for domain 30: 262401 > 262400
(XEN) memory.c:155:d0v0 Could not allocate order=0 extent: id=30 memflags=0 (0 
of 64)
(XEN) d0v1 Over-allocation for domain 31: 262401 > 262400
(XEN) memory.c:155:d0v1 Could not allocate order=0 extent: id=31 memflags=0 
(192 of 2048)
(XEN) d0v1 Over-allocation for domain 31: 262401 > 262400
(XEN) d0v0 Over-allocation for domain 31: 262401 > 262400
(XEN) memory.c:155:d0v0 Could not allocate order=0 extent: id=31 memflags=0 (0 
of 2048)

/boot/grub/menu.lst snippet:
default 0
timeout 30
title           xen4.5.1/linux-4.2.0-rc6/gnu-debian-wheezy+jessie
kernel          (hd2,5)/boot/xen-4.6.0-rc.gz mem=1024G dom0_max_vcpus=2 \
                dom0_mem=752M,max:752M watchdog_timeout=300 \
                lowmem_emergency_pool=1M crashkernel=64M@32M \
                cpuid_mask_xsave_eax=0 console=vga vga=mode-0x311
module          (hd2,5)/boot/vmlinuz-4.2.0-rc6-amd64 root=/dev/sdd6 rw \
                xencons=hvc console=hvc0 console=tty0
module          (hd2,5)/boot/initrd.img-4.2.0-rc6-amd64

ps waux snippet:
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.1   2896  1272 ?        Ss   Aug24   0:02 init [2]
root      3727  0.0  0.2  15108  1600 ?        SL   Aug24   0:10 
/l1/usr/sbin/xenstored --pid-file /var/run/xenstored.pid -T 
/var/log/xen/xenstored-trace.log
root      3733  0.0  0.1  90944  1132 ?        SLl  Aug24   0:00 
/l1/usr/sbin/xenconsoled
root      3794  0.0  0.2  98276  1872 ?        SLsl Aug24   0:00 
/l1/usr/sbin/xl devd --pidfile=/var/run/xldevd.pid
root     14435  0.0  2.2 293060 15364 ?        SLsl 18:58   0:00 
/usr/lib/xen/bin/qemu-system-i386 -xen-domid 48 -chardev 
socket,id=libxl-cmd,path=/var/run/xen/qmp-libxl-48,server,nowait -no-shutdown 
-mon chardev=libxl-cmd,mode=control -chardev 
socket,id=libxenstat-cmd,path=/var/run/xen/qmp-libxenstat-48,server,nowait -mon 
chardev=libxenstat-cmd,mode=control -nodefaults -name dos3 -vnc 
192.168.4.87:0,to=99 -display none -serial pty -device cirrus-vga,vgamem_mb=8 
-boot order=c -usb -usbdevice tablet -net none -machine xenfv -m 1016 -drive 
file=/dev/loop8,if=ide,index=0,media=disk,format=raw,cache=writeback

(( bash environment: 
LD_LIBRARY_PATH=/l1/usr/lib64:/l1/l2/lib/x86_64-linux-gnu:/l1/usr/lib/x86_64-linux-gnu:/l1/l2/lib
 ))

VNC client message:
Guest has not initialized the display (yet).

full strace command line:
LD_LIBRARY_PATH=/l1/usr/lib64:/l1/l2/lib/x86_64-linux-gnu:/l1/usr/lib/x86_64-linux-gnu:/l1/l2/lib:/l1/usr/lib
 /l1/usr/bin/strace /l1/usr/sbin/xl create /l1/etc/xen/dos3.cfg &> err10

strace:
execve("/l1/usr/sbin/xl", ["/l1/usr/sbin/xl", "create", 
"/l1/etc/xen/dos3.cfg"], [/* 17 vars */]) = 0
brk(0)                                  = 0xccf000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f599c1f7000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/l1/usr/lib64/tls/x86_64/libxlutil.so.4.6", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
stat("/l1/usr/lib64/tls/x86_64", 0x7ffcc494b790) = -1 ENOENT (No such file or 
directory)
open("/l1/usr/lib64/tls/libxlutil.so.4.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No 
such file or directory)
stat("/l1/usr/lib64/tls", 0x7ffcc494b790) = -1 ENOENT (No such file or 
directory)
open("/l1/usr/lib64/x86_64/libxlutil.so.4.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT 
(No such file or directory)
stat("/l1/usr/lib64/x86_64", 0x7ffcc494b790) = -1 ENOENT (No such file or 
directory)
open("/l1/usr/lib64/libxlutil.so.4.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300/\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=282296, ...}) = 0
mmap(NULL, 2168792, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f599bdc7000
mprotect(0x7f599bdd9000, 2093056, PROT_NONE) = 0
mmap(0x7f599bfd8000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x7f599bfd8000
close(3)                                = 0
open("/l1/usr/lib64/libxenlight.so.4.6", O_RDONLY|O_CLOEXEC) = 3
read(3, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\263\1\0\0\0\0\0"..., 832) = 
832
fstat(3, {st_mode=S_IFREG|0755, st_size=2124328, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f599c1f6000
mmap(NULL, 2857072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f599bb0d000
mprotect(0x7f599bbc1000, 2093056, PROT_NONE) = 0
mmap(0x7f599bdc0000, 28672, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb3000) = 0x7f599bdc0000
close(3)                                = 0
open("/l1/usr/lib64/libxenctrl.so.4.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\253\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=975816, ...}) = 0
mmap(NULL, 2317304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f599b8d7000
mprotect(0x7f599b90a000, 2097152, PROT_NONE) = 0
mmap(0x7f599bb0a000, 12288, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x33000) = 0x7f599bb0a000
close(3)                                = 0
open("/l1/usr/lib64/libyajl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such 
file or directory)
open("/l1/l2/lib/x86_64-linux-gnu/tls/x86_64/libyajl.so.2", O_RDONLY|O_CLOEXEC) 
= -1 ENOENT (No such file or directory)
stat("/l1/l2/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffcc494b700) = -1 ENOENT (No 
such file or directory)
open("/l1/l2/lib/x86_64-linux-gnu/tls/libyajl.so.2", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
stat("/l1/l2/lib/x86_64-linux-gnu/tls", 0x7ffcc494b700) = -1 ENOENT (No such 
file or directory)
open("/l1/l2/lib/x86_64-linux-gnu/x86_64/libyajl.so.2", O_RDONLY|O_CLOEXEC) = 
-1 ENOENT (No such file or directory)
stat("/l1/l2/lib/x86_64-linux-gnu/x86_64", 0x7ffcc494b700) = -1 ENOENT (No such 
file or directory)
open("/l1/l2/lib/x86_64-linux-gnu/libyajl.so.2", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
stat("/l1/l2/lib/x86_64-linux-gnu", {st_mode=S_IFDIR|0755, st_size=12288, ...}) 
= 0
open("/l1/usr/lib/x86_64-linux-gnu/tls/x86_64/libyajl.so.2", 
O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/l1/usr/lib/x86_64-linux-gnu/tls/x86_64", 0x7ffcc494b700) = -1 ENOENT (No 
such file or directory)
open("/l1/usr/lib/x86_64-linux-gnu/tls/libyajl.so.2", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
stat("/l1/usr/lib/x86_64-linux-gnu/tls", 0x7ffcc494b700) = -1 ENOENT (No such 
file or directory)
open("/l1/usr/lib/x86_64-linux-gnu/x86_64/libyajl.so.2", O_RDONLY|O_CLOEXEC) = 
-1 ENOENT (No such file or directory)
stat("/l1/usr/lib/x86_64-linux-gnu/x86_64", 0x7ffcc494b700) = -1 ENOENT (No 
such file or directory)
open("/l1/usr/lib/x86_64-linux-gnu/libyajl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\22\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=39136, ...}) = 0
mmap(NULL, 2134248, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f599b6cd000
mprotect(0x7f599b6d6000, 2093056, PROT_NONE) = 0
mmap(0x7f599b8d5000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x7f599b8d5000
close(3)                                = 0
open("/l1/usr/lib64/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such 
file or directory)
open("/l1/l2/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20o\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=137440, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f599c1f5000
mmap(NULL, 2213008, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f599b4b0000
mprotect(0x7f599b4c8000, 2093056, PROT_NONE) = 0
mmap(0x7f599b6c7000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f599b6c7000
mmap(0x7f599b6c9000, 13456, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f599b6c9000
close(3)                                = 0
open("/l1/usr/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file 
or directory)
open("/l1/l2/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0P\34\2\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1729984, ...}) = 0
mmap(NULL, 3836448, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f599b107000
mprotect(0x7f599b2a6000, 2097152, PROT_NONE) = 0
mmap(0x7f599b4a6000, 24576, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19f000) = 0x7f599b4a6000
mmap(0x7f599b4ac000, 14880, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f599b4ac000
close(3)                                = 0
open("/l1/usr/lib64/libxenguest.so.4.6", O_RDONLY|O_CLOEXEC) = 3
read(3, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\201\0\0\0\0\0\0"..., 832) = 
832
fstat(3, {st_mode=S_IFREG|0755, st_size=885504, ...}) = 0
mmap(NULL, 2328032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f599aece000
mprotect(0x7f599af04000, 2097152, PROT_NONE) = 0
mmap(0x7f599b104000, 12288, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x36000) = 0x7f599b104000
close(3)                                = 0
open("/l1/usr/lib64/libxenstore.so.3.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\"\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=137784, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f599c1f4000
mmap(NULL, 2136072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f599acc4000
mprotect(0x7f599accb000, 2093056, PROT_NONE) = 0
mmap(0x7f599aeca000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f599aeca000
mmap(0x7f599aecb000, 10248, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f599aecb000
close(3)                                = 0
open("/l1/usr/lib64/libblktapctl.so.1.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\36\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=256112, ...}) = 0
mmap(NULL, 2128264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f599aabc000
mprotect(0x7f599aac4000, 2093056, PROT_NONE) = 0
mmap(0x7f599acc3000, 4096, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f599acc3000
close(3)                                = 0
open("/l1/usr/lib64/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such 
file or directory)
open("/l1/l2/lib/x86_64-linux-gnu/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\17\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=10680, ...}) = 0
mmap(NULL, 2105624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f599a8b9000
mprotect(0x7f599a8bb000, 2093056, PROT_NONE) = 0
mmap(0x7f599aaba000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7f599aaba000
close(3)                                = 0
open("/l1/usr/lib64/libuuid.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such 
file or directory)
open("/l1/l2/lib/x86_64-linux-gnu/libuuid.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\25\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=18896, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f599c1f3000
mmap(NULL, 2113944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f599a6b4000
mprotect(0x7f599a6b8000, 2093056, PROT_NONE) = 0
mmap(0x7f599a8b7000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f599a8b7000
close(3)                                = 0
open("/l1/usr/lib64/libyajl.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such 
file or directory)
open("/l1/l2/lib/x86_64-linux-gnu/libyajl.so.1", O_RDONLY|O_CLOEXEC) = -1 
ENOENT (No such file or directory)
open("/l1/usr/lib/x86_64-linux-gnu/libyajl.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\r\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=30720, ...}) = 0
mmap(NULL, 2125976, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f599a4ac000
mprotect(0x7f599a4b3000, 2093056, PROT_NONE) = 0
mmap(0x7f599a6b2000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f599a6b2000
close(3)                                = 0
open("/l1/usr/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file 
or directory)
open("/l1/l2/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\16\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14664, ...}) = 0
mmap(NULL, 2109712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f599a2a8000
mprotect(0x7f599a2ab000, 2093056, PROT_NONE) = 0
mmap(0x7f599a4aa000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f599a4aa000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f599c1f2000
open("/l1/usr/lib64/libz.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file 
or directory)
open("/l1/l2/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \"\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=109144, ...}) = 0
mmap(NULL, 2204200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7f599a08d000
mprotect(0x7f599a0a7000, 2093056, PROT_NONE) = 0
mmap(0x7f599a2a6000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19000) = 0x7f599a2a6000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f599c1f1000
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f599c1ef000
arch_prctl(ARCH_SET_FS, 0x7f599c1ef780) = 0
mprotect(0x7f599b4a6000, 16384, PROT_READ) = 0
mprotect(0x7f599a2a6000, 4096, PROT_READ) = 0
mprotect(0x7f599a4aa000, 4096, PROT_READ) = 0
mprotect(0x7f599a6b2000, 4096, PROT_READ) = 0
mprotect(0x7f599a8b7000, 4096, PROT_READ) = 0
mprotect(0x7f599aaba000, 4096, PROT_READ) = 0
mprotect(0x7f599b6c7000, 4096, PROT_READ) = 0
mprotect(0x7f599b8d5000, 4096, PROT_READ) = 0
mprotect(0x62e000, 4096, PROT_READ)     = 0
mprotect(0x7f599c1f9000, 4096, PROT_READ) = 0
set_tid_address(0x7f599c1efa50)         = 10570
set_robust_list(0x7f599c1efa60, 0x18)   = 0
rt_sigaction(SIGRTMIN, {0x7f599b4b69f0, [], SA_RESTORER|SA_SIGINFO, 
0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x7f599b4b6a80, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 
0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7ffcc494bed0) = -1 ENOTTY 
(Inappropriate ioctl for device)
brk(0)                                  = 0xccf000
brk(0xcf0000)                           = 0xcf0000
pipe([3, 4])                            = 0
fcntl(3, F_GETFL)                       = 0 (flags O_RDONLY)
fcntl(3, F_SETFL, O_RDONLY|O_NONBLOCK)  = 0
fcntl(4, F_GETFL)                       = 0x1 (flags O_WRONLY)
fcntl(4, F_SETFL, O_WRONLY|O_NONBLOCK)  = 0
open("/proc/xen/privcmd", O_RDWR)       = 5
fcntl(5, F_GETFD)                       = 0
fcntl(5, F_SETFD, FD_CLOEXEC)           = 0
stat("/var/run/xenstored/socket", {st_mode=S_IFSOCK|0600, st_size=0, ...}) = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 6
fcntl(6, F_GETFD)                       = 0
fcntl(6, F_SETFD, FD_CLOEXEC)           = 0
connect(6, {sa_family=AF_FILE, path="/var/run/xenstored/socket"}, 110) = 0
open("/etc/xen/xl.conf", O_RDONLY)      = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=1303, ...}) = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=1303, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f599c1ee000
read(7, "## Global XL config file ##\n\n# C"..., 1024) = 1024
read(7, ".bridge=\"xenbr0\"\n\n# Reserve a cl"..., 1024) = 279
close(7)                                = 0
munmap(0x7f599c1ee000, 4096)            = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b9b0) = 262150
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, 
-1, 0) = 0x7f599c1ee000
madvise(0x7f599c1ee000, 4096, 0xa /* MADV_??? */) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b9b0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b9b0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b9b0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b9b0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b9b0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b9b0) = 4096
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b9b0) = 0
open("/l1/etc/xen/dos3.cfg", O_RDONLY)  = 7
fstat(7, {st_mode=S_IFREG|050, st_size=1088, ...}) = 0
fstat(7, {st_mode=S_IFREG|050, st_size=1088, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f599c1ed000
read(7, "name = \"dos3\"\nfirmware_override "..., 4096) = 1088
close(7)                                = 0
munmap(0x7f599c1ed000, 4096)            = 0
write(2, "Parsing config from /l1/etc/xen/"..., 41Parsing config from 
/l1/etc/xen/dos3.cfg
) = 41
open("/dev/urandom", O_RDONLY)          = 7
fcntl(7, F_GETFD)                       = 0
fcntl(7, F_SETFD, FD_CLOEXEC)           = 0
getuid()                                = 0
getppid()                               = 10569
read(7, "i\302\313\25\315\241\220\274$\263\225\226{\273\263\4", 16) = 16
gettid()                                = 10570
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b380) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b420) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b420) = 0
open("/var/lock/xl", O_WRONLY|O_CREAT, 0200) = 8
fcntl(8, F_SETFD, FD_CLOEXEC)           = 0
fcntl(8, F_SETLKW, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = 0
pipe([9, 10])                           = 0
fcntl(9, F_GETFL)                       = 0 (flags O_RDONLY)
fcntl(9, F_SETFL, O_RDONLY|O_NONBLOCK)  = 0
fcntl(10, F_GETFL)                      = 0x1 (flags O_WRONLY)
fcntl(10, F_SETFL, O_WRONLY|O_NONBLOCK) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\23\0\0\0", 16) = 16
write(6, "/local/pool/0/name\0", 19)    = 19
read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b5a0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b5a0) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
write(6, "42\0", 3)                     = 3
read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
read(6, "/local/domain/42\0", 17)       = 17
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\6\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0", 16) = 16
write(6, "\0", 1)                       = 1
read(6, "\6\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
read(6, "1\0", 2)                       = 2
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\r\0\0\0\0\0\0\0\1\0\0\0\21\0\0\0", 16) = 16
write(6, "/local/domain/42\0", 17)      = 17
read(6, "\r\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\21\0\0\0", 16) = 16
write(6, "/local/domain/42\0", 17)      = 17
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\30\0\0\0", 16) = 16
write(6, "/local/domain/42\0", 17)      = 17
write(6, "n0\0", 3)                     = 3
write(6, "r42\0", 4)                    = 4
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\r\0\0\0\0\0\0\0\1\0\0\0)\0\0\0", 16) = 16
write(6, "/vm/bdb2fb9a-035f-4434-8fcd-c60b"..., 41) = 41
read(6, "\r\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0)\0\0\0", 16) = 16
write(6, "/vm/bdb2fb9a-035f-4434-8fcd-c60b"..., 41) = 41
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0000\0\0\0", 16) = 16
write(6, "/vm/bdb2fb9a-035f-4434-8fcd-c60b"..., 41) = 41
write(6, "n0\0", 3)                     = 3
write(6, "r42\0", 4)                    = 4
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\r\0\0\0\0\0\0\0\1\0\0\0\n\0\0\0", 16) = 16
write(6, "/libxl/42\0", 10)             = 10
read(6, "\r\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\n\0\0\0", 16) = 16
write(6, "/libxl/42\0", 10)             = 10
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\r\0\0\0", 16) = 16
write(6, "/libxl/42\0", 10)             = 10
write(6, "n0\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\1\0\0\0<\0\0\0", 16) = 16
write(6, "/local/domain/42/vm\0", 20)   = 20
write(6, "/vm/bdb2fb9a-035f-4434-8fcd-c60b"..., 40) = 40
read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
write(6, "42\0", 3)                     = 3
read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
read(6, "/local/domain/42\0", 17)       = 17
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
write(6, "42\0", 3)                     = 3
read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
read(6, "/local/domain/42\0", 17)       = 17
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0*\0\0\0", 16) = 16
write(6, "/local/domain/42/image/device-mo"..., 42) = 42
read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
brk(0xd17000)                           = 0xd17000
mmap(NULL, 102400, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, 
-1, 0) = 0x7f599c1d5000
madvise(0x7f599c1d5000, 102400, 0xa /* MADV_??? */) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc4933340) = 0
madvise(0x7f599c1d5000, 102400, 0xb /* MADV_??? */) = 0
munmap(0x7f599c1d5000, 102400)          = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, 
-1, 0) = 0x7f599c1ec000
madvise(0x7f599c1ec000, 8192, 0xa /* MADV_??? */) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc4932330) = 0
madvise(0x7f599c1ec000, 8192, 0xb /* MADV_??? */) = 0
munmap(0x7f599c1ec000, 8192)            = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, 
-1, 0) = 0x7f599c1ec000
madvise(0x7f599c1ec000, 8192, 0xa /* MADV_??? */) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc4932330) = 0
madvise(0x7f599c1ec000, 8192, 0xb /* MADV_??? */) = 0
munmap(0x7f599c1ec000, 8192)            = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\25\0\0\0", 16) = 16
write(6, "/local/domain/0/name\0", 21)  = 21
read(6, "\2\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0", 16) = 16
read(6, "Domain-0", 8)                  = 8
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\26\0\0\0", 16) = 16
write(6, "/local/domain/42/name\0", 22) = 22
read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
brk(0xcfb000)                           = 0xcfb000
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\1\0\0\0\32\0\0\0", 16) = 16
write(6, "/local/domain/42/name\0", 22) = 22
write(6, "dos3", 4)                     = 4
read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, 
-1, 0) = 0x7f599c1ed000
madvise(0x7f599c1ed000, 4096, 0xa /* MADV_??? */) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b330) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, 
-1, 0) = 0x7f599c1eb000
madvise(0x7f599c1eb000, 8192, 0xa /* MADV_??? */) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a320) = 0
madvise(0x7f599c1eb000, 8192, 0xb /* MADV_??? */) = 0
munmap(0x7f599c1eb000, 8192)            = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\1\0\0\0002\0\0\0", 16) = 16
write(6, "/vm/bdb2fb9a-035f-4434-8fcd-c60b"..., 46) = 46
write(6, "dos3", 4)                     = 4
read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\25\0\0\0", 16) = 16
write(6, "/local/domain/42/cpu\0", 21)  = 21
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\34\0\0\0", 16) = 16
write(6, "/local/domain/42/cpu\0", 21)  = 21
write(6, "n0\0", 3)                     = 3
write(6, "r42\0", 4)                    = 4
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\30\0\0\0", 16) = 16
write(6, "/local/domain/42/memory\0", 24) = 24
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\37\0\0\0", 16) = 16
write(6, "/local/domain/42/memory\0", 24) = 24
write(6, "n0\0", 3)                     = 3
write(6, "r42\0", 4)                    = 4
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\30\0\0\0", 16) = 16
write(6, "/local/domain/42/device\0", 24) = 24
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\37\0\0\0", 16) = 16
write(6, "/local/domain/42/device\0", 24) = 24
write(6, "n0\0", 3)                     = 3
write(6, "r42\0", 4)                    = 4
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\31\0\0\0", 16) = 16
write(6, "/local/domain/42/control\0", 25) = 25
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0 \0\0\0", 16) = 16
write(6, "/local/domain/42/control\0", 25) = 25
write(6, "n0\0", 3)                     = 3
write(6, "r42\0", 4)                    = 4
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\33\0\0\0", 16) = 16
write(6, "/local/domain/42/hvmloader\0", 27) = 27
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\"\0\0\0", 16) = 16
write(6, "/local/domain/42/hvmloader\0", 27) = 27
write(6, "n0\0", 3)                     = 3
write(6, "r42\0", 4)                    = 4
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\"\0\0\0", 16) = 16
write(6, "/local/domain/42/control/shutdow"..., 34) = 34
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0&\0\0\0", 16) = 16
write(6, "/local/domain/42/control/shutdow"..., 34) = 34
write(6, "n42\0", 4)                    = 4
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0.\0\0\0", 16) = 16
write(6, "/local/domain/42/device/suspend/"..., 46) = 46
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0002\0\0\0", 16) = 16
write(6, "/local/domain/42/device/suspend/"..., 46) = 46
write(6, "n42\0", 4)                    = 4
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\1\0\0\0\26\0\0\0", 16) = 16
write(6, "/local/domain/42/data\0", 22) = 22
read(6, "\f\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\1\0\0\0\32\0\0\0", 16) = 16
write(6, "/local/domain/42/data\0", 22) = 22
write(6, "n42\0", 4)                    = 4
read(6, "\16\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
mmap(NULL, 102400, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, 
-1, 0) = 0x7f599c1d4000
madvise(0x7f599c1d4000, 102400, 0xa /* MADV_??? */) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc49334c0) = 0
madvise(0x7f599c1d4000, 102400, 0xb /* MADV_??? */) = 0
munmap(0x7f599c1d4000, 102400)          = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
write(6, "42\0", 3)                     = 3
read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
read(6, "/local/domain/42\0", 17)       = 17
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0", 16) = 16
write(6, "/local/domain/42/target\0", 24) = 24
read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\1\0\0\0R\0\0\0", 16) = 16
write(6, "/vm/bdb2fb9a-035f-4434-8fcd-c60b"..., 46) = 46
write(6, "bdb2fb9a-035f-4434-8fcd-c60b4dff"..., 36) = 36
read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\1\0\0\0002\0\0\0", 16) = 16
write(6, "/vm/bdb2fb9a-035f-4434-8fcd-c60b"..., 46) = 46
write(6, "dos3", 4)                     = 4
read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\1\0\0\0B\0\0\0", 16) = 16
write(6, "/local/domain/42/control/platfor"..., 65) = 65
write(6, "1", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\1\0\0\0<\0\0\0", 16) = 16
write(6, "/local/domain/42/control/platfor"..., 59) = 59
write(6, "1", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\7\0\0\0\0\0\0\0\1\0\0\0\2\0\0\0", 16) = 16
write(6, "T\0", 2)                      = 2
read(6, "\7\0\0\0\0\0\0\0\1\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
access("/usr/lib/xen/bin/qemu-system-i386", X_OK) = 0
stat("/dev/loop8", {st_mode=S_IFBLK|0660, st_rdev=makedev(7, 8), ...}) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b380) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b270) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b270) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b160) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b130) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\23\0\0\0", 16) = 16
write(6, "/local/pool/0/name\0", 19)    = 19
read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b050) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_LOCKED, 
-1, 0) = 0x7f599c1ec000
madvise(0x7f599c1ec000, 4096, 0xa /* MADV_??? */) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b050) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b180) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b290) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b370) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\26\0\0\0", 16) = 16
write(6, "/tool/xenstored/domid\0", 22) = 22
read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\30\0\0\0", 16) = 16
write(6, "/tool/xenconsoled/domid\0", 24) = 24
read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b400) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b400) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b420) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b420) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b420) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b420) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b420) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b420) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b2c0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
open("/usr/lib/xen-default/boot/hvmloader", O_RDONLY) = 11
lseek(11, 0, SEEK_CUR)                  = 0
mmap(NULL, 1052672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f599c0eb000
read(11, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\2\0\3\0\1\0\0\0,\0\20\0004\0\0\0"..., 
8192) = 8192
read(11, 
"E\10\211E\354\306E\367\0\213E\10\307D$\10\10\0\0\0\307D$\4\326\235\20\0\211\4$\350"...,
 1040384) = 986860
read(11, "", 53524)                     = 0
mremap(0x7f599c0eb000, 1052672, 2043904, MREMAP_MAYMOVE) = 0x7f5999e9a000
mremap(0x7f5999e9a000, 2043904, 995328, MREMAP_MAYMOVE) = 0x7f5999e9a000
close(11)                               = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494aa70) = 0
mmap(NULL, 2084864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7f5999c9d000
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494aa80) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9d0) = 160
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9d0) = 320
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9f0) = 4
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494aa00) = 3
mmap(NULL, 811008, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = 0x7f599c126000
ioctl(5, SNDCTL_DSP_GETBLKSIZE, 0x7ffcc494a960) = 0
munmap(0x7f599c126000, 811008)          = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = 0x7f599c1eb000
ioctl(5, SNDCTL_DSP_GETBLKSIZE, 0x7ffcc494aa00) = 0
munmap(0x7f599c1eb000, 4096)            = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9d0) = 8
mmap(NULL, 32768, PROT_WRITE, MAP_SHARED, 5, 0) = 0x7f599c1e4000
ioctl(5, SNDCTL_DSP_GETBLKSIZE, 0x7ffcc494a9c0) = 0
munmap(0x7f599c1e4000, 32768)           = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494ab30) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494ab30) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494ab30) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494ab30) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494ab30) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494ab30) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494ab30) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494a9d0) = 8
mmap(NULL, 32768, PROT_WRITE, MAP_SHARED, 5, 0) = 0x7f599c1e4000
ioctl(5, SNDCTL_DSP_GETBLKSIZE, 0x7ffcc494a9c0) = 0
munmap(0x7f599c1e4000, 32768)           = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494ab30) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494ab30) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = 0x7f599c1eb000
ioctl(5, SNDCTL_DSP_GETBLKSIZE, 0x7ffcc494aa00) = 0
munmap(0x7f599c1eb000, 4096)            = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494ab30) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = 0x7f599c1eb000
ioctl(5, SNDCTL_DSP_GETBLKSIZE, 0x7ffcc494aa00) = 0
munmap(0x7f599c1eb000, 4096)            = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494aa80) = 0
munmap(0x7f5999c9d000, 2084864)         = 0
munmap(0x7f5999e9a000, 995328)          = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b290) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = 0x7f599c1eb000
ioctl(5, SNDCTL_DSP_GETBLKSIZE, 0x7ffcc494b200) = 0
munmap(0x7f599c1eb000, 4096)            = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b330) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b330) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b330) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b330) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b1f0) = 1044479
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b2a0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b170) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, 5, 0) = 0x7f599c1eb000
ioctl(5, SNDCTL_DSP_GETBLKSIZE, 0x7ffcc494b130) = 0
munmap(0x7f599c1eb000, 4096)            = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b2a0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b160) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b130) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\23\0\0\0", 16) = 16
write(6, "/local/pool/0/name\0", 19)    = 19
read(6, "\20\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b1c0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b250) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b260) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b370) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b2e0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b2e0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b2e0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b2e0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b2e0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b2e0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b2e0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b2e0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b2e0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b2e0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b2e0) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b230) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b200) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494b220) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
write(6, "42\0", 3)                     = 3
read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
read(6, "/local/domain/42\0", 17)       = 17
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0", 16) = 16
write(6, "/local/domain/42/vm\0", 20)   = 20
read(6, "\2\0\0\0\0\0\0\0\0\0\0\0(\0\0\0", 16) = 16
read(6, "/vm/bdb2fb9a-035f-4434-8fcd-c60b"..., 40) = 40
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\6\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0", 16) = 16
write(6, "\0", 1)                       = 1
read(6, "\6\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
read(6, "2\0", 2)                       = 2
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0*\0\0\0", 16) = 16
write(6, "/local/domain/42/memory/static-m"..., 35) = 35
write(6, "1048576", 7)                  = 7
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0&\0\0\0", 16) = 16
write(6, "/local/domain/42/memory/target\0", 31) = 31
write(6, "1040384", 7)                  = 7
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0%\0\0\0", 16) = 16
write(6, "/local/domain/42/memory/videoram"..., 33) = 33
write(6, "8192", 4)                     = 4
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0\31\0\0\0", 16) = 16
write(6, "/local/domain/42/domid\0", 23) = 23
write(6, "42", 2)                       = 2
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0\35\0\0\0", 16) = 16
write(6, "/local/domain/42/store/port\0", 28) = 28
write(6, "1", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0'\0\0\0", 16) = 16
write(6, "/local/domain/42/store/ring-ref\0", 32) = 32
write(6, "1044476", 7)                  = 7
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0*\0\0\0", 16) = 16
write(6, "/local/domain/42/cpu/0/availabil"..., 36) = 36
write(6, "online", 6)                   = 6
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0 \0\0\0", 16) = 16
write(6, "/local/domain/42/platform/acpi\0", 31) = 31
write(6, "1", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0#\0\0\0", 16) = 16
write(6, "/local/domain/42/platform/acpi_s"..., 34) = 34
write(6, "1", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0#\0\0\0", 16) = 16
write(6, "/local/domain/42/platform/acpi_s"..., 34) = 34
write(6, "1", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0008\0\0\0", 16) = 16
write(6, "/vm/bdb2fb9a-035f-4434-8fcd-c60b"..., 56) = 56
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0009\0\0\0", 16) = 16
write(6, "/vm/bdb2fb9a-035f-4434-8fcd-c60b"..., 54) = 54
write(6, "hvm", 3)                      = 3
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\2\0\0\0A\0\0\0", 16) = 16
write(6, "/vm/bdb2fb9a-035f-4434-8fcd-c60b"..., 52) = 52
write(6, "1440471950.75", 13)           = 13
read(6, "\v\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\7\0\0\0\0\0\0\0\2\0\0\0\2\0\0\0", 16) = 16
write(6, "T\0", 2)                      = 2
read(6, "\7\0\0\0\0\0\0\0\2\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\10\0\0\0\0\0\0\0\0\0\0\0\r\0\0\0", 16) = 16
write(6, "42\0", 3)                     = 3
write(6, "1044476\0", 8)                = 8
write(6, "1\0", 2)                      = 2
read(6, "\10\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\0\0\0\0\35\0\0\0", 16) = 16
write(6, "/libxl/42/dm-version\0", 21)  = 21
write(6, "qemu_xen", 8)                 = 8
read(6, "\v\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
ioctl(5, SNDCTL_DSP_RESET, 0x7ffcc494ad20) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\6\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0", 16) = 16
write(6, "\0", 1)                       = 1
read(6, "\6\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
read(6, "3\0", 2)                       = 2
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
stat("/dev/loop8", {st_mode=S_IFBLK|0660, st_rdev=makedev(7, 8), ...}) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
write(6, "0\0", 2)                      = 2
read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0", 16) = 16
read(6, "/local/domain/0\0", 16)        = 16
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\3\0\0\0#\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 35) = 35
read(6, "\20\0\0\0\0\0\0\0\3\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
stat("/dev/loop8", {st_mode=S_IFBLK|0660, st_rdev=makedev(7, 8), ...}) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
write(6, "42\0", 3)                     = 3
read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\21\0\0\0", 16) = 16
read(6, "/local/domain/42\0", 17)       = 17
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
write(6, "0\0", 2)                      = 2
read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0", 16) = 16
read(6, "/local/domain/0\0", 16)        = 16
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\r\0\0\0\0\0\0\0\3\0\0\0 \0\0\0", 16) = 16
write(6, "/local/domain/42/device/vbd/768\0", 32) = 32
read(6, "\20\0\0\0\0\0\0\0\3\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\3\0\0\0 \0\0\0", 16) = 16
write(6, "/local/domain/42/device/vbd/768\0", 32) = 32
read(6, "\f\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\3\0\0\0'\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vbd/768\0", 32) = 32
write(6, "n42\0", 4)                    = 4
write(6, "r0\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0J\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vbd/768/"..., 40) = 40
write(6, "/local/domain/0/backend/vbd/42/7"..., 34) = 34
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0,\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vbd/768/"..., 43) = 43
write(6, "0", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\3\0\0\0002\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vbd/768/"..., 43) = 43
write(6, "n42\0", 4)                    = 4
write(6, "r0\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0'\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vbd/768/"..., 38) = 38
write(6, "1", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\3\0\0\0-\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vbd/768/"..., 38) = 38
write(6, "n42\0", 4)                    = 4
write(6, "r0\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0002\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vbd/768/"..., 47) = 47
write(6, "768", 3)                      = 3
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\3\0\0\0006\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vbd/768/"..., 47) = 47
write(6, "n42\0", 4)                    = 4
write(6, "r0\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0000\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vbd/768/"..., 44) = 44
write(6, "disk", 4)                     = 4
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\3\0\0\0003\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vbd/768/"..., 44) = 44
write(6, "n42\0", 4)                    = 4
write(6, "r0\0", 3)                     = 3
read(6, "\16\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\r\0\0\0\0\0\0\0\3\0\0\0#\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 35) = 35
read(6, "\20\0\0\0\0\0\0\0\3\0\0\0\7\0\0\0", 16) = 16
read(6, "ENOENT\0", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\3\0\0\0#\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 35) = 35
read(6, "\f\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\3\0\0\0*\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 35) = 35
write(6, "n0\0", 3)                     = 3
write(6, "r42\0", 4)                    = 4
read(6, "\16\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0K\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 44) = 44
write(6, "/local/domain/42/device/vbd/768", 31) = 31
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0004\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 42) = 42
write(6, "/dev/loop8", 10)              = 10
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0@\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 42) = 42
write(6, "/etc/xen/scripts/block", 22)  = 22
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0006\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 51) = 51
write(6, "7:8", 3)                      = 3
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0001\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 47) = 47
write(6, "42", 2)                       = 2
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0+\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 42) = 42
write(6, "1", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0.\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 45) = 45
write(6, "0", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0-\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 44) = 44
write(6, "1", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0*\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 41) = 41
write(6, "1", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0*\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 39) = 39
write(6, "hda", 3)                      = 3
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0+\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 40) = 40
write(6, "phy", 3)                      = 3
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0)\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 40) = 40
write(6, "w", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0003\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 47) = 47
write(6, "disk", 4)                     = 4
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\3\0\0\0003\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 50) = 50
write(6, "1", 1)                        = 1
read(6, "\v\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\7\0\0\0\0\0\0\0\3\0\0\0\2\0\0\0", 16) = 16
write(6, "T\0", 2)                      = 2
read(6, "\7\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0", 16) = 16
read(6, "OK\0", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
write(6, "0\0", 2)                      = 2
read(6, "\n\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0", 16) = 16
read(6, "/local/domain/0\0", 16)        = 16
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
pipe([11, 12])                          = 0
rt_sigprocmask(SIG_SETMASK, ~[RTMIN RT_1], [], 8) = 0
mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, 
-1, 0) = 0x7f599c1e8000
mprotect(0x7f599c1e8000, 4096, PROT_NONE) = 0
clone(child_stack=0x7f599c1eaf70, 
flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID,
 parent_tidptr=0x7f599c1eb9d0, tls=0x7f599c1eb700, child_tidptr=0x7f599c1eb9d0) 
= 10575
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\4\0\0\0\0\0\0\0\0\0\0\0-\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 41) = 41
write(6, "3/0\0", 4)                    = 4
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 1, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
poll([{fd=11, events=POLLIN}, {fd=9, events=POLLIN}], 2, 9996) = 1 ([{fd=11, 
revents=POLLIN}])
poll([{fd=11, events=POLLIN}], 1, 0)    = 1 ([{fd=11, revents=POLLIN}])
read(11, "/", 1)                        = 1
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0)\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 41) = 41
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 3, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\5\0\0\0\0\0\0\0\0\0\0\0-\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 41) = 41
write(6, "3/0\0", 4)                    = 4
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 5, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
write(6, "0\0", 2)                      = 2
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 7, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0", 16) = 16
write(6, "domid\0", 6)                  = 6
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 9, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
write(6, "0\0", 2)                      = 2
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 11, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0*\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 42) = 42
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 13, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
write(6, "0\0", 2)                      = 2
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 15, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0.\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vbd/42/7"..., 46) = 46
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 17, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
open("/dev/null", O_RDONLY)             = 13
pipe([14, 15])                          = 0
fcntl(14, F_GETFL)                      = 0 (flags O_RDONLY)
fcntl(14, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
fcntl(15, F_GETFL)                      = 0x1 (flags O_WRONLY)
fcntl(15, F_SETFL, O_WRONLY|O_NONBLOCK) = 0
rt_sigaction(SIGCHLD, {0x7f599bb75dc8, [], SA_RESTORER|SA_RESTART|SA_NOCLDSTOP, 
0x7f599b4bf8d0}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGCHLD, {0x7f599bb75f4f, [], SA_RESTORER|SA_RESTART|SA_NOCLDSTOP, 
0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGCHLD, {0x7f599bb75dc8, [], SA_RESTORER|SA_RESTART|SA_NOCLDSTOP, 
0x7f599b4bf8d0}, NULL, 8) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0x7f599c1efa50) = 10581
close(13)                               = 0
read(11, "/", 1)                        = 1
poll([{fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 2, 39998) = ? 
ERESTART_RESTARTBLOCK (To be restarted)
--- SIGCHLD (Child exited) @ 0 (0) ---
write(15, "\0", 1)                      = 1
rt_sigreturn(0)                         = -1 EINTR (Interrupted system call)
poll([{fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 2, 39923) = 1 ([{fd=14, 
revents=POLLIN}])
poll([{fd=14, events=POLLIN}], 1, 0)    = 1 ([{fd=14, revents=POLLIN}])
read(14, "\0", 256)                     = 1
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 10581
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
write(6, "0\0", 2)                      = 2
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 19, NULL) = -1 EAGAIN (Resource temporarily 
unavailable)
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
write(6, "0\0", 2)                      = 2
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 21, NULL) = -1 EAGAIN (Resource temporarily 
unavailable)
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0", 16) = 16
write(6, "domid\0", 6)                  = 6
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 23, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
write(6, "42\0", 3)                     = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
write(6, "0\0", 2)                      = 2
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\6\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0", 16) = 16
write(6, "\0", 1)                       = 1
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\r\0\0\0\0\0\0\0\4\0\0\0\31\0\0\0", 16) = 16
write(6, "/local/domain/42/console\0", 25) = 25
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\4\0\0\0\31\0\0\0", 16) = 16
write(6, "/local/domain/42/console\0", 25) = 25
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\4\0\0\0 \0\0\0", 16) = 16
write(6, "/local/domain/42/console\0", 25) = 25
write(6, "n0\0", 3)                     = 3
write(6, "r42\0", 4)                    = 4
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\4\0\0\0E\0\0\0", 16) = 16
write(6, "/local/domain/42/console/backend"..., 33) = 33
write(6, "/local/domain/0/backend/console/"..., 36) = 36
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\4\0\0\0%\0\0\0", 16) = 16
write(6, "/local/domain/42/console/backend"..., 36) = 36
write(6, "0", 1)                        = 1
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\4\0\0\0+\0\0\0", 16) = 16
write(6, "/local/domain/42/console/backend"..., 36) = 36
write(6, "n42\0", 4)                    = 4
write(6, "r0\0", 3)                     = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\4\0\0\0&\0\0\0", 16) = 16
write(6, "/local/domain/42/console/limit\0", 31) = 31
write(6, "1048576", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\4\0\0\0&\0\0\0", 16) = 16
write(6, "/local/domain/42/console/limit\0", 31) = 31
write(6, "n0\0", 3)                     = 3
write(6, "r42\0", 4)                    = 4
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\4\0\0\0)\0\0\0", 16) = 16
write(6, "/local/domain/42/console/type\0", 30) = 30
write(6, "xenconsoled", 11)             = 11
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\4\0\0\0%\0\0\0", 16) = 16
write(6, "/local/domain/42/console/type\0", 30) = 30
write(6, "n0\0", 3)                     = 3
write(6, "r42\0", 4)                    = 4
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\4\0\0\0#\0\0\0", 16) = 16
write(6, "/local/domain/42/console/output\0", 32) = 32
write(6, "pty", 3)                      = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\4\0\0\0'\0\0\0", 16) = 16
write(6, "/local/domain/42/console/output\0", 32) = 32
write(6, "n0\0", 3)                     = 3
write(6, "r42\0", 4)                    = 4
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\4\0\0\0\35\0\0\0", 16) = 16
write(6, "/local/domain/42/console/tty\0", 29) = 29
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\4\0\0\0$\0\0\0", 16) = 16
write(6, "/local/domain/42/console/tty\0", 29) = 29
write(6, "n0\0", 3)                     = 3
write(6, "r42\0", 4)                    = 4
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\4\0\0\0\37\0\0\0", 16) = 16
write(6, "/local/domain/42/console/port\0", 30) = 30
write(6, "2", 1)                        = 1
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\4\0\0\0%\0\0\0", 16) = 16
write(6, "/local/domain/42/console/port\0", 30) = 30
write(6, "n0\0", 3)                     = 3
write(6, "r42\0", 4)                    = 4
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\4\0\0\0)\0\0\0", 16) = 16
write(6, "/local/domain/42/console/ring-re"..., 34) = 34
write(6, "1044479", 7)                  = 7
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\4\0\0\0)\0\0\0", 16) = 16
write(6, "/local/domain/42/console/ring-re"..., 34) = 34
write(6, "n0\0", 3)                     = 3
write(6, "r42\0", 4)                    = 4
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\r\0\0\0\0\0\0\0\4\0\0\0%\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/console/"..., 37) = 37
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\4\0\0\0%\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/console/"..., 37) = 37
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\4\0\0\0,\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/console/"..., 37) = 37
write(6, "n0\0", 3)                     = 3
write(6, "r42\0", 4)                    = 4
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\4\0\0\0F\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/console/"..., 46) = 46
write(6, "/local/domain/42/console", 24) = 24
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\4\0\0\0003\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/console/"..., 49) = 49
write(6, "42", 2)                       = 2
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\4\0\0\0-\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/console/"..., 44) = 44
write(6, "1", 1)                        = 1
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\4\0\0\0,\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/console/"..., 43) = 43
write(6, "1", 1)                        = 1
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\4\0\0\0003\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/console/"..., 46) = 46
write(6, "vt100", 5)                    = 5
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\7\0\0\0\0\0\0\0\4\0\0\0\2\0\0\0", 16) = 16
write(6, "T\0", 2)                      = 2
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 25, NULL) = -1 EAGAIN (Resource temporarily 
unavailable)
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
write(6, "42\0", 3)                     = 3
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 27, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\1\0\0\0\0\0\0\0\0\0\0\0\34\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vkb\0", 28) = 28
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 29, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
write(6, "42\0", 3)                     = 3
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 31, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\2\0\0\0", 16) = 16
write(6, "0\0", 2)                      = 2
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 33, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\6\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0", 16) = 16
write(6, "\0", 1)                       = 1
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 35, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\r\0\0\0\0\0\0\0\5\0\0\0\37\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vkbd/0\0", 31) = 31
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 37, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\5\0\0\0\37\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vkbd/0\0", 31) = 31
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 39, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\5\0\0\0&\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vkbd/0\0", 31) = 31
write(6, "n42\0", 4)                    = 4
write(6, "r0\0", 3)                     = 3
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 41, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\5\0\0\0H\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vkbd/0/b"..., 39) = 39
write(6, "/local/domain/0/backend/vkbd/42/"..., 33) = 33
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 43, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\5\0\0\0+\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vkbd/0/b"..., 42) = 42
write(6, "0", 1)                        = 1
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 45, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\5\0\0\0001\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vkbd/0/b"..., 42) = 42
write(6, "n42\0", 4)                    = 4
write(6, "r0\0", 3)                     = 3
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 47, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\5\0\0\0&\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vkbd/0/s"..., 37) = 37
write(6, "1", 1)                        = 1
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 49, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\5\0\0\0,\0\0\0", 16) = 16
write(6, "/local/domain/42/device/vkbd/0/s"..., 37) = 37
write(6, "n42\0", 4)                    = 4
write(6, "r0\0", 3)                     = 3
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 51, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\r\0\0\0\0\0\0\0\5\0\0\0\"\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vkbd/42/"..., 34) = 34
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 53, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\5\0\0\0\"\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vkbd/42/"..., 34) = 34
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 55, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\16\0\0\0\0\0\0\0\5\0\0\0)\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vkbd/42/"..., 34) = 34
write(6, "n0\0", 3)                     = 3
write(6, "r42\0", 4)                    = 4
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 57, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\5\0\0\0I\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vkbd/42/"..., 43) = 43
write(6, "/local/domain/42/device/vkbd/0", 30) = 30
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 59, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\5\0\0\0000\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vkbd/42/"..., 46) = 46
write(6, "42", 2)                       = 2
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 61, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\5\0\0\0*\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vkbd/42/"..., 41) = 41
write(6, "1", 1)                        = 1
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 63, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\5\0\0\0)\0\0\0", 16) = 16
write(6, "/local/domain/0/backend/vkbd/42/"..., 40) = 40
write(6, "1", 1)                        = 1
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 65, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\7\0\0\0\0\0\0\0\5\0\0\0\2\0\0\0", 16) = 16
write(6, "T\0", 2)                      = 2
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 67, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
access("/usr/lib/xen/bin/qemu-system-i386", X_OK) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
write(6, "42\0", 3)                     = 3
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 69, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\0\0\0\0'\0\0\0", 16) = 16
write(6, "/local/domain/42/hvmloader/bios\0", 32) = 32
write(6, "seabios", 7)                  = 7
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 71, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\0\0\0\0002\0\0\0", 16) = 16
write(6, "/local/domain/42/hvmloader/allow"..., 49) = 49
write(6, "0", 1)                        = 1
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\f\0\0\0\0\0\0\0\0\0\0\0 \0\0\0", 16) = 16
write(6, "/local/domain/0/device-model/42\0", 32) = 32
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
stat("/var/log/xen/qemu-dm-dos3.log", {st_mode=S_IFREG|0644, st_size=98, ...}) 
= 0
unlink("/var/log/xen/qemu-dm-dos3.log.10") = 0
rename("/var/log/xen/qemu-dm-dos3.log.9", "/var/log/xen/qemu-dm-dos3.log.10") = 0
rename("/var/log/xen/qemu-dm-dos3.log.8", "/var/log/xen/qemu-dm-dos3.log.9") = 0
rename("/var/log/xen/qemu-dm-dos3.log.7", "/var/log/xen/qemu-dm-dos3.log.8") = 0
rename("/var/log/xen/qemu-dm-dos3.log.6", "/var/log/xen/qemu-dm-dos3.log.7") = 0
rename("/var/log/xen/qemu-dm-dos3.log.5", "/var/log/xen/qemu-dm-dos3.log.6") = 0
rename("/var/log/xen/qemu-dm-dos3.log.4", "/var/log/xen/qemu-dm-dos3.log.5") = 0
rename("/var/log/xen/qemu-dm-dos3.log.3", "/var/log/xen/qemu-dm-dos3.log.4") = 0
rename("/var/log/xen/qemu-dm-dos3.log.2", "/var/log/xen/qemu-dm-dos3.log.3") = 0
rename("/var/log/xen/qemu-dm-dos3.log.1", "/var/log/xen/qemu-dm-dos3.log.2") = 0
rename("/var/log/xen/qemu-dm-dos3.log", "/var/log/xen/qemu-dm-dos3.log.1") = 0
open("/var/log/xen/qemu-dm-dos3.log", O_WRONLY|O_CREAT|O_APPEND, 0644) = 13
open("/dev/null", O_RDONLY)             = 16
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\n\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0", 16) = 16
write(6, "42\0", 3)                     = 3
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\6\0\0\0\0\0\0\0\0\0\0\0\1\0\0\0", 16) = 16
write(6, "\0", 1)                       = 1
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\6\0\0\0\24\0\0\0", 16) = 16
write(6, "/local/domain/42/vm\0", 20)   = 20
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\v\0\0\0\0\0\0\0\6\0\0\0003\0\0\0", 16) = 16
write(6, "/vm/bdb2fb9a-035f-4434-8fcd-c60b"..., 51) = 51
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\7\0\0\0\0\0\0\0\6\0\0\0\2\0\0\0", 16) = 16
write(6, "T\0", 2)                      = 2
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\4\0\0\0\0\0\0\0\0\0\0\0*\0\0\0", 16) = 16
write(6, "/local/domain/0/device-model/42/"..., 38) = 38
write(6, "3/1\0", 4)                    = 4
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0x7f599c1efa50) = 10628
close(16)                               = 0
close(13)                               = 0
wait4(-1, 0x7ffcc494b680, WNOHANG, NULL) = 0
poll([{fd=11, events=POLLIN}, {fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 
3, 59998) = 1 ([{fd=11, revents=POLLIN}])
poll([{fd=11, events=POLLIN}], 1, 0)    = 1 ([{fd=11, revents=POLLIN}])
read(11, "/", 1)                        = 1
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0&\0\0\0", 16) = 16
write(6, "/local/domain/0/device-model/42/"..., 38) = 38
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
poll([{fd=11, events=POLLIN}, {fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 
3, 59996) = 1 ([{fd=11, revents=POLLIN}])
poll([{fd=11, events=POLLIN}], 1, 0)    = 1 ([{fd=11, revents=POLLIN}])
read(11, "/", 1)                        = 1
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\2\0\0\0\0\0\0\0\0\0\0\0&\0\0\0", 16) = 16
write(6, "/local/domain/0/device-model/42/"..., 38) = 38
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f599b4bf8d0}, {SIG_DFL, [], 
SA_RESTORER, 0x7f599b4bf8d0}, 8) = 0
write(6, "\5\0\0\0\0\0\0\0\0\0\0\0*\0\0\0", 16) = 16
write(6, "/local/domain/0/device-model/42/"..., 38) = 38
write(6, "3/1\0", 4)                    = 4
futex(0xccf88c, FUTEX_WAIT_PRIVATE, 73, NULL) = 0
futex(0xccf860, FUTEX_WAKE_PRIVATE, 1)  = 0
rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f599b4bf8d0}, NULL, 8) = 0
kill(10628, SIGKILL)                    = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
write(15, "\0", 1)                      = 1
rt_sigreturn(0)                         = 0
poll([{fd=14, events=POLLIN}, {fd=9, events=POLLIN}], 2, 4294967295) = 1 
([{fd=14, revents=POLLIN}])
poll([{fd=14, events=POLLIN}], 1, 0)    = 1 ([{fd=14, revents=POLLIN}])
read(14, "\0", 256)                     = 1
wait4(-1, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGKILL}], WNOHANG, NULL) = 10628
futex(0x7f599b4ac900, FUTEX_WAKE_PRIVATE, 2147483647) = 0
socket(PF_FILE, SOCK_STREAM, 0)         = 13
fcntl(13, F_GETFL)                      = 0x2 (flags O_RDWR)
fcntl(13, F_SETFL, O_RDWR|O_NONBLOCK)   = 0
fcntl(13, F_GETFD)                      = 0
fcntl(13, F_SETFD, FD_CLOEXEC)          = 0
connect(13, {sa_family=AF_FILE, path="/var/run/xen/qmp-libxl-42"}, 110) = 0
select(14, [13], NULL, NULL, {5, 0})    = 1 (in [13], left {4, 999771})
read(13, "{\"QMP\": {\"version\": {\"qemu\": {\"m"..., 4096) = 105
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.