Skip to content

Instantly share code, notes, and snippets.

@mirhec
Created May 24, 2017 12:16
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 mirhec/3f3ad2eb36ebb9d355e2b2d306bf6469 to your computer and use it in GitHub Desktop.
Save mirhec/3f3ad2eb36ebb9d355e2b2d306bf6469 to your computer and use it in GitHub Desktop.
2017/05/24 13:55:15 Serving [::]:3000 with pid 3734
[Macaron] 2017-05-24 13:55:17: Started GET /SIMON-IBV/QMT/releases for [::1]
[Macaron] PANIC: runtime error: slice bounds out of range
/usr/local/go/src/runtime/panic.go:489 (0x433b4)
gopanic: reflectcall(nil, unsafe.Pointer(d.fn), deferArgs(d), uint32(d.siz), uint32(d.siz))
/usr/local/go/src/runtime/panic.go:35 (0x42204)
panicslice: panic(sliceError)
/home/git/src/code.gitea.io/gitea/vendor/code.gitea.io/git/repo_tag.go:136 (0x3519e0)
parseTag: next := strings.IndexByte(left[end+2:], ' ')
/home/git/src/code.gitea.io/gitea/vendor/code.gitea.io/git/repo_tag.go:164 (0x351bf4)
(*Repository).GetTagInfos: tag, err := parseTag(line, opt)
/home/git/src/code.gitea.io/gitea/routers/repo/release.go:70 (0x88bec8)
Releases: rawTags, err := ctx.Repo.GitRepo.GetTagInfos(git.TagOption{})
/usr/local/go/src/runtime/asm_arm.s:449 (0x6d8cc)
call16: CALLFN(·call16, 16)
/usr/local/go/src/reflect/value.go:434 (0xc4ff4)
Value.call: call(frametype, fn, args, uint32(frametype.size), uint32(retOffset))
/usr/local/go/src/reflect/value.go:302 (0xc4648)
Value.Call: return v.call("Call", in)
/home/git/src/code.gitea.io/gitea/vendor/github.com/go-macaron/inject/inject.go:177 (0x3a9880)
(*injector).callInvoke: return reflect.ValueOf(f).Call(in), nil
/home/git/src/code.gitea.io/gitea/vendor/github.com/go-macaron/inject/inject.go:137 (0x3a934c)
(*injector).Invoke: return inj.callInvoke(f, t, t.NumIn())
/home/git/src/code.gitea.io/gitea/vendor/gopkg.in/macaron.v1/context.go:113 (0x3cc708)
(*Context).run: vals, err := c.Invoke(c.handler())
/home/git/src/code.gitea.io/gitea/vendor/gopkg.in/macaron.v1/context.go:104 (0x3cc658)
(*Context).Next: c.run()
/home/git/src/code.gitea.io/gitea/vendor/github.com/go-macaron/session/session.go:186 (0x415208)
Sessioner.func1: ctx.Next()
/usr/local/go/src/runtime/asm_arm.s:449 (0x6d8cc)
call16: CALLFN(·call16, 16)
/usr/local/go/src/reflect/value.go:434 (0xc4ff4)
Value.call: call(frametype, fn, args, uint32(frametype.size), uint32(retOffset))
/usr/local/go/src/reflect/value.go:302 (0xc4648)
Value.Call: return v.call("Call", in)
/home/git/src/code.gitea.io/gitea/vendor/github.com/go-macaron/inject/inject.go:177 (0x3a9880)
(*injector).callInvoke: return reflect.ValueOf(f).Call(in), nil
/home/git/src/code.gitea.io/gitea/vendor/github.com/go-macaron/inject/inject.go:137 (0x3a934c)
(*injector).Invoke: return inj.callInvoke(f, t, t.NumIn())
/home/git/src/code.gitea.io/gitea/vendor/gopkg.in/macaron.v1/context.go:113 (0x3cc708)
(*Context).run: vals, err := c.Invoke(c.handler())
/home/git/src/code.gitea.io/gitea/vendor/gopkg.in/macaron.v1/context.go:104 (0x3cc658)
(*Context).Next: c.run()
/home/git/src/code.gitea.io/gitea/vendor/gopkg.in/macaron.v1/recovery.go:161 (0x3dbb80)
Recovery.func1: c.Next()
/usr/local/go/src/runtime/asm_arm.s:449 (0x6d8cc)
call16: CALLFN(·call16, 16)
/usr/local/go/src/reflect/value.go:434 (0xc4ff4)
Value.call: call(frametype, fn, args, uint32(frametype.size), uint32(retOffset))
/usr/local/go/src/reflect/value.go:302 (0xc4648)
Value.Call: return v.call("Call", in)
/home/git/src/code.gitea.io/gitea/vendor/github.com/go-macaron/inject/inject.go:177 (0x3a9880)
(*injector).callInvoke: return reflect.ValueOf(f).Call(in), nil
/home/git/src/code.gitea.io/gitea/vendor/github.com/go-macaron/inject/inject.go:137 (0x3a934c)
(*injector).Invoke: return inj.callInvoke(f, t, t.NumIn())
/home/git/src/code.gitea.io/gitea/vendor/gopkg.in/macaron.v1/context.go:113 (0x3cc708)
(*Context).run: vals, err := c.Invoke(c.handler())
/home/git/src/code.gitea.io/gitea/vendor/gopkg.in/macaron.v1/context.go:104 (0x3cc658)
(*Context).Next: c.run()
/home/git/src/code.gitea.io/gitea/vendor/gopkg.in/macaron.v1/logger.go:43 (0x3db17c)
Logger.func1: ctx.Next()
/usr/local/go/src/runtime/asm_arm.s:449 (0x6d8cc)
call16: CALLFN(·call16, 16)
/usr/local/go/src/reflect/value.go:434 (0xc4ff4)
Value.call: call(frametype, fn, args, uint32(frametype.size), uint32(retOffset))
/usr/local/go/src/reflect/value.go:302 (0xc4648)
Value.Call: return v.call("Call", in)
/home/git/src/code.gitea.io/gitea/vendor/github.com/go-macaron/inject/inject.go:177 (0x3a9880)
(*injector).callInvoke: return reflect.ValueOf(f).Call(in), nil
/home/git/src/code.gitea.io/gitea/vendor/github.com/go-macaron/inject/inject.go:137 (0x3a934c)
(*injector).Invoke: return inj.callInvoke(f, t, t.NumIn())
/home/git/src/code.gitea.io/gitea/vendor/gopkg.in/macaron.v1/context.go:113 (0x3cc708)
(*Context).run: vals, err := c.Invoke(c.handler())
/home/git/src/code.gitea.io/gitea/vendor/gopkg.in/macaron.v1/router.go:184 (0x3dcb40)
(*Router).Handle.func1: c.run()
/home/git/src/code.gitea.io/gitea/vendor/gopkg.in/macaron.v1/router.go:288 (0x3d6654)
(*Router).ServeHTTP: h(rw, req, p)
/home/git/src/code.gitea.io/gitea/vendor/gopkg.in/macaron.v1/macaron.go:177 (0x3d01a0)
(*Macaron).ServeHTTP: m.Router.ServeHTTP(rw, req)
/home/git/src/code.gitea.io/gitea/vendor/github.com/gorilla/context/context.go:141 (0x5ad4ac)
ClearHandler.func1: h.ServeHTTP(w, r)
/usr/local/go/src/net/http/server.go:1942 (0x270cc8)
HandlerFunc.ServeHTTP: f(w, r)
/usr/local/go/src/net/http/server.go:2568 (0x272c5c)
serverHandler.ServeHTTP: handler.ServeHTTP(rw, req)
/usr/local/go/src/net/http/server.go:1825 (0x26f8c0)
(*conn).serve: serverHandler{c.server}.ServeHTTP(w, w.req)
/usr/local/go/src/runtime/asm_arm.s:1017 (0x6f5d0)
goexit: MOVW R0, R0 // NOP
[Macaron] 2017-05-24 13:55:17: Completed /SIMON-IBV/QMT/releases 500 Internal Server Error in 210.092843ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment