mmogamecoder.com - 游戏编程

next (2149) hexo (1154)

Example domain paragraphs

跨服活动在比赛开启的时候服务进程(Go语言开发)异常宕机,重启进程之后比赛正常进行。该服务已经运行多年,第一次出现此问题。

进程宕机时收集到的堆栈如下:

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 panic: runtime error: invalid memory address or nil pointer dereference [signal 0xb code=0x1 addr=0x8 pc=0x4b6901] goroutine 743264 [running]: runtime.panic(0x819240, 0xb37813) /usr/local/go/src/pkg/runtime/panic.c:279 +0xf5 container/list.(*List).insertValue(0xc20847efc0, 0x86ee40, 0xc208f90cc0, 0xc20b0de660, 0x7fc1581e3c50) /usr/local/go/src/pkg/container/list/list.go:105 +0x71 container/list.(*List).PushBack(0xc20847efc0, 0x86ee40, 0xc208f90cc0, 0x1) /usr/local/go/s