Skip to content

Instantly share code, notes, and snippets.

@jhasse
Created September 19, 2016 08:36
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 jhasse/7b9822405c314bf9664eea85a149ceb6 to your computer and use it in GitHub Desktop.
Save jhasse/7b9822405c314bf9664eea85a149ceb6 to your computer and use it in GitHub Desktop.
[Macaron] PANIC: runtime error: makeslice: cap out of range
/usr/local/go/src/runtime/panic.go:423 (0x42b609)
/usr/local/go/src/runtime/slice.go:30 (0x440aac)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/github.com/gogits/gogs/models/org_team.go:40 (0x59451a)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/github.com/gogits/gogs/models/org_team.go:58 (0x594caa)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/github.com/gogits/gogs/models/org_team.go:320 (0x597e95)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/github.com/gogits/gogs/routers/org/teams.go:260 (0x8c1b08)
/usr/local/go/src/runtime/asm_amd64.s:437 (0x45c52e)
/usr/local/go/src/reflect/value.go:432 (0x50110a)
/usr/local/go/src/reflect/value.go:300 (0x4ffdd1)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/github.com/go-macaron/inject/inject.go:177 (0xbf1099)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/github.com/go-macaron/inject/inject.go:137 (0xbf085c)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/gopkg.in/macaron.v1/context.go:113 (0x8016c7)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/gopkg.in/macaron.v1/context.go:104 (0x8015ac)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/github.com/go-macaron/session/session.go:186 (0x744594)
/usr/local/go/src/runtime/asm_amd64.s:437 (0x45c52e)
/usr/local/go/src/reflect/value.go:432 (0x50110a)
/usr/local/go/src/reflect/value.go:300 (0x4ffdd1)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/github.com/go-macaron/inject/inject.go:177 (0xbf1099)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/github.com/go-macaron/inject/inject.go:137 (0xbf085c)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/gopkg.in/macaron.v1/context.go:113 (0x8016c7)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/gopkg.in/macaron.v1/context.go:104 (0x8015ac)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/gopkg.in/macaron.v1/recovery.go:161 (0x8178a2)
/usr/local/go/src/runtime/asm_amd64.s:437 (0x45c52e)
/usr/local/go/src/reflect/value.go:432 (0x50110a)
/usr/local/go/src/reflect/value.go:300 (0x4ffdd1)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/github.com/go-macaron/inject/inject.go:177 (0xbf1099)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/github.com/go-macaron/inject/inject.go:137 (0xbf085c)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/gopkg.in/macaron.v1/context.go:113 (0x8016c7)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/gopkg.in/macaron.v1/context.go:104 (0x8015ac)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/gopkg.in/macaron.v1/logger.go:43 (0x81641b)
/usr/local/go/src/runtime/asm_amd64.s:437 (0x45c52e)
/usr/local/go/src/reflect/value.go:432 (0x50110a)
/usr/local/go/src/reflect/value.go:300 (0x4ffdd1)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/github.com/go-macaron/inject/inject.go:177 (0xbf1099)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/github.com/go-macaron/inject/inject.go:137 (0xbf085c)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/gopkg.in/macaron.v1/context.go:113 (0x8016c7)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/gopkg.in/macaron.v1/router.go:184 (0x819234)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/gopkg.in/macaron.v1/router.go:286 (0x80f7ed)
/tmp/d20160903-15-h2vuet/opt/gogs/.heroku/go/src/gopkg.in/macaron.v1/macaron.go:177 (0x806cba)
/usr/local/go/src/net/http/server.go:1862 (0x6fb79e)
/usr/local/go/src/net/http/server.go:1361 (0x6f8ebe)
/usr/local/go/src/runtime/asm_amd64.s:1696 (0x45e871)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment