Skip to content

Instantly share code, notes, and snippets.

@pwaller
Created January 10, 2015 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pwaller/78271959acac8d97adcc to your computer and use it in GitHub Desktop.
Save pwaller/78271959acac8d97adcc to your computer and use it in GitHub Desktop.
novm crash
$ novm create --nofork
2015/01/10 13:32:00 Creating devices...
2015/01/10 13:32:00 Loading d25d0c01-9b5b-44aa-9261-a5f3340908e2...
2015/01/10 13:32:00 Loading 37f7a2a4-6085-4665-83f1-4568d62853ea...
2015/01/10 13:32:00 Loading 1ec1015b-82b7-4d74-819a-40a4865a9524...
2015/01/10 13:32:00 Loading 787da28e-6d86-42a4-bc53-34ac06bd8869...
2015/01/10 13:32:00 Loading 2730ad5a-8391-4481-b6f0-b3feb95e9614...
2015/01/10 13:32:00 Loading 3b79eac7-b4b6-4646-8602-53a65c484ce7...
2015/01/10 13:32:00 Loading 38e58a57-f34a-4571-9141-a67a82ef7c1d...
2015/01/10 13:32:00 Loading afd265ae-3461-4d73-b700-0ae439b0c97a...
2015/01/10 13:32:00 Loading 0ace2626-958c-43b6-8911-d0f981b94949...
2015/01/10 13:32:00 Loading c788b497-6909-4eed-97ad-48d52ed87847...
2015/01/10 13:32:00 Creating vcpus...
2015/01/10 13:32:00 vcpu[0]: setting registers...
2015/01/10 13:32:00 vcpu[0]: setting apic state...
2015/01/10 13:32:00 vcpu[0]: setting vcpu events...
2015/01/10 13:32:00 Loading model...
2015/01/10 13:32:00 Loading linux...
2015/01/10 13:32:00 loader: Reading kernel image...
2015/01/10 13:32:00 loader: Kernel is 4096 bytes.
2015/01/10 13:32:00 loader: Reading kernel binary...
2015/01/10 13:32:00 loader: Kernel binary is 14809440 bytes.
2015/01/10 13:32:00 loader: Reading ramdisk...
2015/01/10 13:32:00 loader: Ramdisk is 2071650 bytes.
2015/01/10 13:32:00 loader: Loading system map...
2015/01/10 13:32:00 loader: Reading symbols (2668151 bytes)...
2015/01/10 13:32:00 loader: System map has 64351 entries.
2015/01/10 13:32:00 loader: Loading kernel...
2015/01/10 13:32:00 loader: 64-bit kernel found.
2015/01/10 13:32:00 loader: Entry point is 01000000.
2015/01/10 13:32:00 loader: cmdline @ 00001000: intel_pstate=disable pci=conf1
2015/01/10 13:32:00 loader: initrd @ 3fe08000.
2015/01/10 13:32:00 loader: Created PDE @ 00003000.
2015/01/10 13:32:00 loader: Created PGD @ 00004000.
2015/01/10 13:32:00 loader: Created PML4 @ 00005000.
2015/01/10 13:32:00 loader: boot_params @ 00006000.
2015/01/10 13:32:00 Starting control server...
2015/01/10 13:32:00 Starting vcpus...
2015/01/10 13:32:00 Vcpu[0] running.
SIGQUIT: quit
PC=0x7ff2bdaaa867
signal arrived during cgo execution
goroutine 54 [syscall]:
runtime.cgocall(0x4049a0, 0x7ff2bc0c4e50)
/usr/lib/go/src/pkg/runtime/cgocall.c:143 +0xe5 fp=0x7ff2bc0c4e38 sp=0x7ff2bc0c4df0
novmm/platform._Cfunc_kvm_run(0xa00000004, 0xc208026a78, 0x0)
novmm/platform/_obj/_cgo_defun.c:443 +0x31 fp=0x7ff2bc0c4e50 sp=0x7ff2bc0c4e38
novmm/platform.(*Vcpu).Run(0xc208026840, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/platform/kvm_run.go:107 +0x12c fp=0x7ff2bc0c4e98 sp=0x7ff2bc0c4e50
main.Loop(0xc2080281c0, 0xc208026840, 0xc20801ad70, 0xc2093f4980, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/loop.go:34 +0xd2 fp=0x7ff2bc0c4f40 sp=0x7ff2bc0c4e98
main.func·001(0xc208026840)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/main.go:286 +0x55 fp=0x7ff2bc0c4fa0 sp=0x7ff2bc0c4f40
runtime.goexit()
/usr/lib/go/src/pkg/runtime/proc.c:1445 fp=0x7ff2bc0c4fa8 sp=0x7ff2bc0c4fa0
created by main.main
/home/pwaller/.local/src/github.com/google/novm/src/novmm/main.go:288 +0xd69
goroutine 16 [select]:
main.main()
/home/pwaller/.local/src/github.com/google/novm/src/novmm/main.go:298 +0x14ae
goroutine 19 [finalizer wait, 1 minutes]:
runtime.park(0x41a320, 0xc952f8, 0xc81da9)
/usr/lib/go/src/pkg/runtime/proc.c:1369 +0x89
runtime.parkunlock(0xc952f8, 0xc81da9)
/usr/lib/go/src/pkg/runtime/proc.c:1385 +0x3b
runfinq()
/usr/lib/go/src/pkg/runtime/mgc0.c:2644 +0xcf
runtime.goexit()
/usr/lib/go/src/pkg/runtime/proc.c:1445
goroutine 20 [syscall, 1 minutes]:
os/signal.loop()
/usr/lib/go/src/pkg/os/signal/signal_unix.go:21 +0x1e
created by os/signal.init·1
/usr/lib/go/src/pkg/os/signal/signal_unix.go:27 +0x32
goroutine 22 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc2080944e0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 17 [syscall, 1 minutes]:
runtime.goexit()
/usr/lib/go/src/pkg/runtime/proc.c:1445
goroutine 23 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc208094510)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 24 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc208094600)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 25 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc208094630)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 26 [chan receive]:
novmm/machine.(*VirtioChannel).ProcessOutgoing(0xc20800e3c0, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:305 +0x74
created by novmm/machine.(*VirtioChannel).start
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:669 +0x9e
goroutine 27 [chan receive]:
novmm/machine.(*VirtioChannel).ProcessIncoming(0xc20800e3c0, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:275 +0x5a
created by novmm/machine.(*VirtioChannel).start
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:670 +0xb6
goroutine 28 [chan receive]:
novmm/machine.(*VirtioChannel).ProcessOutgoing(0xc20800e480, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:305 +0x74
created by novmm/machine.(*VirtioChannel).start
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:669 +0x9e
goroutine 29 [chan receive]:
novmm/machine.(*VirtioChannel).ProcessIncoming(0xc20800e480, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:275 +0x5a
created by novmm/machine.(*VirtioChannel).start
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:670 +0xb6
goroutine 30 [chan receive]:
novmm/machine.(*VirtioChannel).ProcessOutgoing(0xc20800e240, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:305 +0x74
created by novmm/machine.(*VirtioChannel).start
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:669 +0x9e
goroutine 31 [chan receive]:
novmm/machine.(*VirtioChannel).ProcessIncoming(0xc20800e240, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:275 +0x5a
created by novmm/machine.(*VirtioChannel).start
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:670 +0xb6
goroutine 33 [chan receive]:
novmm/machine.(*VirtioChannel).ProcessOutgoing(0xc20800e300, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:305 +0x74
created by novmm/machine.(*VirtioChannel).start
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:669 +0x9e
goroutine 34 [chan receive]:
novmm/machine.(*VirtioChannel).ProcessIncoming(0xc20800e300, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:275 +0x5a
created by novmm/machine.(*VirtioChannel).start
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:670 +0xb6
goroutine 35 [chan receive, 1 minutes]:
novmm/machine.(*IoHandler).Run(0xc208094a80)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 36 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc208094ab0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 37 [chan receive]:
novmm/machine.(*VirtioConsoleDevice).ctrlConsole(0xc2080949f0, 0xc20800e480, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio_console.go:77 +0x8f
created by novmm/machine.(*VirtioConsoleDevice).Attach
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio_console.go:199 +0x108
goroutine 38 [chan receive]:
novmm/machine.(*VirtioChannel).ProcessOutgoing(0xc20800e600, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:305 +0x74
created by novmm/machine.(*VirtioChannel).start
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:669 +0x9e
goroutine 39 [chan receive]:
novmm/machine.(*VirtioChannel).ProcessIncoming(0xc20800e600, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:275 +0x5a
created by novmm/machine.(*VirtioChannel).start
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:670 +0xb6
goroutine 40 [chan receive, 1 minutes]:
novmm/machine.(*VirtioChannel).ProcessOutgoing(0xc20800e6c0, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:305 +0x74
created by novmm/machine.(*VirtioChannel).start
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:669 +0x9e
goroutine 41 [chan receive, 1 minutes]:
novmm/machine.(*VirtioChannel).ProcessIncoming(0xc20800e6c0, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:275 +0x5a
created by novmm/machine.(*VirtioChannel).start
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:670 +0xb6
goroutine 42 [chan receive, 1 minutes]:
novmm/machine.(*IoHandler).Run(0xc208095200)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 43 [chan receive, 1 minutes]:
novmm/machine.(*IoHandler).Run(0xc208095230)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 44 [chan receive]:
novmm/machine.(*VirtioFsDevice).run(0xc20800e780, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio_fs.go:78 +0x82
created by novmm/machine.(*VirtioFsDevice).Attach
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio_fs.go:144 +0x3af
goroutine 45 [chan receive]:
novmm/machine.(*VirtioChannel).ProcessOutgoing(0xc20800e9c0, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:305 +0x74
created by novmm/machine.(*VirtioChannel).start
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:669 +0x9e
goroutine 46 [chan receive]:
novmm/machine.(*VirtioChannel).ProcessIncoming(0xc20800e9c0, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:275 +0x5a
created by novmm/machine.(*VirtioChannel).start
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:670 +0xb6
goroutine 47 [chan receive, 1 minutes]:
novmm/machine.(*VirtioChannel).ProcessOutgoing(0xc20800ea80, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:305 +0x74
created by novmm/machine.(*VirtioChannel).start
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:669 +0x9e
goroutine 48 [chan receive, 1 minutes]:
novmm/machine.(*VirtioChannel).ProcessIncoming(0xc20800ea80, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:275 +0x5a
created by novmm/machine.(*VirtioChannel).start
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio.go:670 +0xb6
goroutine 49 [chan receive, 1 minutes]:
novmm/machine.(*IoHandler).Run(0xc208095860)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 50 [chan receive, 1 minutes]:
novmm/machine.(*IoHandler).Run(0xc208095890)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 51 [chan receive]:
novmm/machine.(*VirtioFsDevice).run(0xc20800eb40, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio_fs.go:78 +0x82
created by novmm/machine.(*VirtioFsDevice).Attach
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio_fs.go:144 +0x3af
goroutine 4144 [chan receive]:
novmm/control.(*Control).handle(0xc209d00ee0, 0x7, 0xc2093f49c0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/control/server.go:179 +0x7d6
created by novmm/control.(*Control).Serve
/home/pwaller/.local/src/github.com/google/novm/src/novmm/control/server.go:206 +0xea
goroutine 53 [syscall]:
syscall.Syscall(0x2b, 0x3, 0x7ff2bc0c6ec0, 0x7ff2bc0c6ebc, 0x7, 0x7ff2bc0c6ec2, 0x1)
/usr/lib/go/src/pkg/syscall/asm_linux_amd64.s:21 +0x5
syscall.accept(0x3, 0x7ff2bc0c6ec0, 0x7ff2bc0c6ebc, 0x0, 0x0, 0x0)
/usr/lib/go/src/pkg/syscall/zsyscall_linux_amd64.go:1745 +0x56
syscall.Accept(0x3, 0x7, 0x0, 0x0, 0x0, 0x0)
/usr/lib/go/src/pkg/syscall/syscall_linux.go:404 +0x8a
novmm/control.(*Control).Serve(0xc209d00ee0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/control/server.go:204 +0xa6
created by main.main
/home/pwaller/.local/src/github.com/google/novm/src/novmm/main.go:276 +0xc36
goroutine 55 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3e5bc0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 56 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3e5bf0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 57 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3ea0f0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 58 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3ea120)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 59 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3ea720)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 60 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3ea750)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 61 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3eac30)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 62 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3eac60)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 63 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3eb260)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 64 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3eb290)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 65 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3eb770)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 66 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3eb7a0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 67 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3ebda0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 68 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3ebdd0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 69 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3f22d0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 70 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3f2300)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 71 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3f2900)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 72 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3f2930)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 73 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3f2e10)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 74 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3f2e40)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 75 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3f3440)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 76 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3f3470)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 77 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3f3950)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 78 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3f3980)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 79 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3f7140)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 80 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3f7170)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 81 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3f7650)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 82 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3f7680)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 83 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3f7c80)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 84 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3f7cb0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 85 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3fc1b0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 86 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3fc1e0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 87 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3fc7e0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 88 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3fc810)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 89 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3fccf0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 90 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3fcd20)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 91 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3fd320)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 92 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3fd350)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 93 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3fd830)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 94 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3fd860)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 95 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3fde60)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 96 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a3fde90)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 97 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a400390)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 98 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a4003c0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 99 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a4009c0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 100 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a4009f0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 101 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a400ed0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 102 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a400f00)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 103 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a40a6c0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 104 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a40a6f0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 105 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a40abd0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 106 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a40ac00)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 107 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a40b200)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 108 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a40b230)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 109 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a40b710)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 110 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a40b740)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 111 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a40bd40)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 112 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a40bd70)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 113 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a410270)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 114 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a4102a0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 115 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a4108a0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 116 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a4108d0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 117 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a410db0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 118 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a410de0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 119 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a4113e0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 120 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a411410)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 121 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a4118f0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 122 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a411920)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 123 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a411f20)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 124 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a411f50)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 125 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a414450)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 126 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a414480)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 127 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a41e480)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 128 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a41e4b0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 129 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a41e990)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 130 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a41e9c0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 131 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a41eea0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 132 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a41eed0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 133 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a41f3b0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 134 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a41f3e0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 135 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a41f8c0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 136 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a41f8f0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 137 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a41fdd0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 138 [chan receive]:
novmm/machine.(*IoHandler).Run(0xc20a41fe00)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:126 +0x5e
created by novmm/machine.NewIoHandler
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/io.go:105 +0x96
goroutine 139 [syscall]:
syscall.Syscall(0x0, 0x9, 0x7ff2b6ff7eb0, 0x8, 0x42985a, 0x7ff2be1721b0, 0xc208038ce0)
/usr/lib/go/src/pkg/syscall/asm_linux_amd64.s:21 +0x5
novmm/platform.(*EventFd).Wait(0xc2080b4890, 0xc208038ce0, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/platform/eventfd_linux.go:89 +0x62
novmm/machine.func·001(0x7ff2be1a5060, 0xc2080b48a0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/eventfd.go:79 +0x50
created by novmm/machine.(*IoCache).save
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/eventfd.go:97 +0x298
goroutine 140 [syscall]:
syscall.Syscall(0x0, 0xa, 0x7ff2b6ff5eb0, 0x8, 0x42985a, 0x7ff2be1721b0, 0xc208038ce0)
/usr/lib/go/src/pkg/syscall/asm_linux_amd64.s:21 +0x5
novmm/platform.(*EventFd).Wait(0xc2080b48d0, 0xc208038ce0, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/platform/eventfd_linux.go:89 +0x62
novmm/machine.func·001(0x7ff2be1a5060, 0xc2080b48e0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/eventfd.go:79 +0x50
created by novmm/machine.(*IoCache).save
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/eventfd.go:97 +0x298
goroutine 141 [syscall]:
syscall.Syscall(0x0, 0xb, 0x7ff2b6ff3eb0, 0x8, 0x42985a, 0x7ff2be1721b0, 0xc208038ce0)
/usr/lib/go/src/pkg/syscall/asm_linux_amd64.s:21 +0x5
novmm/platform.(*EventFd).Wait(0xc2080b4ee8, 0xc208038ce0, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/platform/eventfd_linux.go:89 +0x62
novmm/machine.func·001(0x7ff2be1a5060, 0xc2080b4ef0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/eventfd.go:79 +0x50
created by novmm/machine.(*IoCache).save
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/eventfd.go:97 +0x298
goroutine 436 [syscall]:
syscall.Syscall(0x0, 0x10, 0x7ff2b57bceb0, 0x8, 0x42985a, 0x7ff2be1721b0, 0xc208038ce0)
/usr/lib/go/src/pkg/syscall/asm_linux_amd64.s:21 +0x5
novmm/platform.(*EventFd).Wait(0xc20a56a288, 0xc208038ce0, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/platform/eventfd_linux.go:89 +0x62
novmm/machine.func·001(0x7ff2be1a5060, 0xc20a56a290)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/eventfd.go:79 +0x50
created by novmm/machine.(*IoCache).save
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/eventfd.go:97 +0x298
goroutine 965 [syscall]:
syscall.Syscall(0x0, 0x12, 0x7ff2b57daeb0, 0x8, 0x42985a, 0x7ff2be1721b0, 0xc208038ce0)
/usr/lib/go/src/pkg/syscall/asm_linux_amd64.s:21 +0x5
novmm/platform.(*EventFd).Wait(0xc20a5a5f38, 0xc208038ce0, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/platform/eventfd_linux.go:89 +0x62
novmm/machine.func·001(0x7ff2be1a5060, 0xc20a5a5f40)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/eventfd.go:79 +0x50
created by novmm/machine.(*IoCache).save
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/eventfd.go:97 +0x298
goroutine 4137 [syscall]:
syscall.Syscall(0x0, 0x1a, 0x7ff2b4f5beb0, 0x8, 0x42985a, 0x7ff2be1721b0, 0xc208038ce0)
/usr/lib/go/src/pkg/syscall/asm_linux_amd64.s:21 +0x5
novmm/platform.(*EventFd).Wait(0xc20a7d0d68, 0xc208038ce0, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/platform/eventfd_linux.go:89 +0x62
novmm/machine.func·001(0x7ff2be1a5060, 0xc20a7d0d70)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/eventfd.go:79 +0x50
created by novmm/machine.(*IoCache).save
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/eventfd.go:97 +0x298
goroutine 4145 [chan receive]:
novmm/machine.(*VirtioConsoleDevice).Read(0xc2080949f0, 0xc20a7f0c01, 0x5ff, 0x5ff, 0x0, 0x0, 0x0)
/home/pwaller/.local/src/github.com/google/novm/src/novmm/machine/virtio_console.go:211 +0xf2
encoding/json.(*Decoder).readValue(0xc20a7e1040, 0xc2000147d1, 0x0, 0x0)
/usr/lib/go/src/pkg/encoding/json/stream.go:124 +0x557
encoding/json.(*Decoder).Decode(0xc20a7e1040, 0x7a1340, 0xc20a78e3c8, 0x0, 0x0)
/usr/lib/go/src/pkg/encoding/json/stream.go:44 +0x7a
net/rpc/jsonrpc.(*clientCodec).ReadResponseHeader(0xc20a78e380, 0xc20a7ea6c0, 0x0, 0x0)
/usr/lib/go/src/pkg/net/rpc/jsonrpc/client.go:75 +0x9c
net/rpc.(*Client).input(0xc20a7f2000)
/usr/lib/go/src/pkg/net/rpc/client.go:109 +0xda
created by net/rpc.NewClientWithCodec
/usr/lib/go/src/pkg/net/rpc/client.go:201 +0x8b
goroutine 4226 [chan receive]:
net/rpc.(*Client).Call(0xc20a7f2000, 0x85cb10, 0xb, 0x6e5aa0, 0xc20a806380, 0x6e5b00, 0xc20a806388, 0x0, 0x0)
/usr/lib/go/src/pkg/net/rpc/client.go:315 +0xd4
novmm/control.func·001()
/home/pwaller/.local/src/github.com/google/novm/src/novmm/control/server.go:129 +0xda
created by novmm/control.(*Control).handle
/home/pwaller/.local/src/github.com/google/novm/src/novmm/control/server.go:135 +0x6fc
goroutine 4227 [chan receive]:
net/rpc.(*Client).Call(0xc20a7f2000, 0x85cad0, 0xb, 0x6e5920, 0xc20a8063d0, 0x6e5980, 0xc20a8052e0, 0x0, 0x0)
/usr/lib/go/src/pkg/net/rpc/client.go:315 +0xd4
novmm/control.func·002()
/home/pwaller/.local/src/github.com/google/novm/src/novmm/control/server.go:145 +0xff
created by novmm/control.(*Control).handle
/home/pwaller/.local/src/github.com/google/novm/src/novmm/control/server.go:156 +0x750
goroutine 4228 [chan send]:
novmm/control.func·003()
/home/pwaller/.local/src/github.com/google/novm/src/novmm/control/server.go:167 +0x141
created by novmm/control.(*Control).handle
/home/pwaller/.local/src/github.com/google/novm/src/novmm/control/server.go:176 +0x7a4
rax 0xfffffffffffffffc
rbx 0xc208026a78
rcx 0xffffffffffffffff
rdx 0x0
rdi 0x4
rsi 0xae80
rbp 0xc208026a88
rsp 0x7ff2b7ffed08
r8 0x0
r9 0x7ff2bc0c4de8
r10 0x8
r11 0x246
r12 0xa
r13 0x7545e0
r14 0x4
r15 0x7ff2b7ffed90
rip 0x7ff2bdaaa867
rflags 0x246
cs 0x33
fs 0x0
gs 0x0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment