We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[x]
gitea_1_aab4d095f851 | gitea.default(SV): Starting service as user=git, group=git gitea_1_aab4d095f851 | gitea.default(O): panic: runtime error: invalid memory address or nil pointer dereference gitea_1_aab4d095f851 | gitea.default(O): [signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x7f3cd4] gitea_1_aab4d095f851 | gitea.default(O): gitea_1_aab4d095f851 | gitea.default(O): goroutine 1 [running]: gitea_1_aab4d095f851 | gitea.default(O): code.gitea.io/gitea/vendor/gopkg.in/ini%2ev1.(*Key).transformValue(0xc000577b60, 0xc0000bf681, 0x28, 0xc0004eee08, 0x4a9909) gitea_1_aab4d095f851 | gitea.default(O): /hab/cache/src/src/code.gitea.io/gitea/vendor/gopkg.in/ini.v1/key.go:123 +0xa4 gitea_1_aab4d095f851 | gitea.default(O): code.gitea.io/gitea/vendor/gopkg.in/ini%2ev1.(*Key).String(0xc000577b60, 0xc000574fa0, 0x15) gitea_1_aab4d095f851 | gitea.default(O): /hab/cache/src/src/code.gitea.io/gitea/vendor/gopkg.in/ini.v1/key.go:130 +0x3d gitea_1_aab4d095f851 | gitea.default(O): code.gitea.io/gitea/vendor/gopkg.in/ini%2ev1.(*Key).MustString(0xc000577b60, 0xc000574fa0, 0x15, 0x1, 0xc000574fa0) gitea_1_aab4d095f851 | gitea.default(O): /hab/cache/src/src/code.gitea.io/gitea/vendor/gopkg.in/ini.v1/key.go:202 +0x2f gitea_1_aab4d095f851 | gitea.default(O): code.gitea.io/gitea/modules/setting.NewContext() gitea_1_aab4d095f851 | gitea.default(O): /hab/cache/src/src/code.gitea.io/gitea/modules/setting/setting.go:1194 +0x489f gitea_1_aab4d095f851 | gitea.default(O): code.gitea.io/gitea/routers.GlobalInit() gitea_1_aab4d095f851 | gitea.default(O): /hab/cache/src/src/code.gitea.io/gitea/routers/init.go:47 +0x4a gitea_1_aab4d095f851 | gitea.default(O): code.gitea.io/gitea/cmd.runWeb(0xc000114640, 0x0, 0x0) gitea_1_aab4d095f851 | gitea.default(O): /hab/cache/src/src/code.gitea.io/gitea/cmd/web.go:112 +0xaa gitea_1_aab4d095f851 | gitea.default(O): code.gitea.io/gitea/vendor/github.com/urfave/cli.HandleAction(0x1273460, 0x14769c8, 0xc000114640, 0xc000163700, 0x0) gitea_1_aab4d095f851 | gitea.default(O): /hab/cache/src/src/code.gitea.io/gitea/vendor/github.com/urfave/cli/app.go:471 +0xad gitea_1_aab4d095f851 | gitea.default(O): code.gitea.io/gitea/vendor/github.com/urfave/cli.Command.Run(0x1402587, 0x3, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1428727, 0x16, 0x0, ...) gitea_1_aab4d095f851 | gitea.default(O): /hab/cache/src/src/code.gitea.io/gitea/vendor/github.com/urfave/cli/command.go:191 +0x96d gitea_1_aab4d095f851 | gitea.default(O): code.gitea.io/gitea/vendor/github.com/urfave/cli.(*App).Run(0xc0000ca9c0, 0xc0000ae040, 0x4, 0x4, 0x0, 0x0) gitea_1_aab4d095f851 | gitea.default(O): /hab/cache/src/src/code.gitea.io/gitea/vendor/github.com/urfave/cli/app.go:241 +0x5a2 gitea_1_aab4d095f851 | gitea.default(O): main.main() gitea_1_aab4d095f851 | gitea.default(O): /hab/cache/src/src/code.gitea.io/gitea/main.go:53 +0x3d1 gitea_1_aab4d095f851 | hab-launch(SV): Child for service 'gitea.default' with PID 122 exited with code exit code: 2
In app.ini, when using the default configuration block:
app.ini
[U2F] ; Two Factor authentication with security keys ; https://developers.yubico.com/U2F/App_ID.html APP_ID = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/ ; Comma seperated list of truisted facets TRUSTED_FACETS = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
gitea segfaults with the above log output.
The text was updated successfully, but these errors were encountered:
I think there is already issue for this
Sorry, something went wrong.
Duplicate of #4692
Ah, didn't catch that one.
No branches or pull requests
[x]
):Description
In
app.ini
, when using the default configuration block:gitea segfaults with the above log output.
The text was updated successfully, but these errors were encountered: