Skip to content

Instantly share code, notes, and snippets.

@dcapwell
Created April 8, 2014 22:51
Show Gist options
  • Save dcapwell/10204988 to your computer and use it in GitHub Desktop.
Save dcapwell/10204988 to your computer and use it in GitHub Desktop.
Building heimdall...
panic: runtime error: makeslice: len out of range
goroutine 1 [running]:
runtime.panic(0x42cc0a0, 0x4675d00)
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/runtime/panic.c:266 +0xb6
github.com/cloudius-systems/capstan/hypervisor/qemu.SetArgs(0xc2100375f0, 0xc210000298, 0x4, 0xc21001ef86, 0x8, ...)
/Users/dcapwell/src/github/gopath/src/github.com/cloudius-systems/capstan/hypervisor/qemu/qemu.go:147 +0x405
github.com/cloudius-systems/capstan/cmd.Build(0xc2100375f0, 0xc210000298, 0x4, 0xc21001ef86, 0x8, ...)
/Users/dcapwell/src/github/gopath/src/github.com/cloudius-systems/capstan/cmd/build.go:66 +0x7d1
github.com/cloudius-systems/capstan/cmd.Run(0xc2100375f0, 0xc210055120, 0x0, 0x0)
/Users/dcapwell/src/github/gopath/src/github.com/cloudius-systems/capstan/cmd/run.go:60 +0x1bd8
main.func·005(0xc2100536e0)
/Users/dcapwell/src/github/gopath/src/github.com/cloudius-systems/capstan/capstan.go:107 +0x24f
github.com/codegangsta/cli.Command.Run(0x4332640, 0x3, 0x0, 0x0, 0x4347b10, ...)
/Users/dcapwell/src/github/gopath/src/github.com/codegangsta/cli/command.go:73 +0x994
github.com/codegangsta/cli.(*App).Run(0xc21007a000, 0xc21000a000, 0x4, 0x4, 0x1, ...)
/Users/dcapwell/src/github/gopath/src/github.com/codegangsta/cli/app.go:111 +0x855
main.main()
/Users/dcapwell/src/github/gopath/src/github.com/cloudius-systems/capstan/capstan.go:174 +0x98d
goroutine 9 [finalizer wait]:
runtime.park(0x400d760, 0x46910b0, 0x4679508)
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/runtime/proc.c:1342 +0x66
runfinq()
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/runtime/mgc0.c:2279 +0x84
runtime.goexit()
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/runtime/proc.c:1394
goroutine 10 [syscall]:
syscall.Syscall(0x3, 0x3, 0xc210afd000, 0x8000, 0x40211a9, ...)
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/syscall/asm_darwin_amd64.s:17 +0x5
syscall.read(0x3, 0xc210afd000, 0x8000, 0x8000, 0x8, ...)
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:900 +0x72
syscall.Read(0x3, 0xc210afd000, 0x8000, 0x8000, 0x1, ...)
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/syscall/syscall_unix.go:135 +0x5c
os.(*File).read(0xc210000d80, 0xc210afd000, 0x8000, 0x8000, 0x401e628, ...)
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/os/file_unix.go:180 +0x62
os.(*File).Read(0xc210000d80, 0xc210afd000, 0x8000, 0x8000, 0x8000, ...)
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/os/file.go:95 +0x98
io.Copy(0x47a6228, 0xc210000008, 0x47a67b8, 0xc210000d80, 0x0, ...)
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/io/io.go:352 +0x1c8
created by github.com/cloudius-systems/capstan/hypervisor/qemu.SetArgs
/Users/dcapwell/src/github/gopath/src/github.com/cloudius-systems/capstan/hypervisor/qemu/qemu.go:130 +0x23b
goroutine 8 [syscall]:
runtime.goexit()
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/runtime/proc.c:1394
goroutine 11 [syscall]:
syscall.Syscall(0x3, 0x7, 0xc210b05000, 0x8000, 0x40211a9, ...)
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/syscall/asm_darwin_amd64.s:17 +0x5
syscall.read(0x7, 0xc210b05000, 0x8000, 0x8000, 0x0, ...)
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:900 +0x72
syscall.Read(0x7, 0xc210b05000, 0x8000, 0x8000, 0x1, ...)
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/syscall/syscall_unix.go:135 +0x5c
os.(*File).read(0xc210000d90, 0xc210b05000, 0x8000, 0x8000, 0x401e628, ...)
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/os/file_unix.go:180 +0x62
os.(*File).Read(0xc210000d90, 0xc210b05000, 0x8000, 0x8000, 0x8000, ...)
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/os/file.go:95 +0x98
io.Copy(0x47a6228, 0xc210000010, 0x47a67b8, 0xc210000d90, 0x0, ...)
/usr/local/Cellar/go/1.2.1/libexec/src/pkg/io/io.go:352 +0x1c8
created by github.com/cloudius-systems/capstan/hypervisor/qemu.SetArgs
/Users/dcapwell/src/github/gopath/src/github.com/cloudius-systems/capstan/hypervisor/qemu/qemu.go:131 +0x2ad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment