You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2014/09/17 01:32:34 UTC

[jira] [Resolved] (TS-3025) Segmentation fault when SPDY enabled

     [ https://issues.apache.org/jira/browse/TS-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-3025.
-------------------------------
    Resolution: Duplicate

> Segmentation fault when SPDY enabled
> ------------------------------------
>
>                 Key: TS-3025
>                 URL: https://issues.apache.org/jira/browse/TS-3025
>             Project: Traffic Server
>          Issue Type: Bug
>    Affects Versions: 5.1.0
>            Reporter: bettydramit
>              Labels: crash
>
> Env: Centos 6 x86_64 gitmaster version
> enable spdy
> {code}
> `/usr/bin/traffic_server -M --httpport 80:fd=9,443:fd=10:ssl:proto=http;spdy'
> {code}
> core info
> {code}
> NOTE: Traffic Server received Sig 11: Segmentation fault
> /usr/bin/traffic_server - STACK TRACE: 
> /lib64/libpthread.so.0(+0xf710)[0x2b920328b710]
> /usr/bin/traffic_server(EThread::is_event_type(int)+0x9)[0x73f019]
> /usr/bin/traffic_server(UnixNetProcessor::connect_re_internal(Continuation*, sockaddr const*, NetVCOptions*)+0x382)[0x7182f2]
> /usr/bin/traffic_server(HttpSM::do_http_server_open(bool)+0x71c)[0x5a96cc]
> /usr/bin/traffic_server(HttpSM::set_next_state()+0x4e0)[0x5ae690]
> /usr/bin/traffic_server(HttpSM::state_send_server_request_header(int, void*)+0x84)[0x5ace74]
> /usr/bin/traffic_server(HttpSM::main_handler(int, void*)+0xd8)[0x5ab6c8]
> /usr/bin/traffic_server[0x71bb61]
> /usr/bin/traffic_server[0x71f17f]
> /usr/bin/traffic_server(NetHandler::mainNetEvent(int, Event*)+0x1f2)[0x7130e2]
> /usr/bin/traffic_server(EThread::process_event(Event*, int)+0x8f)[0x73f8af]
> /usr/bin/traffic_server(EThread::execute()+0x43b)[0x7400db]
> /usr/bin/traffic_server[0x73ec4a]
> /lib64/libpthread.so.0(+0x79d1)[0x2b92032839d1]
> /lib64/libc.so.6(clone+0x6d)[0x2b9204279b6d]
> {code}
> gdb info
> {code}
> Program terminated with signal 11, Segmentation fault.
> #0  0x000000000073f019 in EThread::is_event_type (this=0x0, et=0) at UnixEThread.cc:120
> (gdb) bt
> #0  0x000000000073f019 in EThread::is_event_type (this=0x0, et=0) at UnixEThread.cc:120
> #1  0x00000000007182f2 in UnixNetProcessor::connect_re_internal (this=<value optimized out>, cont=0x2aab21bed4e0, 
>     target=<value optimized out>, opt=0x2b920706d940) at UnixNetProcessor.cc:247
> #2  0x00000000005a96cc in connect_re (this=0x2aab21bed4e0, raw=<value optimized out>) at ../../iocore/net/P_UnixNetProcessor.h:85
> #3  HttpSM::do_http_server_open (this=0x2aab21bed4e0, raw=<value optimized out>) at HttpSM.cc:4699
> #4  0x00000000005ae690 in HttpSM::set_next_state (this=0x2aab21bed4e0) at HttpSM.cc:7024
> #5  0x00000000005ace74 in HttpSM::state_send_server_request_header (this=0x2aab21bed4e0, event=104, data=0x2aab20a63420) at HttpSM.cc:1962
> #6  0x00000000005ab6c8 in HttpSM::main_handler (this=0x2aab21bed4e0, event=104, data=0x2aab20a63420) at HttpSM.cc:2542
> #7  0x000000000071bb61 in handleEvent (event=<value optimized out>, nh=0x2b920646cbc0, vc=0x2aab20a63310)
>     at ../../iocore/eventsystem/I_Continuation.h:146
> #8  read_signal_and_update (event=<value optimized out>, nh=0x2b920646cbc0, vc=0x2aab20a63310) at UnixNetVConnection.cc:137
> #9  read_signal_done (event=<value optimized out>, nh=0x2b920646cbc0, vc=0x2aab20a63310) at UnixNetVConnection.cc:167
> #10 0x000000000071f17f in read_from_net (nh=0x2b920646cbc0, vc=0x2aab20a63310, thread=<value optimized out>) at UnixNetVConnection.cc:291
> #11 0x00000000007130e2 in NetHandler::mainNetEvent (this=0x2b920646cbc0, event=<value optimized out>, e=<value optimized out>)
>     at UnixNet.cc:399
> #12 0x000000000073f8af in handleEvent (this=0x2b9206469010, e=0x2b9207986cc0, calling_code=5) at I_Continuation.h:146
> #13 EThread::process_event (this=0x2b9206469010, e=0x2b9207986cc0, calling_code=5) at UnixEThread.cc:144
> #14 0x00000000007400db in EThread::execute (this=0x2b9206469010) at UnixEThread.cc:268
> #15 0x000000000073ec4a in spawn_thread_internal (a=0x2ac4c10) at Thread.cc:88
> #16 0x00002b92032839d1 in start_thread () from /lib64/libpthread.so.0
> #17 0x00002b9204279b6d in clone () from /lib64/libc.so.6
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)