Advertisement
Guest User

Untitled

a guest
Apr 24th, 2015
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. SIGILL: illegal instruction
  2. PC=0x17c6c
  3.  
  4. goroutine 1 [running, locked to thread]:
  5. runtime.mapassign1(0x230830, 0x10636040, 0x304e90, 0x304e98)
  6. /usr/local/Cellar/go/1.4.2/libexec/src/runtime/hashmap.go:455 +0x434 fp=0x10635f48 sp=0x10635ef8
  7. time.init()
  8. /usr/local/Cellar/go/1.4.2/libexec/src/time/format.go:1152 +0x1d4 fp=0x10635f78 sp=0x10635f48
  9. os.init()
  10. /usr/local/Cellar/go/1.4.2/libexec/src/os/types_notwin.go:25 +0x64 fp=0x10635fa0 sp=0x10635f78
  11. kd.init()
  12. /Volumes/Home/andre/Development/Sources/privat/kd-go/src/kd/service.go:229 +0x5c fp=0x10635fa4 sp=0x10635fa0
  13. main.init()
  14. /Volumes/Home/andre/Development/Sources/privat/kd-go/src/kd.go:46 +0x5c fp=0x10635fc0 sp=0x10635fa4
  15. runtime.main()
  16. /usr/local/Cellar/go/1.4.2/libexec/src/runtime/proc.go:58 +0xf8 fp=0x10635fe4 sp=0x10635fc0
  17. runtime.goexit()
  18. /usr/local/Cellar/go/1.4.2/libexec/src/runtime/asm_arm.s:1322 +0x4 fp=0x10635fe4 sp=0x10635fe4
  19.  
  20. goroutine 2 [runnable]:
  21. runtime.forcegchelper()
  22. /usr/local/Cellar/go/1.4.2/libexec/src/runtime/proc.go:90
  23. runtime.goexit()
  24. /usr/local/Cellar/go/1.4.2/libexec/src/runtime/asm_arm.s:1322 +0x4
  25.  
  26. goroutine 3 [runnable]:
  27. runtime.bgsweep()
  28. /usr/local/Cellar/go/1.4.2/libexec/src/runtime/mgc0.go:82
  29. runtime.goexit()
  30. /usr/local/Cellar/go/1.4.2/libexec/src/runtime/asm_arm.s:1322 +0x4
  31.  
  32. trap 0x6
  33. error 0x0
  34. oldmask 0x0
  35. r0 0x1
  36. r1 0x0
  37. r2 0x10636040
  38. r3 0x10636040
  39. r4 0x1063a000
  40. r5 0x8
  41. r6 0x8
  42. r7 0x60
  43. r8 0x8c
  44. r9 0x0
  45. r10 0x106000a0
  46. fp 0x3c2ef4
  47. ip 0x3c0389
  48. sp 0x10635ef8
  49. lr 0x17c20
  50. pc 0x17c6c
  51. cpsr 0x60000010
  52. fault 0x0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement