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

2014-08-20 Thread Leif Hedstrom (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14103917#comment-14103917
 ] 

Leif Hedstrom commented on TS-3025:
---

Linking this for now, but it seems possible this is a dupe.

 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
 Fix For: 5.2.0


 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  0x0073f019 in EThread::is_event_type (this=0x0, et=0) at 
 UnixEThread.cc:120
 (gdb) bt
 #0  0x0073f019 in EThread::is_event_type (this=0x0, et=0) at 
 UnixEThread.cc:120
 #1  0x007182f2 in UnixNetProcessor::connect_re_internal (this=value 
 optimized out, cont=0x2aab21bed4e0, 
 target=value optimized out, opt=0x2b920706d940) at 
 UnixNetProcessor.cc:247
 #2  0x005a96cc 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  0x005ae690 in HttpSM::set_next_state (this=0x2aab21bed4e0) at 
 HttpSM.cc:7024
 #5  0x005ace74 in HttpSM::state_send_server_request_header 
 (this=0x2aab21bed4e0, event=104, data=0x2aab20a63420) at HttpSM.cc:1962
 #6  0x005ab6c8 in HttpSM::main_handler (this=0x2aab21bed4e0, 
 event=104, data=0x2aab20a63420) at HttpSM.cc:2542
 #7  0x0071bb61 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 0x0071f17f in read_from_net (nh=0x2b920646cbc0, 
 vc=0x2aab20a63310, thread=value optimized out) at UnixNetVConnection.cc:291
 #11 0x007130e2 in NetHandler::mainNetEvent (this=0x2b920646cbc0, 
 event=value optimized out, e=value optimized out)
 at UnixNet.cc:399
 #12 0x0073f8af 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 0x007400db in EThread::execute (this=0x2b9206469010) at 
 UnixEThread.cc:268
 #15 0x0073ec4a in spawn_thread_internal (a=0x2ac4c10) at Thread.cc:88
 #16 0x2b92032839d1 in start_thread () from /lib64/libpthread.so.0
 #17 0x2b9204279b6d in clone () from /lib64/libc.so.6
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


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

2014-08-20 Thread Leif Hedstrom (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14103916#comment-14103916
 ] 

Leif Hedstrom commented on TS-3025:
---

Yeah, this looks very similar to TS-1798, good catch.

 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
 Fix For: 5.2.0


 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  0x0073f019 in EThread::is_event_type (this=0x0, et=0) at 
 UnixEThread.cc:120
 (gdb) bt
 #0  0x0073f019 in EThread::is_event_type (this=0x0, et=0) at 
 UnixEThread.cc:120
 #1  0x007182f2 in UnixNetProcessor::connect_re_internal (this=value 
 optimized out, cont=0x2aab21bed4e0, 
 target=value optimized out, opt=0x2b920706d940) at 
 UnixNetProcessor.cc:247
 #2  0x005a96cc 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  0x005ae690 in HttpSM::set_next_state (this=0x2aab21bed4e0) at 
 HttpSM.cc:7024
 #5  0x005ace74 in HttpSM::state_send_server_request_header 
 (this=0x2aab21bed4e0, event=104, data=0x2aab20a63420) at HttpSM.cc:1962
 #6  0x005ab6c8 in HttpSM::main_handler (this=0x2aab21bed4e0, 
 event=104, data=0x2aab20a63420) at HttpSM.cc:2542
 #7  0x0071bb61 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 0x0071f17f in read_from_net (nh=0x2b920646cbc0, 
 vc=0x2aab20a63310, thread=value optimized out) at UnixNetVConnection.cc:291
 #11 0x007130e2 in NetHandler::mainNetEvent (this=0x2b920646cbc0, 
 event=value optimized out, e=value optimized out)
 at UnixNet.cc:399
 #12 0x0073f8af 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 0x007400db in EThread::execute (this=0x2b9206469010) at 
 UnixEThread.cc:268
 #15 0x0073ec4a in spawn_thread_internal (a=0x2ac4c10) at Thread.cc:88
 #16 0x2b92032839d1 in start_thread () from /lib64/libpthread.so.0
 #17 0x2b9204279b6d in clone () from /lib64/libc.so.6
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


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

2014-08-20 Thread bettydramit (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14103923#comment-14103923
 ] 

bettydramit commented on TS-3025:
-

same as  TS-1798. 
close this issue?

 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
 Fix For: 5.2.0


 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  0x0073f019 in EThread::is_event_type (this=0x0, et=0) at 
 UnixEThread.cc:120
 (gdb) bt
 #0  0x0073f019 in EThread::is_event_type (this=0x0, et=0) at 
 UnixEThread.cc:120
 #1  0x007182f2 in UnixNetProcessor::connect_re_internal (this=value 
 optimized out, cont=0x2aab21bed4e0, 
 target=value optimized out, opt=0x2b920706d940) at 
 UnixNetProcessor.cc:247
 #2  0x005a96cc 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  0x005ae690 in HttpSM::set_next_state (this=0x2aab21bed4e0) at 
 HttpSM.cc:7024
 #5  0x005ace74 in HttpSM::state_send_server_request_header 
 (this=0x2aab21bed4e0, event=104, data=0x2aab20a63420) at HttpSM.cc:1962
 #6  0x005ab6c8 in HttpSM::main_handler (this=0x2aab21bed4e0, 
 event=104, data=0x2aab20a63420) at HttpSM.cc:2542
 #7  0x0071bb61 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 0x0071f17f in read_from_net (nh=0x2b920646cbc0, 
 vc=0x2aab20a63310, thread=value optimized out) at UnixNetVConnection.cc:291
 #11 0x007130e2 in NetHandler::mainNetEvent (this=0x2b920646cbc0, 
 event=value optimized out, e=value optimized out)
 at UnixNet.cc:399
 #12 0x0073f8af 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 0x007400db in EThread::execute (this=0x2b9206469010) at 
 UnixEThread.cc:268
 #15 0x0073ec4a in spawn_thread_internal (a=0x2ac4c10) at Thread.cc:88
 #16 0x2b92032839d1 in start_thread () from /lib64/libpthread.so.0
 #17 0x2b9204279b6d in clone () from /lib64/libc.so.6
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)


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

2014-08-20 Thread Leif Hedstrom (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14103976#comment-14103976
 ] 

Leif Hedstrom commented on TS-3025:
---

Yeah remove the fix version and close it as a dupe please



 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
 Fix For: 5.2.0


 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  0x0073f019 in EThread::is_event_type (this=0x0, et=0) at 
 UnixEThread.cc:120
 (gdb) bt
 #0  0x0073f019 in EThread::is_event_type (this=0x0, et=0) at 
 UnixEThread.cc:120
 #1  0x007182f2 in UnixNetProcessor::connect_re_internal (this=value 
 optimized out, cont=0x2aab21bed4e0, 
 target=value optimized out, opt=0x2b920706d940) at 
 UnixNetProcessor.cc:247
 #2  0x005a96cc 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  0x005ae690 in HttpSM::set_next_state (this=0x2aab21bed4e0) at 
 HttpSM.cc:7024
 #5  0x005ace74 in HttpSM::state_send_server_request_header 
 (this=0x2aab21bed4e0, event=104, data=0x2aab20a63420) at HttpSM.cc:1962
 #6  0x005ab6c8 in HttpSM::main_handler (this=0x2aab21bed4e0, 
 event=104, data=0x2aab20a63420) at HttpSM.cc:2542
 #7  0x0071bb61 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 0x0071f17f in read_from_net (nh=0x2b920646cbc0, 
 vc=0x2aab20a63310, thread=value optimized out) at UnixNetVConnection.cc:291
 #11 0x007130e2 in NetHandler::mainNetEvent (this=0x2b920646cbc0, 
 event=value optimized out, e=value optimized out)
 at UnixNet.cc:399
 #12 0x0073f8af 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 0x007400db in EThread::execute (this=0x2b9206469010) at 
 UnixEThread.cc:268
 #15 0x0073ec4a in spawn_thread_internal (a=0x2ac4c10) at Thread.cc:88
 #16 0x2b92032839d1 in start_thread () from /lib64/libpthread.so.0
 #17 0x2b9204279b6d in clone () from /lib64/libc.so.6
 {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)