Skip to content

Instantly share code, notes, and snippets.

@christophermancini
Created June 17, 2016 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christophermancini/81401bbf2fac5847d9a256a9ceb2a20c to your computer and use it in GitHub Desktop.
Save christophermancini/81401bbf2fac5847d9a256a9ceb2a20c to your computer and use it in GitHub Desktop.
fatal error: concurrent map read and map write
goroutine 477 [running]:
runtime.throw(0x91eda0, 0x21)
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/panic.go:547 +0x90 fp=0xc857223200 sp=0xc8572231e8
runtime.mapaccess1_faststr(0x66b380, 0xc82def27b0, 0xc860c23aca, 0x7, 0xc862fb1790)
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/hashmap_fast.go:202 +0x5b fp=0xc857223260 sp=0xc857223200
text/template.(*state).walkTemplate(0xc8572236f8, 0x82e2c0, 0xc84c10d560, 0x16, 0xc83e746b00)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:358 +0xe9 fp=0xc857223370 sp=0xc857223260
text/template.(*state).walk(0xc8572236f8, 0x82e2c0, 0xc84c10d560, 0x16, 0xf748e8, 0xc83e746b00)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:228 +0x5b7 fp=0xc8572234b8 sp=0xc857223370
text/template.(*state).walk(0xc8572236f8, 0x82e2c0, 0xc84c10d560, 0x16, 0xf7cc60, 0xc831ebbbf0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:223 +0x6a1 fp=0xc857223600 sp=0xc8572234b8
text/template.(*Template).Execute(0xc83e87e500, 0xf5dd90, 0xc845f56a80, 0x82e2c0, 0xc84c10d560, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:178 +0x2a7 fp=0xc857223740 sp=0xc857223600
html/template.(*Template).Execute(0xc83262a570, 0xf5dd90, 0xc845f56a80, 0x82e2c0, 0xc84c10d560, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/html/template/template.go:104 +0x9a fp=0xc857223790 sp=0xc857223740
github.com/spf13/hugo/hugolib.(*Site).renderThing(0xc8309b81e0, 0x82e2c0, 0xc84c10d560, 0xc87720a520, 0x17, 0xf5dd90, 0xc845f56a80, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:2044 +0xc2 fp=0xc857223828 sp=0xc857223790
github.com/spf13/hugo/hugolib.(*Site).render(0xc8309b81e0, 0xc84bc91b50, 0xc, 0x82e2c0, 0xc84c10d560, 0xf5dd90, 0xc845f56a80, 0xc83ab18c80, 0x8, 0x8, ...)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:2018 +0x2be fp=0xc857223908 sp=0xc857223828
github.com/spf13/hugo/hugolib.(*Site).renderAndWritePage(0xc8309b81e0, 0xc84bc91b50, 0xc, 0xc85bcfee10, 0x25, 0x82e2c0, 0xc84c10d560, 0xc83ab18c80, 0x8, 0x8, ...)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:1938 +0x135 fp=0xc857223c40 sp=0xc857223908
github.com/spf13/hugo/hugolib.taxonomyRenderer(0xc8309b81e0, 0xc8702a90e0, 0xc8702a9140, 0xc837d6b020)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:1546 +0x4c5 fp=0xc857223f60 sp=0xc857223c40
runtime.goexit()
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc857223f68 sp=0xc857223f60
created by github.com/spf13/hugo/hugolib.(*Site).renderTaxonomiesLists
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:1477 +0x117
goroutine 1 [semacquire, 1 minutes]:
sync.runtime_Semacquire(0xc866534f5c)
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/sema.go:47 +0x26
sync.(*WaitGroup).Wait(0xc866534f50)
/usr/local/Cellar/go/1.6.2/libexec/src/sync/waitgroup.go:127 +0xb4
github.com/spf13/hugo/commands.NewWatcher(0x521, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/commands/hugo.go:942 +0x2a9
github.com/spf13/hugo/commands.server(0xc8ab80, 0xc820011820, 0x0, 0x1, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/commands/server.go:178 +0xbac
github.com/spf13/cobra.(*Command).execute(0xc8ab80, 0xc820011800, 0x1, 0x1, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/cobra/command.go:568 +0x668
github.com/spf13/cobra.(*Command).ExecuteC(0xc89420, 0xc8ab80, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/cobra/command.go:658 +0x55c
github.com/spf13/hugo/commands.Execute()
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/commands/hugo.go:168 +0x77
main.main()
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/main.go:26 +0x28
goroutine 17 [syscall, 2 minutes, locked to thread]:
runtime.goexit()
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/asm_amd64.s:1998 +0x1
goroutine 3 [syscall]:
syscall.Syscall6(0x16b, 0x3, 0x0, 0x0, 0xc82028ce70, 0xa, 0xcaf030, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/syscall/asm_darwin_amd64.s:41 +0x5
golang.org/x/sys/unix.kevent(0x3, 0x0, 0x0, 0xc82028ce70, 0xa, 0xcaf030, 0x0, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/golang.org/x/sys/unix/zsyscall_darwin_amd64.go:207 +0x7f
golang.org/x/sys/unix.Kevent(0x3, 0x0, 0x0, 0x0, 0xc82028ce70, 0xa, 0xa, 0xcaf030, 0x0, 0x0, ...)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/golang.org/x/sys/unix/syscall_bsd.go:448 +0x94
github.com/fsnotify/fsnotify.read(0x3, 0xc82028ce70, 0xa, 0xa, 0xcaf030, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/fsnotify/fsnotify/kqueue.go:493 +0x8d
github.com/fsnotify/fsnotify.(*Watcher).readEvents(0xc820202120)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/fsnotify/fsnotify/kqueue.go:284 +0x193
created by github.com/fsnotify/fsnotify.NewWatcher
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/fsnotify/fsnotify/kqueue.go:62 +0x344
goroutine 22 [chan receive, 2 minutes]:
github.com/spf13/viper.(*Viper).WatchConfig.func1(0xc8201241c0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/viper/viper.go:265 +0x248
created by github.com/spf13/viper.(*Viper).WatchConfig
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/viper/viper.go:266 +0x35
goroutine 4 [select, 2 minutes]:
github.com/spf13/viper.(*Viper).WatchConfig.func1.1(0xc820202120, 0xc8201e8fc0, 0x3b, 0xc8201241c0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/viper/viper.go:246 +0x54e
created by github.com/spf13/viper.(*Viper).WatchConfig.func1
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/viper/viper.go:262 +0x203
goroutine 554 [chan send]:
github.com/spf13/hugo/hugolib.converterCollator(0xc8309b81e0, 0xc8658e68a0, 0xc8658e6720)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:991 +0x23d
created by github.com/spf13/hugo/hugolib.(*Site).ReBuild
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:476 +0xb6a
goroutine 553 [chan send]:
github.com/spf13/hugo/hugolib.incrementalReadCollator(0xc8309b81e0, 0xc8658e6780, 0xc8658e6900, 0xc8658e6960, 0xc8658e6a20, 0xc8658e6720)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:1080 +0x353
created by github.com/spf13/hugo/hugolib.(*Site).ReBuild
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:475 +0xb2b
goroutine 231 [syscall]:
syscall.Syscall6(0x16b, 0xe, 0x0, 0x0, 0xc865c34e60, 0xa, 0xcaf030, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/syscall/asm_darwin_amd64.s:41 +0x5
golang.org/x/sys/unix.kevent(0xe, 0x0, 0x0, 0xc865c34e60, 0xa, 0xcaf030, 0x0, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/golang.org/x/sys/unix/zsyscall_darwin_amd64.go:207 +0x7f
golang.org/x/sys/unix.Kevent(0xe, 0x0, 0x0, 0x0, 0xc865c34e60, 0xa, 0xa, 0xcaf030, 0x0, 0x0, ...)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/golang.org/x/sys/unix/syscall_bsd.go:448 +0x94
github.com/fsnotify/fsnotify.read(0xe, 0xc865c34e60, 0xa, 0xa, 0xcaf030, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/fsnotify/fsnotify/kqueue.go:493 +0x8d
github.com/fsnotify/fsnotify.(*Watcher).readEvents(0xc85c5901e0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/fsnotify/fsnotify/kqueue.go:284 +0x193
created by github.com/fsnotify/fsnotify.NewWatcher
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/fsnotify/fsnotify/kqueue.go:62 +0x344
goroutine 232 [select]:
github.com/spf13/hugo/watcher.(*Batcher).run(0xc85c588880)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/watcher/batcher.go:51 +0x33a
created by github.com/spf13/hugo/watcher.New
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/watcher/batcher.go:40 +0x12f
goroutine 233 [chan send]:
github.com/spf13/hugo/hugolib.(*Site).renderTaxonomiesLists(0xc8309b81e0, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:1487 +0x3b7
github.com/spf13/hugo/hugolib.(*Site).Render(0xc8309b81e0, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:718 +0x83
github.com/spf13/hugo/hugolib.(*Site).ReBuild(0xc8309b81e0, 0xc83f0a5260, 0x2, 0x2, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:549 +0xe41
github.com/spf13/hugo/commands.rebuildSite(0xc83f0a5260, 0x2, 0x2, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/commands/hugo.go:700 +0x88
github.com/spf13/hugo/commands.NewWatcher.func1(0xc85c588880)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/commands/hugo.go:917 +0x13c4
created by github.com/spf13/hugo/commands.NewWatcher
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/commands/hugo.go:930 +0x1ee
goroutine 234 [select]:
github.com/spf13/hugo/livereload.(*hub).run(0xc91520)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/livereload/hub.go:39 +0x347
created by github.com/spf13/hugo/livereload.Initialize
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/livereload/livereload.go:64 +0x37
goroutine 235 [IO wait]:
net.runtime_pollWait(0xf5f3c0, 0x72, 0xf50028)
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc865c261b0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc865c261b0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).accept(0xc865c26150, 0x0, 0x29a6440, 0xc846f5fa60)
/usr/local/Cellar/go/1.6.2/libexec/src/net/fd_unix.go:426 +0x27c
net.(*TCPListener).AcceptTCP(0xc856d387a8, 0x52f10, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/tcpsock_posix.go:254 +0x4d
net/http.tcpKeepAliveListener.Accept(0xc856d387a8, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:2427 +0x41
net/http.(*Server).Serve(0xc865c28600, 0x29a6408, 0xc856d387a8, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:2117 +0x129
net/http.(*Server).ListenAndServe(0xc865c28600, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:2098 +0x136
net/http.ListenAndServe(0xc86b4d63e0, 0xe, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:2195 +0x98
github.com/spf13/hugo/commands.serve(0x521)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/commands/server.go:217 +0x953
created by github.com/spf13/hugo/commands.NewWatcher
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/commands/hugo.go:939 +0x29b
goroutine 382 [chan receive]:
github.com/spf13/hugo/livereload.(*connection).writer(0xc82b6244b0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/livereload/connection.go:48 +0x60
created by github.com/spf13/hugo/livereload.Handler
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/livereload/livereload.go:58 +0x17b
goroutine 381 [IO wait]:
net.runtime_pollWait(0xf5f0c0, 0x72, 0xc86ceefc00)
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc846fafbf0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc846fafbf0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc846fafb90, 0xc86ceefc00, 0x400, 0x400, 0x0, 0xf50028, 0xc820072080)
/usr/local/Cellar/go/1.6.2/libexec/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc856d39150, 0xc86ceefc00, 0x400, 0x400, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/net.go:172 +0xe4
bufio.(*Reader).fill(0xc85d82ade0)
/usr/local/Cellar/go/1.6.2/libexec/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Peek(0xc85d82ade0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/bufio/bufio.go:132 +0xcc
github.com/gorilla/websocket.(*Conn).read(0xc84bfe4d00, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/gorilla/websocket/conn_read.go:12 +0x5f
github.com/gorilla/websocket.(*Conn).advanceFrame(0xc84bfe4d00, 0x1a, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/gorilla/websocket/conn.go:654 +0x106
github.com/gorilla/websocket.(*Conn).NextReader(0xc84bfe4d00, 0x23c123, 0x0, 0x0, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/gorilla/websocket/conn.go:804 +0x6e
github.com/gorilla/websocket.(*Conn).ReadMessage(0xc84bfe4d00, 0x78, 0x0, 0x0, 0x0, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/gorilla/websocket/conn.go:878 +0x55
github.com/spf13/hugo/livereload.(*connection).reader(0xc82b6244b0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/livereload/connection.go:32 +0x33
github.com/spf13/hugo/livereload.Handler(0x29a6598, 0xc85fab75f0, 0xc863b875e0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/livereload/livereload.go:59 +0x189
net/http.HandlerFunc.ServeHTTP(0xa00eb0, 0x29a6598, 0xc85fab75f0, 0xc863b875e0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:1618 +0x3a
net/http.(*ServeMux).ServeHTTP(0xc820077110, 0x29a6598, 0xc85fab75f0, 0xc863b875e0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:1910 +0x17d
net/http.serverHandler.ServeHTTP(0xc865c28600, 0x29a6598, 0xc85fab75f0, 0xc863b875e0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:2081 +0x19e
net/http.(*conn).serve(0xc8482f0680)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:1472 +0xf2e
created by net/http.(*Server).Serve
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:2137 +0x44e
goroutine 479 [runnable]:
html/template.allIdents(0x1cc9300, 0xc844c1a8a0, 0x870100, 0x4, 0xc82009e501)
/usr/local/Cellar/go/1.6.2/libexec/src/html/template/escape.go:209
html/template.ensurePipelineContains(0xc83c124230, 0xc862248ae0, 0x2, 0x3)
/usr/local/Cellar/go/1.6.2/libexec/src/html/template/escape.go:244 +0x1cd
html/template.(*escaper).commit(0xc86c9ad5d8)
/usr/local/Cellar/go/1.6.2/libexec/src/html/template/escape.go:751 +0x378
html/template.escapeTemplate(0xc83262a570, 0xf7cc60, 0xc831ebbbf0, 0xc83d96bf80, 0x60, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/html/template/escape.go:39 +0x474
html/template.(*Template).escape(0xc83262a570, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/html/template/template.go:85 +0x37b
html/template.(*Template).Execute(0xc83262a570, 0xf5dd90, 0xc86be453b0, 0x82e2c0, 0xc84c10d680, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/html/template/template.go:101 +0x34
github.com/spf13/hugo/hugolib.(*Site).renderThing(0xc8309b81e0, 0x82e2c0, 0xc84c10d680, 0xc87720a780, 0x17, 0xf5dd90, 0xc86be453b0, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:2044 +0xc2
github.com/spf13/hugo/hugolib.(*Site).render(0xc8309b81e0, 0xc84c52d200, 0xc, 0x82e2c0, 0xc84c10d680, 0xf5dd90, 0xc86be453b0, 0xc83ab18d00, 0x8, 0x8, ...)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:2018 +0x2be
github.com/spf13/hugo/hugolib.(*Site).renderAndWritePage(0xc8309b81e0, 0xc84c52d200, 0xc, 0xc85069aca0, 0x19, 0x82e2c0, 0xc84c10d680, 0xc83ab18d00, 0x8, 0x8, ...)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:1938 +0x135
github.com/spf13/hugo/hugolib.taxonomyRenderer(0xc8309b81e0, 0xc8702a90e0, 0xc8702a9140, 0xc837d6b020)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:1546 +0x4c5
created by github.com/spf13/hugo/hugolib.(*Site).renderTaxonomiesLists
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:1477 +0x117
goroutine 480 [runnable]:
runtime.Caller(0x2, 0x0, 0x0, 0x0, 0x0, 0xc84417fd00)
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/extern.go:163 +0xd5
log.(*Logger).Output(0xc820096aa0, 0x2, 0xc84417fd60, 0x1d, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/log/log.go:153 +0x104
log.(*Logger).Println(0xc820096aa0, 0xc8730a8290, 0x2, 0x2)
/usr/local/Cellar/go/1.6.2/libexec/src/log/log.go:182 +0x6a
github.com/spf13/cast.ToBoolE(0x666300, 0xc82027dccc, 0x0, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/cast/caste.go:64 +0x24c
github.com/spf13/cast.ToBool(0x666300, 0xc82027dccc, 0x13ff06c5)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/cast/cast.go:11 +0x2b
github.com/spf13/viper.(*Viper).Get(0xc8201241c0, 0x8e5ec0, 0x12, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/viper/viper.go:506 +0x885
github.com/spf13/viper.(*Viper).GetBool(0xc8201241c0, 0x8e5ec0, 0x12, 0x17)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/viper/viper.go:545 +0x35
github.com/spf13/viper.GetBool(0x8e5ec0, 0x12, 0x172c9d)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/viper/viper.go:543 +0x37
github.com/spf13/hugo/helpers.MakePathSanitized(0x0, 0x0, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/helpers/path.go:82 +0x3c
github.com/spf13/hugo/helpers.URLize(0x0, 0x0, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/helpers/url.go:105 +0x3b
github.com/spf13/hugo/hugolib.(*Page).permalink(0xc84ac2cc00, 0x8, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/page.go:427 +0x17e
github.com/spf13/hugo/hugolib.(*Page).Permalink(0xc84ac2cc00, 0x0, 0x0, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/page.go:490 +0x3d
reflect.Value.call(0x8605e0, 0xc84ac2cc00, 0x6a13, 0x86a810, 0x4, 0xcaef00, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:435 +0x120d
reflect.Value.Call(0x8605e0, 0xc84ac2cc00, 0x6a13, 0xcaef00, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:303 +0xb1
text/template.(*state).evalCall(0xc8730a9940, 0x8605e0, 0xc84ac2cc00, 0x16, 0x8605e0, 0xc84ac2cc00, 0x6a13, 0xf5ca10, 0xc83efe4ba0, 0xc84945832b, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:641 +0xb39
text/template.(*state).evalField(0xc8730a9940, 0x8605e0, 0xc84ac2cc00, 0x16, 0xc84945832b, 0x9, 0xf5ca10, 0xc83efe4ba0, 0xc83192e450, 0x1, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:534 +0x350
text/template.(*state).evalFieldChain(0xc8730a9940, 0x8605e0, 0xc84ac2cc00, 0x16, 0x8605e0, 0xc84ac2cc00, 0x16, 0xf5ca10, 0xc83efe4ba0, 0xc83192e420, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:505 +0x29d
text/template.(*state).evalFieldNode(0xc8730a9940, 0x8605e0, 0xc84ac2cc00, 0x16, 0xc83efe4ba0, 0xc83192e450, 0x1, 0x1, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:469 +0x1e2
text/template.(*state).evalCommand(0xc8730a9940, 0x8605e0, 0xc84ac2cc00, 0x16, 0xc83efe4b70, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:407 +0xa91
text/template.(*state).evalPipeline(0xc8730a9940, 0x8605e0, 0xc84ac2cc00, 0x16, 0xc853fc2a50, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:385 +0x180
text/template.(*state).walk(0xc8730a9940, 0x8605e0, 0xc84ac2cc00, 0x16, 0xf5ca58, 0xc83efe4bd0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:215 +0x135
text/template.(*state).walk(0xc8730a9940, 0x8605e0, 0xc84ac2cc00, 0x16, 0xf7cc60, 0xc83efe46f0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:223 +0x6a1
text/template.(*Template).Execute(0xc83f4a2f00, 0xf5dd90, 0xc85fc45180, 0x8605e0, 0xc84ac2cc00, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:178 +0x2a7
html/template.(*Template).Execute(0xc83efe4690, 0xf5dd90, 0xc85fc45180, 0x8605e0, 0xc84ac2cc00, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/html/template/template.go:104 +0x9a
github.com/spf13/hugo/tpl.executeTemplate(0x8605e0, 0xc84ac2cc00, 0xf5dd90, 0xc85fc45180, 0xc8570aefc0, 0x4, 0x4)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:129 +0x196
github.com/spf13/hugo/tpl.ExecuteTemplateToHTML(0x8605e0, 0xc84ac2cc00, 0xc8570aefc0, 0x4, 0x4, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:146 +0xdf
github.com/spf13/hugo/hugolib.(*Page).Render(0xc84ac2cc00, 0xc86b001c60, 0x1, 0x1, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/page.go:801 +0x126
reflect.Value.call(0x8605e0, 0xc84ac2cc00, 0x9213, 0x86a810, 0x4, 0xc84417eea0, 0x1, 0x1, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:435 +0x120d
reflect.Value.Call(0x8605e0, 0xc84ac2cc00, 0x9213, 0xc84417ee60, 0x1, 0x1, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:303 +0xb1
text/template.(*state).evalCall(0xc8730ab328, 0x8605e0, 0xc869aa5d08, 0x196, 0x8605e0, 0xc84ac2cc00, 0x9213, 0xf5ca10, 0xc835d55350, 0xc852838062, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:641 +0xb39
text/template.(*state).evalField(0xc8730ab328, 0x8605e0, 0xc869aa5d08, 0x196, 0xc852838062, 0x6, 0xf5ca10, 0xc835d55350, 0xc852836c80, 0x2, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:534 +0x350
text/template.(*state).evalFieldChain(0xc8730ab328, 0x8605e0, 0xc869aa5d08, 0x196, 0x8605e0, 0xc869aa5d08, 0x196, 0xf5ca10, 0xc835d55350, 0xc82be93e40, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:505 +0x29d
text/template.(*state).evalFieldNode(0xc8730ab328, 0x8605e0, 0xc869aa5d08, 0x196, 0xc835d55350, 0xc852836c80, 0x2, 0x2, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:469 +0x1e2
text/template.(*state).evalCommand(0xc8730ab328, 0x8605e0, 0xc869aa5d08, 0x196, 0xc835d55320, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:407 +0xa91
text/template.(*state).evalPipeline(0xc8730ab328, 0x8605e0, 0xc869aa5d08, 0x196, 0xc870bdeb40, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:385 +0x180
text/template.(*state).walk(0xc8730ab328, 0x8605e0, 0xc869aa5d08, 0x196, 0xf5ca58, 0xc835d55380)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:215 +0x135
text/template.(*state).walk(0xc8730ab328, 0x8605e0, 0xc869aa5d08, 0x196, 0xf7cc60, 0xc835d552c0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:223 +0x6a1
text/template.(*state).walkRange.func1(0x668d80, 0xc86b001c08, 0x82, 0x8605e0, 0xc869aa5d08, 0x196)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:310 +0x202
text/template.(*state).walkRange(0xc8730ab328, 0x82e2c0, 0xc84c0e2480, 0x16, 0xc83e526180)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:319 +0x465
text/template.(*state).walk(0xc8730ab328, 0x82e2c0, 0xc84c0e2480, 0x16, 0x1cc95d0, 0xc83e526180)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:226 +0x264
text/template.(*state).walk(0xc8730ab328, 0x82e2c0, 0xc84c0e2480, 0x16, 0xf7cc60, 0xc835d55020)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:223 +0x6a1
text/template.(*state).walkTemplate(0xc8730ab6f8, 0x82e2c0, 0xc84c0e2480, 0x16, 0xc83e746a40)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:368 +0x410
text/template.(*state).walk(0xc8730ab6f8, 0x82e2c0, 0xc84c0e2480, 0x16, 0xf748e8, 0xc83e746a40)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:228 +0x5b7
text/template.(*state).walk(0xc8730ab6f8, 0x82e2c0, 0xc84c0e2480, 0x16, 0xf7cc60, 0xc831ebbbf0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:223 +0x6a1
text/template.(*Template).Execute(0xc83e87e500, 0xf5dd90, 0xc839d02a10, 0x82e2c0, 0xc84c0e2480, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:178 +0x2a7
html/template.(*Template).Execute(0xc83262a570, 0xf5dd90, 0xc839d02a10, 0x82e2c0, 0xc84c0e2480, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/html/template/template.go:104 +0x9a
github.com/spf13/hugo/hugolib.(*Site).renderThing(0xc8309b81e0, 0x82e2c0, 0xc84c0e2480, 0xc842af14c0, 0x17, 0xf5dd90, 0xc839d02a10, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:2044 +0xc2
github.com/spf13/hugo/hugolib.(*Site).render(0xc8309b81e0, 0xc84fcb9cc0, 0xc, 0x82e2c0, 0xc84c0e2480, 0xf5dd90, 0xc839d02a10, 0xc842afa180, 0x8, 0x8, ...)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:2018 +0x2be
github.com/spf13/hugo/hugolib.(*Site).renderAndWritePage(0xc8309b81e0, 0xc84fcb9cc0, 0xc, 0xc87041e6a0, 0x15, 0x82e2c0, 0xc84c0e2480, 0xc842afa180, 0x8, 0x8, ...)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:1938 +0x135
github.com/spf13/hugo/hugolib.taxonomyRenderer(0xc8309b81e0, 0xc8702a90e0, 0xc8702a9140, 0xc837d6b020)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:1575 +0x10c1
created by github.com/spf13/hugo/hugolib.(*Site).renderTaxonomiesLists
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:1477 +0x117
goroutine 478 [runnable]:
sync.(*RWMutex).RUnlock(0xc840e3b150)
/usr/local/Cellar/go/1.6.2/libexec/src/sync/rwmutex.go:49
text/template.findFunction(0xc84a9a6854, 0x2, 0xc83f113880, 0x719300, 0xa00f40, 0x13, 0x1)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/funcs.go:118 +0x172
text/template.(*state).evalFunction(0xc85fcb7940, 0x8605e0, 0xc8490f2800, 0x16, 0xc83e8cc360, 0xf74ac8, 0xc83e8cc330, 0xc83f113a40, 0x3, 0x4, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:511 +0x110
text/template.(*state).evalCommand(0xc85fcb7940, 0x8605e0, 0xc8490f2800, 0x16, 0xc83e8cc330, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:412 +0x1e9
text/template.(*state).evalPipeline(0xc85fcb7940, 0x8605e0, 0xc8490f2800, 0x16, 0xc85f91a690, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:385 +0x180
text/template.(*state).evalArg(0xc85fcb7940, 0x8605e0, 0xc8490f2800, 0x16, 0xf54080, 0x666240, 0x1cc9348, 0xc85f91a690, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:710 +0x43e
text/template.(*state).evalCall(0xc85fcb7940, 0x8605e0, 0xc8490f2800, 0x16, 0x719080, 0xa01dd0, 0x13, 0xf74ac8, 0xc83e8cc1e0, 0xc84a9a6839, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:622 +0x875
text/template.(*state).evalFunction(0xc85fcb7940, 0x8605e0, 0xc8490f2800, 0x16, 0xc83e8cc210, 0xf74ac8, 0xc83e8cc1e0, 0xc83f113a80, 0x3, 0x4, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:515 +0x336
text/template.(*state).evalCommand(0xc85fcb7940, 0x8605e0, 0xc8490f2800, 0x16, 0xc83e8cc1e0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:412 +0x1e9
text/template.(*state).evalPipeline(0xc85fcb7940, 0x8605e0, 0xc8490f2800, 0x16, 0xc85f91a5f0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:385 +0x180
text/template.(*state).walkIfOrWith(0xc85fcb7940, 0xa, 0x8605e0, 0xc8490f2800, 0x16, 0xc85f91a5f0, 0xc83e8cc420, 0xc83e8cc630)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:244 +0xb5
text/template.(*state).walk(0xc85fcb7940, 0x8605e0, 0xc8490f2800, 0x16, 0x1cc9468, 0xc83f123f40)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:220 +0x4d9
text/template.(*state).walk(0xc85fcb7940, 0x8605e0, 0xc8490f2800, 0x16, 0xf7cc60, 0xc83e8cc1b0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:223 +0x6a1
text/template.(*state).walkIfOrWith(0xc85fcb7940, 0x13, 0x8605e0, 0xc8490f2800, 0x16, 0xc85f91a550, 0xc83e8cc120, 0xc83e8cc1b0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:256 +0x3ff
text/template.(*state).walk(0xc85fcb7940, 0x8605e0, 0xc8490f2800, 0x16, 0x1cc94f8, 0xc83f123f80)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:234 +0x552
text/template.(*state).walk(0xc85fcb7940, 0x8605e0, 0xc8490f2800, 0x16, 0xf7cc60, 0xc83e8e3ec0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:223 +0x6a1
text/template.(*Template).Execute(0xc83f113880, 0xf5dd90, 0xc86c99c070, 0x8605e0, 0xc8490f2800, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:178 +0x2a7
html/template.(*Template).Execute(0xc83e8e3e60, 0xf5dd90, 0xc86c99c070, 0x8605e0, 0xc8490f2800, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/html/template/template.go:104 +0x9a
github.com/spf13/hugo/tpl.executeTemplate(0x8605e0, 0xc8490f2800, 0xf5dd90, 0xc86c99c070, 0xc876658080, 0x4, 0x4)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:129 +0x196
github.com/spf13/hugo/tpl.ExecuteTemplateToHTML(0x8605e0, 0xc8490f2800, 0xc876658080, 0x4, 0x4, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:146 +0xdf
github.com/spf13/hugo/hugolib.(*Page).Render(0xc8490f2800, 0xc84bc79cb0, 0x1, 0x1, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/page.go:801 +0x126
reflect.Value.call(0x8605e0, 0xc8490f2800, 0x9213, 0x86a810, 0x4, 0xc860e25520, 0x1, 0x1, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:435 +0x120d
reflect.Value.Call(0x8605e0, 0xc8490f2800, 0x9213, 0xc860e254e0, 0x1, 0x1, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:303 +0xb1
text/template.(*state).evalCall(0xc85fcb9328, 0x8605e0, 0xc876eb3940, 0x196, 0x8605e0, 0xc8490f2800, 0x9213, 0xf5ca10, 0xc835d55350, 0xc852838062, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:641 +0xb39
text/template.(*state).evalField(0xc85fcb9328, 0x8605e0, 0xc876eb3940, 0x196, 0xc852838062, 0x6, 0xf5ca10, 0xc835d55350, 0xc852836c80, 0x2, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:534 +0x350
text/template.(*state).evalFieldChain(0xc85fcb9328, 0x8605e0, 0xc876eb3940, 0x196, 0x8605e0, 0xc876eb3940, 0x196, 0xf5ca10, 0xc835d55350, 0xc82be93e40, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:505 +0x29d
text/template.(*state).evalFieldNode(0xc85fcb9328, 0x8605e0, 0xc876eb3940, 0x196, 0xc835d55350, 0xc852836c80, 0x2, 0x2, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:469 +0x1e2
text/template.(*state).evalCommand(0xc85fcb9328, 0x8605e0, 0xc876eb3940, 0x196, 0xc835d55320, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:407 +0xa91
text/template.(*state).evalPipeline(0xc85fcb9328, 0x8605e0, 0xc876eb3940, 0x196, 0xc870bdeb40, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:385 +0x180
text/template.(*state).walk(0xc85fcb9328, 0x8605e0, 0xc876eb3940, 0x196, 0xf5ca58, 0xc835d55380)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:215 +0x135
text/template.(*state).walk(0xc85fcb9328, 0x8605e0, 0xc876eb3940, 0x196, 0xf7cc60, 0xc835d552c0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:223 +0x6a1
text/template.(*state).walkRange.func1(0x668d80, 0xc84bc79c48, 0x82, 0x8605e0, 0xc876eb3940, 0x196)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:310 +0x202
text/template.(*state).walkRange(0xc85fcb9328, 0x82e2c0, 0xc84c10d320, 0x16, 0xc83e526180)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:319 +0x465
text/template.(*state).walk(0xc85fcb9328, 0x82e2c0, 0xc84c10d320, 0x16, 0x1cc95d0, 0xc83e526180)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:226 +0x264
text/template.(*state).walk(0xc85fcb9328, 0x82e2c0, 0xc84c10d320, 0x16, 0xf7cc60, 0xc835d55020)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:223 +0x6a1
text/template.(*state).walkTemplate(0xc85fcb96f8, 0x82e2c0, 0xc84c10d320, 0x16, 0xc83e746a40)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:368 +0x410
text/template.(*state).walk(0xc85fcb96f8, 0x82e2c0, 0xc84c10d320, 0x16, 0xf748e8, 0xc83e746a40)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:228 +0x5b7
text/template.(*state).walk(0xc85fcb96f8, 0x82e2c0, 0xc84c10d320, 0x16, 0xf7cc60, 0xc831ebbbf0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:223 +0x6a1
text/template.(*Template).Execute(0xc83e87e500, 0xf5dd90, 0xc865d844d0, 0x82e2c0, 0xc84c10d320, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:178 +0x2a7
html/template.(*Template).Execute(0xc83262a570, 0xf5dd90, 0xc865d844d0, 0x82e2c0, 0xc84c10d320, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/html/template/template.go:104 +0x9a
github.com/spf13/hugo/hugolib.(*Site).renderThing(0xc8309b81e0, 0x82e2c0, 0xc84c10d320, 0xc86b183c00, 0x17, 0xf5dd90, 0xc865d844d0, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:2044 +0xc2
github.com/spf13/hugo/hugolib.(*Site).render(0xc8309b81e0, 0xc84bd260c0, 0xc, 0x82e2c0, 0xc84c10d320, 0xf5dd90, 0xc865d844d0, 0xc8584a3800, 0x8, 0x8, ...)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:2018 +0x2be
github.com/spf13/hugo/hugolib.(*Site).renderAndWritePage(0xc8309b81e0, 0xc84bd260c0, 0xc, 0xc868a82660, 0x11, 0x82e2c0, 0xc84c10d320, 0xc8584a3800, 0x8, 0x8, ...)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:1938 +0x135
github.com/spf13/hugo/hugolib.taxonomyRenderer(0xc8309b81e0, 0xc8702a90e0, 0xc8702a9140, 0xc837d6b020)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:1575 +0x10c1
created by github.com/spf13/hugo/hugolib.(*Site).renderTaxonomiesLists
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:1477 +0x117
goroutine 183 [IO wait]:
net.runtime_pollWait(0xf5f300, 0x72, 0xc84221d000)
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc83b932300, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc83b932300, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc83b9322a0, 0xc84221d000, 0x1000, 0x1000, 0x0, 0xf50028, 0xc820072080)
/usr/local/Cellar/go/1.6.2/libexec/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc8368b8608, 0xc84221d000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/net.go:172 +0xe4
net/http.(*connReader).Read(0xc83b930ec0, 0xc84221d000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:526 +0x196
bufio.(*Reader).fill(0xc86c491020)
/usr/local/Cellar/go/1.6.2/libexec/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).ReadSlice(0xc86c491020, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/bufio/bufio.go:328 +0x21a
bufio.(*Reader).ReadLine(0xc86c491020, 0x0, 0x0, 0x0, 0x835e00, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/bufio/bufio.go:357 +0x53
net/textproto.(*Reader).readLineSlice(0xc83f0bd020, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/textproto/reader.go:55 +0x81
net/textproto.(*Reader).ReadLine(0xc83f0bd020, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/textproto/reader.go:36 +0x40
net/http.readRequest(0xc86c491020, 0x0, 0xc864f68380, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/request.go:721 +0xb6
net/http.(*conn).readRequest(0xc83ab19400, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:705 +0x359
net/http.(*conn).serve(0xc83ab19400)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:1425 +0x947
created by net/http.(*Server).Serve
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:2137 +0x44e
goroutine 329 [IO wait]:
net.runtime_pollWait(0xf5f240, 0x72, 0xc84fa16000)
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc847098ae0, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc847098ae0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc847098a80, 0xc84fa16000, 0x1000, 0x1000, 0x0, 0xf50028, 0xc820072080)
/usr/local/Cellar/go/1.6.2/libexec/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc8367a2798, 0xc84fa16000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/net.go:172 +0xe4
net/http.(*connReader).Read(0xc8470b3f20, 0xc84fa16000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:526 +0x196
bufio.(*Reader).fill(0xc86cdfc7e0)
/usr/local/Cellar/go/1.6.2/libexec/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).ReadSlice(0xc86cdfc7e0, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/bufio/bufio.go:328 +0x21a
bufio.(*Reader).ReadLine(0xc86cdfc7e0, 0x0, 0x0, 0x0, 0x835e00, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/bufio/bufio.go:357 +0x53
net/textproto.(*Reader).readLineSlice(0xc849ab4d80, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/textproto/reader.go:55 +0x81
net/textproto.(*Reader).ReadLine(0xc849ab4d80, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/textproto/reader.go:36 +0x40
net/http.readRequest(0xc86cdfc7e0, 0x0, 0xc864f69c00, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/request.go:721 +0xb6
net/http.(*conn).readRequest(0xc831894580, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:705 +0x359
net/http.(*conn).serve(0xc831894580)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:1425 +0x947
created by net/http.(*Server).Serve
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:2137 +0x44e
goroutine 379 [chan send, 1 minutes]:
github.com/spf13/hugo/hugolib.incrementalReadCollator(0xc8309b81e0, 0xc8523ade60, 0xc8523adf80, 0xc86a930000, 0xc86a930060, 0xc8523ade00)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:1080 +0x353
created by github.com/spf13/hugo/hugolib.(*Site).ReBuild
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:475 +0xb2b
goroutine 380 [chan send, 1 minutes]:
github.com/spf13/hugo/hugolib.converterCollator(0xc8309b81e0, 0xc8523adf20, 0xc8523ade00)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:991 +0x23d
created by github.com/spf13/hugo/hugolib.(*Site).ReBuild
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:476 +0xb6a
goroutine 184 [IO wait]:
net.runtime_pollWait(0xf5f180, 0x72, 0xc86efb5000)
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc83b932370, 0x72, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc83b932370, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc83b932310, 0xc86efb5000, 0x1000, 0x1000, 0x0, 0xf50028, 0xc820072080)
/usr/local/Cellar/go/1.6.2/libexec/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc8368b8610, 0xc86efb5000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/net.go:172 +0xe4
net/http.(*connReader).Read(0xc83b930f40, 0xc86efb5000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:526 +0x196
bufio.(*Reader).fill(0xc86c491080)
/usr/local/Cellar/go/1.6.2/libexec/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).ReadSlice(0xc86c491080, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/bufio/bufio.go:328 +0x21a
bufio.(*Reader).ReadLine(0xc86c491080, 0x0, 0x0, 0x0, 0x835e00, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/bufio/bufio.go:357 +0x53
net/textproto.(*Reader).readLineSlice(0xc83f0bc330, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/textproto/reader.go:55 +0x81
net/textproto.(*Reader).ReadLine(0xc83f0bc330, 0x0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/textproto/reader.go:36 +0x40
net/http.readRequest(0xc86c491080, 0x0, 0xc86a0ffea0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/request.go:721 +0xb6
net/http.(*conn).readRequest(0xc83ab19480, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:705 +0x359
net/http.(*conn).serve(0xc83ab19480)
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:1425 +0x947
created by net/http.(*Server).Serve
/usr/local/Cellar/go/1.6.2/libexec/src/net/http/server.go:2137 +0x44e
goroutine 481 [chan receive]:
github.com/spf13/hugo/hugolib.errorCollator(0xc8702a9140, 0xc8702a91a0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:1415 +0x96
created by github.com/spf13/hugo/hugolib.(*Site).renderTaxonomiesLists
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/hugolib/site.go:1482 +0x16b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment