-
Notifications
You must be signed in to change notification settings - Fork 322
New issue
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
访问http://localhost:8080就抛异常 #38
Comments
./hello -syncdb 这一步执行成功了 |
./hello -syncdb 这一步执行报错: goroutine 1 [running]: goroutine 17 [syscall, locked to thread]: goroutine 5 [syscall]: |
2015/10/18 10:44:34 [router.go:879] [C] the request url is /
2015/10/18 10:44:34 [router.go:880] [C] Handler crashed with error runtime error: invalid memory address or nil pointer dereference
2015/10/18 10:44:34 [router.go:886] [C] /usr/local/go/src/runtime/asm_amd64.s:401
2015/10/18 10:44:34 [router.go:886] [C] /usr/local/go/src/runtime/panic.go:387
2015/10/18 10:44:34 [router.go:886] [C] /usr/local/go/src/runtime/panic.go:42
2015/10/18 10:44:34 [router.go:886] [C] /usr/local/go/src/runtime/sigpanic_unix.go:26
2015/10/18 10:44:34 [router.go:886] [C] /home/maxingsong/reposity/recipes/beego/src/github.com/astaxie/beego/controller.go:575
2015/10/18 10:44:34 [router.go:886] [C] /home/maxingsong/reposity/recipes/beego/src/github.com/beego/admin/src/rbac/public.go:30
2015/10/18 10:44:34 [router.go:886] [C] /usr/local/go/src/runtime/asm_amd64.s:401
2015/10/18 10:44:34 [router.go:886] [C] /opt/development/go/src/reflect/value.go:419
2015/10/18 10:44:34 [router.go:886] [C] /opt/development/go/src/reflect/value.go:296
2015/10/18 10:44:34 [router.go:886] [C] /home/maxingsong/reposity/recipes/beego/src/github.com/astaxie/beego/router.go:803
2015/10/18 10:44:34 [router.go:886] [C] /opt/development/go/src/net/http/server.go:1703
2015/10/18 10:44:34 [router.go:886] [C] /opt/development/go/src/net/http/server.go:1204
2015/10/18 10:44:34 [router.go:886] [C] /usr/local/go/src/runtime/asm_amd64.s:2232
不知道是什么原因
The text was updated successfully, but these errors were encountered: