Created
January 16, 2015 15:26
-
-
Save jklein/2c952b2c6fc3a6fbcfb4 to your computer and use it in GitHub Desktop.
This file contains 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
bash-4.1$ ./bin/sherlockd --prod | |
2015/01/16 15:25:52 Searcher started for Search | |
2015/01/16 15:25:52 Searcher started for BigData | |
2015/01/16 15:25:53 Searcher started for Chef | |
2015/01/16 15:25:53 Searcher started for EtsyApp | |
2015/01/16 15:25:54 Searcher started for AndroidApp | |
panic: exit status 1 | |
goroutine 16 [running]: | |
runtime.panic(0x77f180, 0xc20803a2b8) | |
/usr/lib/golang/src/pkg/runtime/panic.c:279 +0xf5 | |
main.main() | |
/usr/etsy/sherlock/src/sherlock/cmds/sherlockd/main.go:304 +0x516 | |
goroutine 19 [finalizer wait]: | |
runtime.park(0x416780, 0x9a1d10, 0x99ef69) | |
/usr/lib/golang/src/pkg/runtime/proc.c:1369 +0x89 | |
runtime.parkunlock(0x9a1d10, 0x99ef69) | |
/usr/lib/golang/src/pkg/runtime/proc.c:1385 +0x3b | |
runfinq() | |
/usr/lib/golang/src/pkg/runtime/mgc0.c:2644 +0xcf | |
runtime.goexit() | |
/usr/lib/golang/src/pkg/runtime/proc.c:1445 | |
goroutine 20 [sleep]: | |
time.Sleep(0x6fc23ac00) | |
/usr/lib/golang/src/pkg/runtime/time.goc:39 +0x31 | |
sherlock/searcher.func·001() | |
/usr/etsy/sherlock/src/sherlock/searcher/searcher.go:145 +0x6e | |
created by sherlock/searcher.New | |
/usr/etsy/sherlock/src/sherlock/searcher/search |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment