|
|
[GOID:20] [ERROR] 2025-02-11 12:10:15 [\api\login/message.go:34] 获取验证码次数失败: redigo: nil returned
|
|
|
[GOID:53] [ERROR] 2025-02-11 12:14:26 [\api\login/message.go:34] 获取验证码次数失败: redigo: nil returned
|
|
|
[GOID:68] [ERROR] 2025-02-11 12:18:36 [\pkg\dapi/base.go:146] Error 1364 (HY000): Field 'uid' doesn't have a default value goroutine 68 [running]:
|
|
|
epur-pay/pkg/dapi.apiProxy.func1()
|
|
|
D:/GoLand 2024.2.3/PROJ/epur-pay/pkg/dapi/base.go:144 +0x85
|
|
|
panic({0x13d3a00?, 0xc0004309e0?})
|
|
|
D:/Go/src/runtime/panic.go:785 +0x136
|
|
|
epur-pay/pkg/utils.Error({0x15800c0, 0xc000010630})
|
|
|
D:/GoLand 2024.2.3/PROJ/epur-pay/pkg/utils/error.go:7 +0x53
|
|
|
epur-pay/api/login.SsoRegister(0xc00011e000, 0xc00054a000)
|
|
|
D:/GoLand 2024.2.3/PROJ/epur-pay/api/login/register.go:131 +0x14f7
|
|
|
reflect.Value.call({0x13ef000, 0x1528f90, 0x13}, {0x14cd52c, 0x4}, {0xc0004558f0, 0x2, 0x2})
|
|
|
D:/Go/src/reflect/value.go:581 +0xea5
|
|
|
reflect.Value.Call({0x13ef000, 0x1528f90, 0x13}, {0xc0004558f0, 0x2, 0x2})
|
|
|
D:/Go/src/reflect/value.go:365 +0xb3
|
|
|
epur-pay/pkg/dapi.(*ApiBase).apiHandler(0xc00011e000)
|
|
|
D:/GoLand 2024.2.3/PROJ/epur-pay/pkg/dapi/utils.go:31 +0x299
|
|
|
epur-pay/pkg/dapi.(*ApiBase).apiRunEx(0xc00011e000)
|
|
|
D:/GoLand 2024.2.3/PROJ/epur-pay/pkg/dapi/api.go:61 +0x8f
|
|
|
epur-pay/pkg/dapi.(*ApiBase).apiRun(0xc00011e000)
|
|
|
D:/GoLand 2024.2.3/PROJ/epur-pay/pkg/dapi/api.go:107 +0x1cf
|
|
|
epur-pay/pkg/dapi.(*ApiBase).apiMain(0xc00011e000)
|
|
|
D:/GoLand 2024.2.3/PROJ/epur-pay/pkg/dapi/api.go:119 +0x52
|
|
|
epur-pay/pkg/dapi.apiProxy(0xc00011e000)
|
|
|
D:/GoLand 2024.2.3/PROJ/epur-pay/pkg/dapi/base.go:154 +0x7c
|
|
|
epur-pay/pkg/dapi.ApiDecorator.func1(0xc000126000)
|
|
|
D:/GoLand 2024.2.3/PROJ/epur-pay/pkg/dapi/base.go:135 +0x2ec
|
|
|
github.com/gin-gonic/gin.(*Context).Next(0xc000126000)
|
|
|
C:/Users/10452/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 +0x7a
|
|
|
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1(0xc000126000)
|
|
|
C:/Users/10452/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102 +0xfd
|
|
|
github.com/gin-gonic/gin.(*Context).Next(0xc000126000)
|
|
|
C:/Users/10452/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 +0x7a
|
|
|
github.com/gin-contrib/gzip.(*gzipHandler).Handle(0xc000142630, 0xc000126000)
|
|
|
C:/Users/10452/go/pkg/mod/github.com/gin-contrib/gzip@v0.0.6/handler.go:60 +0x5ab
|
|
|
github.com/gin-gonic/gin.(*Context).Next(0xc000126000)
|
|
|
C:/Users/10452/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 +0x7a
|
|
|
epur-pay/router.Logs.func1(0xc000126000)
|
|
|
D:/GoLand 2024.2.3/PROJ/epur-pay/router/middleware.go:39 +0x46
|
|
|
github.com/gin-gonic/gin.(*Context).Next(0xc000126000)
|
|
|
C:/Users/10452/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174 +0x7a
|
|
|
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest(0xc00057e1a0, 0xc000126000)
|
|
|
C:/Users/10452/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620 +0x42a
|
|
|
github.com/gin-gonic/gin.(*Engine).ServeHTTP(0xc00057e1a0, {0x1586ed0, 0xc00050a000}, 0xc000476500)
|
|
|
C:/Users/10452/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576 +0xbc
|
|
|
net/http.serverHandler.ServeHTTP({0xc00011e4b0}, {0x1586ed0, 0xc00050a000}, 0xc000476500)
|
|
|
D:/Go/src/net/http/server.go:3210 +0x257
|
|
|
net/http.(*conn).serve(0xc0001ba000, {0x1588350, 0xc000690000})
|
|
|
D:/Go/src/net/http/server.go:2092 +0x1ab5
|
|
|
created by net/http.(*Server).Serve in goroutine 16
|
|
|
D:/Go/src/net/http/server.go:3360 +0xa9a
|
|
|
|
|
|
goroutine 1 [chan receive, 1 minutes]:
|
|
|
epur-pay/pkg/server.(*App).WaitServerAppListen(0xc0001cf180)
|
|
|
D:/GoLand 2024.2.3/PROJ/epur-pay/pkg/server/api.go:21 +0xe5
|
|
|
main.main()
|
|
|
D:/GoLand 2024.2.3/PROJ/epur-pay/main.go:34 +0x112
|
|
|
|
|
|
goroutine 20 [select, 1 minutes]:
|
|
|
database/sql.(*DB).connectionOpener(0xc00003f2b0, {0x1588350, 0xc000690a00})
|
|
|
D:/Go/src/database/sql/sql.go:1253 +0xbe
|
|
|
created by database/sql.OpenDB in goroutine 1
|
|
|
D:/Go/src/database/sql/sql.go:833 +0x305
|
|
|
|
|
|
goroutine 13 [select]:
|
|
|
database/sql.(*DB).connectionCleaner(0xc00003f2b0, 0xdf8475800)
|
|
|
D:/Go/src/database/sql/sql.go:1096 +0xfc
|
|
|
created by database/sql.(*DB).startCleanerLocked in goroutine 1
|
|
|
D:/Go/src/database/sql/sql.go:1083 +0x167
|
|
|
|
|
|
goroutine 50 [chan receive, 1 minutes]:
|
|
|
epur-pay/pkg/mq.(*Async).Consumer.func1({0x14dc48e, 0xd}, 0x1528f08)
|
|
|
D:/GoLand 2024.2.3/PROJ/epur-pay/pkg/mq/mq.go:134 +0x128
|
|
|
created by epur-pay/pkg/mq.(*Async).Consumer in goroutine 15
|
|
|
D:/GoLand 2024.2.3/PROJ/epur-pay/pkg/mq/mq.go:130 +0x2f2
|
|
|
|
|
|
goroutine 16 [IO wait]:
|
|
|
internal/poll.runtime_pollWait(0x1e863870d70, 0x72)
|
|
|
D:/Go/src/runtime/netpoll.go:351 +0x3c
|
|
|
internal/poll.(*pollDesc).wait(0xc000130e30, 0x72, 0x0)
|
|
|
D:/Go/src/internal/poll/fd_poll_runtime.go:84 +0x7a
|
|
|
internal/poll.execIO(0xc000130ca0, 0xc000047418)
|
|
|
D:/Go/src/internal/poll/fd_windows.go:177 +0x2bb
|
|
|
internal/poll.(*FD).acceptOne(0xc000130c88, 0x58c, {0xc00026e000, 0x2, 0x2}, 0xc000130ca0)
|
|
|
D:/Go/src/internal/poll/fd_windows.go:946 +0x10d
|
|
|
internal/poll.(*FD).Accept(0xc000130c88, 0xc0000478e0)
|
|
|
D:/Go/src/internal/poll/fd_windows.go:980 +0x445
|
|
|
net.(*netFD).accept(0xc000130c88)
|
|
|
D:/Go/src/net/fd_windows.go:182 +0xcf
|
|
|
net.(*TCPListener).accept(0xc0001ce040)
|
|
|
D:/Go/src/net/tcpsock_posix.go:159 +0x65
|
|
|
net.(*TCPListener).Accept(0xc0001ce040)
|
|
|
D:/Go/src/net/tcpsock.go:372 +0x65
|
|
|
net/http.(*Server).Serve(0xc00011e4b0, {0x1586b70, 0xc0001ce040})
|
|
|
D:/Go/src/net/http/server.go:3330 +0x50b
|
|
|
net/http.(*Server).ListenAndServe(0xc00011e4b0)
|
|
|
D:/Go/src/net/http/server.go:3259 +0x17c
|
|
|
epur-pay/pkg/server.(*App).ListenServerApp.func1(0xc00011e4b0)
|
|
|
D:/GoLand 2024.2.3/PROJ/epur-pay/pkg/server/api.go:39 +0x27
|
|
|
created by epur-pay/pkg/server.(*App).ListenServerApp in goroutine 1
|
|
|
D:/GoLand 2024.2.3/PROJ/epur-pay/pkg/server/api.go:38 +0x128
|
|
|
|
|
|
goroutine 67 [syscall, 1 minutes]:
|
|
|
os/signal.signal_recv()
|
|
|
D:/Go/src/runtime/sigqueue.go:152 +0x29
|
|
|
os/signal.loop()
|
|
|
D:/Go/src/os/signal/signal_unix.go:23 +0x17
|
|
|
created by os/signal.Notify.func1.1 in goroutine 1
|
|
|
D:/Go/src/os/signal/signal.go:151 +0x26
|
|
|
|
|
|
goroutine 51 [IO wait]:
|
|
|
internal/poll.runtime_pollWait(0x1e863870c68, 0x72)
|
|
|
D:/Go/src/runtime/netpoll.go:351 +0x3c
|
|
|
internal/poll.(*pollDesc).wait(0xc0001310b0, 0x72, 0x0)
|
|
|
D:/Go/src/internal/poll/fd_poll_runtime.go:84 +0x7a
|
|
|
internal/poll.execIO(0xc000130f20, 0x152a3c0)
|
|
|
D:/Go/src/internal/poll/fd_windows.go:177 +0x2bb
|
|
|
internal/poll.(*FD).Read(0xc000130f08, {0xc000147000, 0x1000, 0x1000})
|
|
|
D:/Go/src/internal/poll/fd_windows.go:438 +0x4b8
|
|
|
net.(*netFD).Read(0xc000130f08, {0xc000147000, 0x1000, 0x1000})
|
|
|
D:/Go/src/net/fd_posix.go:55 +0x73
|
|
|
net.(*conn).Read(0xc000512038, {0xc000147000, 0x1000, 0x1000})
|
|
|
D:/Go/src/net/net.go:189 +0xa5
|
|
|
net/http.(*connReader).Read(0xc00000e180, {0xc000147000, 0x1000, 0x1000})
|
|
|
D:/Go/src/net/http/server.go:798 +0x22b
|
|
|
bufio.(*Reader).fill(0xc000236120)
|
|
|
D:/Go/src/bufio/bufio.go:110 +0x25a
|
|
|
bufio.(*Reader).Peek(0xc000236120, 0x4)
|
|
|
D:/Go/src/bufio/bufio.go:148 +0x15b
|
|
|
net/http.(*conn).serve(0xc0000f6360, {0x1588350, 0xc0001ca0a0})
|
|
|
D:/Go/src/net/http/server.go:2127 +0x1d06
|
|
|
created by net/http.(*Server).Serve in goroutine 16
|
|
|
D:/Go/src/net/http/server.go:3360 +0xa9a
|
|
|
|
|
|
goroutine 69 [IO wait]:
|
|
|
internal/poll.runtime_pollWait(0x1e863870e78, 0x72)
|
|
|
D:/Go/src/runtime/netpoll.go:351 +0x3c
|
|
|
internal/poll.(*pollDesc).wait(0xc000012430, 0x72, 0x0)
|
|
|
D:/Go/src/internal/poll/fd_poll_runtime.go:84 +0x7a
|
|
|
internal/poll.execIO(0xc0000122a0, 0x152a3c0)
|
|
|
D:/Go/src/internal/poll/fd_windows.go:177 +0x2bb
|
|
|
internal/poll.(*FD).Read(0xc000012288, {0xc0001e0041, 0x1, 0x1})
|
|
|
D:/Go/src/internal/poll/fd_windows.go:438 +0x4b8
|
|
|
net.(*netFD).Read(0xc000012288, {0xc0001e0041, 0x1, 0x1})
|
|
|
D:/Go/src/net/fd_posix.go:55 +0x73
|
|
|
net.(*conn).Read(0xc000628038, {0xc0001e0041, 0x1, 0x1})
|
|
|
D:/Go/src/net/net.go:189 +0xa5
|
|
|
net/http.(*connReader).backgroundRead(0xc0001e0030)
|
|
|
D:/Go/src/net/http/server.go:690 +0x7a
|
|
|
created by net/http.(*connReader).startBackgroundRead in goroutine 68
|
|
|
D:/Go/src/net/http/server.go:686 +0x185
|
|
|
|
|
|
goroutine 77 [select]:
|
|
|
github.com/go-sql-driver/mysql.(*mysqlConn).startWatcher.func1()
|
|
|
C:/Users/10452/go/pkg/mod/github.com/go-sql-driver/mysql@v1.7.0/connection.go:614 +0xf1
|
|
|
created by github.com/go-sql-driver/mysql.(*mysqlConn).startWatcher in goroutine 68
|
|
|
C:/Users/10452/go/pkg/mod/github.com/go-sql-driver/mysql@v1.7.0/connection.go:611 +0x155
|
|
|
|