fuimaz / spserver

Automatically exported from code.google.com/p/spserver
Other
0 stars 0 forks source link

运行偶尔有崩溃的情形 #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
周末试着在线跑了两天,每天崩溃一次。core文件中记录的调�
��堆栈如下:

#0  0x000000305b2699c4 in vsnprintf () from /lib64/libc.so.6
#1  0x000000305b24d5e3 in snprintf () from /lib64/libc.so.6
#2  0x00000000004775d2 in SP_HttpRequest::setClinetIP (this=0x0, 
clientIP=0x2aaaac0f88d8 "117.136.32.18") at sphttpmsg.cpp:544
#3  0x000000000047a17e in SP_HttpHandlerAdapter::handle (this=0x2aaaac0b8e00, 
request=0x2aaaac0f88d0, response=0x1fc63770) at sphttp.cpp:163
#4  0x0000000000482429 in SP_EventHelper::worker (arg=0x2aaaac0f8740) at 
speventcb.cpp:437
#5  0x000000000048071e in SP_SimpleTask::run (this=0x2aaaac01e150) at 
spexecutor.cpp:37
#6  0x0000000000480775 in SP_Executor::worker (arg=0x2aaaac01e150) at 
spexecutor.cpp:132
#7  0x00000000004842fb in SP_ThreadPool::wrapperFunc (arg=0x1fb56f50) at 
spthreadpool.cpp:158
#8  0x000000305ba0673d in start_thread () from /lib64/libpthread.so.0
#9  0x000000305b2d44bd in clone () from /lib64/libc.so.6

spserver的版本是0.9.5

Original issue reported on code.google.com by FHaiQi...@gmail.com on 25 Dec 2012 at 7:37