Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[theme-watch] Panic when .git/ directory exists #12

Closed
nickjj opened this issue Dec 7, 2014 · 8 comments
Closed

[theme-watch] Panic when .git/ directory exists #12

nickjj opened this issue Dec 7, 2014 · 8 comments

Comments

@nickjj
Copy link

nickjj commented Dec 7, 2014

The panic occurs with or without the directory being flagged to ignore in the config.yml.

panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x1 pc=0x808d682]

goroutine 16 [running]:
runtime.panic(0x82984c0, 0x8416393)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/runtime/panic.c:279 +0xe9
gopkg.in/fsnotify%2ev1.(*Watcher).Add(0x0, 0x1862fd00, 0x31, 0x0, 0x0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:72 +0x72
main.watchDir(0x1862fd00, 0x31, 0x841a244, 0x0, 0x0, 0x841a244, 0x0, 0x0, 0x1862fd80, 0xb7750460, ...)
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:124 +0x66
main.func·003(0x1862fd00, 0x31, 0xb774c398, 0x18674ae0, 0x0, 0x0, 0x0, 0x0)
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:110 +0x90
path/filepath.walk(0x1862fd00, 0x31, 0xb774c398, 0x18674ae0, 0xb765dd20, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/path/filepath/path.go:343 +0x7d
path/filepath.walk(0x1861b620, 0x2e, 0xb774c398, 0x1861b680, 0xb765dd20, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/path/filepath/path.go:368 +0x3f7
path/filepath.walk(0x1861aab0, 0x26, 0xb774c398, 0x1861ab10, 0xb765dd20, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/path/filepath/path.go:368 +0x3f7
path/filepath.walk(0x1861a450, 0x21, 0xb774c398, 0x1861a930, 0xb765dd20, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/path/filepath/path.go:368 +0x3f7
path/filepath.Walk(0x1861a450, 0x21, 0xb765dd20, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/path/filepath/path.go:390 +0xc2
main.watchDirRecur(0x1861a450, 0x21, 0x841a244, 0x0, 0x0, 0x841a244, 0x0, 0x0, 0x0, 0x0, ...)
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:118 +0xa2
main.NewFileWatcher(0x1861a450, 0x21, 0x1, 0x841a244, 0x0, 0x0, 0x841a244, 0x0, 0x0, 0x1861a7e0)
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:40 +0x4b
main.constructFileWatcher(0x1861a450, 0x21, 0x18624ac0, 0x20, 0x18624b20, 0x1a, 0x1861a7e0, 0x28, 0x1860e530, 0x1, ...)
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/main.go:41 +0x7c
main.main()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/main.go:17 +0x29f

goroutine 19 [finalizer wait]:
runtime.park(0x805aed0, 0x8419dcc, 0x8418949)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/runtime/proc.c:1369 +0x94
runtime.parkunlock(0x8419dcc, 0x8418949)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/runtime/proc.c:1385 +0x3f
runfinq()
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/runtime/mgc0.c:2644 +0xc5
runtime.goexit()
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/runtime/proc.c:1445

goroutine 20 [runnable]:
syscall.Syscall(0x3, 0x3, 0x186bbf30, 0x10000, 0x20, 0x10000, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x3, 0x186bbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x3, 0x186bbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861a960)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 21 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 22 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 23 [syscall]:
syscall.Syscall(0x3, 0x4, 0x186ebf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x4, 0x186ebf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x4, 0x186ebf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861ab40)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 24 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 25 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 26 [syscall]:
syscall.Syscall(0x3, 0x5, 0x1870bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x5, 0x1870bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x5, 0x1870bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861a540)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 27 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 28 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 29 [syscall]:
syscall.Syscall(0x3, 0x6, 0x1873bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x6, 0x1873bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x6, 0x1873bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861a9f0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 30 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 31 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 32 [syscall]:
syscall.Syscall(0x3, 0x7, 0x1875bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x7, 0x1875bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x7, 0x1875bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861af90)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 33 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 34 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 35 [syscall]:
syscall.Syscall(0x3, 0x8, 0x1878bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x8, 0x1878bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x8, 0x1878bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861b1d0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 36 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 37 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 38 [syscall]:
syscall.Syscall(0x3, 0x9, 0x187abf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x9, 0x187abf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x9, 0x187abf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861b410)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 39 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 40 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 41 [syscall]:
syscall.Syscall(0x3, 0xa, 0x187dbf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0xa, 0x187dbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0xa, 0x187dbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861b500)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 42 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 43 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 44 [syscall]:
syscall.Syscall(0x3, 0xb, 0x187fbf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0xb, 0x187fbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0xb, 0x187fbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861b6b0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 45 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 46 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 47 [syscall]:
syscall.Syscall(0x3, 0xc, 0x1882bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0xc, 0x1882bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0xc, 0x1882bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861b800)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 48 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 49 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 50 [syscall]:
syscall.Syscall(0x3, 0xd, 0x1884bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0xd, 0x1884bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0xd, 0x1884bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861b950)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 51 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 52 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 53 [syscall]:
syscall.Syscall(0x3, 0xe, 0x1887bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0xe, 0x1887bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0xe, 0x1887bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861baa0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 54 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 55 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 56 [syscall]:
syscall.Syscall(0x3, 0xf, 0x1889bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0xf, 0x1889bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0xf, 0x1889bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861bc50)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 57 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 58 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 59 [syscall]:
syscall.Syscall(0x3, 0x10, 0x188cbf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x10, 0x188cbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x10, 0x188cbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861bda0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 60 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 61 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 62 [syscall]:
syscall.Syscall(0x3, 0x11, 0x188ebf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x11, 0x188ebf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x11, 0x188ebf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861bf20)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 63 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 64 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 65 [syscall]:
syscall.Syscall(0x3, 0x12, 0x1891bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x12, 0x1891bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x12, 0x1891bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18664090)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 66 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 67 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 68 [syscall]:
syscall.Syscall(0x3, 0x13, 0x1894bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x13, 0x1894bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x13, 0x1894bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x186641e0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 69 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 70 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 71 [syscall]:
syscall.Syscall(0x3, 0x14, 0x1896bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x14, 0x1896bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x14, 0x1896bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18664330)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 72 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 73 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 74 [syscall]:
syscall.Syscall(0x3, 0x15, 0x1899bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x15, 0x1899bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x15, 0x1899bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x186644e0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 75 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 76 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 77 [syscall]:
syscall.Syscall(0x3, 0x16, 0x189ebf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x16, 0x189ebf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x16, 0x189ebf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18664630)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 78 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 79 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 80 [syscall]:
syscall.Syscall(0x3, 0x17, 0x18a0bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x17, 0x18a0bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x17, 0x18a0bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18664780)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 81 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 82 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 83 [syscall]:
syscall.Syscall(0x3, 0x18, 0x18a3bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x18, 0x18a3bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x18, 0x18a3bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18664030)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 84 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 85 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 86 [syscall]:
syscall.Syscall(0x3, 0x19, 0x18a5bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x19, 0x18a5bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x19, 0x18a5bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18664300)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 87 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 88 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 89 [syscall]:
syscall.Syscall(0x3, 0x1a, 0x18a8bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x1a, 0x18a8bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x1a, 0x18a8bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x186646f0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 90 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 91 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 92 [syscall]:
syscall.Syscall(0x3, 0x1b, 0x18aabf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x1b, 0x18aabf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x1b, 0x18aabf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18664930)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 93 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 94 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 95 [syscall]:
syscall.Syscall(0x3, 0x1c, 0x18adbf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x1c, 0x18adbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x1c, 0x18adbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18664a80)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 96 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 97 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 98 [syscall]:
syscall.Syscall(0x3, 0x1d, 0x18afbf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x1d, 0x18afbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x1d, 0x18afbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18664c30)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 99 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 100 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 101 [syscall]:
syscall.Syscall(0x3, 0x1e, 0x18b2bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x1e, 0x18b2bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x1e, 0x18b2bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18664d80)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 102 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 103 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 104 [syscall]:
syscall.Syscall(0x3, 0x1f, 0x18b4bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x1f, 0x18b4bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x1f, 0x18b4bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18664f30)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 105 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 106 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 107 [syscall]:
syscall.Syscall(0x3, 0x20, 0x18b7bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x20, 0x18b7bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x20, 0x18b7bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x186650e0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 108 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 109 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 110 [syscall]:
syscall.Syscall(0x3, 0x21, 0x18b9bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x21, 0x18b9bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x21, 0x18b9bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18665230)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 111 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 112 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 113 [syscall]:
syscall.Syscall(0x3, 0x22, 0x18bcbf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x22, 0x18bcbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x22, 0x18bcbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18665380)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 114 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 115 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 116 [syscall]:
syscall.Syscall(0x3, 0x23, 0x18bebf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x23, 0x18bebf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x23, 0x18bebf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18665500)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 117 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 118 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 119 [syscall]:
syscall.Syscall(0x3, 0x24, 0x18c1bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x24, 0x18c1bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x24, 0x18c1bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18665650)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 120 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 121 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 122 [syscall]:
syscall.Syscall(0x3, 0x25, 0x18c3bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x25, 0x18c3bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x25, 0x18c3bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18665860)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 123 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 124 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 125 [syscall]:
syscall.Syscall(0x3, 0x26, 0x18c5bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x26, 0x18c5bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x26, 0x18c5bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x186659b0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 126 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 127 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 128 [syscall]:
syscall.Syscall(0x3, 0x27, 0x18c8bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x27, 0x18c8bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x27, 0x18c8bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18665b00)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 129 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 130 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 131 [syscall]:
syscall.Syscall(0x3, 0x28, 0x18cabf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x28, 0x18cabf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x28, 0x18cabf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18665c50)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 132 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 133 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 134 [syscall]:
syscall.Syscall(0x3, 0x29, 0x18cdbf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x29, 0x18cdbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x29, 0x18cdbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18665da0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 135 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 136 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 137 [syscall]:
syscall.Syscall(0x3, 0x2a, 0x18cfbf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x2a, 0x18cfbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x2a, 0x18cfbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18665ef0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 138 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 139 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 140 [syscall]:
syscall.Syscall(0x3, 0x2b, 0x18d2bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x2b, 0x18d2bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x2b, 0x18d2bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861a150)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 141 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 142 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 143 [syscall]:
syscall.Syscall(0x3, 0x2c, 0x18d4bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x2c, 0x18d4bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x2c, 0x18d4bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861a660)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 144 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 145 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 146 [syscall]:
syscall.Syscall(0x3, 0x2d, 0x1940df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x2d, 0x1940df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x2d, 0x1940df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861a900)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 147 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 148 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 149 [syscall]:
syscall.Syscall(0x3, 0x2e, 0x1943df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x2e, 0x1943df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x2e, 0x1943df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861ad20)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 150 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 151 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 152 [syscall]:
syscall.Syscall(0x3, 0x2f, 0x189bbf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x2f, 0x189bbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x2f, 0x189bbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861a5d0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 153 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 154 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 155 [syscall]:
syscall.Syscall(0x3, 0x30, 0x1902df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x30, 0x1902df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x30, 0x1902df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861be60)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 156 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 157 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 158 [syscall]:
syscall.Syscall(0x3, 0x31, 0x1904df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x31, 0x1904df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x31, 0x1904df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861af30)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 159 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 160 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 161 [syscall]:
syscall.Syscall(0x3, 0x32, 0x1907df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x32, 0x1907df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x32, 0x1907df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861b1a0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 162 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 163 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 164 [syscall]:
syscall.Syscall(0x3, 0x33, 0x1909df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x33, 0x1909df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x33, 0x1909df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861b3e0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 165 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 166 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 167 [syscall]:
syscall.Syscall(0x3, 0x34, 0x190cdf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x34, 0x190cdf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x34, 0x190cdf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861b7d0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 168 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 169 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 170 [syscall]:
syscall.Syscall(0x3, 0x35, 0x190edf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x35, 0x190edf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x35, 0x190edf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861bb60)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 171 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 172 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 173 [syscall]:
syscall.Syscall(0x3, 0x36, 0x1911df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x36, 0x1911df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x36, 0x1911df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x1861bd70)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 174 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 175 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 176 [syscall]:
syscall.Syscall(0x3, 0x37, 0x1913df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x37, 0x1913df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x37, 0x1913df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x186642d0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 177 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 178 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 179 [syscall]:
syscall.Syscall(0x3, 0x38, 0x1916df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x38, 0x1916df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x38, 0x1916df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x186648a0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 180 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 181 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 182 [syscall]:
syscall.Syscall(0x3, 0x39, 0x1918df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x39, 0x1918df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x39, 0x1918df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18664ba0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 183 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 184 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 185 [syscall]:
syscall.Syscall(0x3, 0x3a, 0x191bdf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x3a, 0x191bdf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x3a, 0x191bdf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18664e70)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 186 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 187 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 188 [syscall]:
syscall.Syscall(0x3, 0x3b, 0x191ddf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x3b, 0x191ddf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x3b, 0x191ddf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18665080)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 189 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 190 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 191 [syscall]:
syscall.Syscall(0x3, 0x3c, 0x1920df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x3c, 0x1920df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x3c, 0x1920df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18665350)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 192 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 193 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 194 [syscall]:
syscall.Syscall(0x3, 0x3d, 0x1922df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x3d, 0x1922df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x3d, 0x1922df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18665710)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 195 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 196 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 197 [syscall]:
syscall.Syscall(0x3, 0x3e, 0x1925df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x3e, 0x1925df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x3e, 0x1925df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18665920)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 198 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 199 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 200 [syscall]:
syscall.Syscall(0x3, 0x3f, 0x1927df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x3f, 0x1927df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x3f, 0x1927df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18665d10)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 201 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 202 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 203 [syscall]:
syscall.Syscall(0x3, 0x40, 0x192adf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x40, 0x192adf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x40, 0x192adf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18674060)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 204 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 205 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 206 [syscall]:
syscall.Syscall(0x3, 0x41, 0x192cdf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x41, 0x192cdf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x41, 0x192cdf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x186741b0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 207 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 208 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 209 [syscall]:
syscall.Syscall(0x3, 0x42, 0x192fdf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x42, 0x192fdf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x42, 0x192fdf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18674330)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 210 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 211 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 212 [syscall]:
syscall.Syscall(0x3, 0x43, 0x1931df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x43, 0x1931df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x43, 0x1931df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18674540)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 213 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 214 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 215 [syscall]:
syscall.Syscall(0x3, 0x44, 0x1934df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x44, 0x1934df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x44, 0x1934df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18674690)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 216 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 217 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 218 [syscall]:
syscall.Syscall(0x3, 0x45, 0x1936df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x45, 0x1936df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x45, 0x1936df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x186747e0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 219 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 220 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 221 [syscall]:
syscall.Syscall(0x3, 0x46, 0x1939df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x46, 0x1939df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x46, 0x1939df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18674930)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 222 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 223 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 224 [syscall]:
syscall.Syscall(0x3, 0x47, 0x193bdf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x47, 0x193bdf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x47, 0x193bdf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18674b40)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 225 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 226 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 227 [syscall]:
syscall.Syscall(0x3, 0x48, 0x193edf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x48, 0x193edf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x48, 0x193edf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18674c90)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 228 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 229 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 230 [syscall]:
syscall.Syscall(0x3, 0x49, 0x18d7bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x49, 0x18d7bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x49, 0x18d7bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18674150)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 231 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 232 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 233 [syscall]:
syscall.Syscall(0x3, 0x4a, 0x18dabf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x4a, 0x18dabf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x4a, 0x18dabf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18674450)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 234 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 235 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 236 [syscall]:
syscall.Syscall(0x3, 0x4b, 0x18dcbf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x4b, 0x18dcbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x4b, 0x18dcbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18674660)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 237 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 238 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 239 [syscall]:
syscall.Syscall(0x3, 0x4c, 0x18dfbf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x4c, 0x18dfbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x4c, 0x18dfbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x186749f0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 240 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 241 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 242 [syscall]:
syscall.Syscall(0x3, 0x4d, 0x18e1bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x4d, 0x18e1bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x4d, 0x18e1bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18674c00)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 243 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 244 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 245 [syscall]:
syscall.Syscall(0x3, 0x4e, 0x18e4bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x4e, 0x18e4bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x4e, 0x18e4bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18674e40)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 246 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 247 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 248 [syscall]:
syscall.Syscall(0x3, 0x4f, 0x18e6bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x4f, 0x18e6bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x4f, 0x18e6bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18674ff0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 249 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 250 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 251 [syscall]:
syscall.Syscall(0x3, 0x50, 0x18e9bf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x50, 0x18e9bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x50, 0x18e9bf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18675140)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 252 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 253 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 254 [syscall]:
syscall.Syscall(0x3, 0x51, 0x18ebbf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x51, 0x18ebbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x51, 0x18ebbf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18675290)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 255 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 256 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 257 [syscall]:
syscall.Syscall(0x3, 0x52, 0x18eebf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x52, 0x18eebf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x52, 0x18eebf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x186753e0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 258 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 259 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 260 [syscall]:
syscall.Syscall(0x3, 0x53, 0x18f0df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x53, 0x18f0df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x53, 0x18f0df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x186755c0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 261 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 262 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 263 [syscall]:
syscall.Syscall(0x3, 0x54, 0x18f3df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x54, 0x18f3df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x54, 0x18f3df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18675710)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 264 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 265 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 266 [syscall]:
syscall.Syscall(0x3, 0x55, 0x18f5df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x55, 0x18f5df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x55, 0x18f5df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x186758c0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 267 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 268 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 269 [syscall]:
syscall.Syscall(0x3, 0x56, 0x18f8df30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x56, 0x18f8df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x56, 0x18f8df30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18675a10)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 270 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 271 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 272 [syscall]:
syscall.Syscall(0x3, 0x57, 0x18fadf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x57, 0x18fadf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x57, 0x18fadf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18675bc0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 273 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 274 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 275 [syscall]:
syscall.Syscall(0x3, 0x58, 0x18fddf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x58, 0x18fddf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x58, 0x18fddf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18675d10)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 276 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 277 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 278 [syscall]:
syscall.Syscall(0x3, 0x59, 0x18ffdf30, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/asm_linux_386.s:19 +0x5
syscall.read(0x59, 0x18ffdf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/zsyscall_linux_386.go:838 +0x60
syscall.Read(0x59, 0x18ffdf30, 0x10000, 0x10000, 0x0, 0x0, 0x0)
    /usr/local/Cellar/go/1.3.3/libexec/src/pkg/syscall/syscall_unix.go:136 +0x56
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18675e60)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:144 +0x10c
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 279 [chan receive]:
main.func·001()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:97 +0x5b
created by main.convertFsEvents
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:102 +0xc7

goroutine 280 [chan receive]:
main.func·002()
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:113 +0x5b
created by main.func·003
    /Users/csaunders/development/golang/src/github.com/csaunders/phoenix/cmd/theme-watch/file_watcher.go:115 +0xc6

goroutine 281 [runnable]:
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18664a50)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:126
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 282 [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 +0xc7

goroutine 283 [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 +0xc6

goroutine 284 [runnable]:
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18665020)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:126
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 285 [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 +0xc7

goroutine 286 [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 +0xc6

goroutine 287 [runnable]:
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x186655f0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:126
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 288 [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 +0xc7

goroutine 289 [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 +0xc6

goroutine 290 [runnable]:
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18665bc0)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:126
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 291 [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 +0xc7

goroutine 292 [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 +0xc6

goroutine 293 [runnable]:
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18674030)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:126
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 294 [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 +0xc7

goroutine 295 [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 +0xc6

goroutine 296 [runnable]:
gopkg.in/fsnotify%2ev1.(*Watcher).readEvents(0x18674600)
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:126
created by gopkg.in/fsnotify%2ev1.NewWatcher
    /Users/csaunders/development/golang/src/gopkg.in/fsnotify.v1/inotify.go:47 +0x208

goroutine 297 [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 +0xc7

goroutine 298 [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 +0xc6

@csaunders
Copy link
Contributor

Thanks for the stacktrace ❤️

@csaunders
Copy link
Contributor

Do you have a project that can replicate this? On my test theme I'm unable to replicate the issue :(

@csaunders
Copy link
Contributor

Sorry... I goofed I think. Let me try this again.

Edit: Nope, seems like I can't replicate this on my system with what I have. I'm getting a lot of empty events but other than that the application seems to keep running. I'm going to need more information or some replication details in order to fix this one.

@nickjj
Copy link
Author

nickjj commented Dec 15, 2014

Ok, I'll see what I can do. Oddly enough I can't reproduce it in a new project too but it still persists in the original project I was testing it with. I'll try to track down what the cause is, and if I can't then I'll just provide you with the entire project if you want.

@csaunders
Copy link
Contributor

Yeah if you can't get a new project working with it, we can figure out a way to get the project to me (worst case via email or something).

Thanks!

@nickjj
Copy link
Author

nickjj commented Dec 15, 2014

I took a look into it, it's really strange haha.

Here's the exact steps of what I did:

  • Watch project that's known to throw this error
  • It crashed as expected
  • Remove .git directory and re-run [success]
  • Mkdir .git and re-run [success]
  • Copy the files from the old .git directory into the new one [fail]
  • Remove all of the files in the root directory of the .git dir [fail]
  • Remove some of the folders from the .git dir [fail]
  • Remove about half of the folders in .git/objects [success]

I didn't bother to measure the exact point of when it crashes in terms of how many folders cause the crash. I also don't know why it's spazzing from that folder because there's not much history at all. There's only 209 items in it, but it's also set to be ignored.

I'll e-mail it to you if you can't reproduce it on your end.

Edit:
Here's my config.yml

access_token: abc
store: xyz.myshopify.com
bucket_size: 40
refill_rate: 2
ignore_files:
  - .gitignore
  - .git/

@csaunders
Copy link
Contributor

I signed up for your email list or whatever. Could you send a zip of your project that causes the app to crash?

@csaunders
Copy link
Contributor

Fixed in 58bf4e8

You can get these changes from the 0.0.5 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants