[
https://issues.apache.org/jira/browse/TS-4813?focusedWorklogId=29927&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-29927
]
ASF GitHub Bot logged work on TS-4813:
--------------------------------------
Author: ASF GitHub Bot
Created on: 28/Sep/16 21:14
Start Date: 28/Sep/16 21:14
Worklog Time Spent: 10m
Work Description: Github user zwoop commented on the issue:
https://github.com/apache/trafficserver/pull/1052
I tried this on docs, and it fails fast:
```
(gdb) bt
#0 0x00007ffff40305f7 in __GI_raise (sig=sig@entry=6) at
../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x00007ffff4031ce8 in __GI_abort () at abort.c:90
#2 0x00007ffff6c1d01d in ink_abort (message_format=0x7ffff6c48920 "%s:%d:
failed assertion `%s`") at ink_error.cc:79
#3 0x00007ffff6c16bf7 in _ink_assert (expression=0xb834a0
"client_streams_in_count > 0", file=0xb82840 "Http2ConnectionState.cc",
line=1001) at ink_assert.cc:37
#4 0x00000000007b0b81 in Http2ConnectionState::delete_stream
(this=0x2aaab121de90, stream=0x2aaab1624840) at Http2ConnectionState.cc:1001
#5 0x00000000007b2edb in Http2ConnectionState::send_data_frames
(this=0x2aaab121de90, stream=0x2aaab1624840) at Http2ConnectionState.cc:1185
#6 0x000000000078eeb1 in Http2Stream::do_io_close (this=0x2aaab1624840) at
Http2Stream.cc:330
#7 0x00000000006aa3d9 in HttpSM::tunnel_handler_ua (this=0x2aaab1ae6a00,
event=103, c=0x2aaab1ae7d50) at HttpSM.cc:3320
#8 0x000000000077d5f6 in HttpTunnel::consumer_handler
(this=0x2aaab1ae7d08, event=103, c=0x2aaab1ae7d50) at HttpTunnel.cc:1394
#9 0x000000000077f018 in HttpTunnel::main_handler (this=0x2aaab1ae7d08,
event=103, data=0x2aaab1624bd0) at HttpTunnel.cc:1649
#10 0x000000000053b8af in Continuation::handleEvent (this=0x2aaab1ae7d08,
event=103, data=0x2aaab1624bd0) at ../iocore/eventsystem/I_Continuation.h:153
#11 0x000000000078d25c in Http2Stream::main_event_handler
(this=0x2aaab1624840, event=103, edata=0x2aaaabe03d20) at Http2Stream.cc:88
#12 0x000000000053b8af in Continuation::handleEvent (this=0x2aaab1624840,
event=103, data=0x2aaaabe03d20) at ../iocore/eventsystem/I_Continuation.h:153
#13 0x0000000000ab82a1 in EThread::process_event (this=0x7fffefbe7800,
e=0x2aaaabe03d20, calling_code=103) at UnixEThread.cc:146
#14 0x0000000000ab8903 in EThread::execute (this=0x7fffefbe7800) at
UnixEThread.cc:200
#15 0x0000000000ab6b4b in spawn_thread_internal (a=0x604000019110) at
Thread.cc:84
#16 0x00007ffff4ae1dc5 in start_thread (arg=0x7fffef3d2700) at
pthread_create.c:308
#17 0x00007ffff40f1ced in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:113
```
Issue Time Tracking
-------------------
Worklog Id: (was: 29927)
Time Spent: 2h (was: 1h 50m)
> HttpTunnel.cc:1215: failed assertion `p->alive == true || event ==
> HTTP_TUNNEL_EVENT_PRECOMPLETE ...
> ----------------------------------------------------------------------------------------------------
>
> Key: TS-4813
> URL: https://issues.apache.org/jira/browse/TS-4813
> Project: Traffic Server
> Issue Type: Bug
> Components: Network
> Reporter: Leif Hedstrom
> Priority: Blocker
> Labels: crash
> Fix For: 7.1.0
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> Seeing this with current (as of right now) master, on docs.trafficserver:
> {code}
> FATAL: HttpTunnel.cc:1215: failed assertion `p->alive == true || event ==
> HTTP_TUNNEL_EVENT_PRECOMPLETE || event == VC_EVENT_EOS ||
> sm->enable_redirection || (p->self_consumer && p->self_consumer->alive ==
> true)`
> traffic_server: using root directory '/opt/ats'
> traffic_server: Aborted (Signal sent by tkill() 13188 99)
> traffic_server - STACK TRACE:
> /opt/ats/lib/libtsutil.so.7(signal_crash_handler(int, siginfo_t*,
> void*)+0x18)[0x2b6d1031729e]
> /opt/ats/bin/traffic_server(crash_logger_invoke(int, siginfo_t*,
> void*)+0x155)[0x534104]
> /lib64/libpthread.so.0(+0xf100)[0x2b6d1240f100]
> /lib64/libc.so.6(gsignal+0x37)[0x2b6d12d6e5f7]
> /lib64/libc.so.6(abort+0x148)[0x2b6d12d6fce8]
> /opt/ats/lib/libtsutil.so.7(ink_warning(char const*, ...)+0x0)[0x2b6d102f6f4d]
> /opt/ats/lib/libtsutil.so.7(+0x733a7)[0x2b6d102f13a7]
> /opt/ats/bin/traffic_server(HttpTunnel::producer_handler(int,
> HttpTunnelProducer*)+0xd14)[0x768a12]
> /opt/ats/bin/traffic_server(HttpTunnel::main_handler(int,
> void*)+0x13b)[0x76b6e1]
> /opt/ats/bin/traffic_server(Continuation::handleEvent(int,
> void*)+0x149)[0x53a621]
> /opt/ats/bin/traffic_server(HttpSM::state_watch_for_client_abort(int,
> void*)+0x9fe)[0x68c5e6]
> /opt/ats/bin/traffic_server(HttpSM::main_handler(int, void*)+0x58e)[0x69b7ec]
> /opt/ats/bin/traffic_server(Continuation::handleEvent(int,
> void*)+0x149)[0x53a621]
> /opt/ats/bin/traffic_server(Http2Stream::main_event_handler(int,
> void*)+0x59f)[0x79c1df]
> /opt/ats/bin/traffic_server(Continuation::handleEvent(int,
> void*)+0x149)[0x53a621]
> /opt/ats/bin/traffic_server(EThread::process_event(Event*,
> int)+0x2cf)[0xa809fb]
> /opt/ats/bin/traffic_server(EThread::execute()+0x671)[0xa8140f]
> /opt/ats/bin/traffic_server[0xa7f407]
> /lib64/libpthread.so.0(+0x7dc5)[0x2b6d12407dc5]
> /lib64/libc.so.6(clone+0x6d)[0x2b6d12e2fced]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)