Created
January 31, 2013 08:45
-
-
Save davegardnerisme/4681392 to your computer and use it in GitHub Desktop.
Error from running my Gossie test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Daves-MacBook-Air:goose davegardner$ ./gossietest | |
| 2013/01/31 08:38:59 Established C* pool... | |
| 2013/01/31 08:38:59 &gossie.Row{Key:[]byte{0x66, 0x6f, 0x6f}, Columns:[]*gossie.Column{(*gossie.Column)(0xf8400c8b70)}} | |
| panic: runtime error: invalid memory address or nil pointer dereference | |
| [signal 0xb code=0x1 addr=0x50 pc=0x273e] | |
| goroutine 1 [running]: | |
| main.main() | |
| /Users/davegardner/goose/gossietest.go:36 +0x73e | |
| goroutine 2 [syscall]: | |
| created by runtime.main | |
| /usr/local/go/src/pkg/runtime/proc.c:221 | |
| goroutine 4 [syscall]: | |
| created by addtimer | |
| /usr/local/go/src/pkg/runtime/ztime_amd64.c:72 | |
| goroutine 5 [syscall]: | |
| syscall.Syscall6() | |
| /usr/local/go/src/pkg/syscall/asm_darwin_amd64.s:38 +0x5 | |
| syscall.kevent(0x6, 0x0, 0x0, 0xf8400f7308, 0x10000000a, ...) | |
| /usr/local/go/src/pkg/syscall/zsyscall_darwin_amd64.go:199 +0x88 | |
| syscall.Kevent(0xf800000006, 0x0, 0x0, 0xf8400f7308, 0xa0000000a, ...) | |
| /usr/local/go/src/pkg/syscall/syscall_bsd.go:546 +0xa4 | |
| net.(*pollster).WaitFD(0xf8400f7300, 0xf8400c4b80, 0xb2b6bf68, 0x0, 0x0, ...) | |
| /usr/local/go/src/pkg/net/fd_darwin.go:96 +0x185 | |
| net.(*pollServer).Run(0xf8400c4b80, 0x0) | |
| /usr/local/go/src/pkg/net/fd.go:236 +0xe4 | |
| created by net.newPollServer | |
| /usr/local/go/src/pkg/net/newpollserver.go:35 +0x382 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment