trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

traffic_server crash due to failed assertion `buf.writer()`

Open esmq2092 opened this issue 2 years ago • 5 comments

hi, all

I deploy ats v9.1.3 (compiled with openssl-1.1.1s) in my production environment, from time to time,i found traffic_server crashed,it wrote the following message to syslog each time it crashed

traffic_server[18593]: Fatal: SSLNetVConnection.cc:560: failed assertion `buf.writer()

and i found that its crash does not related to system load,

is there anybody has met the problem?

esmq2092 avatar Feb 21 '23 05:02 esmq2092

trying trafficserver-9.2.0 to see if the problem has been solved

esmq2092 avatar Feb 25 '23 04:02 esmq2092

This problem still occur in new version, and I'm trying to see if it's related to some of the configuration items

esmq2092 avatar Feb 27 '23 06:02 esmq2092

Could you share the backtrace?

masaori335 avatar Mar 06 '23 02:03 masaori335

The assertion is this one. It's a bit odd that failing this assertion. https://github.com/apache/trafficserver/blob/9.1.3/iocore/net/SSLNetVConnection.cc#L560

masaori335 avatar Mar 06 '23 02:03 masaori335

This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.

github-actions[bot] avatar Mar 06 '24 01:03 github-actions[bot]