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
[root@iZuf6franciex4vdls96ygZ App]# ./Server parse mysql config once. filePath: /data/go-project/TopList/Config/mysql.toml panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x759b9d]
goroutine 1 [running]: sync.(*Mutex).Lock(...) /data/go/src/sync/mutex.go:74 database/sql.(*DB).SetMaxOpenConns(0x0, 0x7d0) /data/go/src/database/sql/sql.go:899 +0x2d _/data/go-project/TopList/Common.init.0() /data/go-project/TopList/Common/Db.go:41 +0xe0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[root@iZuf6franciex4vdls96ygZ App]# ./Server
parse mysql config once. filePath: /data/go-project/TopList/Config/mysql.toml
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x759b9d]
goroutine 1 [running]:
sync.(*Mutex).Lock(...)
/data/go/src/sync/mutex.go:74
database/sql.(*DB).SetMaxOpenConns(0x0, 0x7d0)
/data/go/src/database/sql/sql.go:899 +0x2d
_/data/go-project/TopList/Common.init.0()
/data/go-project/TopList/Common/Db.go:41 +0xe0
The text was updated successfully, but these errors were encountered: