Skip to content

Instantly share code, notes, and snippets.

@reggi
Created December 12, 2014 20:40
Show Gist options
  • Save reggi/3ec51d808cb9491bd3a9 to your computer and use it in GitHub Desktop.
Save reggi/3ec51d808cb9491bd3a9 to your computer and use it in GitHub Desktop.
Last login: Fri Dec 12 15:07:11 on ttys000
_ _ _ _
__ _ _ __ _ _| |_| |__ (_)_ __ __ _| |__ _____ __
/ _` | '_ \| | | | __| '_ \| | '_ \ / _` | '_ \ / _ \ \/ /
| (_| | | | | |_| | |_| | | | | | | | (_| | |_) | (_) > <
\__,_|_| |_|\__, |\__|_| |_|_|_| |_|\__, |_.__/ \___/_/\_\
|___/ |___/
thomas@workstation:~$ theme-watch | grep Recieved --line-buffered | sed -E -l -e 's/Recieved Update event on (.+)/\1/' | xargs -I file terminal-notifier -message file
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x0 pc=0x4de17]
goroutine 16 [running]:
runtime.panic(0x2fb460, 0x4e4fe4)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/runtime/panic.c:279 +0xf5
gopkg.in/fsnotify%2ev1.(*Watcher).Add(0x0, 0xc208f9b490, 0x6d, 0x0, 0x0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:87 +0xf7
main.watchDir(0xc208f9b490, 0x6d, 0x4e8e98, 0x0, 0x0, 0x4e8e98, 0x0, 0x0, 0xc20858e1e0, 0x5b7ae8, ...)
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:124 +0x7b
main.func·003(0xc208f9b490, 0x6d, 0x59a638, 0xc208f99040, 0x59a610, 0xc208488f90, 0x0, 0x0)
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:110 +0xb8
path/filepath.walk(0xc208f9b490, 0x6d, 0x59a638, 0xc208f99040, 0x5dba78, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/path/filepath/path.go:357 +0x251
path/filepath.walk(0xc208f336c0, 0x64, 0x59a638, 0xc208f71f40, 0x5dba78, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/path/filepath/path.go:368 +0x4f5
path/filepath.walk(0xc2085c7aa0, 0x55, 0x59a638, 0xc208543950, 0x5dba78, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/path/filepath/path.go:368 +0x4f5
path/filepath.walk(0xc208542410, 0x4a, 0x59a638, 0xc2085424b0, 0x5dba78, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/path/filepath/path.go:368 +0x4f5
path/filepath.walk(0xc208569b30, 0x41, 0x59a638, 0xc208569bd0, 0x5dba78, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/path/filepath/path.go:368 +0x4f5
path/filepath.walk(0xc2084af7c0, 0x35, 0x59a638, 0xc208568aa0, 0x5dba78, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/path/filepath/path.go:368 +0x4f5
path/filepath.walk(0xc20808e720, 0x14, 0x59a638, 0xc208018050, 0x5dba78, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/path/filepath/path.go:368 +0x4f5
path/filepath.walk(0xc2080007c0, 0xd, 0x59a638, 0xc2080186e0, 0x5dba78, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/path/filepath/path.go:368 +0x4f5
path/filepath.Walk(0xc2080007c0, 0xd, 0x5dba78, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/path/filepath/path.go:390 +0xe5
main.watchDirRecur(0xc2080007c0, 0xd, 0x4e8e98, 0x0, 0x0, 0x4e8e98, 0x0, 0x0, 0x0, 0x0, ...)
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:118 +0xb3
main.NewFileWatcher(0xc2080007c0, 0xd, 0x1, 0x4e8e98, 0x0, 0x0, 0x4e8e98, 0x0, 0x0, 0x0)
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:40 +0x52
main.constructFileWatcher(0xc2080007c0, 0xd, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/main.go:41 +0xa8
main.main()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/main.go:17 +0x350
goroutine 19 [finalizer wait]:
runtime.park(0x161c0, 0x4e85f0, 0x4e70a9)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/runtime/proc.c:1369 +0x89
runtime.parkunlock(0x4e85f0, 0x4e70a9)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/runtime/proc.c:1385 +0x3b
runfinq()
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/runtime/mgc0.c:2644 +0xcf
runtime.goexit()
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/runtime/proc.c:1445
goroutine 20 [syscall]:
syscall.Syscall6(0x16b, 0x3, 0x0, 0x0, 0x5f3e58, 0xa, 0x5f3ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3, 0x0, 0x0, 0x5f3e58, 0xa, 0x5f3ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3, 0x0, 0x0, 0x0, 0x5f3e58, 0xa, 0xa, 0x5f3ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20805c1b0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 21 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 22 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 23 [syscall]:
syscall.Syscall6(0x16b, 0x5a, 0x0, 0x0, 0x5ede58, 0xa, 0x5edca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x5a, 0x0, 0x0, 0x5ede58, 0xa, 0x5edca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x5a, 0x0, 0x0, 0x0, 0x5ede58, 0xa, 0xa, 0x5edca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208024480)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 24 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 25 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 26 [syscall]:
syscall.Syscall6(0x16b, 0x5c, 0x0, 0x0, 0x5e7e58, 0xa, 0x5e7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x5c, 0x0, 0x0, 0x5e7e58, 0xa, 0x5e7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x5c, 0x0, 0x0, 0x0, 0x5e7e58, 0xa, 0xa, 0x5e7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208024630)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 27 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 28 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 29 [syscall]:
syscall.Syscall6(0x16b, 0x149, 0x0, 0x0, 0x5e1e58, 0xa, 0x5e1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x149, 0x0, 0x0, 0x5e1e58, 0xa, 0x5e1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x149, 0x0, 0x0, 0x0, 0x5e1e58, 0xa, 0xa, 0x5e1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208076000)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 30 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 31 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 32 [syscall]:
syscall.Syscall6(0x16b, 0x155, 0x0, 0x0, 0x1161e58, 0xa, 0x1161ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x155, 0x0, 0x0, 0x1161e58, 0xa, 0x1161ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x155, 0x0, 0x0, 0x0, 0x1161e58, 0xa, 0xa, 0x1161ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208076f30)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 33 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 34 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 35 [syscall]:
syscall.Syscall6(0x16b, 0x160, 0x0, 0x0, 0x117be58, 0xa, 0x117bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x160, 0x0, 0x0, 0x117be58, 0xa, 0x117bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x160, 0x0, 0x0, 0x0, 0x117be58, 0xa, 0xa, 0x117bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208104c60)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 36 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 37 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 38 [syscall]:
syscall.Syscall6(0x16b, 0x163, 0x0, 0x0, 0x1175e58, 0xa, 0x1175ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x163, 0x0, 0x0, 0x1175e58, 0xa, 0x1175ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x163, 0x0, 0x0, 0x0, 0x1175e58, 0xa, 0xa, 0x1175ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208104fc0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 39 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 40 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 41 [syscall]:
syscall.Syscall6(0x16b, 0x167, 0x0, 0x0, 0x116fe58, 0xa, 0x116fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x167, 0x0, 0x0, 0x116fe58, 0xa, 0x116fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x167, 0x0, 0x0, 0x0, 0x116fe58, 0xa, 0xa, 0x116fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208105440)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 42 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 43 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 44 [syscall]:
syscall.Syscall6(0x16b, 0x16b, 0x0, 0x0, 0x1169e58, 0xa, 0x1169ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x16b, 0x0, 0x0, 0x1169e58, 0xa, 0x1169ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x16b, 0x0, 0x0, 0x0, 0x1169e58, 0xa, 0xa, 0x1169ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2081047e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 45 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 46 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 47 [syscall]:
syscall.Syscall6(0x16b, 0x16e, 0x0, 0x0, 0x1163e58, 0xa, 0x1163ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x16e, 0x0, 0x0, 0x1163e58, 0xa, 0x1163ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x16e, 0x0, 0x0, 0x0, 0x1163e58, 0xa, 0xa, 0x1163ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208104b40)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 48 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 49 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 50 [syscall]:
syscall.Syscall6(0x16b, 0x171, 0x0, 0x0, 0x119de58, 0xa, 0x119dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x171, 0x0, 0x0, 0x119de58, 0xa, 0x119dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x171, 0x0, 0x0, 0x0, 0x119de58, 0xa, 0xa, 0x119dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208105170)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 51 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 52 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 53 [syscall]:
syscall.Syscall6(0x16b, 0x174, 0x0, 0x0, 0x1197e58, 0xa, 0x1197ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x174, 0x0, 0x0, 0x1197e58, 0xa, 0x1197ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x174, 0x0, 0x0, 0x0, 0x1197e58, 0xa, 0xa, 0x1197ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2081057a0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 54 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 55 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 56 [syscall]:
syscall.Syscall6(0x16b, 0x196, 0x0, 0x0, 0x1191e58, 0xa, 0x1191ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x196, 0x0, 0x0, 0x1191e58, 0xa, 0x1191ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x196, 0x0, 0x0, 0x0, 0x1191e58, 0xa, 0xa, 0x1191ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2080250e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 57 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 58 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 59 [syscall]:
syscall.Syscall6(0x16b, 0x19a, 0x0, 0x0, 0x118be58, 0xa, 0x118bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x19a, 0x0, 0x0, 0x118be58, 0xa, 0x118bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x19a, 0x0, 0x0, 0x0, 0x118be58, 0xa, 0xa, 0x118bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2080255f0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 60 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 61 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 62 [syscall]:
syscall.Syscall6(0x16b, 0x19d, 0x0, 0x0, 0x1185e58, 0xa, 0x1185ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x19d, 0x0, 0x0, 0x1185e58, 0xa, 0x1185ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x19d, 0x0, 0x0, 0x0, 0x1185e58, 0xa, 0xa, 0x1185ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208025950)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 63 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 64 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 65 [syscall]:
syscall.Syscall6(0x16b, 0x1a0, 0x0, 0x0, 0x11bfe58, 0xa, 0x11bfca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1a0, 0x0, 0x0, 0x11bfe58, 0xa, 0x11bfca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1a0, 0x0, 0x0, 0x0, 0x11bfe58, 0xa, 0xa, 0x11bfca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208025cb0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 66 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 67 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 68 [syscall]:
syscall.Syscall6(0x16b, 0x1a3, 0x0, 0x0, 0x11b9e58, 0xa, 0x11b9ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1a3, 0x0, 0x0, 0x11b9e58, 0xa, 0x11b9ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1a3, 0x0, 0x0, 0x0, 0x11b9e58, 0xa, 0xa, 0x11b9ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2080a4090)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 69 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 70 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 71 [syscall]:
syscall.Syscall6(0x16b, 0x1a6, 0x0, 0x0, 0x11dde58, 0xa, 0x11ddca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1a6, 0x0, 0x0, 0x11dde58, 0xa, 0x11ddca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1a6, 0x0, 0x0, 0x0, 0x11dde58, 0xa, 0xa, 0x11ddca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2080a43f0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 72 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 73 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 74 [syscall]:
syscall.Syscall6(0x16b, 0x1a9, 0x0, 0x0, 0x11d7e58, 0xa, 0x11d7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1a9, 0x0, 0x0, 0x11d7e58, 0xa, 0x11d7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1a9, 0x0, 0x0, 0x0, 0x11d7e58, 0xa, 0xa, 0x11d7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2080a4750)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 75 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 76 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 77 [runnable]:
syscall.Syscall6(0x16b, 0x1ac, 0x0, 0x0, 0x11d1e58, 0xa, 0x11d1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1ac, 0x0, 0x0, 0x11d1e58, 0xa, 0x11d1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1ac, 0x0, 0x0, 0x0, 0x11d1e58, 0xa, 0xa, 0x11d1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2080a4ab0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 78 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 79 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 80 [syscall]:
syscall.Syscall6(0x16b, 0x1af, 0x0, 0x0, 0x11cbe58, 0xa, 0x11cbca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1af, 0x0, 0x0, 0x11cbe58, 0xa, 0x11cbca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1af, 0x0, 0x0, 0x0, 0x11cbe58, 0xa, 0xa, 0x11cbca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208196000)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 81 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 82 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 83 [syscall]:
syscall.Syscall6(0x16b, 0x1b2, 0x0, 0x0, 0x11fde58, 0xa, 0x11fdca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1b2, 0x0, 0x0, 0x11fde58, 0xa, 0x11fdca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1b2, 0x0, 0x0, 0x0, 0x11fde58, 0xa, 0xa, 0x11fdca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208196360)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 84 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 85 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 86 [syscall]:
syscall.Syscall6(0x16b, 0x1b5, 0x0, 0x0, 0x11f7e58, 0xa, 0x11f7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1b5, 0x0, 0x0, 0x11f7e58, 0xa, 0x11f7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1b5, 0x0, 0x0, 0x0, 0x11f7e58, 0xa, 0xa, 0x11f7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2080254d0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 87 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 88 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 89 [runnable]:
syscall.Syscall6(0x16b, 0x1b8, 0x0, 0x0, 0x11f1e58, 0xa, 0x11f1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1b8, 0x0, 0x0, 0x11f1e58, 0xa, 0x11f1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1b8, 0x0, 0x0, 0x0, 0x11f1e58, 0xa, 0xa, 0x11f1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208025b90)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 90 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 91 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 92 [runnable]:
syscall.Syscall6(0x16b, 0x1bb, 0x0, 0x0, 0x141de58, 0xa, 0x141dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1bb, 0x0, 0x0, 0x141de58, 0xa, 0x141dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1bb, 0x0, 0x0, 0x0, 0x141de58, 0xa, 0xa, 0x141dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208104750)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 93 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 94 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 95 [syscall]:
syscall.Syscall6(0x16b, 0x1be, 0x0, 0x0, 0x1417e58, 0xa, 0x1417ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1be, 0x0, 0x0, 0x1417e58, 0xa, 0x1417ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1be, 0x0, 0x0, 0x0, 0x1417e58, 0xa, 0xa, 0x1417ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2081050e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 96 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 97 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 98 [syscall]:
syscall.Syscall6(0x16b, 0x1c1, 0x0, 0x0, 0x1411e58, 0xa, 0x1411ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1c1, 0x0, 0x0, 0x1411e58, 0xa, 0x1411ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1c1, 0x0, 0x0, 0x0, 0x1411e58, 0xa, 0xa, 0x1411ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2081059e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 99 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 100 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 101 [runnable]:
syscall.Syscall6(0x16b, 0x1c4, 0x0, 0x0, 0x140be58, 0xa, 0x140bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1c4, 0x0, 0x0, 0x140be58, 0xa, 0x140bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1c4, 0x0, 0x0, 0x0, 0x140be58, 0xa, 0xa, 0x140bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208105d40)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 102 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 103 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 104 [syscall]:
syscall.Syscall6(0x16b, 0x1c7, 0x0, 0x0, 0x1405e58, 0xa, 0x1405ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1c7, 0x0, 0x0, 0x1405e58, 0xa, 0x1405ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1c7, 0x0, 0x0, 0x0, 0x1405e58, 0xa, 0xa, 0x1405ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2080a42d0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 105 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 106 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 107 [syscall]:
syscall.Syscall6(0x16b, 0x1ca, 0x0, 0x0, 0x143fe58, 0xa, 0x143fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1ca, 0x0, 0x0, 0x143fe58, 0xa, 0x143fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1ca, 0x0, 0x0, 0x0, 0x143fe58, 0xa, 0xa, 0x143fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2080a4990)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 108 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 109 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 110 [runnable]:
syscall.Syscall6(0x16b, 0x1cd, 0x0, 0x0, 0x145de58, 0xa, 0x145dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1cd, 0x0, 0x0, 0x145de58, 0xa, 0x145dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1cd, 0x0, 0x0, 0x0, 0x145de58, 0xa, 0xa, 0x145dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2080761b0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 111 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 112 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 113 [syscall]:
syscall.Syscall6(0x16b, 0x1d0, 0x0, 0x0, 0x1457e58, 0xa, 0x1457ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1d0, 0x0, 0x0, 0x1457e58, 0xa, 0x1457ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1d0, 0x0, 0x0, 0x0, 0x1457e58, 0xa, 0xa, 0x1457ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208076510)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 114 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 115 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 116 [runnable]:
syscall.Syscall6(0x16b, 0x1d3, 0x0, 0x0, 0x1451e58, 0xa, 0x1451ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1d3, 0x0, 0x0, 0x1451e58, 0xa, 0x1451ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1d3, 0x0, 0x0, 0x0, 0x1451e58, 0xa, 0xa, 0x1451ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208076e10)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 117 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 118 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 119 [syscall]:
syscall.Syscall6(0x16b, 0x1d6, 0x0, 0x0, 0x144be58, 0xa, 0x144bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1d6, 0x0, 0x0, 0x144be58, 0xa, 0x144bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1d6, 0x0, 0x0, 0x0, 0x144be58, 0xa, 0xa, 0x144bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208077290)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 120 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 121 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 122 [syscall]:
syscall.Syscall6(0x16b, 0x1d9, 0x0, 0x0, 0x147de58, 0xa, 0x147dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1d9, 0x0, 0x0, 0x147de58, 0xa, 0x147dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1d9, 0x0, 0x0, 0x0, 0x147de58, 0xa, 0xa, 0x147dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208196630)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 123 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 124 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 125 [syscall]:
syscall.Syscall6(0x16b, 0x1dc, 0x0, 0x0, 0x1477e58, 0xa, 0x1477ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1dc, 0x0, 0x0, 0x1477e58, 0xa, 0x1477ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1dc, 0x0, 0x0, 0x0, 0x1477e58, 0xa, 0xa, 0x1477ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208196990)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 126 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 127 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 128 [syscall]:
syscall.Syscall6(0x16b, 0x1e0, 0x0, 0x0, 0x149de58, 0xa, 0x149dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1e0, 0x0, 0x0, 0x149de58, 0xa, 0x149dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1e0, 0x0, 0x0, 0x0, 0x149de58, 0xa, 0xa, 0x149dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208196ea0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 129 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 130 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 131 [runnable]:
syscall.Syscall6(0x16b, 0x1e3, 0x0, 0x0, 0x1497e58, 0xa, 0x1497ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1e3, 0x0, 0x0, 0x1497e58, 0xa, 0x1497ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1e3, 0x0, 0x0, 0x0, 0x1497e58, 0xa, 0xa, 0x1497ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208197200)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 132 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 133 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 134 [runnable]:
syscall.Syscall6(0x16b, 0x1e6, 0x0, 0x0, 0x1491e58, 0xa, 0x1491ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1e6, 0x0, 0x0, 0x1491e58, 0xa, 0x1491ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1e6, 0x0, 0x0, 0x0, 0x1491e58, 0xa, 0xa, 0x1491ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208197560)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 135 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 136 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 137 [runnable]:
syscall.Syscall6(0x16b, 0x1e9, 0x0, 0x0, 0x14bde58, 0xa, 0x14bdca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1e9, 0x0, 0x0, 0x14bde58, 0xa, 0x14bdca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1e9, 0x0, 0x0, 0x0, 0x14bde58, 0xa, 0xa, 0x14bdca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2081978c0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 138 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 139 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 140 [runnable]:
syscall.Syscall6(0x16b, 0x1ec, 0x0, 0x0, 0x14b7e58, 0xa, 0x14b7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1ec, 0x0, 0x0, 0x14b7e58, 0xa, 0x14b7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1ec, 0x0, 0x0, 0x0, 0x14b7e58, 0xa, 0xa, 0x14b7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208197c20)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 141 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 142 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 143 [syscall]:
syscall.Syscall6(0x16b, 0x1ef, 0x0, 0x0, 0x14b1e58, 0xa, 0x14b1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1ef, 0x0, 0x0, 0x14b1e58, 0xa, 0x14b1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1ef, 0x0, 0x0, 0x0, 0x14b1e58, 0xa, 0xa, 0x14b1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208266000)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 144 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 145 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 146 [runnable]:
syscall.Syscall6(0x16b, 0x1f2, 0x0, 0x0, 0x14abe58, 0xa, 0x14abca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1f2, 0x0, 0x0, 0x14abe58, 0xa, 0x14abca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1f2, 0x0, 0x0, 0x0, 0x14abe58, 0xa, 0xa, 0x14abca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208266360)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 147 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 148 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 149 [runnable]:
syscall.Syscall6(0x16b, 0x1f4, 0x0, 0x0, 0x14a5e58, 0xa, 0x14a5ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1f4, 0x0, 0x0, 0x14a5e58, 0xa, 0x14a5ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1f4, 0x0, 0x0, 0x0, 0x14a5e58, 0xa, 0xa, 0x14a5ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208266510)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 150 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 151 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 152 [runnable]:
syscall.Syscall6(0x16b, 0x1f6, 0x0, 0x0, 0x14dfe58, 0xa, 0x14dfca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1f6, 0x0, 0x0, 0x14dfe58, 0xa, 0x14dfca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1f6, 0x0, 0x0, 0x0, 0x14dfe58, 0xa, 0xa, 0x14dfca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2082666c0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 153 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 154 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 155 [syscall]:
syscall.Syscall6(0x16b, 0x1fb, 0x0, 0x0, 0x14d9e58, 0xa, 0x14d9ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1fb, 0x0, 0x0, 0x14d9e58, 0xa, 0x14d9ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1fb, 0x0, 0x0, 0x0, 0x14d9e58, 0xa, 0xa, 0x14d9ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208266bd0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 156 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 157 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 158 [runnable]:
syscall.Syscall6(0x16b, 0x1fe, 0x0, 0x0, 0x14d3e58, 0xa, 0x14d3ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x1fe, 0x0, 0x0, 0x14d3e58, 0xa, 0x14d3ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x1fe, 0x0, 0x0, 0x0, 0x14d3e58, 0xa, 0xa, 0x14d3ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208266f30)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 159 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 160 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 161 [runnable]:
syscall.Syscall6(0x16b, 0x201, 0x0, 0x0, 0x14cde58, 0xa, 0x14cdca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x201, 0x0, 0x0, 0x14cde58, 0xa, 0x14cdca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x201, 0x0, 0x0, 0x0, 0x14cde58, 0xa, 0xa, 0x14cdca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208267200)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 162 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 163 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 164 [syscall]:
syscall.Syscall6(0x16b, 0x204, 0x0, 0x0, 0x14c7e58, 0xa, 0x14c7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x204, 0x0, 0x0, 0x14c7e58, 0xa, 0x14c7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x204, 0x0, 0x0, 0x0, 0x14c7e58, 0xa, 0xa, 0x14c7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208267560)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 165 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 166 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 167 [syscall]:
syscall.Syscall6(0x16b, 0x206, 0x0, 0x0, 0x14e1e58, 0xa, 0x14e1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x206, 0x0, 0x0, 0x14e1e58, 0xa, 0x14e1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x206, 0x0, 0x0, 0x0, 0x14e1e58, 0xa, 0xa, 0x14e1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208267710)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 168 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 169 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 170 [syscall]:
syscall.Syscall6(0x16b, 0x210, 0x0, 0x0, 0x14fbe58, 0xa, 0x14fbca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x210, 0x0, 0x0, 0x14fbe58, 0xa, 0x14fbca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x210, 0x0, 0x0, 0x0, 0x14fbe58, 0xa, 0xa, 0x14fbca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2082678c0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 171 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 172 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 173 [runnable]:
syscall.Syscall6(0x16b, 0x212, 0x0, 0x0, 0x14f5e58, 0xa, 0x14f5ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x212, 0x0, 0x0, 0x14f5e58, 0xa, 0x14f5ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x212, 0x0, 0x0, 0x0, 0x14f5e58, 0xa, 0xa, 0x14f5ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208267b90)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 174 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 175 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 176 [syscall]:
syscall.Syscall6(0x16b, 0x21d, 0x0, 0x0, 0x151de58, 0xa, 0x151dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x21d, 0x0, 0x0, 0x151de58, 0xa, 0x151dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x21d, 0x0, 0x0, 0x0, 0x151de58, 0xa, 0xa, 0x151dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208197d40)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 177 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 178 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 179 [runnable]:
syscall.Syscall6(0x16b, 0x220, 0x0, 0x0, 0x1517e58, 0xa, 0x1517ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x220, 0x0, 0x0, 0x1517e58, 0xa, 0x1517ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x220, 0x0, 0x0, 0x0, 0x1517e58, 0xa, 0xa, 0x1517ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208104d80)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 180 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 181 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 182 [runnable]:
syscall.Syscall6(0x16b, 0x31c, 0x0, 0x0, 0x1511e58, 0xa, 0x1511ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x31c, 0x0, 0x0, 0x1511e58, 0xa, 0x1511ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x31c, 0x0, 0x0, 0x0, 0x1511e58, 0xa, 0xa, 0x1511ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208318b40)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 183 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 184 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 185 [runnable]:
syscall.Syscall6(0x16b, 0x323, 0x0, 0x0, 0x150be58, 0xa, 0x150bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x323, 0x0, 0x0, 0x150be58, 0xa, 0x150bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x323, 0x0, 0x0, 0x0, 0x150be58, 0xa, 0xa, 0x150bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208319560)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 186 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 187 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 188 [runnable]:
syscall.Syscall6(0x16b, 0x329, 0x0, 0x0, 0x1505e58, 0xa, 0x1505ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x329, 0x0, 0x0, 0x1505e58, 0xa, 0x1505ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x329, 0x0, 0x0, 0x0, 0x1505e58, 0xa, 0xa, 0x1505ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208319dd0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 189 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 190 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 191 [runnable]:
syscall.Syscall6(0x16b, 0x32d, 0x0, 0x0, 0x153fe58, 0xa, 0x153fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x32d, 0x0, 0x0, 0x153fe58, 0xa, 0x153fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x32d, 0x0, 0x0, 0x0, 0x153fe58, 0xa, 0xa, 0x153fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208324360)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 192 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 193 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 194 [runnable]:
syscall.Syscall6(0x16b, 0x331, 0x0, 0x0, 0x1539e58, 0xa, 0x1539ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x331, 0x0, 0x0, 0x1539e58, 0xa, 0x1539ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x331, 0x0, 0x0, 0x0, 0x1539e58, 0xa, 0xa, 0x1539ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208324870)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 195 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 196 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 197 [runnable]:
syscall.Syscall6(0x16b, 0x337, 0x0, 0x0, 0x1533e58, 0xa, 0x1533ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x337, 0x0, 0x0, 0x1533e58, 0xa, 0x1533ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x337, 0x0, 0x0, 0x0, 0x1533e58, 0xa, 0xa, 0x1533ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083250e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 198 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 199 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 200 [runnable]:
syscall.Syscall6(0x16b, 0x33d, 0x0, 0x0, 0x152de58, 0xa, 0x152dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x33d, 0x0, 0x0, 0x152de58, 0xa, 0x152dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x33d, 0x0, 0x0, 0x0, 0x152de58, 0xa, 0xa, 0x152dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208325950)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 201 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 202 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 203 [runnable]:
syscall.Syscall6(0x16b, 0x342, 0x0, 0x0, 0x1527e58, 0xa, 0x1527ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x342, 0x0, 0x0, 0x1527e58, 0xa, 0x1527ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x342, 0x0, 0x0, 0x0, 0x1527e58, 0xa, 0xa, 0x1527ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20833e090)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 204 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 205 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 206 [runnable]:
syscall.Syscall6(0x16b, 0x34b, 0x0, 0x0, 0x1541e58, 0xa, 0x1541ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x34b, 0x0, 0x0, 0x1541e58, 0xa, 0x1541ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x34b, 0x0, 0x0, 0x0, 0x1541e58, 0xa, 0xa, 0x1541ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20833ee10)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 207 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 208 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 209 [runnable]:
syscall.Syscall6(0x16b, 0x350, 0x0, 0x0, 0x155be58, 0xa, 0x155bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x350, 0x0, 0x0, 0x155be58, 0xa, 0x155bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x350, 0x0, 0x0, 0x0, 0x155be58, 0xa, 0xa, 0x155bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20833f4d0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 210 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 211 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 212 [runnable]:
syscall.Syscall6(0x16b, 0x356, 0x0, 0x0, 0x1555e58, 0xa, 0x1555ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x356, 0x0, 0x0, 0x1555e58, 0xa, 0x1555ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x356, 0x0, 0x0, 0x0, 0x1555e58, 0xa, 0xa, 0x1555ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20833fd40)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 213 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 214 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 215 [runnable]:
syscall.Syscall6(0x16b, 0x359, 0x0, 0x0, 0x154fe58, 0xa, 0x154fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x359, 0x0, 0x0, 0x154fe58, 0xa, 0x154fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x359, 0x0, 0x0, 0x0, 0x154fe58, 0xa, 0xa, 0x154fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208352120)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 216 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 217 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 218 [runnable]:
syscall.Syscall6(0x16b, 0x35e, 0x0, 0x0, 0x1549e58, 0xa, 0x1549ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x35e, 0x0, 0x0, 0x1549e58, 0xa, 0x1549ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x35e, 0x0, 0x0, 0x0, 0x1549e58, 0xa, 0xa, 0x1549ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083527e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 219 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 220 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 221 [runnable]:
syscall.Syscall6(0x16b, 0x362, 0x0, 0x0, 0x1543e58, 0xa, 0x1543ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x362, 0x0, 0x0, 0x1543e58, 0xa, 0x1543ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x362, 0x0, 0x0, 0x0, 0x1543e58, 0xa, 0xa, 0x1543ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208352cf0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 222 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 223 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 224 [runnable]:
syscall.Syscall6(0x16b, 0x369, 0x0, 0x0, 0x157de58, 0xa, 0x157dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x369, 0x0, 0x0, 0x157de58, 0xa, 0x157dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x369, 0x0, 0x0, 0x0, 0x157de58, 0xa, 0xa, 0x157dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208353710)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 225 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 226 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 227 [runnable]:
syscall.Syscall6(0x16b, 0x371, 0x0, 0x0, 0x1577e58, 0xa, 0x1577ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x371, 0x0, 0x0, 0x1577e58, 0xa, 0x1577ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x371, 0x0, 0x0, 0x0, 0x1577e58, 0xa, 0xa, 0x1577ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20836c360)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 228 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 229 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 230 [runnable]:
syscall.Syscall6(0x16b, 0x379, 0x0, 0x0, 0x1571e58, 0xa, 0x1571ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x379, 0x0, 0x0, 0x1571e58, 0xa, 0x1571ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x379, 0x0, 0x0, 0x0, 0x1571e58, 0xa, 0xa, 0x1571ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20836cf30)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 231 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 232 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 233 [runnable]:
syscall.Syscall6(0x16b, 0x37d, 0x0, 0x0, 0x156be58, 0xa, 0x156bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x37d, 0x0, 0x0, 0x156be58, 0xa, 0x156bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x37d, 0x0, 0x0, 0x0, 0x156be58, 0xa, 0xa, 0x156bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20836d440)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 234 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 235 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 236 [runnable]:
syscall.Syscall6(0x16b, 0x383, 0x0, 0x0, 0x1565e58, 0xa, 0x1565ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x383, 0x0, 0x0, 0x1565e58, 0xa, 0x1565ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x383, 0x0, 0x0, 0x0, 0x1565e58, 0xa, 0xa, 0x1565ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20836dcb0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 237 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 238 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 239 [runnable]:
syscall.Syscall6(0x16b, 0x388, 0x0, 0x0, 0x159fe58, 0xa, 0x159fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x388, 0x0, 0x0, 0x159fe58, 0xa, 0x159fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x388, 0x0, 0x0, 0x0, 0x159fe58, 0xa, 0xa, 0x159fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20837e3f0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 240 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 241 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 242 [runnable]:
syscall.Syscall6(0x16b, 0x38c, 0x0, 0x0, 0x1599e58, 0xa, 0x1599ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x38c, 0x0, 0x0, 0x1599e58, 0xa, 0x1599ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x38c, 0x0, 0x0, 0x0, 0x1599e58, 0xa, 0xa, 0x1599ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20837e900)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 243 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 244 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 245 [runnable]:
syscall.Syscall6(0x16b, 0x390, 0x0, 0x0, 0x1593e58, 0xa, 0x1593ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x390, 0x0, 0x0, 0x1593e58, 0xa, 0x1593ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x390, 0x0, 0x0, 0x0, 0x1593e58, 0xa, 0xa, 0x1593ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20837ee10)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 246 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 247 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 248 [runnable]:
syscall.Syscall6(0x16b, 0x396, 0x0, 0x0, 0x158de58, 0xa, 0x158dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x396, 0x0, 0x0, 0x158de58, 0xa, 0x158dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x396, 0x0, 0x0, 0x0, 0x158de58, 0xa, 0xa, 0x158dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20837f680)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 249 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 250 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 251 [runnable]:
syscall.Syscall6(0x16b, 0x39a, 0x0, 0x0, 0x1587e58, 0xa, 0x1587ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x39a, 0x0, 0x0, 0x1587e58, 0xa, 0x1587ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x39a, 0x0, 0x0, 0x0, 0x1587e58, 0xa, 0xa, 0x1587ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20837fb90)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 252 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 253 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 254 [runnable]:
syscall.Syscall6(0x16b, 0x39e, 0x0, 0x0, 0x15a1e58, 0xa, 0x15a1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x39e, 0x0, 0x0, 0x15a1e58, 0xa, 0x15a1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x39e, 0x0, 0x0, 0x0, 0x15a1e58, 0xa, 0xa, 0x15a1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20839a120)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 255 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 256 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 257 [runnable]:
syscall.Syscall6(0x16b, 0x3a4, 0x0, 0x0, 0x15bbe58, 0xa, 0x15bbca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3a4, 0x0, 0x0, 0x15bbe58, 0xa, 0x15bbca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3a4, 0x0, 0x0, 0x0, 0x15bbe58, 0xa, 0xa, 0x15bbca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20839a990)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 258 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 259 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 260 [syscall]:
syscall.Syscall6(0x16b, 0x3aa, 0x0, 0x0, 0x15b5e58, 0xa, 0x15b5ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3aa, 0x0, 0x0, 0x15b5e58, 0xa, 0x15b5ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3aa, 0x0, 0x0, 0x0, 0x15b5e58, 0xa, 0xa, 0x15b5ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20839b200)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 261 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 262 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 263 [runnable]:
syscall.Syscall6(0x16b, 0x3b0, 0x0, 0x0, 0x15afe58, 0xa, 0x15afca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3b0, 0x0, 0x0, 0x15afe58, 0xa, 0x15afca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3b0, 0x0, 0x0, 0x0, 0x15afe58, 0xa, 0xa, 0x15afca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20839ba70)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 264 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 265 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 266 [runnable]:
syscall.Syscall6(0x16b, 0x3b5, 0x0, 0x0, 0x15a9e58, 0xa, 0x15a9ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3b5, 0x0, 0x0, 0x15a9e58, 0xa, 0x15a9ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3b5, 0x0, 0x0, 0x0, 0x15a9e58, 0xa, 0xa, 0x15a9ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083b01b0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 267 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 268 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 269 [runnable]:
syscall.Syscall6(0x16b, 0x3bb, 0x0, 0x0, 0x15a3e58, 0xa, 0x15a3ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3bb, 0x0, 0x0, 0x15a3e58, 0xa, 0x15a3ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3bb, 0x0, 0x0, 0x0, 0x15a3e58, 0xa, 0xa, 0x15a3ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083b0a20)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 270 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 271 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 272 [runnable]:
syscall.Syscall6(0x16b, 0x3c1, 0x0, 0x0, 0x15dde58, 0xa, 0x15ddca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3c1, 0x0, 0x0, 0x15dde58, 0xa, 0x15ddca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3c1, 0x0, 0x0, 0x0, 0x15dde58, 0xa, 0xa, 0x15ddca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083b1290)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 273 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 274 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 275 [runnable]:
syscall.Syscall6(0x16b, 0x3c5, 0x0, 0x0, 0x15d7e58, 0xa, 0x15d7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3c5, 0x0, 0x0, 0x15d7e58, 0xa, 0x15d7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3c5, 0x0, 0x0, 0x0, 0x15d7e58, 0xa, 0xa, 0x15d7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083b17a0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 276 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 277 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 278 [runnable]:
syscall.Syscall6(0x16b, 0x3cb, 0x0, 0x0, 0x15d1e58, 0xa, 0x15d1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3cb, 0x0, 0x0, 0x15d1e58, 0xa, 0x15d1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3cb, 0x0, 0x0, 0x0, 0x15d1e58, 0xa, 0xa, 0x15d1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083c6090)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 279 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 280 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 281 [runnable]:
syscall.Syscall6(0x16b, 0x3d0, 0x0, 0x0, 0x15cbe58, 0xa, 0x15cbca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3d0, 0x0, 0x0, 0x15cbe58, 0xa, 0x15cbca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3d0, 0x0, 0x0, 0x0, 0x15cbe58, 0xa, 0xa, 0x15cbca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083c6750)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 282 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 283 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 284 [runnable]:
syscall.Syscall6(0x16b, 0x3d5, 0x0, 0x0, 0x15c5e58, 0xa, 0x15c5ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3d5, 0x0, 0x0, 0x15c5e58, 0xa, 0x15c5ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3d5, 0x0, 0x0, 0x0, 0x15c5e58, 0xa, 0xa, 0x15c5ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083c6e10)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 285 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 286 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 287 [runnable]:
syscall.Syscall6(0x16b, 0x3dd, 0x0, 0x0, 0x15ffe58, 0xa, 0x15ffca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3dd, 0x0, 0x0, 0x15ffe58, 0xa, 0x15ffca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3dd, 0x0, 0x0, 0x0, 0x15ffe58, 0xa, 0xa, 0x15ffca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083c79e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 288 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 289 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 290 [runnable]:
syscall.Syscall6(0x16b, 0x3e1, 0x0, 0x0, 0x15f9e58, 0xa, 0x15f9ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3e1, 0x0, 0x0, 0x15f9e58, 0xa, 0x15f9ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3e1, 0x0, 0x0, 0x0, 0x15f9e58, 0xa, 0xa, 0x15f9ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083c7ef0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 291 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 292 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 293 [runnable]:
syscall.Syscall6(0x16b, 0x3e7, 0x0, 0x0, 0x15f3e58, 0xa, 0x15f3ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3e7, 0x0, 0x0, 0x15f3e58, 0xa, 0x15f3ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3e7, 0x0, 0x0, 0x0, 0x15f3e58, 0xa, 0xa, 0x15f3ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083dc7e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 294 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 295 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 296 [runnable]:
syscall.Syscall6(0x16b, 0x3ed, 0x0, 0x0, 0x15ede58, 0xa, 0x15edca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3ed, 0x0, 0x0, 0x15ede58, 0xa, 0x15edca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3ed, 0x0, 0x0, 0x0, 0x15ede58, 0xa, 0xa, 0x15edca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083dd050)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 297 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 298 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 299 [runnable]:
syscall.Syscall6(0x16b, 0x3f1, 0x0, 0x0, 0x15e7e58, 0xa, 0x15e7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3f1, 0x0, 0x0, 0x15e7e58, 0xa, 0x15e7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3f1, 0x0, 0x0, 0x0, 0x15e7e58, 0xa, 0xa, 0x15e7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083dd560)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 300 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 301 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 302 [runnable]:
syscall.Syscall6(0x16b, 0x3f6, 0x0, 0x0, 0x1701e58, 0xa, 0x1701ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3f6, 0x0, 0x0, 0x1701e58, 0xa, 0x1701ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3f6, 0x0, 0x0, 0x0, 0x1701e58, 0xa, 0xa, 0x1701ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083ddc20)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 303 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 304 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 305 [runnable]:
syscall.Syscall6(0x16b, 0x3fc, 0x0, 0x0, 0x171be58, 0xa, 0x171bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3fc, 0x0, 0x0, 0x171be58, 0xa, 0x171bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3fc, 0x0, 0x0, 0x0, 0x171be58, 0xa, 0xa, 0x171bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083f0510)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 306 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 307 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 308 [runnable]:
syscall.Syscall6(0x16b, 0x3ff, 0x0, 0x0, 0x1715e58, 0xa, 0x1715ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x3ff, 0x0, 0x0, 0x1715e58, 0xa, 0x1715ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x3ff, 0x0, 0x0, 0x0, 0x1715e58, 0xa, 0xa, 0x1715ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083f0870)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 309 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 310 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 311 [syscall]:
syscall.Syscall6(0x16b, 0x404, 0x0, 0x0, 0x170fe58, 0xa, 0x170fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x404, 0x0, 0x0, 0x170fe58, 0xa, 0x170fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x404, 0x0, 0x0, 0x0, 0x170fe58, 0xa, 0xa, 0x170fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083f0f30)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 312 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 313 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 314 [syscall]:
syscall.Syscall6(0x16b, 0x40a, 0x0, 0x0, 0x1709e58, 0xa, 0x1709ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x40a, 0x0, 0x0, 0x1709e58, 0xa, 0x1709ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x40a, 0x0, 0x0, 0x0, 0x1709e58, 0xa, 0xa, 0x1709ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083f17a0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 315 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 316 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 317 [syscall]:
syscall.Syscall6(0x16b, 0x40e, 0x0, 0x0, 0x1703e58, 0xa, 0x1703ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x40e, 0x0, 0x0, 0x1703e58, 0xa, 0x1703ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x40e, 0x0, 0x0, 0x0, 0x1703e58, 0xa, 0xa, 0x1703ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083f1cb0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 318 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 319 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 320 [syscall]:
syscall.Syscall6(0x16b, 0x411, 0x0, 0x0, 0x173de58, 0xa, 0x173dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x411, 0x0, 0x0, 0x173de58, 0xa, 0x173dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x411, 0x0, 0x0, 0x0, 0x173de58, 0xa, 0xa, 0x173dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208410090)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 321 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 322 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 323 [syscall]:
syscall.Syscall6(0x16b, 0x417, 0x0, 0x0, 0x1737e58, 0xa, 0x1737ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x417, 0x0, 0x0, 0x1737e58, 0xa, 0x1737ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x417, 0x0, 0x0, 0x0, 0x1737e58, 0xa, 0xa, 0x1737ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208410900)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 324 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 325 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 326 [syscall]:
syscall.Syscall6(0x16b, 0x41c, 0x0, 0x0, 0x1731e58, 0xa, 0x1731ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x41c, 0x0, 0x0, 0x1731e58, 0xa, 0x1731ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x41c, 0x0, 0x0, 0x0, 0x1731e58, 0xa, 0xa, 0x1731ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208410fc0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 327 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 328 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 329 [syscall]:
syscall.Syscall6(0x16b, 0x421, 0x0, 0x0, 0x172be58, 0xa, 0x172bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x421, 0x0, 0x0, 0x172be58, 0xa, 0x172bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x421, 0x0, 0x0, 0x0, 0x172be58, 0xa, 0xa, 0x172bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208411680)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 330 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 331 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 332 [syscall]:
syscall.Syscall6(0x16b, 0x426, 0x0, 0x0, 0x1725e58, 0xa, 0x1725ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x426, 0x0, 0x0, 0x1725e58, 0xa, 0x1725ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x426, 0x0, 0x0, 0x0, 0x1725e58, 0xa, 0xa, 0x1725ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208411d40)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 333 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 334 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 335 [syscall]:
syscall.Syscall6(0x16b, 0x42c, 0x0, 0x0, 0x175fe58, 0xa, 0x175fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x42c, 0x0, 0x0, 0x175fe58, 0xa, 0x175fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x42c, 0x0, 0x0, 0x0, 0x175fe58, 0xa, 0xa, 0x175fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208424630)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 336 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 337 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 338 [syscall]:
syscall.Syscall6(0x16b, 0x432, 0x0, 0x0, 0x1759e58, 0xa, 0x1759ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x432, 0x0, 0x0, 0x1759e58, 0xa, 0x1759ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x432, 0x0, 0x0, 0x0, 0x1759e58, 0xa, 0xa, 0x1759ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208424ea0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 339 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 340 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 341 [syscall]:
syscall.Syscall6(0x16b, 0x43a, 0x0, 0x0, 0x1753e58, 0xa, 0x1753ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x43a, 0x0, 0x0, 0x1753e58, 0xa, 0x1753ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x43a, 0x0, 0x0, 0x0, 0x1753e58, 0xa, 0xa, 0x1753ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208425a70)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 342 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 343 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 344 [syscall]:
syscall.Syscall6(0x16b, 0x440, 0x0, 0x0, 0x174de58, 0xa, 0x174dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x440, 0x0, 0x0, 0x174de58, 0xa, 0x174dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x440, 0x0, 0x0, 0x0, 0x174de58, 0xa, 0xa, 0x174dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208438360)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 345 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 346 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 347 [syscall]:
syscall.Syscall6(0x16b, 0x443, 0x0, 0x0, 0x1747e58, 0xa, 0x1747ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x443, 0x0, 0x0, 0x1747e58, 0xa, 0x1747ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x443, 0x0, 0x0, 0x0, 0x1747e58, 0xa, 0xa, 0x1747ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084386c0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 348 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 349 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 350 [syscall]:
syscall.Syscall6(0x16b, 0x449, 0x0, 0x0, 0x1761e58, 0xa, 0x1761ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x449, 0x0, 0x0, 0x1761e58, 0xa, 0x1761ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x449, 0x0, 0x0, 0x0, 0x1761e58, 0xa, 0xa, 0x1761ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208438f30)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 351 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 352 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 353 [syscall]:
syscall.Syscall6(0x16b, 0x44f, 0x0, 0x0, 0x177be58, 0xa, 0x177bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x44f, 0x0, 0x0, 0x177be58, 0xa, 0x177bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x44f, 0x0, 0x0, 0x0, 0x177be58, 0xa, 0xa, 0x177bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084397a0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 354 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 355 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 356 [syscall]:
syscall.Syscall6(0x16b, 0x455, 0x0, 0x0, 0x1775e58, 0xa, 0x1775ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x455, 0x0, 0x0, 0x1775e58, 0xa, 0x1775ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x455, 0x0, 0x0, 0x0, 0x1775e58, 0xa, 0xa, 0x1775ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208452090)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 357 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 358 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 359 [syscall]:
syscall.Syscall6(0x16b, 0x459, 0x0, 0x0, 0x176fe58, 0xa, 0x176fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x459, 0x0, 0x0, 0x176fe58, 0xa, 0x176fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x459, 0x0, 0x0, 0x0, 0x176fe58, 0xa, 0xa, 0x176fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084525a0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 360 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 361 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 362 [syscall]:
syscall.Syscall6(0x16b, 0x45d, 0x0, 0x0, 0x1769e58, 0xa, 0x1769ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x45d, 0x0, 0x0, 0x1769e58, 0xa, 0x1769ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x45d, 0x0, 0x0, 0x0, 0x1769e58, 0xa, 0xa, 0x1769ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208452ab0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 363 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 364 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 365 [syscall]:
syscall.Syscall6(0x16b, 0x464, 0x0, 0x0, 0x1763e58, 0xa, 0x1763ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x464, 0x0, 0x0, 0x1763e58, 0xa, 0x1763ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x464, 0x0, 0x0, 0x0, 0x1763e58, 0xa, 0xa, 0x1763ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084534d0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 366 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 367 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 368 [syscall]:
syscall.Syscall6(0x16b, 0x468, 0x0, 0x0, 0x179de58, 0xa, 0x179dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x468, 0x0, 0x0, 0x179de58, 0xa, 0x179dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x468, 0x0, 0x0, 0x0, 0x179de58, 0xa, 0xa, 0x179dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084539e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 369 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 370 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 371 [syscall]:
syscall.Syscall6(0x16b, 0x46b, 0x0, 0x0, 0x1797e58, 0xa, 0x1797ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x46b, 0x0, 0x0, 0x1797e58, 0xa, 0x1797ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x46b, 0x0, 0x0, 0x0, 0x1797e58, 0xa, 0xa, 0x1797ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208453d40)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 372 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 373 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 374 [syscall]:
syscall.Syscall6(0x16b, 0x46f, 0x0, 0x0, 0x1791e58, 0xa, 0x1791ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x46f, 0x0, 0x0, 0x1791e58, 0xa, 0x1791ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x46f, 0x0, 0x0, 0x0, 0x1791e58, 0xa, 0xa, 0x1791ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20846e2d0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 375 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 376 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 377 [syscall]:
syscall.Syscall6(0x16b, 0x473, 0x0, 0x0, 0x178be58, 0xa, 0x178bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x473, 0x0, 0x0, 0x178be58, 0xa, 0x178bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x473, 0x0, 0x0, 0x0, 0x178be58, 0xa, 0xa, 0x178bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20846e7e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 378 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 379 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 380 [syscall]:
syscall.Syscall6(0x16b, 0x47a, 0x0, 0x0, 0x1785e58, 0xa, 0x1785ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x47a, 0x0, 0x0, 0x1785e58, 0xa, 0x1785ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x47a, 0x0, 0x0, 0x0, 0x1785e58, 0xa, 0xa, 0x1785ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20846f200)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 381 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 382 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 383 [syscall]:
syscall.Syscall6(0x16b, 0x47e, 0x0, 0x0, 0x17bfe58, 0xa, 0x17bfca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x47e, 0x0, 0x0, 0x17bfe58, 0xa, 0x17bfca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x47e, 0x0, 0x0, 0x0, 0x17bfe58, 0xa, 0xa, 0x17bfca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20846f710)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 384 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 385 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 386 [syscall]:
syscall.Syscall6(0x16b, 0x486, 0x0, 0x0, 0x17b9e58, 0xa, 0x17b9ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x486, 0x0, 0x0, 0x17b9e58, 0xa, 0x17b9ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x486, 0x0, 0x0, 0x0, 0x17b9e58, 0xa, 0xa, 0x17b9ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208482360)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 387 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 388 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 389 [syscall]:
syscall.Syscall6(0x16b, 0x48d, 0x0, 0x0, 0x17b3e58, 0xa, 0x17b3ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x48d, 0x0, 0x0, 0x17b3e58, 0xa, 0x17b3ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x48d, 0x0, 0x0, 0x0, 0x17b3e58, 0xa, 0xa, 0x17b3ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208482d80)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 390 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 391 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 392 [syscall]:
syscall.Syscall6(0x16b, 0x493, 0x0, 0x0, 0x17ade58, 0xa, 0x17adca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x493, 0x0, 0x0, 0x17ade58, 0xa, 0x17adca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x493, 0x0, 0x0, 0x0, 0x17ade58, 0xa, 0xa, 0x17adca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084835f0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 393 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 394 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 395 [syscall]:
syscall.Syscall6(0x16b, 0x499, 0x0, 0x0, 0x17a7e58, 0xa, 0x17a7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x499, 0x0, 0x0, 0x17a7e58, 0xa, 0x17a7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x499, 0x0, 0x0, 0x0, 0x17a7e58, 0xa, 0xa, 0x17a7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208483e60)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 396 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 397 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 398 [syscall]:
syscall.Syscall6(0x16b, 0x49d, 0x0, 0x0, 0x17c1e58, 0xa, 0x17c1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x49d, 0x0, 0x0, 0x17c1e58, 0xa, 0x17c1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x49d, 0x0, 0x0, 0x0, 0x17c1e58, 0xa, 0xa, 0x17c1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084943f0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 399 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 400 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 401 [syscall]:
syscall.Syscall6(0x16b, 0x4a0, 0x0, 0x0, 0x17dbe58, 0xa, 0x17dbca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x4a0, 0x0, 0x0, 0x17dbe58, 0xa, 0x17dbca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x4a0, 0x0, 0x0, 0x0, 0x17dbe58, 0xa, 0xa, 0x17dbca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208494750)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 402 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 403 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 404 [syscall]:
syscall.Syscall6(0x16b, 0x4a6, 0x0, 0x0, 0x17d5e58, 0xa, 0x17d5ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x4a6, 0x0, 0x0, 0x17d5e58, 0xa, 0x17d5ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x4a6, 0x0, 0x0, 0x0, 0x17d5e58, 0xa, 0xa, 0x17d5ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208494fc0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 405 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 406 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 407 [syscall]:
syscall.Syscall6(0x16b, 0x4ad, 0x0, 0x0, 0x17cfe58, 0xa, 0x17cfca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x4ad, 0x0, 0x0, 0x17cfe58, 0xa, 0x17cfca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x4ad, 0x0, 0x0, 0x0, 0x17cfe58, 0xa, 0xa, 0x17cfca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084959e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 408 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 409 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 410 [syscall]:
syscall.Syscall6(0x16b, 0x4b1, 0x0, 0x0, 0x17c9e58, 0xa, 0x17c9ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x4b1, 0x0, 0x0, 0x17c9e58, 0xa, 0x17c9ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x4b1, 0x0, 0x0, 0x0, 0x17c9e58, 0xa, 0xa, 0x17c9ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208495ef0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 411 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 412 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 413 [syscall]:
syscall.Syscall6(0x16b, 0x4ba, 0x0, 0x0, 0x17c3e58, 0xa, 0x17c3ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x4ba, 0x0, 0x0, 0x17c3e58, 0xa, 0x17c3ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x4ba, 0x0, 0x0, 0x0, 0x17c3e58, 0xa, 0xa, 0x17c3ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084b0cf0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 414 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 415 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 416 [syscall]:
syscall.Syscall6(0x16b, 0x4bf, 0x0, 0x0, 0x17fde58, 0xa, 0x17fdca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x4bf, 0x0, 0x0, 0x17fde58, 0xa, 0x17fdca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x4bf, 0x0, 0x0, 0x0, 0x17fde58, 0xa, 0xa, 0x17fdca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084b13b0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 417 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 418 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 419 [syscall]:
syscall.Syscall6(0x16b, 0x4c5, 0x0, 0x0, 0x17f7e58, 0xa, 0x17f7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x4c5, 0x0, 0x0, 0x17f7e58, 0xa, 0x17f7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x4c5, 0x0, 0x0, 0x0, 0x17f7e58, 0xa, 0xa, 0x17f7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084b1c20)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 420 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 421 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 422 [syscall]:
syscall.Syscall6(0x16b, 0x4cb, 0x0, 0x0, 0x17f1e58, 0xa, 0x17f1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x4cb, 0x0, 0x0, 0x17f1e58, 0xa, 0x17f1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x4cb, 0x0, 0x0, 0x0, 0x17f1e58, 0xa, 0xa, 0x17f1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084c4510)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 423 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 424 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 425 [syscall]:
syscall.Syscall6(0x16b, 0x4d2, 0x0, 0x0, 0x17ebe58, 0xa, 0x17ebca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x4d2, 0x0, 0x0, 0x17ebe58, 0xa, 0x17ebca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x4d2, 0x0, 0x0, 0x0, 0x17ebe58, 0xa, 0xa, 0x17ebca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084c4f30)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 426 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 427 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 428 [syscall]:
syscall.Syscall6(0x16b, 0x4d6, 0x0, 0x0, 0x17e5e58, 0xa, 0x17e5ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x4d6, 0x0, 0x0, 0x17e5e58, 0xa, 0x17e5ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x4d6, 0x0, 0x0, 0x0, 0x17e5e58, 0xa, 0xa, 0x17e5ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084c5440)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 429 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 430 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 431 [runnable]:
syscall.Syscall6(0x16b, 0x4dc, 0x0, 0x0, 0x181fe58, 0xa, 0x181fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x4dc, 0x0, 0x0, 0x181fe58, 0xa, 0x181fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x4dc, 0x0, 0x0, 0x0, 0x181fe58, 0xa, 0xa, 0x181fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084c4630)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 432 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 433 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 434 [runnable]:
syscall.Syscall6(0x16b, 0x4e2, 0x0, 0x0, 0x1819e58, 0xa, 0x1819ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x4e2, 0x0, 0x0, 0x1819e58, 0xa, 0x1819ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x4e2, 0x0, 0x0, 0x0, 0x1819e58, 0xa, 0xa, 0x1819ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084c5560)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 435 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 436 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 437 [runnable]:
syscall.Syscall6(0x16b, 0x4e6, 0x0, 0x0, 0x1813e58, 0xa, 0x1813ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x4e6, 0x0, 0x0, 0x1813e58, 0xa, 0x1813ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x4e6, 0x0, 0x0, 0x0, 0x1813e58, 0xa, 0xa, 0x1813ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084c5cb0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 438 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 439 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 440 [runnable]:
syscall.Syscall6(0x16b, 0x4ea, 0x0, 0x0, 0x180de58, 0xa, 0x180dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x4ea, 0x0, 0x0, 0x180de58, 0xa, 0x180dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x4ea, 0x0, 0x0, 0x0, 0x180de58, 0xa, 0xa, 0x180dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208196750)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 441 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 442 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 443 [runnable]:
syscall.Syscall6(0x16b, 0x4f1, 0x0, 0x0, 0x1807e58, 0xa, 0x1807ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x4f1, 0x0, 0x0, 0x1807e58, 0xa, 0x1807ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x4f1, 0x0, 0x0, 0x0, 0x1807e58, 0xa, 0xa, 0x1807ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208266870)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 444 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 445 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 446 [runnable]:
syscall.Syscall6(0x16b, 0x4f7, 0x0, 0x0, 0x1821e58, 0xa, 0x1821ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x4f7, 0x0, 0x0, 0x1821e58, 0xa, 0x1821ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x4f7, 0x0, 0x0, 0x0, 0x1821e58, 0xa, 0xa, 0x1821ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2082641b0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 447 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 448 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 449 [runnable]:
syscall.Syscall6(0x16b, 0x4fd, 0x0, 0x0, 0x183be58, 0xa, 0x183bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x4fd, 0x0, 0x0, 0x183be58, 0xa, 0x183bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x4fd, 0x0, 0x0, 0x0, 0x183be58, 0xa, 0xa, 0x183bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208264a20)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 450 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 451 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 452 [runnable]:
syscall.Syscall6(0x16b, 0x504, 0x0, 0x0, 0x1835e58, 0xa, 0x1835ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x504, 0x0, 0x0, 0x1835e58, 0xa, 0x1835ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x504, 0x0, 0x0, 0x0, 0x1835e58, 0xa, 0xa, 0x1835ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208265440)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 453 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 454 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 455 [runnable]:
syscall.Syscall6(0x16b, 0x50a, 0x0, 0x0, 0x182fe58, 0xa, 0x182fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x50a, 0x0, 0x0, 0x182fe58, 0xa, 0x182fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x50a, 0x0, 0x0, 0x0, 0x182fe58, 0xa, 0xa, 0x182fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208352240)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 456 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 457 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 458 [runnable]:
syscall.Syscall6(0x16b, 0x510, 0x0, 0x0, 0x1829e58, 0xa, 0x1829ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x510, 0x0, 0x0, 0x1829e58, 0xa, 0x1829ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x510, 0x0, 0x0, 0x0, 0x1829e58, 0xa, 0xa, 0x1829ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208352fc0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 459 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 460 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 461 [runnable]:
syscall.Syscall6(0x16b, 0x515, 0x0, 0x0, 0x1823e58, 0xa, 0x1823ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x515, 0x0, 0x0, 0x1823e58, 0xa, 0x1823ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x515, 0x0, 0x0, 0x0, 0x1823e58, 0xa, 0xa, 0x1823ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208353a70)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 462 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 463 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 464 [runnable]:
syscall.Syscall6(0x16b, 0x51a, 0x0, 0x0, 0x185de58, 0xa, 0x185dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x51a, 0x0, 0x0, 0x185de58, 0xa, 0x185dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x51a, 0x0, 0x0, 0x0, 0x185de58, 0xa, 0xa, 0x185dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084b0990)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 465 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 466 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 467 [runnable]:
syscall.Syscall6(0x16b, 0x51e, 0x0, 0x0, 0x1857e58, 0xa, 0x1857ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x51e, 0x0, 0x0, 0x1857e58, 0xa, 0x1857ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x51e, 0x0, 0x0, 0x0, 0x1857e58, 0xa, 0xa, 0x1857ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084b1170)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 468 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 469 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 470 [runnable]:
syscall.Syscall6(0x16b, 0x522, 0x0, 0x0, 0x1851e58, 0xa, 0x1851ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x522, 0x0, 0x0, 0x1851e58, 0xa, 0x1851ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x522, 0x0, 0x0, 0x0, 0x1851e58, 0xa, 0xa, 0x1851ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084b19e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 471 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 472 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 473 [runnable]:
syscall.Syscall6(0x16b, 0x525, 0x0, 0x0, 0x184be58, 0xa, 0x184bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x525, 0x0, 0x0, 0x184be58, 0xa, 0x184bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x525, 0x0, 0x0, 0x0, 0x184be58, 0xa, 0xa, 0x184bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084b1e60)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 474 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 475 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 476 [runnable]:
syscall.Syscall6(0x16b, 0x52c, 0x0, 0x0, 0x1845e58, 0xa, 0x1845ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x52c, 0x0, 0x0, 0x1845e58, 0xa, 0x1845ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x52c, 0x0, 0x0, 0x0, 0x1845e58, 0xa, 0xa, 0x1845ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208494f30)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 477 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 478 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 479 [runnable]:
syscall.Syscall6(0x16b, 0x532, 0x0, 0x0, 0x187fe58, 0xa, 0x187fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x532, 0x0, 0x0, 0x187fe58, 0xa, 0x187fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x532, 0x0, 0x0, 0x0, 0x187fe58, 0xa, 0xa, 0x187fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208495dd0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 480 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 481 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 482 [runnable]:
syscall.Syscall6(0x16b, 0x539, 0x0, 0x0, 0x1879e58, 0xa, 0x1879ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x539, 0x0, 0x0, 0x1879e58, 0xa, 0x1879ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x539, 0x0, 0x0, 0x0, 0x1879e58, 0xa, 0xa, 0x1879ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208482cf0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 483 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 484 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 485 [runnable]:
syscall.Syscall6(0x16b, 0x53f, 0x0, 0x0, 0x1873e58, 0xa, 0x1873ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x53f, 0x0, 0x0, 0x1873e58, 0xa, 0x1873ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x53f, 0x0, 0x0, 0x0, 0x1873e58, 0xa, 0xa, 0x1873ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208483c20)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 486 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 487 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 488 [runnable]:
syscall.Syscall6(0x16b, 0x544, 0x0, 0x0, 0x186de58, 0xa, 0x186dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x544, 0x0, 0x0, 0x186de58, 0xa, 0x186dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x544, 0x0, 0x0, 0x0, 0x186de58, 0xa, 0xa, 0x186dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20846e900)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 489 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 490 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 491 [runnable]:
syscall.Syscall6(0x16b, 0x549, 0x0, 0x0, 0x1867e58, 0xa, 0x1867ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x549, 0x0, 0x0, 0x1867e58, 0xa, 0x1867ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x549, 0x0, 0x0, 0x0, 0x1867e58, 0xa, 0xa, 0x1867ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20846f3b0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 492 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 493 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 494 [runnable]:
syscall.Syscall6(0x16b, 0x54f, 0x0, 0x0, 0x1881e58, 0xa, 0x1881ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x54f, 0x0, 0x0, 0x1881e58, 0xa, 0x1881ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x54f, 0x0, 0x0, 0x0, 0x1881e58, 0xa, 0xa, 0x1881ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208452480)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 495 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 496 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 497 [runnable]:
syscall.Syscall6(0x16b, 0x554, 0x0, 0x0, 0x189be58, 0xa, 0x189bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x554, 0x0, 0x0, 0x189be58, 0xa, 0x189bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x554, 0x0, 0x0, 0x0, 0x189be58, 0xa, 0xa, 0x189bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208453170)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 498 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 499 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 500 [runnable]:
syscall.Syscall6(0x16b, 0x55b, 0x0, 0x0, 0x1895e58, 0xa, 0x1895ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x55b, 0x0, 0x0, 0x1895e58, 0xa, 0x1895ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x55b, 0x0, 0x0, 0x0, 0x1895e58, 0xa, 0xa, 0x1895ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084381b0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 501 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 502 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 503 [runnable]:
syscall.Syscall6(0x16b, 0x55f, 0x0, 0x0, 0x188fe58, 0xa, 0x188fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x55f, 0x0, 0x0, 0x188fe58, 0xa, 0x188fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x55f, 0x0, 0x0, 0x0, 0x188fe58, 0xa, 0xa, 0x188fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208438990)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 504 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 505 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 506 [runnable]:
syscall.Syscall6(0x16b, 0x567, 0x0, 0x0, 0x1889e58, 0xa, 0x1889ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x567, 0x0, 0x0, 0x1889e58, 0xa, 0x1889ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x567, 0x0, 0x0, 0x0, 0x1889e58, 0xa, 0xa, 0x1889ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208439e60)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 507 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 508 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 509 [runnable]:
syscall.Syscall6(0x16b, 0x56a, 0x0, 0x0, 0x1883e58, 0xa, 0x1883ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x56a, 0x0, 0x0, 0x1883e58, 0xa, 0x1883ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x56a, 0x0, 0x0, 0x0, 0x1883e58, 0xa, 0xa, 0x1883ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208424480)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 510 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 511 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 512 [runnable]:
syscall.Syscall6(0x16b, 0x56f, 0x0, 0x0, 0x18bde58, 0xa, 0x18bdca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x56f, 0x0, 0x0, 0x18bde58, 0xa, 0x18bdca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x56f, 0x0, 0x0, 0x0, 0x18bde58, 0xa, 0xa, 0x18bdca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208424fc0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 513 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 514 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 515 [runnable]:
syscall.Syscall6(0x16b, 0x577, 0x0, 0x0, 0x18b7e58, 0xa, 0x18b7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x577, 0x0, 0x0, 0x18b7e58, 0xa, 0x18b7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x577, 0x0, 0x0, 0x0, 0x18b7e58, 0xa, 0xa, 0x18b7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208410360)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 516 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 517 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 518 [runnable]:
syscall.Syscall6(0x16b, 0x57c, 0x0, 0x0, 0x18b1e58, 0xa, 0x18b1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x57c, 0x0, 0x0, 0x18b1e58, 0xa, 0x18b1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x57c, 0x0, 0x0, 0x0, 0x18b1e58, 0xa, 0xa, 0x18b1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208410f30)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 519 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 520 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 521 [runnable]:
syscall.Syscall6(0x16b, 0x57f, 0x0, 0x0, 0x18abe58, 0xa, 0x18abca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x57f, 0x0, 0x0, 0x18abe58, 0xa, 0x18abca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x57f, 0x0, 0x0, 0x0, 0x18abe58, 0xa, 0xa, 0x18abca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208411560)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 522 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 523 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 524 [runnable]:
syscall.Syscall6(0x16b, 0x589, 0x0, 0x0, 0x18a5e58, 0xa, 0x18a5ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x589, 0x0, 0x0, 0x18a5e58, 0xa, 0x18a5ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x589, 0x0, 0x0, 0x0, 0x18a5e58, 0xa, 0xa, 0x18a5ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083f10e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 525 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 526 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 527 [runnable]:
syscall.Syscall6(0x16b, 0x590, 0x0, 0x0, 0x18dfe58, 0xa, 0x18dfca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x590, 0x0, 0x0, 0x18dfe58, 0xa, 0x18dfca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x590, 0x0, 0x0, 0x0, 0x18dfe58, 0xa, 0xa, 0x18dfca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083dc240)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 528 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 529 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 530 [runnable]:
syscall.Syscall6(0x16b, 0x593, 0x0, 0x0, 0x18d9e58, 0xa, 0x18d9ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x593, 0x0, 0x0, 0x18d9e58, 0xa, 0x18d9ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x593, 0x0, 0x0, 0x0, 0x18d9e58, 0xa, 0xa, 0x18d9ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083dc900)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 531 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 532 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 533 [runnable]:
syscall.Syscall6(0x16b, 0x59b, 0x0, 0x0, 0x18d3e58, 0xa, 0x18d3ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x59b, 0x0, 0x0, 0x18d3e58, 0xa, 0x18d3ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x59b, 0x0, 0x0, 0x0, 0x18d3e58, 0xa, 0xa, 0x18d3ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083ddd40)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 534 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 535 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 536 [runnable]:
syscall.Syscall6(0x16b, 0x59e, 0x0, 0x0, 0x18cde58, 0xa, 0x18cdca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x59e, 0x0, 0x0, 0x18cde58, 0xa, 0x18cdca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x59e, 0x0, 0x0, 0x0, 0x18cde58, 0xa, 0xa, 0x18cdca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083c6240)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 537 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 538 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 539 [runnable]:
syscall.Syscall6(0x16b, 0x5a7, 0x0, 0x0, 0x18c7e58, 0xa, 0x18c7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x5a7, 0x0, 0x0, 0x18c7e58, 0xa, 0x18c7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x5a7, 0x0, 0x0, 0x0, 0x18c7e58, 0xa, 0xa, 0x18c7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083c78c0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 540 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 541 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 542 [runnable]:
syscall.Syscall6(0x16b, 0x5ad, 0x0, 0x0, 0x18e1e58, 0xa, 0x18e1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x5ad, 0x0, 0x0, 0x18e1e58, 0xa, 0x18e1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x5ad, 0x0, 0x0, 0x0, 0x18e1e58, 0xa, 0xa, 0x18e1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083b07e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 543 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 544 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 545 [runnable]:
syscall.Syscall6(0x16b, 0x5b3, 0x0, 0x0, 0x18fbe58, 0xa, 0x18fbca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x5b3, 0x0, 0x0, 0x18fbe58, 0xa, 0x18fbca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x5b3, 0x0, 0x0, 0x0, 0x18fbe58, 0xa, 0xa, 0x18fbca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083b15f0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 546 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 547 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 548 [runnable]:
syscall.Syscall6(0x16b, 0x5bb, 0x0, 0x0, 0x18f5e58, 0xa, 0x18f5ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x5bb, 0x0, 0x0, 0x18f5e58, 0xa, 0x18f5ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x5bb, 0x0, 0x0, 0x0, 0x18f5e58, 0xa, 0xa, 0x18f5ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20839a900)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 549 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 550 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 551 [runnable]:
syscall.Syscall6(0x16b, 0x5c2, 0x0, 0x0, 0x18efe58, 0xa, 0x18efca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x5c2, 0x0, 0x0, 0x18efe58, 0xa, 0x18efca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x5c2, 0x0, 0x0, 0x0, 0x18efe58, 0xa, 0xa, 0x18efca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20839b9e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 552 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 553 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 554 [runnable]:
syscall.Syscall6(0x16b, 0x5cd, 0x0, 0x0, 0x18e9e58, 0xa, 0x18e9ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x5cd, 0x0, 0x0, 0x18e9e58, 0xa, 0x18e9ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x5cd, 0x0, 0x0, 0x0, 0x18e9e58, 0xa, 0xa, 0x18e9ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20837fa70)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 555 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 556 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 557 [runnable]:
syscall.Syscall6(0x16b, 0x5d1, 0x0, 0x0, 0x18e3e58, 0xa, 0x18e3ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x5d1, 0x0, 0x0, 0x18e3e58, 0xa, 0x18e3ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x5d1, 0x0, 0x0, 0x0, 0x18e3e58, 0xa, 0xa, 0x18e3ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20836c240)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 558 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 559 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 560 [runnable]:
syscall.Syscall6(0x16b, 0x5d7, 0x0, 0x0, 0x191de58, 0xa, 0x191dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x5d7, 0x0, 0x0, 0x191de58, 0xa, 0x191dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x5d7, 0x0, 0x0, 0x0, 0x191de58, 0xa, 0xa, 0x191dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20836d050)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 561 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 562 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 563 [runnable]:
syscall.Syscall6(0x16b, 0x5dd, 0x0, 0x0, 0x1917e58, 0xa, 0x1917ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x5dd, 0x0, 0x0, 0x1917e58, 0xa, 0x1917ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x5dd, 0x0, 0x0, 0x0, 0x1917e58, 0xa, 0xa, 0x1917ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20836de60)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 564 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 565 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 566 [runnable]:
syscall.Syscall6(0x16b, 0x5e3, 0x0, 0x0, 0x1911e58, 0xa, 0x1911ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x5e3, 0x0, 0x0, 0x1911e58, 0xa, 0x1911ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x5e3, 0x0, 0x0, 0x0, 0x1911e58, 0xa, 0xa, 0x1911ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20833ec60)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 567 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 568 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 569 [runnable]:
syscall.Syscall6(0x16b, 0x5e8, 0x0, 0x0, 0x190be58, 0xa, 0x190bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x5e8, 0x0, 0x0, 0x190be58, 0xa, 0x190bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x5e8, 0x0, 0x0, 0x0, 0x190be58, 0xa, 0xa, 0x190bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20833f710)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 570 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 571 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 572 [runnable]:
syscall.Syscall6(0x16b, 0x5ef, 0x0, 0x0, 0x1905e58, 0xa, 0x1905ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x5ef, 0x0, 0x0, 0x1905e58, 0xa, 0x1905ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x5ef, 0x0, 0x0, 0x0, 0x1905e58, 0xa, 0xa, 0x1905ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208324a20)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 573 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 574 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 575 [runnable]:
syscall.Syscall6(0x16b, 0x5f5, 0x0, 0x0, 0x193fe58, 0xa, 0x193fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x5f5, 0x0, 0x0, 0x193fe58, 0xa, 0x193fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x5f5, 0x0, 0x0, 0x0, 0x193fe58, 0xa, 0xa, 0x193fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208325830)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 576 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 577 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 578 [runnable]:
syscall.Syscall6(0x16b, 0x5f9, 0x0, 0x0, 0x1939e58, 0xa, 0x1939ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x5f9, 0x0, 0x0, 0x1939e58, 0xa, 0x1939ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x5f9, 0x0, 0x0, 0x0, 0x1939e58, 0xa, 0xa, 0x1939ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208318c60)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 579 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 580 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 581 [runnable]:
syscall.Syscall6(0x16b, 0x600, 0x0, 0x0, 0x1933e58, 0xa, 0x1933ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x600, 0x0, 0x0, 0x1933e58, 0xa, 0x1933ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x600, 0x0, 0x0, 0x0, 0x1933e58, 0xa, 0xa, 0x1933ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208319cb0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 582 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 583 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 584 [runnable]:
syscall.Syscall6(0x16b, 0x604, 0x0, 0x0, 0x192de58, 0xa, 0x192dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x604, 0x0, 0x0, 0x192de58, 0xa, 0x192dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x604, 0x0, 0x0, 0x0, 0x192de58, 0xa, 0xa, 0x192dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208105c20)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 585 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 586 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 587 [runnable]:
syscall.Syscall6(0x16b, 0x60b, 0x0, 0x0, 0x1927e58, 0xa, 0x1927ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x60b, 0x0, 0x0, 0x1927e58, 0xa, 0x1927ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x60b, 0x0, 0x0, 0x0, 0x1927e58, 0xa, 0xa, 0x1927ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208077170)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 588 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 589 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 590 [runnable]:
syscall.Syscall6(0x16b, 0x60f, 0x0, 0x0, 0x1941e58, 0xa, 0x1941ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x60f, 0x0, 0x0, 0x1941e58, 0xa, 0x1941ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x60f, 0x0, 0x0, 0x0, 0x1941e58, 0xa, 0xa, 0x1941ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208025dd0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 591 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 592 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 593 [runnable]:
syscall.Syscall6(0x16b, 0x615, 0x0, 0x0, 0x195be58, 0xa, 0x195bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x615, 0x0, 0x0, 0x195be58, 0xa, 0x195bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x615, 0x0, 0x0, 0x0, 0x195be58, 0xa, 0xa, 0x195bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20827a7e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 594 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 595 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 596 [runnable]:
syscall.Syscall6(0x16b, 0x618, 0x0, 0x0, 0x1955e58, 0xa, 0x1955ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x618, 0x0, 0x0, 0x1955e58, 0xa, 0x1955ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x618, 0x0, 0x0, 0x0, 0x1955e58, 0xa, 0xa, 0x1955ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20827ab40)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 597 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 598 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 599 [runnable]:
syscall.Syscall6(0x16b, 0x61e, 0x0, 0x0, 0x194fe58, 0xa, 0x194fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x61e, 0x0, 0x0, 0x194fe58, 0xa, 0x194fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x61e, 0x0, 0x0, 0x0, 0x194fe58, 0xa, 0xa, 0x194fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20827b3b0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 600 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 601 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 602 [runnable]:
syscall.Syscall6(0x16b, 0x624, 0x0, 0x0, 0x1949e58, 0xa, 0x1949ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x624, 0x0, 0x0, 0x1949e58, 0xa, 0x1949ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x624, 0x0, 0x0, 0x0, 0x1949e58, 0xa, 0xa, 0x1949ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20827bc20)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 603 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 604 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 605 [runnable]:
syscall.Syscall6(0x16b, 0x629, 0x0, 0x0, 0x1943e58, 0xa, 0x1943ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x629, 0x0, 0x0, 0x1943e58, 0xa, 0x1943ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x629, 0x0, 0x0, 0x0, 0x1943e58, 0xa, 0xa, 0x1943ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208464360)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 606 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 607 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 608 [runnable]:
syscall.Syscall6(0x16b, 0x62e, 0x0, 0x0, 0x197de58, 0xa, 0x197dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x62e, 0x0, 0x0, 0x197de58, 0xa, 0x197dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x62e, 0x0, 0x0, 0x0, 0x197de58, 0xa, 0xa, 0x197dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208464a20)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 609 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 610 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 611 [runnable]:
syscall.Syscall6(0x16b, 0x632, 0x0, 0x0, 0x1977e58, 0xa, 0x1977ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x632, 0x0, 0x0, 0x1977e58, 0xa, 0x1977ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x632, 0x0, 0x0, 0x0, 0x1977e58, 0xa, 0xa, 0x1977ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208464f30)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 612 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 613 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 614 [runnable]:
syscall.Syscall6(0x16b, 0x636, 0x0, 0x0, 0x1971e58, 0xa, 0x1971ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x636, 0x0, 0x0, 0x1971e58, 0xa, 0x1971ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x636, 0x0, 0x0, 0x0, 0x1971e58, 0xa, 0xa, 0x1971ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208465440)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 615 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 616 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 617 [runnable]:
syscall.Syscall6(0x16b, 0x63f, 0x0, 0x0, 0x196be58, 0xa, 0x196bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x63f, 0x0, 0x0, 0x196be58, 0xa, 0x196bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x63f, 0x0, 0x0, 0x0, 0x196be58, 0xa, 0xa, 0x196bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083b6240)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 618 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 619 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 620 [runnable]:
syscall.Syscall6(0x16b, 0x642, 0x0, 0x0, 0x1965e58, 0xa, 0x1965ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x642, 0x0, 0x0, 0x1965e58, 0xa, 0x1965ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x642, 0x0, 0x0, 0x0, 0x1965e58, 0xa, 0xa, 0x1965ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083b65a0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 621 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 622 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 623 [runnable]:
syscall.Syscall6(0x16b, 0x646, 0x0, 0x0, 0x199fe58, 0xa, 0x199fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x646, 0x0, 0x0, 0x199fe58, 0xa, 0x199fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x646, 0x0, 0x0, 0x0, 0x199fe58, 0xa, 0xa, 0x199fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083b6ab0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 624 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 625 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 626 [runnable]:
syscall.Syscall6(0x16b, 0x64b, 0x0, 0x0, 0x1999e58, 0xa, 0x1999ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x64b, 0x0, 0x0, 0x1999e58, 0xa, 0x1999ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x64b, 0x0, 0x0, 0x0, 0x1999e58, 0xa, 0xa, 0x1999ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083b7170)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 627 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 628 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 629 [runnable]:
syscall.Syscall6(0x16b, 0x652, 0x0, 0x0, 0x1993e58, 0xa, 0x1993ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x652, 0x0, 0x0, 0x1993e58, 0xa, 0x1993ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x652, 0x0, 0x0, 0x0, 0x1993e58, 0xa, 0xa, 0x1993ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083b7b90)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 630 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 631 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 632 [runnable]:
syscall.Syscall6(0x16b, 0x657, 0x0, 0x0, 0x198de58, 0xa, 0x198dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x657, 0x0, 0x0, 0x198de58, 0xa, 0x198dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x657, 0x0, 0x0, 0x0, 0x198de58, 0xa, 0xa, 0x198dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084742d0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 633 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 634 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 635 [runnable]:
syscall.Syscall6(0x16b, 0x65b, 0x0, 0x0, 0x1987e58, 0xa, 0x1987ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x65b, 0x0, 0x0, 0x1987e58, 0xa, 0x1987ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x65b, 0x0, 0x0, 0x0, 0x1987e58, 0xa, 0xa, 0x1987ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084747e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 636 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 637 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 638 [runnable]:
syscall.Syscall6(0x16b, 0x662, 0x0, 0x0, 0x19a1e58, 0xa, 0x19a1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x662, 0x0, 0x0, 0x19a1e58, 0xa, 0x19a1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x662, 0x0, 0x0, 0x0, 0x19a1e58, 0xa, 0xa, 0x19a1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208475200)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 639 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 640 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 641 [runnable]:
syscall.Syscall6(0x16b, 0x667, 0x0, 0x0, 0x19bbe58, 0xa, 0x19bbca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x667, 0x0, 0x0, 0x19bbe58, 0xa, 0x19bbca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x667, 0x0, 0x0, 0x0, 0x19bbe58, 0xa, 0xa, 0x19bbca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084758c0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 642 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 643 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 644 [runnable]:
syscall.Syscall6(0x16b, 0x66b, 0x0, 0x0, 0x19b5e58, 0xa, 0x19b5ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x66b, 0x0, 0x0, 0x19b5e58, 0xa, 0x19b5ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x66b, 0x0, 0x0, 0x0, 0x19b5e58, 0xa, 0xa, 0x19b5ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208475dd0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 645 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 646 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 647 [runnable]:
syscall.Syscall6(0x16b, 0x672, 0x0, 0x0, 0x19afe58, 0xa, 0x19afca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x672, 0x0, 0x0, 0x19afe58, 0xa, 0x19afca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x672, 0x0, 0x0, 0x0, 0x19afe58, 0xa, 0xa, 0x19afca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083aa870)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 648 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 649 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 650 [runnable]:
syscall.Syscall6(0x16b, 0x678, 0x0, 0x0, 0x19a9e58, 0xa, 0x19a9ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x678, 0x0, 0x0, 0x19a9e58, 0xa, 0x19a9ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x678, 0x0, 0x0, 0x0, 0x19a9e58, 0xa, 0xa, 0x19a9ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083ab0e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 651 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 652 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 653 [runnable]:
syscall.Syscall6(0x16b, 0x67e, 0x0, 0x0, 0x19a3e58, 0xa, 0x19a3ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x67e, 0x0, 0x0, 0x19a3e58, 0xa, 0x19a3ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x67e, 0x0, 0x0, 0x0, 0x19a3e58, 0xa, 0xa, 0x19a3ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083ab950)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 654 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 655 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 656 [runnable]:
syscall.Syscall6(0x16b, 0x685, 0x0, 0x0, 0x19dde58, 0xa, 0x19ddca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x685, 0x0, 0x0, 0x19dde58, 0xa, 0x19ddca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x685, 0x0, 0x0, 0x0, 0x19dde58, 0xa, 0xa, 0x19ddca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084dc3f0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 657 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 658 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 659 [runnable]:
syscall.Syscall6(0x16b, 0x68a, 0x0, 0x0, 0x19d7e58, 0xa, 0x19d7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x68a, 0x0, 0x0, 0x19d7e58, 0xa, 0x19d7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x68a, 0x0, 0x0, 0x0, 0x19d7e58, 0xa, 0xa, 0x19d7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084dcab0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 660 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 661 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 662 [runnable]:
syscall.Syscall6(0x16b, 0x68d, 0x0, 0x0, 0x19d1e58, 0xa, 0x19d1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x68d, 0x0, 0x0, 0x19d1e58, 0xa, 0x19d1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x68d, 0x0, 0x0, 0x0, 0x19d1e58, 0xa, 0xa, 0x19d1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084dce10)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 663 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 664 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 665 [runnable]:
syscall.Syscall6(0x16b, 0x693, 0x0, 0x0, 0x19cbe58, 0xa, 0x19cbca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x693, 0x0, 0x0, 0x19cbe58, 0xa, 0x19cbca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x693, 0x0, 0x0, 0x0, 0x19cbe58, 0xa, 0xa, 0x19cbca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084dd680)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 666 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 667 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 668 [runnable]:
syscall.Syscall6(0x16b, 0x696, 0x0, 0x0, 0x19c5e58, 0xa, 0x19c5ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x696, 0x0, 0x0, 0x19c5e58, 0xa, 0x19c5ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x696, 0x0, 0x0, 0x0, 0x19c5e58, 0xa, 0xa, 0x19c5ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084dd9e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 669 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 670 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 671 [runnable]:
syscall.Syscall6(0x16b, 0x69c, 0x0, 0x0, 0x19ffe58, 0xa, 0x19ffca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x69c, 0x0, 0x0, 0x19ffe58, 0xa, 0x19ffca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x69c, 0x0, 0x0, 0x0, 0x19ffe58, 0xa, 0xa, 0x19ffca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084f62d0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 672 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 673 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 674 [runnable]:
syscall.Syscall6(0x16b, 0x6a0, 0x0, 0x0, 0x19f9e58, 0xa, 0x19f9ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x6a0, 0x0, 0x0, 0x19f9e58, 0xa, 0x19f9ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x6a0, 0x0, 0x0, 0x0, 0x19f9e58, 0xa, 0xa, 0x19f9ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084f67e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 675 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 676 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 677 [runnable]:
syscall.Syscall6(0x16b, 0x6a4, 0x0, 0x0, 0x19f3e58, 0xa, 0x19f3ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x6a4, 0x0, 0x0, 0x19f3e58, 0xa, 0x19f3ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x6a4, 0x0, 0x0, 0x0, 0x19f3e58, 0xa, 0xa, 0x19f3ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084f6cf0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 678 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 679 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 680 [runnable]:
syscall.Syscall6(0x16b, 0x6a9, 0x0, 0x0, 0x19ede58, 0xa, 0x19edca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x6a9, 0x0, 0x0, 0x19ede58, 0xa, 0x19edca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x6a9, 0x0, 0x0, 0x0, 0x19ede58, 0xa, 0xa, 0x19edca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084f73b0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 681 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 682 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 683 [runnable]:
syscall.Syscall6(0x16b, 0x6b0, 0x0, 0x0, 0x19e7e58, 0xa, 0x19e7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x6b0, 0x0, 0x0, 0x19e7e58, 0xa, 0x19e7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x6b0, 0x0, 0x0, 0x0, 0x19e7e58, 0xa, 0xa, 0x19e7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084f7dd0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 684 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 685 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 686 [runnable]:
syscall.Syscall6(0x16b, 0x6b3, 0x0, 0x0, 0x1a01e58, 0xa, 0x1a01ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x6b3, 0x0, 0x0, 0x1a01e58, 0xa, 0x1a01ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x6b3, 0x0, 0x0, 0x0, 0x1a01e58, 0xa, 0xa, 0x1a01ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20850e1b0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 687 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 688 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 689 [runnable]:
syscall.Syscall6(0x16b, 0x6b9, 0x0, 0x0, 0x1a1be58, 0xa, 0x1a1bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x6b9, 0x0, 0x0, 0x1a1be58, 0xa, 0x1a1bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x6b9, 0x0, 0x0, 0x0, 0x1a1be58, 0xa, 0xa, 0x1a1bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20850ea20)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 690 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 691 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 692 [syscall]:
syscall.Syscall6(0x16b, 0x6be, 0x0, 0x0, 0x1a15e58, 0xa, 0x1a15ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x6be, 0x0, 0x0, 0x1a15e58, 0xa, 0x1a15ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x6be, 0x0, 0x0, 0x0, 0x1a15e58, 0xa, 0xa, 0x1a15ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20850f0e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 693 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 694 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 695 [syscall]:
syscall.Syscall6(0x16b, 0x6c3, 0x0, 0x0, 0x1a0fe58, 0xa, 0x1a0fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x6c3, 0x0, 0x0, 0x1a0fe58, 0xa, 0x1a0fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x6c3, 0x0, 0x0, 0x0, 0x1a0fe58, 0xa, 0xa, 0x1a0fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20850f7a0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 696 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 697 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 698 [syscall]:
syscall.Syscall6(0x16b, 0x6c7, 0x0, 0x0, 0x1a09e58, 0xa, 0x1a09ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x6c7, 0x0, 0x0, 0x1a09e58, 0xa, 0x1a09ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x6c7, 0x0, 0x0, 0x0, 0x1a09e58, 0xa, 0xa, 0x1a09ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20850fcb0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 699 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 700 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 701 [syscall]:
syscall.Syscall6(0x16b, 0x6cf, 0x0, 0x0, 0x1a03e58, 0xa, 0x1a03ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x6cf, 0x0, 0x0, 0x1a03e58, 0xa, 0x1a03ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x6cf, 0x0, 0x0, 0x0, 0x1a03e58, 0xa, 0xa, 0x1a03ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208528900)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 702 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 703 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 704 [syscall]:
syscall.Syscall6(0x16b, 0x6d6, 0x0, 0x0, 0x1a3de58, 0xa, 0x1a3dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x6d6, 0x0, 0x0, 0x1a3de58, 0xa, 0x1a3dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x6d6, 0x0, 0x0, 0x0, 0x1a3de58, 0xa, 0xa, 0x1a3dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208529320)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 705 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 706 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 707 [syscall]:
syscall.Syscall6(0x16b, 0x6dd, 0x0, 0x0, 0x1a37e58, 0xa, 0x1a37ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x6dd, 0x0, 0x0, 0x1a37e58, 0xa, 0x1a37ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x6dd, 0x0, 0x0, 0x0, 0x1a37e58, 0xa, 0xa, 0x1a37ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208529d40)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 708 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 709 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 710 [syscall]:
syscall.Syscall6(0x16b, 0x6e0, 0x0, 0x0, 0x1a31e58, 0xa, 0x1a31ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x6e0, 0x0, 0x0, 0x1a31e58, 0xa, 0x1a31ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x6e0, 0x0, 0x0, 0x0, 0x1a31e58, 0xa, 0xa, 0x1a31ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208536120)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 711 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 712 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 713 [syscall]:
syscall.Syscall6(0x16b, 0x6e6, 0x0, 0x0, 0x1a2be58, 0xa, 0x1a2bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x6e6, 0x0, 0x0, 0x1a2be58, 0xa, 0x1a2bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x6e6, 0x0, 0x0, 0x0, 0x1a2be58, 0xa, 0xa, 0x1a2bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208536990)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 714 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 715 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 716 [syscall]:
syscall.Syscall6(0x16b, 0x6f1, 0x0, 0x0, 0x1a25e58, 0xa, 0x1a25ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x6f1, 0x0, 0x0, 0x1a25e58, 0xa, 0x1a25ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x6f1, 0x0, 0x0, 0x0, 0x1a25e58, 0xa, 0xa, 0x1a25ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208537b00)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 717 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 718 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 719 [syscall]:
syscall.Syscall6(0x16b, 0x6f5, 0x0, 0x0, 0x1a5fe58, 0xa, 0x1a5fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x6f5, 0x0, 0x0, 0x1a5fe58, 0xa, 0x1a5fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x6f5, 0x0, 0x0, 0x0, 0x1a5fe58, 0xa, 0xa, 0x1a5fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20854a090)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 720 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 721 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 722 [syscall]:
syscall.Syscall6(0x16b, 0x6f9, 0x0, 0x0, 0x1a59e58, 0xa, 0x1a59ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x6f9, 0x0, 0x0, 0x1a59e58, 0xa, 0x1a59ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x6f9, 0x0, 0x0, 0x0, 0x1a59e58, 0xa, 0xa, 0x1a59ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20854a5a0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 723 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 724 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 725 [syscall]:
syscall.Syscall6(0x16b, 0x6ff, 0x0, 0x0, 0x1a53e58, 0xa, 0x1a53ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x6ff, 0x0, 0x0, 0x1a53e58, 0xa, 0x1a53ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x6ff, 0x0, 0x0, 0x0, 0x1a53e58, 0xa, 0xa, 0x1a53ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20854ae10)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 726 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 727 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 728 [syscall]:
syscall.Syscall6(0x16b, 0x705, 0x0, 0x0, 0x1a4de58, 0xa, 0x1a4dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x705, 0x0, 0x0, 0x1a4de58, 0xa, 0x1a4dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x705, 0x0, 0x0, 0x0, 0x1a4de58, 0xa, 0xa, 0x1a4dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20854b680)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 729 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 730 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 731 [syscall]:
syscall.Syscall6(0x16b, 0x70a, 0x0, 0x0, 0x1a47e58, 0xa, 0x1a47ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x70a, 0x0, 0x0, 0x1a47e58, 0xa, 0x1a47ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x70a, 0x0, 0x0, 0x0, 0x1a47e58, 0xa, 0xa, 0x1a47ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20854bd40)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 732 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 733 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 734 [syscall]:
syscall.Syscall6(0x16b, 0x70f, 0x0, 0x0, 0x1a61e58, 0xa, 0x1a61ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x70f, 0x0, 0x0, 0x1a61e58, 0xa, 0x1a61ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x70f, 0x0, 0x0, 0x0, 0x1a61e58, 0xa, 0xa, 0x1a61ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208562480)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 735 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 736 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 737 [syscall]:
syscall.Syscall6(0x16b, 0x716, 0x0, 0x0, 0x1a7be58, 0xa, 0x1a7bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x716, 0x0, 0x0, 0x1a7be58, 0xa, 0x1a7bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x716, 0x0, 0x0, 0x0, 0x1a7be58, 0xa, 0xa, 0x1a7bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208562ea0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 738 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 739 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 740 [syscall]:
syscall.Syscall6(0x16b, 0x720, 0x0, 0x0, 0x1a75e58, 0xa, 0x1a75ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x720, 0x0, 0x0, 0x1a75e58, 0xa, 0x1a75ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x720, 0x0, 0x0, 0x0, 0x1a75e58, 0xa, 0xa, 0x1a75ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208563dd0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 741 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 742 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 743 [syscall]:
syscall.Syscall6(0x16b, 0x72a, 0x0, 0x0, 0x1a6fe58, 0xa, 0x1a6fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x72a, 0x0, 0x0, 0x1a6fe58, 0xa, 0x1a6fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x72a, 0x0, 0x0, 0x0, 0x1a6fe58, 0xa, 0xa, 0x1a6fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208574d80)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 744 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 745 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 746 [syscall]:
syscall.Syscall6(0x16b, 0x731, 0x0, 0x0, 0x1a69e58, 0xa, 0x1a69ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x731, 0x0, 0x0, 0x1a69e58, 0xa, 0x1a69ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x731, 0x0, 0x0, 0x0, 0x1a69e58, 0xa, 0xa, 0x1a69ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085757a0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 747 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 748 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 749 [syscall]:
syscall.Syscall6(0x16b, 0x737, 0x0, 0x0, 0x1a63e58, 0xa, 0x1a63ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x737, 0x0, 0x0, 0x1a63e58, 0xa, 0x1a63ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x737, 0x0, 0x0, 0x0, 0x1a63e58, 0xa, 0xa, 0x1a63ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208580090)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 750 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 751 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 752 [syscall]:
syscall.Syscall6(0x16b, 0x742, 0x0, 0x0, 0x1a9de58, 0xa, 0x1a9dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x742, 0x0, 0x0, 0x1a9de58, 0xa, 0x1a9dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x742, 0x0, 0x0, 0x0, 0x1a9de58, 0xa, 0xa, 0x1a9dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208581200)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 753 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 754 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 755 [syscall]:
syscall.Syscall6(0x16b, 0x747, 0x0, 0x0, 0x1a97e58, 0xa, 0x1a97ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x747, 0x0, 0x0, 0x1a97e58, 0xa, 0x1a97ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x747, 0x0, 0x0, 0x0, 0x1a97e58, 0xa, 0xa, 0x1a97ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085818c0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 756 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 757 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 758 [syscall]:
syscall.Syscall6(0x16b, 0x74a, 0x0, 0x0, 0x1a91e58, 0xa, 0x1a91ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x74a, 0x0, 0x0, 0x1a91e58, 0xa, 0x1a91ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x74a, 0x0, 0x0, 0x0, 0x1a91e58, 0xa, 0xa, 0x1a91ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208581c20)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 759 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 760 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 761 [syscall]:
syscall.Syscall6(0x16b, 0x74e, 0x0, 0x0, 0x1a8be58, 0xa, 0x1a8bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x74e, 0x0, 0x0, 0x1a8be58, 0xa, 0x1a8bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x74e, 0x0, 0x0, 0x0, 0x1a8be58, 0xa, 0xa, 0x1a8bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085961b0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 762 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 763 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 764 [syscall]:
syscall.Syscall6(0x16b, 0x754, 0x0, 0x0, 0x1a85e58, 0xa, 0x1a85ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x754, 0x0, 0x0, 0x1a85e58, 0xa, 0x1a85ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x754, 0x0, 0x0, 0x0, 0x1a85e58, 0xa, 0xa, 0x1a85ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208596a20)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 765 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 766 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 767 [syscall]:
syscall.Syscall6(0x16b, 0x757, 0x0, 0x0, 0x1abfe58, 0xa, 0x1abfca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x757, 0x0, 0x0, 0x1abfe58, 0xa, 0x1abfca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x757, 0x0, 0x0, 0x0, 0x1abfe58, 0xa, 0xa, 0x1abfca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208596d80)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 768 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 769 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 770 [syscall]:
syscall.Syscall6(0x16b, 0x75c, 0x0, 0x0, 0x1ab9e58, 0xa, 0x1ab9ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x75c, 0x0, 0x0, 0x1ab9e58, 0xa, 0x1ab9ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x75c, 0x0, 0x0, 0x0, 0x1ab9e58, 0xa, 0xa, 0x1ab9ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208597440)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 771 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 772 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 773 [syscall]:
syscall.Syscall6(0x16b, 0x760, 0x0, 0x0, 0x1ab3e58, 0xa, 0x1ab3ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x760, 0x0, 0x0, 0x1ab3e58, 0xa, 0x1ab3ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x760, 0x0, 0x0, 0x0, 0x1ab3e58, 0xa, 0xa, 0x1ab3ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208597950)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 774 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 775 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 776 [syscall]:
syscall.Syscall6(0x16b, 0x765, 0x0, 0x0, 0x1aade58, 0xa, 0x1aadca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x765, 0x0, 0x0, 0x1aade58, 0xa, 0x1aadca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x765, 0x0, 0x0, 0x0, 0x1aade58, 0xa, 0xa, 0x1aadca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085ae090)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 777 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 778 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 779 [syscall]:
syscall.Syscall6(0x16b, 0x76a, 0x0, 0x0, 0x1aa7e58, 0xa, 0x1aa7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x76a, 0x0, 0x0, 0x1aa7e58, 0xa, 0x1aa7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x76a, 0x0, 0x0, 0x0, 0x1aa7e58, 0xa, 0xa, 0x1aa7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085ae750)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 780 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 781 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 782 [syscall]:
syscall.Syscall6(0x16b, 0x76f, 0x0, 0x0, 0x1ac1e58, 0xa, 0x1ac1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x76f, 0x0, 0x0, 0x1ac1e58, 0xa, 0x1ac1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x76f, 0x0, 0x0, 0x0, 0x1ac1e58, 0xa, 0xa, 0x1ac1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085aee10)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 783 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 784 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 785 [syscall]:
syscall.Syscall6(0x16b, 0x779, 0x0, 0x0, 0x1adbe58, 0xa, 0x1adbca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x779, 0x0, 0x0, 0x1adbe58, 0xa, 0x1adbca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x779, 0x0, 0x0, 0x0, 0x1adbe58, 0xa, 0xa, 0x1adbca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085afd40)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 786 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 787 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 788 [syscall]:
syscall.Syscall6(0x16b, 0x780, 0x0, 0x0, 0x1ad5e58, 0xa, 0x1ad5ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x780, 0x0, 0x0, 0x1ad5e58, 0xa, 0x1ad5ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x780, 0x0, 0x0, 0x0, 0x1ad5e58, 0xa, 0xa, 0x1ad5ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085c47e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 789 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 790 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 791 [syscall]:
syscall.Syscall6(0x16b, 0x785, 0x0, 0x0, 0x1acfe58, 0xa, 0x1acfca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x785, 0x0, 0x0, 0x1acfe58, 0xa, 0x1acfca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x785, 0x0, 0x0, 0x0, 0x1acfe58, 0xa, 0xa, 0x1acfca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085c4ea0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 792 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 793 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 794 [syscall]:
syscall.Syscall6(0x16b, 0x78d, 0x0, 0x0, 0x1ac9e58, 0xa, 0x1ac9ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x78d, 0x0, 0x0, 0x1ac9e58, 0xa, 0x1ac9ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x78d, 0x0, 0x0, 0x0, 0x1ac9e58, 0xa, 0xa, 0x1ac9ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085c5a70)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 795 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 796 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 797 [syscall]:
syscall.Syscall6(0x16b, 0x792, 0x0, 0x0, 0x1ac3e58, 0xa, 0x1ac3ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x792, 0x0, 0x0, 0x1ac3e58, 0xa, 0x1ac3ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x792, 0x0, 0x0, 0x0, 0x1ac3e58, 0xa, 0xa, 0x1ac3ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085d81b0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 798 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 799 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 800 [syscall]:
syscall.Syscall6(0x16b, 0x798, 0x0, 0x0, 0x1afde58, 0xa, 0x1afdca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x798, 0x0, 0x0, 0x1afde58, 0xa, 0x1afdca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x798, 0x0, 0x0, 0x0, 0x1afde58, 0xa, 0xa, 0x1afdca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085d8a20)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 801 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 802 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 803 [syscall]:
syscall.Syscall6(0x16b, 0x79e, 0x0, 0x0, 0x1af7e58, 0xa, 0x1af7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x79e, 0x0, 0x0, 0x1af7e58, 0xa, 0x1af7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x79e, 0x0, 0x0, 0x0, 0x1af7e58, 0xa, 0xa, 0x1af7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085d9290)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 804 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 805 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 806 [syscall]:
syscall.Syscall6(0x16b, 0x7a1, 0x0, 0x0, 0x1af1e58, 0xa, 0x1af1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x7a1, 0x0, 0x0, 0x1af1e58, 0xa, 0x1af1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x7a1, 0x0, 0x0, 0x0, 0x1af1e58, 0xa, 0xa, 0x1af1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085d95f0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 807 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 808 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 809 [syscall]:
syscall.Syscall6(0x16b, 0x7a4, 0x0, 0x0, 0x1aebe58, 0xa, 0x1aebca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x7a4, 0x0, 0x0, 0x1aebe58, 0xa, 0x1aebca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x7a4, 0x0, 0x0, 0x0, 0x1aebe58, 0xa, 0xa, 0x1aebca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085d9950)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 810 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 811 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 812 [syscall]:
syscall.Syscall6(0x16b, 0x7a8, 0x0, 0x0, 0x1ae5e58, 0xa, 0x1ae5ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x7a8, 0x0, 0x0, 0x1ae5e58, 0xa, 0x1ae5ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x7a8, 0x0, 0x0, 0x0, 0x1ae5e58, 0xa, 0xa, 0x1ae5ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085d9e60)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 813 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 814 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 815 [syscall]:
syscall.Syscall6(0x16b, 0x7ad, 0x0, 0x0, 0x1b1fe58, 0xa, 0x1b1fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x7ad, 0x0, 0x0, 0x1b1fe58, 0xa, 0x1b1fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x7ad, 0x0, 0x0, 0x0, 0x1b1fe58, 0xa, 0xa, 0x1b1fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085f85a0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 816 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 817 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 818 [runnable]:
syscall.Syscall6(0x16b, 0x7b1, 0x0, 0x0, 0x1b19e58, 0xa, 0x1b19ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x7b1, 0x0, 0x0, 0x1b19e58, 0xa, 0x1b19ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x7b1, 0x0, 0x0, 0x0, 0x1b19e58, 0xa, 0xa, 0x1b19ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085f8ab0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 819 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 820 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 821 [syscall]:
syscall.Syscall6(0x16b, 0x7b5, 0x0, 0x0, 0x1b13e58, 0xa, 0x1b13ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x7b5, 0x0, 0x0, 0x1b13e58, 0xa, 0x1b13ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x7b5, 0x0, 0x0, 0x0, 0x1b13e58, 0xa, 0xa, 0x1b13ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085f8fc0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 822 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 823 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 824 [syscall]:
syscall.Syscall6(0x16b, 0x7ba, 0x0, 0x0, 0x1b0de58, 0xa, 0x1b0dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x7ba, 0x0, 0x0, 0x1b0de58, 0xa, 0x1b0dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x7ba, 0x0, 0x0, 0x0, 0x1b0de58, 0xa, 0xa, 0x1b0dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085f9680)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 825 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 826 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 827 [syscall]:
syscall.Syscall6(0x16b, 0x7bf, 0x0, 0x0, 0x1b07e58, 0xa, 0x1b07ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x7bf, 0x0, 0x0, 0x1b07e58, 0xa, 0x1b07ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x7bf, 0x0, 0x0, 0x0, 0x1b07e58, 0xa, 0xa, 0x1b07ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085f9d40)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 828 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 829 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 830 [syscall]:
syscall.Syscall6(0x16b, 0x7c2, 0x0, 0x0, 0x1b21e58, 0xa, 0x1b21ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x7c2, 0x0, 0x0, 0x1b21e58, 0xa, 0x1b21ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x7c2, 0x0, 0x0, 0x0, 0x1b21e58, 0xa, 0xa, 0x1b21ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208610120)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 831 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 832 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 833 [syscall]:
syscall.Syscall6(0x16b, 0x7c7, 0x0, 0x0, 0x1b3be58, 0xa, 0x1b3bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x7c7, 0x0, 0x0, 0x1b3be58, 0xa, 0x1b3bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x7c7, 0x0, 0x0, 0x0, 0x1b3be58, 0xa, 0xa, 0x1b3bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2086107e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 834 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 835 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 836 [syscall]:
syscall.Syscall6(0x16b, 0x7d0, 0x0, 0x0, 0x1b35e58, 0xa, 0x1b35ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x7d0, 0x0, 0x0, 0x1b35e58, 0xa, 0x1b35ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x7d0, 0x0, 0x0, 0x0, 0x1b35e58, 0xa, 0xa, 0x1b35ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208611560)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 837 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 838 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 839 [syscall]:
syscall.Syscall6(0x16b, 0x7d8, 0x0, 0x0, 0x1b2fe58, 0xa, 0x1b2fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x7d8, 0x0, 0x0, 0x1b2fe58, 0xa, 0x1b2fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x7d8, 0x0, 0x0, 0x0, 0x1b2fe58, 0xa, 0xa, 0x1b2fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2086241b0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 840 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 841 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 842 [syscall]:
syscall.Syscall6(0x16b, 0x7de, 0x0, 0x0, 0x1b29e58, 0xa, 0x1b29ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x7de, 0x0, 0x0, 0x1b29e58, 0xa, 0x1b29ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x7de, 0x0, 0x0, 0x0, 0x1b29e58, 0xa, 0xa, 0x1b29ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208624a20)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 843 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 844 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 845 [syscall]:
syscall.Syscall6(0x16b, 0x7e2, 0x0, 0x0, 0x1b23e58, 0xa, 0x1b23ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x7e2, 0x0, 0x0, 0x1b23e58, 0xa, 0x1b23ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x7e2, 0x0, 0x0, 0x0, 0x1b23e58, 0xa, 0xa, 0x1b23ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208624f30)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 846 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 847 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 848 [syscall]:
syscall.Syscall6(0x16b, 0x7e7, 0x0, 0x0, 0x1b5de58, 0xa, 0x1b5dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x7e7, 0x0, 0x0, 0x1b5de58, 0xa, 0x1b5dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x7e7, 0x0, 0x0, 0x0, 0x1b5de58, 0xa, 0xa, 0x1b5dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2086255f0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 849 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 850 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 851 [syscall]:
syscall.Syscall6(0x16b, 0x7ec, 0x0, 0x0, 0x1b57e58, 0xa, 0x1b57ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x7ec, 0x0, 0x0, 0x1b57e58, 0xa, 0x1b57ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x7ec, 0x0, 0x0, 0x0, 0x1b57e58, 0xa, 0xa, 0x1b57ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208624900)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 852 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 853 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 854 [syscall]:
syscall.Syscall6(0x16b, 0x7f1, 0x0, 0x0, 0x1b51e58, 0xa, 0x1b51ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x7f1, 0x0, 0x0, 0x1b51e58, 0xa, 0x1b51ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x7f1, 0x0, 0x0, 0x0, 0x1b51e58, 0xa, 0xa, 0x1b51ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2086254d0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 855 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 856 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 857 [syscall]:
syscall.Syscall6(0x16b, 0x7fb, 0x0, 0x0, 0x1b4be58, 0xa, 0x1b4bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x7fb, 0x0, 0x0, 0x1b4be58, 0xa, 0x1b4bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x7fb, 0x0, 0x0, 0x0, 0x1b4be58, 0xa, 0xa, 0x1b4bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083253b0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 858 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 859 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 860 [syscall]:
syscall.Syscall6(0x16b, 0x800, 0x0, 0x0, 0x1b45e58, 0xa, 0x1b45ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x800, 0x0, 0x0, 0x1b45e58, 0xa, 0x1b45ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x800, 0x0, 0x0, 0x0, 0x1b45e58, 0xa, 0xa, 0x1b45ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208352630)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 861 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 862 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 863 [syscall]:
syscall.Syscall6(0x16b, 0x806, 0x0, 0x0, 0x1b7fe58, 0xa, 0x1b7fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x806, 0x0, 0x0, 0x1b7fe58, 0xa, 0x1b7fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x806, 0x0, 0x0, 0x0, 0x1b7fe58, 0xa, 0xa, 0x1b7fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20833e000)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 864 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 865 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 866 [syscall]:
syscall.Syscall6(0x16b, 0x80b, 0x0, 0x0, 0x1b79e58, 0xa, 0x1b79ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x80b, 0x0, 0x0, 0x1b79e58, 0xa, 0x1b79ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x80b, 0x0, 0x0, 0x0, 0x1b79e58, 0xa, 0xa, 0x1b79ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20833f3b0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 867 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 868 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 869 [syscall]:
syscall.Syscall6(0x16b, 0x811, 0x0, 0x0, 0x1b73e58, 0xa, 0x1b73ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x811, 0x0, 0x0, 0x1b73e58, 0xa, 0x1b73ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x811, 0x0, 0x0, 0x0, 0x1b73e58, 0xa, 0xa, 0x1b73ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083c6870)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 870 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 871 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 872 [syscall]:
syscall.Syscall6(0x16b, 0x814, 0x0, 0x0, 0x1b6de58, 0xa, 0x1b6dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x814, 0x0, 0x0, 0x1b6de58, 0xa, 0x1b6dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x814, 0x0, 0x0, 0x0, 0x1b6de58, 0xa, 0xa, 0x1b6dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083c75f0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 873 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 874 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 875 [syscall]:
syscall.Syscall6(0x16b, 0x817, 0x0, 0x0, 0x1b67e58, 0xa, 0x1b67ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x817, 0x0, 0x0, 0x1b67e58, 0xa, 0x1b67ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x817, 0x0, 0x0, 0x0, 0x1b67e58, 0xa, 0xa, 0x1b67ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083c7b90)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 876 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 877 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 878 [syscall]:
syscall.Syscall6(0x16b, 0x81e, 0x0, 0x0, 0x1b81e58, 0xa, 0x1b81ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x81e, 0x0, 0x0, 0x1b81e58, 0xa, 0x1b81ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x81e, 0x0, 0x0, 0x0, 0x1b81e58, 0xa, 0xa, 0x1b81ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208610c60)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 879 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 880 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 881 [runnable]:
syscall.Syscall6(0x16b, 0x825, 0x0, 0x0, 0x1bbde58, 0xa, 0x1bbdca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x825, 0x0, 0x0, 0x1bbde58, 0xa, 0x1bbdca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x825, 0x0, 0x0, 0x0, 0x1bbde58, 0xa, 0xa, 0x1bbdca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208611680)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 882 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 883 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 884 [runnable]:
syscall.Syscall6(0x16b, 0x82e, 0x0, 0x0, 0x1bdde58, 0xa, 0x1bddca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x82e, 0x0, 0x0, 0x1bdde58, 0xa, 0x1bddca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x82e, 0x0, 0x0, 0x0, 0x1bdde58, 0xa, 0xa, 0x1bddca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208625560)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 885 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 886 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 887 [runnable]:
syscall.Syscall6(0x16b, 0x834, 0x0, 0x0, 0x1bd7e58, 0xa, 0x1bd7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x834, 0x0, 0x0, 0x1bd7e58, 0xa, 0x1bd7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x834, 0x0, 0x0, 0x0, 0x1bd7e58, 0xa, 0xa, 0x1bd7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083c7170)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 888 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 889 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 890 [runnable]:
syscall.Syscall6(0x16b, 0x83a, 0x0, 0x0, 0x1bfde58, 0xa, 0x1bfdca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x83a, 0x0, 0x0, 0x1bfde58, 0xa, 0x1bfdca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x83a, 0x0, 0x0, 0x0, 0x1bfde58, 0xa, 0xa, 0x1bfdca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083538c0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 891 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 892 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 893 [runnable]:
syscall.Syscall6(0x16b, 0x83f, 0x0, 0x0, 0x1bf7e58, 0xa, 0x1bf7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x83f, 0x0, 0x0, 0x1bf7e58, 0xa, 0x1bf7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x83f, 0x0, 0x0, 0x0, 0x1bf7e58, 0xa, 0xa, 0x1bf7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20833f680)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 894 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 895 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 896 [runnable]:
syscall.Syscall6(0x16b, 0x845, 0x0, 0x0, 0x1c1de58, 0xa, 0x1c1dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x845, 0x0, 0x0, 0x1c1de58, 0xa, 0x1c1dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x845, 0x0, 0x0, 0x0, 0x1c1de58, 0xa, 0xa, 0x1c1dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085f8000)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 897 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 898 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 899 [runnable]:
syscall.Syscall6(0x16b, 0x848, 0x0, 0x0, 0x1c17e58, 0xa, 0x1c17ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x848, 0x0, 0x0, 0x1c17e58, 0xa, 0x1c17ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x848, 0x0, 0x0, 0x0, 0x1c17e58, 0xa, 0xa, 0x1c17ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085f8510)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 900 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 901 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 902 [runnable]:
syscall.Syscall6(0x16b, 0x84d, 0x0, 0x0, 0x1c11e58, 0xa, 0x1c11ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x84d, 0x0, 0x0, 0x1c11e58, 0xa, 0x1c11ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x84d, 0x0, 0x0, 0x0, 0x1c11e58, 0xa, 0xa, 0x1c11ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085f9170)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 903 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 904 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 905 [runnable]:
syscall.Syscall6(0x16b, 0x853, 0x0, 0x0, 0x1c0be58, 0xa, 0x1c0bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x853, 0x0, 0x0, 0x1c0be58, 0xa, 0x1c0bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x853, 0x0, 0x0, 0x0, 0x1c0be58, 0xa, 0xa, 0x1c0bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085d8090)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 906 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 907 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 908 [runnable]:
syscall.Syscall6(0x16b, 0x856, 0x0, 0x0, 0x1c3de58, 0xa, 0x1c3dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x856, 0x0, 0x0, 0x1c3de58, 0xa, 0x1c3dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x856, 0x0, 0x0, 0x0, 0x1c3de58, 0xa, 0xa, 0x1c3dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085d8750)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 909 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 910 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 911 [runnable]:
syscall.Syscall6(0x16b, 0x85a, 0x0, 0x0, 0x1c37e58, 0xa, 0x1c37ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x85a, 0x0, 0x0, 0x1c37e58, 0xa, 0x1c37ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x85a, 0x0, 0x0, 0x0, 0x1c37e58, 0xa, 0xa, 0x1c37ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085d8fc0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 912 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 913 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 914 [runnable]:
syscall.Syscall6(0x16b, 0x85e, 0x0, 0x0, 0x1c31e58, 0xa, 0x1c31ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x85e, 0x0, 0x0, 0x1c31e58, 0xa, 0x1c31ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x85e, 0x0, 0x0, 0x0, 0x1c31e58, 0xa, 0xa, 0x1c31ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085d9830)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 915 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 916 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 917 [runnable]:
syscall.Syscall6(0x16b, 0x863, 0x0, 0x0, 0x1c5de58, 0xa, 0x1c5dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x863, 0x0, 0x0, 0x1c5de58, 0xa, 0x1c5dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x863, 0x0, 0x0, 0x0, 0x1c5de58, 0xa, 0xa, 0x1c5dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085c45a0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 918 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 919 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 920 [runnable]:
syscall.Syscall6(0x16b, 0x868, 0x0, 0x0, 0x1c57e58, 0xa, 0x1c57ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x868, 0x0, 0x0, 0x1c57e58, 0xa, 0x1c57ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x868, 0x0, 0x0, 0x0, 0x1c57e58, 0xa, 0xa, 0x1c57ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085c5050)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 921 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 922 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 923 [runnable]:
syscall.Syscall6(0x16b, 0x870, 0x0, 0x0, 0x1c51e58, 0xa, 0x1c51ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x870, 0x0, 0x0, 0x1c51e58, 0xa, 0x1c51ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x870, 0x0, 0x0, 0x0, 0x1c51e58, 0xa, 0xa, 0x1c51ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085ae5a0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 924 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 925 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 926 [runnable]:
syscall.Syscall6(0x16b, 0x877, 0x0, 0x0, 0x1c7de58, 0xa, 0x1c7dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x877, 0x0, 0x0, 0x1c7de58, 0xa, 0x1c7dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x877, 0x0, 0x0, 0x0, 0x1c7de58, 0xa, 0xa, 0x1c7dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085af830)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 927 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 928 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 929 [runnable]:
syscall.Syscall6(0x16b, 0x879, 0x0, 0x0, 0x1c77e58, 0xa, 0x1c77ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x879, 0x0, 0x0, 0x1c77e58, 0xa, 0x1c77ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x879, 0x0, 0x0, 0x0, 0x1c77e58, 0xa, 0xa, 0x1c77ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085af9e0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 930 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 931 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 932 [runnable]:
syscall.Syscall6(0x16b, 0x87b, 0x0, 0x0, 0x1c71e58, 0xa, 0x1c71ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x87b, 0x0, 0x0, 0x1c71e58, 0xa, 0x1c71ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x87b, 0x0, 0x0, 0x0, 0x1c71e58, 0xa, 0xa, 0x1c71ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085afb90)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 933 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 934 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 935 [runnable]:
syscall.Syscall6(0x16b, 0x87f, 0x0, 0x0, 0x1c6be58, 0xa, 0x1c6bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x87f, 0x0, 0x0, 0x1c6be58, 0xa, 0x1c6bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x87f, 0x0, 0x0, 0x0, 0x1c6be58, 0xa, 0xa, 0x1c6bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208596120)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 936 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 937 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 938 [runnable]:
syscall.Syscall6(0x16b, 0x881, 0x0, 0x0, 0x1c65e58, 0xa, 0x1c65ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x881, 0x0, 0x0, 0x1c65e58, 0xa, 0x1c65ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x881, 0x0, 0x0, 0x0, 0x1c65e58, 0xa, 0xa, 0x1c65ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085963f0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 939 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 940 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 941 [runnable]:
syscall.Syscall6(0x16b, 0x883, 0x0, 0x0, 0x1c9fe58, 0xa, 0x1c9fca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x883, 0x0, 0x0, 0x1c9fe58, 0xa, 0x1c9fca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x883, 0x0, 0x0, 0x0, 0x1c9fe58, 0xa, 0xa, 0x1c9fca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208596870)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 942 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 943 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 944 [runnable]:
syscall.Syscall6(0x16b, 0x886, 0x0, 0x0, 0x1c99e58, 0xa, 0x1c99ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x886, 0x0, 0x0, 0x1c99e58, 0xa, 0x1c99ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x886, 0x0, 0x0, 0x0, 0x1c99e58, 0xa, 0xa, 0x1c99ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208596ea0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 945 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 946 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 947 [runnable]:
syscall.Syscall6(0x16b, 0x88b, 0x0, 0x0, 0x1c93e58, 0xa, 0x1c93ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x88b, 0x0, 0x0, 0x1c93e58, 0xa, 0x1c93ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x88b, 0x0, 0x0, 0x0, 0x1c93e58, 0xa, 0xa, 0x1c93ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085977a0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 948 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 949 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 950 [runnable]:
syscall.Syscall6(0x16b, 0x88e, 0x0, 0x0, 0x1c8de58, 0xa, 0x1c8dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x88e, 0x0, 0x0, 0x1c8de58, 0xa, 0x1c8dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x88e, 0x0, 0x0, 0x0, 0x1c8de58, 0xa, 0xa, 0x1c8dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208597dd0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 951 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 952 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 953 [runnable]:
syscall.Syscall6(0x16b, 0x891, 0x0, 0x0, 0x1c87e58, 0xa, 0x1c87ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x891, 0x0, 0x0, 0x1c87e58, 0xa, 0x1c87ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x891, 0x0, 0x0, 0x0, 0x1c87e58, 0xa, 0xa, 0x1c87ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085802d0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 954 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 955 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 956 [runnable]:
syscall.Syscall6(0x16b, 0x894, 0x0, 0x0, 0x1ca1e58, 0xa, 0x1ca1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x894, 0x0, 0x0, 0x1ca1e58, 0xa, 0x1ca1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x894, 0x0, 0x0, 0x0, 0x1ca1e58, 0xa, 0xa, 0x1ca1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208580c60)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 957 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 958 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 959 [runnable]:
syscall.Syscall6(0x16b, 0x89a, 0x0, 0x0, 0x1cbbe58, 0xa, 0x1cbbca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x89a, 0x0, 0x0, 0x1cbbe58, 0xa, 0x1cbbca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x89a, 0x0, 0x0, 0x0, 0x1cbbe58, 0xa, 0xa, 0x1cbbca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208581680)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 960 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 961 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 962 [runnable]:
syscall.Syscall6(0x16b, 0x89d, 0x0, 0x0, 0x1cc1e58, 0xa, 0x1cc1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x89d, 0x0, 0x0, 0x1cc1e58, 0xa, 0x1cc1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x89d, 0x0, 0x0, 0x0, 0x1cc1e58, 0xa, 0xa, 0x1cc1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208581b00)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 963 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 964 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 965 [runnable]:
syscall.Syscall6(0x16b, 0x8a7, 0x0, 0x0, 0x1cdbe58, 0xa, 0x1cdbca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x8a7, 0x0, 0x0, 0x1cdbe58, 0xa, 0x1cdbca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x8a7, 0x0, 0x0, 0x0, 0x1cdbe58, 0xa, 0xa, 0x1cdbca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085758c0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 966 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 967 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 968 [syscall]:
syscall.Syscall6(0x16b, 0x8b4, 0x0, 0x0, 0x1cd5e58, 0xa, 0x1cd5ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x8b4, 0x0, 0x0, 0x1cd5e58, 0xa, 0x1cd5ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x8b4, 0x0, 0x0, 0x0, 0x1cd5e58, 0xa, 0xa, 0x1cd5ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208563050)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 969 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 970 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 971 [runnable]:
syscall.Syscall6(0x16b, 0x8ba, 0x0, 0x0, 0x1cfde58, 0xa, 0x1cfdca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x8ba, 0x0, 0x0, 0x1cfde58, 0xa, 0x1cfdca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x8ba, 0x0, 0x0, 0x0, 0x1cfde58, 0xa, 0xa, 0x1cfdca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085362d0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 972 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 973 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 974 [runnable]:
syscall.Syscall6(0x16b, 0x8c0, 0x0, 0x0, 0x1cf7e58, 0xa, 0x1cf7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x8c0, 0x0, 0x0, 0x1cf7e58, 0xa, 0x1cf7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x8c0, 0x0, 0x0, 0x0, 0x1cf7e58, 0xa, 0xa, 0x1cf7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2085285a0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 975 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 976 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 977 [runnable]:
syscall.Syscall6(0x16b, 0x8c4, 0x0, 0x0, 0x1cf1e58, 0xa, 0x1cf1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x8c4, 0x0, 0x0, 0x1cf1e58, 0xa, 0x1cf1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x8c4, 0x0, 0x0, 0x0, 0x1cf1e58, 0xa, 0xa, 0x1cf1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208529680)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 978 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 979 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 980 [runnable]:
syscall.Syscall6(0x16b, 0x8c7, 0x0, 0x0, 0x1cebe58, 0xa, 0x1cebca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x8c7, 0x0, 0x0, 0x1cebe58, 0xa, 0x1cebca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x8c7, 0x0, 0x0, 0x0, 0x1cebe58, 0xa, 0xa, 0x1cebca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20850ebd0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 981 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 982 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 983 [runnable]:
syscall.Syscall6(0x16b, 0x8e0, 0x0, 0x0, 0x1d1de58, 0xa, 0x1d1dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x8e0, 0x0, 0x0, 0x1d1de58, 0xa, 0x1d1dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x8e0, 0x0, 0x0, 0x0, 0x1d1de58, 0xa, 0xa, 0x1d1dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2084b1680)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 984 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 985 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 986 [runnable]:
syscall.Syscall6(0x16b, 0x8e6, 0x0, 0x0, 0x1d17e58, 0xa, 0x1d17ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x8e6, 0x0, 0x0, 0x1d17e58, 0xa, 0x1d17ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x8e6, 0x0, 0x0, 0x0, 0x1d17e58, 0xa, 0xa, 0x1d17ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208483710)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 987 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 988 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 989 [runnable]:
syscall.Syscall6(0x16b, 0x8ea, 0x0, 0x0, 0x1d11e58, 0xa, 0x1d11ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x8ea, 0x0, 0x0, 0x1d11e58, 0xa, 0x1d11ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x8ea, 0x0, 0x0, 0x0, 0x1d11e58, 0xa, 0xa, 0x1d11ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208465320)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 990 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 991 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 992 [runnable]:
syscall.Syscall6(0x16b, 0x900, 0x0, 0x0, 0x1d0be58, 0xa, 0x1d0bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x900, 0x0, 0x0, 0x1d0be58, 0xa, 0x1d0bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x900, 0x0, 0x0, 0x0, 0x1d0be58, 0xa, 0xa, 0x1d0bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208425cb0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 993 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 994 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 995 [runnable]:
syscall.Syscall6(0x16b, 0x939, 0x0, 0x0, 0x1d3de58, 0xa, 0x1d3dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x939, 0x0, 0x0, 0x1d3de58, 0xa, 0x1d3dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x939, 0x0, 0x0, 0x0, 0x1d3de58, 0xa, 0xa, 0x1d3dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20853c870)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 996 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 997 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 998 [runnable]:
syscall.Syscall6(0x16b, 0x93f, 0x0, 0x0, 0x1d37e58, 0xa, 0x1d37ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x93f, 0x0, 0x0, 0x1d37e58, 0xa, 0x1d37ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x93f, 0x0, 0x0, 0x0, 0x1d37e58, 0xa, 0xa, 0x1d37ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc20853dcb0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 999 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1000 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1001 [runnable]:
syscall.Syscall6(0x16b, 0x943, 0x0, 0x0, 0x1d31e58, 0xa, 0x1d31ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x943, 0x0, 0x0, 0x1d31e58, 0xa, 0x1d31ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x943, 0x0, 0x0, 0x0, 0x1d31e58, 0xa, 0xa, 0x1d31ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc2083621b0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1002 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1003 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1004 [runnable]:
syscall.Syscall6(0x16b, 0x979, 0x0, 0x0, 0x1d2be58, 0xa, 0x1d2bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x979, 0x0, 0x0, 0x1d2be58, 0xa, 0x1d2bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x979, 0x0, 0x0, 0x0, 0x1d2be58, 0xa, 0xa, 0x1d2bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208e6a6c0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1005 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1006 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1007 [runnable]:
syscall.Syscall6(0x16b, 0x988, 0x0, 0x0, 0x1d5de58, 0xa, 0x1d5dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x988, 0x0, 0x0, 0x1d5de58, 0xa, 0x1d5dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x988, 0x0, 0x0, 0x0, 0x1d5de58, 0xa, 0xa, 0x1d5dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208e96a20)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1008 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1009 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1010 [runnable]:
syscall.Syscall6(0x16b, 0x98e, 0x0, 0x0, 0x1d57e58, 0xa, 0x1d57ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x98e, 0x0, 0x0, 0x1d57e58, 0xa, 0x1d57ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x98e, 0x0, 0x0, 0x0, 0x1d57e58, 0xa, 0xa, 0x1d57ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208ea2090)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1011 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1012 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1013 [runnable]:
syscall.Syscall6(0x16b, 0x992, 0x0, 0x0, 0x1d51e58, 0xa, 0x1d51ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x992, 0x0, 0x0, 0x1d51e58, 0xa, 0x1d51ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x992, 0x0, 0x0, 0x0, 0x1d51e58, 0xa, 0xa, 0x1d51ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208ea2f30)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1014 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1015 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1016 [runnable]:
syscall.Syscall6(0x16b, 0x99e, 0x0, 0x0, 0x1d4be58, 0xa, 0x1d4bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x99e, 0x0, 0x0, 0x1d4be58, 0xa, 0x1d4bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x99e, 0x0, 0x0, 0x0, 0x1d4be58, 0xa, 0xa, 0x1d4bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208ea8fc0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1017 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1018 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1019 [runnable]:
syscall.Syscall6(0x16b, 0x9a5, 0x0, 0x0, 0x1d7de58, 0xa, 0x1d7dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x9a5, 0x0, 0x0, 0x1d7de58, 0xa, 0x1d7dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x9a5, 0x0, 0x0, 0x0, 0x1d7de58, 0xa, 0xa, 0x1d7dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208ea9830)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1020 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1021 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1022 [runnable]:
syscall.Syscall6(0x16b, 0x9aa, 0x0, 0x0, 0x1d77e58, 0xa, 0x1d77ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x9aa, 0x0, 0x0, 0x1d77e58, 0xa, 0x1d77ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x9aa, 0x0, 0x0, 0x0, 0x1d77e58, 0xa, 0xa, 0x1d77ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208ee6000)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1023 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1024 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1025 [runnable]:
syscall.Syscall6(0x16b, 0x9af, 0x0, 0x0, 0x1d9de58, 0xa, 0x1d9dca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x9af, 0x0, 0x0, 0x1d9de58, 0xa, 0x1d9dca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x9af, 0x0, 0x0, 0x0, 0x1d9de58, 0xa, 0xa, 0x1d9dca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208ee66c0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1026 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1027 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1028 [runnable]:
syscall.Syscall6(0x16b, 0x9b2, 0x0, 0x0, 0x1d97e58, 0xa, 0x1d97ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x9b2, 0x0, 0x0, 0x1d97e58, 0xa, 0x1d97ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x9b2, 0x0, 0x0, 0x0, 0x1d97e58, 0xa, 0xa, 0x1d97ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208ee6f30)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1029 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1030 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1031 [syscall]:
syscall.Syscall6(0x16b, 0x9b5, 0x0, 0x0, 0x1d91e58, 0xa, 0x1d91ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x9b5, 0x0, 0x0, 0x1d91e58, 0xa, 0x1d91ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x9b5, 0x0, 0x0, 0x0, 0x1d91e58, 0xa, 0xa, 0x1d91ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208ee7680)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1032 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1033 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1034 [syscall]:
syscall.Syscall6(0x16b, 0x9b8, 0x0, 0x0, 0x1d8be58, 0xa, 0x1d8bca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x9b8, 0x0, 0x0, 0x1d8be58, 0xa, 0x1d8bca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x9b8, 0x0, 0x0, 0x0, 0x1d8be58, 0xa, 0xa, 0x1d8bca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208f12120)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1035 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1036 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1037 [syscall]:
syscall.Syscall6(0x16b, 0x9c5, 0x0, 0x0, 0x1d85e58, 0xa, 0x1d85ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x9c5, 0x0, 0x0, 0x1d85e58, 0xa, 0x1d85ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x9c5, 0x0, 0x0, 0x0, 0x1d85e58, 0xa, 0xa, 0x1d85ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208f138c0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1038 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1039 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1040 [syscall]:
syscall.Syscall6(0x16b, 0x9ce, 0x0, 0x0, 0x1dbde58, 0xa, 0x1dbdca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x9ce, 0x0, 0x0, 0x1dbde58, 0xa, 0x1dbdca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x9ce, 0x0, 0x0, 0x0, 0x1dbde58, 0xa, 0xa, 0x1dbdca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208f40000)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1041 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1042 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1043 [syscall]:
syscall.Syscall6(0x16b, 0x9d4, 0x0, 0x0, 0x1db7e58, 0xa, 0x1db7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x9d4, 0x0, 0x0, 0x1db7e58, 0xa, 0x1db7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x9d4, 0x0, 0x0, 0x0, 0x1db7e58, 0xa, 0xa, 0x1db7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208f41290)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1044 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1045 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1046 [syscall]:
syscall.Syscall6(0x16b, 0x9d8, 0x0, 0x0, 0x1db1e58, 0xa, 0x1db1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x9d8, 0x0, 0x0, 0x1db1e58, 0xa, 0x1db1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x9d8, 0x0, 0x0, 0x0, 0x1db1e58, 0xa, 0xa, 0x1db1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208f41710)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1047 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1048 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1049 [syscall]:
syscall.Syscall6(0x16b, 0x9de, 0x0, 0x0, 0x1dabe58, 0xa, 0x1dabca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x9de, 0x0, 0x0, 0x1dabe58, 0xa, 0x1dabca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x9de, 0x0, 0x0, 0x0, 0x1dabe58, 0xa, 0xa, 0x1dabca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208f53050)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1050 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1051 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1052 [syscall]:
syscall.Syscall6(0x16b, 0x9e5, 0x0, 0x0, 0x1ddde58, 0xa, 0x1dddca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x9e5, 0x0, 0x0, 0x1ddde58, 0xa, 0x1dddca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x9e5, 0x0, 0x0, 0x0, 0x1ddde58, 0xa, 0xa, 0x1dddca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208f7cea0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1053 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1054 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1055 [syscall]:
syscall.Syscall6(0x16b, 0x9eb, 0x0, 0x0, 0x1dd7e58, 0xa, 0x1dd7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x9eb, 0x0, 0x0, 0x1dd7e58, 0xa, 0x1dd7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x9eb, 0x0, 0x0, 0x0, 0x1dd7e58, 0xa, 0xa, 0x1dd7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208f84360)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1056 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1057 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1058 [syscall]:
syscall.Syscall6(0x16b, 0x9ef, 0x0, 0x0, 0x1dd1e58, 0xa, 0x1dd1ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x9ef, 0x0, 0x0, 0x1dd1e58, 0xa, 0x1dd1ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x9ef, 0x0, 0x0, 0x0, 0x1dd1e58, 0xa, 0xa, 0x1dd1ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208f84a20)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1059 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1060 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1061 [syscall]:
syscall.Syscall6(0x16b, 0x9f3, 0x0, 0x0, 0x1dfde58, 0xa, 0x1dfdca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x9f3, 0x0, 0x0, 0x1dfde58, 0xa, 0x1dfdca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x9f3, 0x0, 0x0, 0x0, 0x1dfde58, 0xa, 0xa, 0x1dfdca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208f85680)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1062 [chan receive]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x73
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1063 [chan receive]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x61
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1064 [syscall]:
syscall.Syscall6(0x16b, 0x9f6, 0x0, 0x0, 0x1df7e58, 0xa, 0x1df7ca8, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_darwin_amd64.s:44 +0x5
syscall.kevent(0x9f6, 0x0, 0x0, 0x1df7e58, 0xa, 0x1df7ca8, 0x2603e0, 0x0, 0x0)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_darwin_amd64.go:200 +0x85
syscall.Kevent(0x9f6, 0x0, 0x0, 0x0, 0x1df7e58, 0xa, 0xa, 0x1df7ca8, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_bsd.go:447 +0xa3
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208f85ef0)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:290 +0x3d8
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1065 [runnable]:
main.func·001()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:95
created by main.convertFsEvents
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xd9
goroutine 1066 [runnable]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:111
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
goroutine 1067 [runnable]:
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0xc208f95830)
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:257
created by gopkg.in/fsnotify%2ev1.NewWatcher
/Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/kqueue.go:59 +0x2d0
goroutine 1068 [runnable]:
main.func·002()
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:111
created by main.func·003
/Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xf9
thomas@workstation:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment