You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/06/03 22:27:53 UTC

[GitHub] [trafficserver] sudheerv commented on issue #6849: Crash in ssl_read_from_net due to assert failure for null buffer block

sudheerv commented on issue #6849:
URL: https://github.com/apache/trafficserver/issues/6849#issuecomment-638493946


   It looks like the root of the problem is that `IOBufferData::_size_index` seems garbage (3833167203381096996). This typically comes down via the call to `new_MIOBuffer` but, reviewing the code seems like the `alloc_index` passed with `new_MIOBuffer`, couldn't find a smoking gun yet where this could be garbage.
   
   Specifically, the line number (location) from the corrupted IOBufferData shows HttpSM.cc:5840 and the logic in that code block that sets alloc_index didn't seem to have any issues.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org