You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by ChangCheng <cc...@msn.com> on 2011/05/27 14:23:52 UTC

Segmentation fault

Hi :I have written a plug to write,read and remove an entry to/from the cache on the HTTP_SEND_RESPONSE_HDR_HOOK. Its seem to work well, but i did some stress test (java application mock user request page), mutiple thread  continue request page from ATS. i got the error code down below :NOTE: Traffic Server received Sig 11: Segmentation fault/usr/local/bin/traffic_server - STACK TRACE: /usr/local/bin/traffic_server[0x8112c12][0x40000400][0x4392f7a0]/usr/local/bin/traffic_server(_ZN7CacheVC19openWriteStartBeginEiP5Event+0x1fc)[0x82aad9c]/usr/local/bin/traffic_server(_ZN7EThread13process_eventEP5Eventi+0x85)[0x82f7675]/usr/local/bin/traffic_server(_ZN7EThread7executeEv+0x564)[0x82f8064]/usr/local/bin/traffic_server(main+0x1037)[0x80f19c7]/lib/libc.so.6(__libc_start_main+0xe6)[0x796e36]/usr/local/bin/traffic_server[0x80b2f71]/usr/local/bin/traffic_server[0x80b2f71]
Any suggestion for this error?Thanks
Best