Advertisement
zephyrtronium

Untitled

Jul 12th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. C:\Users\zephyr\Documents\GitHub\xer>go test
  2. unexpected fault address 0xffffffffffffffff
  3. throw: fault
  4. [signal 0xc0000005 code=0x0 addr=0xffffffffffffffff pc=0x408c57]
  5.  
  6. goroutine 3 [running]:
  7. fmt.(*fmt).pad(0xf840054048, 0x57200c, 0x400000004, 0x44c147)
  8. C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist119677522/go/src/pkg/fmt/format.go:121 +0xf9
  9. fmt.(*fmt).fmt_boolean(0xf840054048, 0x491101, 0x44e200, 0xf840054000)
  10. C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist119677522/go/src/pkg/fmt/format.go:163 +0x53
  11. fmt.(*pp).fmtBool(0xf840054000, 0x7600490801, 0x491101, 0x490101, 0x165cd8, ...)
  12. C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist119677522/go/src/pkg/fmt/print.go:360 +0x41
  13. fmt.(*pp).printField(0xf840054000, 0x490848, 0x491101, 0x76, 0x0, ...)
  14. C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist119677522/go/src/pkg/fmt/print.go:744 +0x34d
  15. fmt.(*pp).doPrint(0xf840054000, 0x165ea8, 0x200000002, 0x400101, 0xf840054000, ...)
  16. C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist119677522/go/src/pkg/fmt/print.go:1110 +0x1f8
  17. fmt.Sprintln(0x165ea8, 0x200000002, 0xf84005c000, 0x165e10, 0x42512e, ...)
  18. C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist119677522/go/src/pkg/fmt/print.go:296 +0x56
  19. testing.(*common).Log(0xf840034d20, 0x165ea8, 0x200000002, 0x491101)
  20. C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist119677522/go/src/pkg/testing/testing.go:212 +0x39
  21. _/C_/Users/zephyr/Documents/GitHub/xer.TestMyASMActuallyWorks256(0xf840034d20, 0x386e7a0c)
  22. C:/Users/zephyr/Documents/GitHub/xer/asm_test.go:31 +0x153
  23. testing.tRunner(0xf840034d20, 0x580060, 0x0, 0x0)
  24. C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist119677522/go/src/pkg/testing/testing.go:273 +0x72
  25. created by testing.RunTests
  26. C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist119677522/go/src/pkg/testing/testing.go:349 +0x77f
  27.  
  28. goroutine 1 [chan receive]:
  29. testing.RunTests(0x401000, 0x580060, 0x200000002, 0x1, 0x572498, ...)
  30. C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist119677522/go/src/pkg/testing/testing.go:350 +0x7a2
  31. testing.Main(0x401000, 0x580060, 0x200000002, 0x580850, 0x900000009, ...)
  32. C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist119677522/go/src/pkg/testing/testing.go:285 +0x7d
  33. main.main()
  34. C:/Users/zephyr/AppData/Local/Temp/go-build270503454/_/C_/Users/zephyr/Documents/GitHub/xer/_test/_testmain.go:63 +0x94
  35.  
  36. goroutine 2 [syscall]:
  37. created by runtime.main
  38. C:/Users/ADMINI~1/AppData/Local/Temp/2/bindist119677522/go/src/pkg/runtime/proc.c:221
  39. exit status 2
  40. FAIL _/C_/Users/zephyr/Documents/GitHub/xer 0.081s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement