Odd, since I don’t have any issue running a different site I’m working on with the local server. It’s in a private repo, @bep @digitalcraftsman, but I’m happy to give you access if you have any ideas. I’m getting the following issue in the terminal:
INFO: 2016/08/16 18:10:01 hugo.go:463: Using config file: /Users/ryanwatters/Desktop/GitHub/digitalcaporg-redesign/config.toml
WARN: 2016/08/16 18:10:01 hugo.go:551: Unable to find Theme Static Directory:
INFO: 2016/08/16 18:10:01 hugo.go:571: /Users/ryanwatters/Desktop/GitHub/digitalcaporg-redesign/static/ is the only static directory available to sync from
INFO: 2016/08/16 18:10:01 hugo.go:609: syncing static files to /
Started building site
INFO: 2016/08/16 18:10:01 site.go:1251: found taxonomies: map[string]string{"tag":"tags"}
runtime: goroutine stack exceeds 1000000000-byte limit
fatal error: stack overflow
runtime stack:
runtime.throw(0x892240, 0xe)
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/panic.go:547 +0x90
runtime.newstack()
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/stack.go:940 +0xb11
runtime.morestack()
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/asm_amd64.s:359 +0x7f
goroutine 88 [stack growth]:
reflect.(*rtype).ptrTo(0x82ab00, 0x82ab00)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/type.go:1032 fp=0xc832c6a328 sp=0xc832c6a320
reflect.Value.Addr(0x82ab00, 0xc8200a0360, 0x199, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:242 +0x9c fp=0xc832c6a368 sp=0xc832c6a328
text/template.(*state).evalField(0xc832c6ae98, 0x82e2c0, 0xc8200a0360, 0x16, 0xc8201aa50a, 0x5, 0xf5cbc8, 0xc82196c7e0, 0xc8201b0640, 0x1, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:531 +0x1e2 fp=0xc832c6a6b8 sp=0xc832c6a368
text/template.(*state).evalFieldChain(0xc832c6ae98, 0x82e2c0, 0xc8200a0360, 0x16, 0x82e2c0, 0xc8200a0360, 0x16, 0xf5cbc8, 0xc82196c7e0, 0xc8201b0620, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:505 +0x29d fp=0xc832c6a770 sp=0xc832c6a6b8
text/template.(*state).evalFieldNode(0xc832c6ae98, 0x82e2c0, 0xc8200a0360, 0x16, 0xc82196c7e0, 0xc8201b0640, 0x1, 0x1, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:469 +0x1e2 fp=0xc832c6a850 sp=0xc832c6a770
text/template.(*state).evalCommand(0xc832c6ae98, 0x82e2c0, 0xc8200a0360, 0x16, 0xc82196c7b0, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:407 +0xa91 fp=0xc832c6a978 sp=0xc832c6a850
text/template.(*state).evalPipeline(0xc832c6ae98, 0x82e2c0, 0xc8200a0360, 0x16, 0xc821b202d0, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:385 +0x180 fp=0xc832c6ab10 sp=0xc832c6a978
text/template.(*state).walk(0xc832c6ae98, 0x82e2c0, 0xc8200a0360, 0x16, 0xf5cc10, 0xc82196c8d0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:215 +0x135 fp=0xc832c6ac58 sp=0xc832c6ab10
text/template.(*state).walk(0xc832c6ae98, 0x82e2c0, 0xc8200a0360, 0x16, 0x2180498, 0xc82196c720)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:223 +0x6a1 fp=0xc832c6ada0 sp=0xc832c6ac58
text/template.(*Template).Execute(0xc8219dbe80, 0xf5e710, 0xc85a467490, 0x82e2c0, 0xc8200a0360, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:178 +0x2a7 fp=0xc832c6aee0 sp=0xc832c6ada0
html/template.(*Template).Execute(0xc82196c6c0, 0xf5e710, 0xc85a467490, 0x82e2c0, 0xc8200a0360, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/html/template/template.go:104 +0x9a fp=0xc832c6af30 sp=0xc832c6aee0
github.com/spf13/hugo/tpl.executeTemplate(0x82e2c0, 0xc8200a0360, 0xf5e710, 0xc85a467490, 0xc85a46f220, 0x2, 0x2)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:129 +0x196 fp=0xc832c6b0b8 sp=0xc832c6af30
github.com/spf13/hugo/tpl.ExecuteTemplateToHTML(0x82e2c0, 0xc8200a0360, 0xc85a46f220, 0x2, 0x2, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:146 +0xdf fp=0xc832c6b150 sp=0xc832c6b0b8
github.com/spf13/hugo/tpl.partial(0xc8201aa626, 0x15, 0xc85a468ac0, 0x1, 0x1, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:115 +0x24e fp=0xc832c6b1e8 sp=0xc832c6b150
runtime.call64(0xc821d13200, 0xa01058, 0xc85a459a40, 0x2800000038)
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/asm_amd64.s:473 +0x3e fp=0xc832c6b230 sp=0xc832c6b1e8
reflect.Value.call(0x720240, 0xa01058, 0x13, 0x86a810, 0x4, 0xc85a47ce70, 0x2, 0x2, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:435 +0x120d fp=0xc832c6b580 sp=0xc832c6b230
reflect.Value.Call(0x720240, 0xa01058, 0x13, 0xc85a47ce40, 0x2, 0x2, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:303 +0xb1 fp=0xc832c6b5e0 sp=0xc832c6b580
text/template.(*state).evalCall(0xc832c6bfb8, 0x82e2c0, 0xc8200a0360, 0x16, 0x720240, 0xa01058, 0x13, 0xf61db8, 0xc82196c930, 0xc8201aa61d, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:641 +0xb39 fp=0xc832c6b828 sp=0xc832c6b5e0
text/template.(*state).evalFunction(0xc832c6bfb8, 0x82e2c0, 0xc8200a0360, 0x16, 0xc82196c960, 0xf61db8, 0xc82196c930, 0xc8219dbf80, 0x3, 0x4, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:515 +0x336 fp=0xc832c6b970 sp=0xc832c6b828
text/template.(*state).evalCommand(0xc832c6bfb8, 0x82e2c0, 0xc8200a0360, 0x16, 0xc82196c930, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:412 +0x1e9 fp=0xc832c6ba98 sp=0xc832c6b970
text/template.(*state).evalPipeline(0xc832c6bfb8, 0x82e2c0, 0xc8200a0360, 0x16, 0xc821b20320, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:385 +0x180 fp=0xc832c6bc30 sp=0xc832c6ba98
text/template.(*state).walk(0xc832c6bfb8, 0x82e2c0, 0xc8200a0360, 0x16, 0xf5cc10, 0xc82196c990)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:215 +0x135 fp=0xc832c6bd78 sp=0xc832c6bc30
text/template.(*state).walk(0xc832c6bfb8, 0x82e2c0, 0xc8200a0360, 0x16, 0x2180498, 0xc82196c720)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:223 +0x6a1 fp=0xc832c6bec0 sp=0xc832c6bd78
text/template.(*Template).Execute(0xc8219dbe80, 0xf5e710, 0xc85a4673b0, 0x82e2c0, 0xc8200a0360, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:178 +0x2a7 fp=0xc832c6c000 sp=0xc832c6bec0
html/template.(*Template).Execute(0xc82196c6c0, 0xf5e710, 0xc85a4673b0, 0x82e2c0, 0xc8200a0360, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/html/template/template.go:104 +0x9a fp=0xc832c6c050 sp=0xc832c6c000
github.com/spf13/hugo/tpl.executeTemplate(0x82e2c0, 0xc8200a0360, 0xf5e710, 0xc85a4673b0, 0xc85a46f120, 0x2, 0x2)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:129 +0x196 fp=0xc832c6c1d8 sp=0xc832c6c050
github.com/spf13/hugo/tpl.ExecuteTemplateToHTML(0x82e2c0, 0xc8200a0360, 0xc85a46f120, 0x2, 0x2, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:146 +0xdf fp=0xc832c6c270 sp=0xc832c6c1d8
github.com/spf13/hugo/tpl.partial(0xc8201aa626, 0x15, 0xc85a468a40, 0x1, 0x1, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:115 +0x24e fp=0xc832c6c308 sp=0xc832c6c270
runtime.call64(0xc821d13200, 0xa01058, 0xc85a459980, 0x2800000038)
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/asm_amd64.s:473 +0x3e fp=0xc832c6c350 sp=0xc832c6c308
reflect.Value.call(0x720240, 0xa01058, 0x13, 0x86a810, 0x4, 0xc85a47ccf0, 0x2, 0x2, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:435 +0x120d fp=0xc832c6c6a0 sp=0xc832c6c350
reflect.Value.Call(0x720240, 0xa01058, 0x13, 0xc85a47ccc0, 0x2, 0x2, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:303 +0xb1 fp=0xc832c6c700 sp=0xc832c6c6a0
text/template.(*state).evalCall(0xc832c6d0d8, 0x82e2c0, 0xc8200a0360, 0x16, 0x720240, 0xa01058, 0x13, 0xf61db8, 0xc82196c930, 0xc8201aa61d, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:641 +0xb39 fp=0xc832c6c948 sp=0xc832c6c700
text/template.(*state).evalFunction(0xc832c6d0d8, 0x82e2c0, 0xc8200a0360, 0x16, 0xc82196c960, 0xf61db8, 0xc82196c930, 0xc8219dbf80, 0x3, 0x4, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:515 +0x336 fp=0xc832c6ca90 sp=0xc832c6c948
text/template.(*state).evalCommand(0xc832c6d0d8, 0x82e2c0, 0xc8200a0360, 0x16, 0xc82196c930, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:412 +0x1e9 fp=0xc832c6cbb8 sp=0xc832c6ca90
text/template.(*state).evalPipeline(0xc832c6d0d8, 0x82e2c0, 0xc8200a0360, 0x16, 0xc821b20320, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:385 +0x180 fp=0xc832c6cd50 sp=0xc832c6cbb8
text/template.(*state).walk(0xc832c6d0d8, 0x82e2c0, 0xc8200a0360, 0x16, 0xf5cc10, 0xc82196c990)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:215 +0x135 fp=0xc832c6ce98 sp=0xc832c6cd50
text/template.(*state).walk(0xc832c6d0d8, 0x82e2c0, 0xc8200a0360, 0x16, 0x2180498, 0xc82196c720)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:223 +0x6a1 fp=0xc832c6cfe0 sp=0xc832c6ce98
text/template.(*Template).Execute(0xc8219dbe80, 0xf5e710, 0xc85a4672d0, 0x82e2c0, 0xc8200a0360, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:178 +0x2a7 fp=0xc832c6d120 sp=0xc832c6cfe0
html/template.(*Template).Execute(0xc82196c6c0, 0xf5e710, 0xc85a4672d0, 0x82e2c0, 0xc8200a0360, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/html/template/template.go:104 +0x9a fp=0xc832c6d170 sp=0xc832c6d120
github.com/spf13/hugo/tpl.executeTemplate(0x82e2c0, 0xc8200a0360, 0xf5e710, 0xc85a4672d0, 0xc85a46f020, 0x2, 0x2)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:129 +0x196 fp=0xc832c6d2f8 sp=0xc832c6d170
github.com/spf13/hugo/tpl.ExecuteTemplateToHTML(0x82e2c0, 0xc8200a0360, 0xc85a46f020, 0x2, 0x2, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:146 +0xdf fp=0xc832c6d390 sp=0xc832c6d2f8
github.com/spf13/hugo/tpl.partial(0xc8201aa626, 0x15, 0xc85a4689d0, 0x1, 0x1, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:115 +0x24e fp=0xc832c6d428 sp=0xc832c6d390
runtime.call64(0xc821d13200, 0xa01058, 0xc85a4598c0, 0x2800000038)
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/asm_amd64.s:473 +0x3e fp=0xc832c6d470 sp=0xc832c6d428
reflect.Value.call(0x720240, 0xa01058, 0x13, 0x86a810, 0x4, 0xc85a47cb70, 0x2, 0x2, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:435 +0x120d fp=0xc832c6d7c0 sp=0xc832c6d470
reflect.Value.Call(0x720240, 0xa01058, 0x13, 0xc85a47cb40, 0x2, 0x2, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:303 +0xb1 fp=0xc832c6d820 sp=0xc832c6d7c0
text/template.(*state).evalCall(0xc832c6e1f8, 0x82e2c0, 0xc8200a0360, 0x16, 0x720240, 0xa01058, 0x13, 0xf61db8, 0xc82196c930, 0xc8201aa61d, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:641 +0xb39 fp=0xc832c6da68 sp=0xc832c6d820
text/template.(*state).evalFunction(0xc832c6e1f8, 0x82e2c0, 0xc8200a0360, 0x16, 0xc82196c960, 0xf61db8, 0xc82196c930, 0xc8219dbf80, 0x3, 0x4, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:515 +0x336 fp=0xc832c6dbb0 sp=0xc832c6da68
text/template.(*state).evalCommand(0xc832c6e1f8, 0x82e2c0, 0xc8200a0360, 0x16, 0xc82196c930, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:412 +0x1e9 fp=0xc832c6dcd8 sp=0xc832c6dbb0
text/template.(*state).evalPipeline(0xc832c6e1f8, 0x82e2c0, 0xc8200a0360, 0x16, 0xc821b20320, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:385 +0x180 fp=0xc832c6de70 sp=0xc832c6dcd8
text/template.(*state).walk(0xc832c6e1f8, 0x82e2c0, 0xc8200a0360, 0x16, 0xf5cc10, 0xc82196c990)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:215 +0x135 fp=0xc832c6dfb8 sp=0xc832c6de70
text/template.(*state).walk(0xc832c6e1f8, 0x82e2c0, 0xc8200a0360, 0x16, 0x2180498, 0xc82196c720)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:223 +0x6a1 fp=0xc832c6e100 sp=0xc832c6dfb8
text/template.(*Template).Execute(0xc8219dbe80, 0xf5e710, 0xc85a4671f0, 0x82e2c0, 0xc8200a0360, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:178 +0x2a7 fp=0xc832c6e240 sp=0xc832c6e100
html/template.(*Template).Execute(0xc82196c6c0, 0xf5e710, 0xc85a4671f0, 0x82e2c0, 0xc8200a0360, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/html/template/template.go:104 +0x9a fp=0xc832c6e290 sp=0xc832c6e240
github.com/spf13/hugo/tpl.executeTemplate(0x82e2c0, 0xc8200a0360, 0xf5e710, 0xc85a4671f0, 0xc85a46ef20, 0x2, 0x2)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:129 +0x196 fp=0xc832c6e418 sp=0xc832c6e290
github.com/spf13/hugo/tpl.ExecuteTemplateToHTML(0x82e2c0, 0xc8200a0360, 0xc85a46ef20, 0x2, 0x2, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:146 +0xdf fp=0xc832c6e4b0 sp=0xc832c6e418
github.com/spf13/hugo/tpl.partial(0xc8201aa626, 0x15, 0xc85a468950, 0x1, 0x1, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:115 +0x24e fp=0xc832c6e548 sp=0xc832c6e4b0
runtime.call64(0xc821d13200, 0xa01058, 0xc85a459800, 0x2800000038)
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/asm_amd64.s:473 +0x3e fp=0xc832c6e590 sp=0xc832c6e548
reflect.Value.call(0x720240, 0xa01058, 0x13, 0x86a810, 0x4, 0xc85a47c9f0, 0x2, 0x2, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:435 +0x120d fp=0xc832c6e8e0 sp=0xc832c6e590
reflect.Value.Call(0x720240, 0xa01058, 0x13, 0xc85a47c9c0, 0x2, 0x2, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:303 +0xb1 fp=0xc832c6e940 sp=0xc832c6e8e0
text/template.(*state).evalCall(0xc832c6f318, 0x82e2c0, 0xc8200a0360, 0x16, 0x720240, 0xa01058, 0x13, 0xf61db8, 0xc82196c930, 0xc8201aa61d, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:641 +0xb39 fp=0xc832c6eb88 sp=0xc832c6e940
text/template.(*state).evalFunction(0xc832c6f318, 0x82e2c0, 0xc8200a0360, 0x16, 0xc82196c960, 0xf61db8, 0xc82196c930, 0xc8219dbf80, 0x3, 0x4, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:515 +0x336 fp=0xc832c6ecd0 sp=0xc832c6eb88
text/template.(*state).evalCommand(0xc832c6f318, 0x82e2c0, 0xc8200a0360, 0x16, 0xc82196c930, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:412 +0x1e9 fp=0xc832c6edf8 sp=0xc832c6ecd0
text/template.(*state).evalPipeline(0xc832c6f318, 0x82e2c0, 0xc8200a0360, 0x16, 0xc821b20320, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:385 +0x180 fp=0xc832c6ef90 sp=0xc832c6edf8
text/template.(*state).walk(0xc832c6f318, 0x82e2c0, 0xc8200a0360, 0x16, 0xf5cc10, 0xc82196c990)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:215 +0x135 fp=0xc832c6f0d8 sp=0xc832c6ef90
text/template.(*state).walk(0xc832c6f318, 0x82e2c0, 0xc8200a0360, 0x16, 0x2180498, 0xc82196c720)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:223 +0x6a1 fp=0xc832c6f220 sp=0xc832c6f0d8
text/template.(*Template).Execute(0xc8219dbe80, 0xf5e710, 0xc85a467110, 0x82e2c0, 0xc8200a0360, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:178 +0x2a7 fp=0xc832c6f360 sp=0xc832c6f220
html/template.(*Template).Execute(0xc82196c6c0, 0xf5e710, 0xc85a467110, 0x82e2c0, 0xc8200a0360, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/html/template/template.go:104 +0x9a fp=0xc832c6f3b0 sp=0xc832c6f360
github.com/spf13/hugo/tpl.executeTemplate(0x82e2c0, 0xc8200a0360, 0xf5e710, 0xc85a467110, 0xc85a46ee20, 0x2, 0x2)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:129 +0x196 fp=0xc832c6f538 sp=0xc832c6f3b0
github.com/spf13/hugo/tpl.ExecuteTemplateToHTML(0x82e2c0, 0xc8200a0360, 0xc85a46ee20, 0x2, 0x2, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:146 +0xdf fp=0xc832c6f5d0 sp=0xc832c6f538
github.com/spf13/hugo/tpl.partial(0xc8201aa626, 0x15, 0xc85a4688e0, 0x1, 0x1, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:115 +0x24e fp=0xc832c6f668 sp=0xc832c6f5d0
runtime.call64(0xc821d13200, 0xa01058, 0xc85a459740, 0x2800000038)
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/asm_amd64.s:473 +0x3e fp=0xc832c6f6b0 sp=0xc832c6f668
reflect.Value.call(0x720240, 0xa01058, 0x13, 0x86a810, 0x4, 0xc85a47c870, 0x2, 0x2, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:435 +0x120d fp=0xc832c6fa00 sp=0xc832c6f6b0
reflect.Value.Call(0x720240, 0xa01058, 0x13, 0xc85a47c840, 0x2, 0x2, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:303 +0xb1 fp=0xc832c6fa60 sp=0xc832c6fa00
text/template.(*state).evalCall(0xc832c70438, 0x82e2c0, 0xc8200a0360, 0x16, 0x720240, 0xa01058, 0x13, 0xf61db8, 0xc82196c930, 0xc8201aa61d, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:641 +0xb39 fp=0xc832c6fca8 sp=0xc832c6fa60
text/template.(*state).evalFunction(0xc832c70438, 0x82e2c0, 0xc8200a0360, 0x16, 0xc82196c960, 0xf61db8, 0xc82196c930, 0xc8219dbf80, 0x3, 0x4, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:515 +0x336 fp=0xc832c6fdf0 sp=0xc832c6fca8
text/template.(*state).evalCommand(0xc832c70438, 0x82e2c0, 0xc8200a0360, 0x16, 0xc82196c930, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:412 +0x1e9 fp=0xc832c6ff18 sp=0xc832c6fdf0
text/template.(*state).evalPipeline(0xc832c70438, 0x82e2c0, 0xc8200a0360, 0x16, 0xc821b20320, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:385 +0x180 fp=0xc832c700b0 sp=0xc832c6ff18
text/template.(*state).walk(0xc832c70438, 0x82e2c0, 0xc8200a0360, 0x16, 0xf5cc10, 0xc82196c990)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:215 +0x135 fp=0xc832c701f8 sp=0xc832c700b0
text/template.(*state).walk(0xc832c70438, 0x82e2c0, 0xc8200a0360, 0x16, 0x2180498, 0xc82196c720)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:223 +0x6a1 fp=0xc832c70340 sp=0xc832c701f8
text/template.(*Template).Execute(0xc8219dbe80, 0xf5e710, 0xc85a467030, 0x82e2c0, 0xc8200a0360, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:178 +0x2a7 fp=0xc832c70480 sp=0xc832c70340
html/template.(*Template).Execute(0xc82196c6c0, 0xf5e710, 0xc85a467030, 0x82e2c0, 0xc8200a0360, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/html/template/template.go:104 +0x9a fp=0xc832c704d0 sp=0xc832c70480
github.com/spf13/hugo/tpl.executeTemplate(0x82e2c0, 0xc8200a0360, 0xf5e710, 0xc85a467030, 0xc85a46ed20, 0x2, 0x2)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:129 +0x196 fp=0xc832c70658 sp=0xc832c704d0
github.com/spf13/hugo/tpl.ExecuteTemplateToHTML(0x82e2c0, 0xc8200a0360, 0xc85a46ed20, 0x2, 0x2, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:146 +0xdf fp=0xc832c706f0 sp=0xc832c70658
github.com/spf13/hugo/tpl.partial(0xc8201aa626, 0x15, 0xc85a468860, 0x1, 0x1, 0x0, 0x0)
/private/tmp/hugo-20160607-37510-1daro23/hugo-0.16/src/github.com/spf13/hugo/tpl/template.go:115 +0x24e fp=0xc832c70788 sp=0xc832c706f0
runtime.call64(0xc821d13200, 0xa01058, 0xc85a459680, 0x2800000038)
/usr/local/Cellar/go/1.6.2/libexec/src/runtime/asm_amd64.s:473 +0x3e fp=0xc832c707d0 sp=0xc832c70788
reflect.Value.call(0x720240, 0xa01058, 0x13, 0x86a810, 0x4, 0xc85a47c6f0, 0x2, 0x2, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:435 +0x120d fp=0xc832c70b20 sp=0xc832c707d0
reflect.Value.Call(0x720240, 0xa01058, 0x13, 0xc85a47c6c0, 0x2, 0x2, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/reflect/value.go:303 +0xb1 fp=0xc832c70b80 sp=0xc832c70b20
text/template.(*state).evalCall(0xc832c71558, 0x82e2c0, 0xc8200a0360, 0x16, 0x720240, 0xa01058, 0x13, 0xf61db8, 0xc82196c930, 0xc8201aa61d, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:641 +0xb39 fp=0xc832c70dc8 sp=0xc832c70b80
text/template.(*state).evalFunction(0xc832c71558, 0x82e2c0, 0xc8200a0360, 0x16, 0xc82196c960, 0xf61db8, 0xc82196c930, 0xc8219dbf80, 0x3, 0x4, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:515 +0x336 fp=0xc832c70f10 sp=0xc832c70dc8
text/template.(*state).evalCommand(0xc832c71558, 0x82e2c0, 0xc8200a0360, 0x16, 0xc82196c930, 0x0, 0x0, 0x0, 0x0, 0x0, ...)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:412 +0x1e9 fp=0xc832c71038 sp=0xc832c70f10
text/template.(*state).evalPipeline(0xc832c71558, 0x82e2c0, 0xc8200a0360, 0x16, 0xc821b20320, 0x0, 0x0, 0x0)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:385 +0x180 fp=0xc832c711d0 sp=0xc832c71038
text/template.(*state).walk(0xc832c71558, 0x82e2c0, 0xc8200a0360, 0x16, 0xf5cc10, 0xc82196c990)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:215 +0x135 fp=0xc832c71318 sp=0xc832c711d0
text/template.(*state).walk(0xc832c71558, 0x82e2c0, 0xc8200a0360, 0x16, 0x2180498, 0xc82196c720)
/usr/local/Cellar/go/1.6.2/libexec/src/text/template/exec.go:223 +0x6a1 fp=0xc832c71460 sp=0xc832c71318
...
I’m happy to open a GH issue, but figured it was better to come here first since it seems like this is specific to my machine…