masaori335 opened a new issue, #8974: URL: https://github.com/apache/trafficserver/issues/8974
We faced an assertion failure on the 9.2.0 testing box.
```
[ 00 ] libpthread-2.17.so waitpid
[ 01 ] traffic_server crash_logger_invoke(int, siginfo_t*, void*)
( Crash.cc:168 )
[ 02 ] libpthread-2.17.so
[ 03 ] libc-2.17.so gsignal
[ 04 ] libc-2.17.so abort
[ 05 ] libtscore.so.9.2.0 ink_abort(char const*, ...)
( ink_error.cc:99 )
[ 06 ] libtscore.so.9.2.0 _ink_assert
( ink_assert.cc:37 )
[ 07 ] traffic_server
HttpTransact::HandleResponse(HttpTransact::State*)
( HttpTransact.cc:3488 )
[ 08 ] traffic_server HttpSM::call_transact_and_set_next_state(void
(*)(HttpTransact::State*))
( HttpSM.cc )
[ 09 ] traffic_server HttpSM::do_http_server_open(bool)
( HttpSM.cc )
[ 10 ] traffic_server HttpSM::set_next_state()
( HttpSM.cc )
[ 11 ] traffic_server HttpSM::state_cache_open_write(int, void*)
( HttpSM.cc:2658 )
[ 12 ] traffic_server HttpSM::main_handler(int, void*)
( HttpSM.cc )
...
```
The assert is
https://github.com/apache/trafficserver/blob/3c583febf7ff0c9c35d9faab2b3752fcb93f8abf/proxy/http/HttpTransact.cc#L3488
A warning was logged right before the crash.
```
[ET_NET 29] WARNING: [94396183] too many connections: count=* limit=*
group=* blocked=1 queued=0 upstream=*
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
