Skip to content

Instantly share code, notes, and snippets.

@ZachMassia
Created August 9, 2013 02:01
Show Gist options
  • Save ZachMassia/6190573 to your computer and use it in GitHub Desktop.
Save ZachMassia/6190573 to your computer and use it in GitHub Desktop.
PC=0x478b42
syscall.Syscall()
/usr/lib/go/src/pkg/syscall/asm_linux_amd64.s:16 +0x5
syscall.read(0x3, 0xc200086000, 0x1000, 0x1000, 0x100000000000003, ...)
/usr/lib/go/src/pkg/syscall/zerrors_linux_amd64.go:2337 +0x70
syscall.Read(0x3, 0xc200086000, 0x1000, 0x1000, 0x408c18, ...)
/usr/lib/go/src/pkg/syscall/syscall_unix.go:132 +0x5a
os.(*File).read(0xc2000009a8, 0xc200086000, 0x1000, 0x1000, 0x412e14, ...)
/usr/lib/go/src/pkg/os/file_unix.go:174 +0x60
os.(*File).Read(0xc2000009a8, 0xc200086000, 0x1000, 0x1000, 0x0, ...)
/usr/lib/go/src/pkg/os/file.go:95 +0x96
bufio.(*Reader).fill(0xc200078120)
/usr/lib/go/src/pkg/bufio/bufio.go:79 +0x10c
bufio.(*Reader).ReadByte(0xc200078120, 0x1b, 0x0, 0x0)
/usr/lib/go/src/pkg/bufio/bufio.go:171 +0x7d
github.com/ZachMassia/GoGoGadget.func·001()
/home/zach/dev/lang/go/src/github.com/ZachMassia/GoGoGadget/board.go:128 +0x5e
github.com/ZachMassia/GoGoGadget.func·002(0xc200077000)
/home/zach/dev/lang/go/src/github.com/ZachMassia/GoGoGadget/board.go:168 +0x64
created by github.com/ZachMassia/GoGoGadget.(*Board).run
/home/zach/dev/lang/go/src/github.com/ZachMassia/GoGoGadget/board.go:171 +0xb2
goroutine 1 [chan send]:
github.com/ZachMassia/GoGoGadget.(*Board).Close(0xc200077000)
/home/zach/dev/lang/go/src/github.com/ZachMassia/GoGoGadget/board.go:253 +0x3a
main.main()
/home/zach/dev/lang/go/src/github.com/ZachMassia/arduino_tests/gizmo_led/main.go:45 +0x3df
goroutine 2 [syscall]:
rax 0x0
rbx 0xc200045008
rcx 0xffffffffffffffff
rdx 0x1000
rdi 0x3
rsi 0xc200086000
rbp 0x3
rsp 0x7f906276fc48
r8 0x0
r9 0x0
r10 0x0
r11 0x246
r12 0xd
r13 0x7fffbde13350
r14 0x0
r15 0x0
rip 0x478b42
rflags 0x246
cs 0x33
fs 0x0
gs 0x0
exit status 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment