Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assert failure on HttpTransact::HandleResponse #8974

Closed
masaori335 opened this issue Jul 21, 2022 · 0 comments · Fixed by #8975
Closed

Assert failure on HttpTransact::HandleResponse #8974

masaori335 opened this issue Jul 21, 2022 · 0 comments · Fixed by #8975
Assignees
Labels

Comments

@masaori335
Copy link
Contributor

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

ink_release_assert(s->cache_info.action != CACHE_DO_SERVE);

A warning was logged right before the crash.

[ET_NET 29] WARNING: [94396183] too many connections: count=* limit=* group=* blocked=1 queued=0 upstream=*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant