You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/03/11 17:38:48 UTC

[GitHub] [trafficserver] shinrich opened a new pull request #7591: Use return values to fix ubuntu release build error

shinrich opened a new pull request #7591:
URL: https://github.com/apache/trafficserver/pull/7591


   Fix ubuntu release build error introduced in PR #7588 


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



[GitHub] [trafficserver] shinrich commented on pull request #7591: Use return values to fix ubuntu release build error

Posted by GitBox <gi...@apache.org>.
shinrich commented on pull request #7591:
URL: https://github.com/apache/trafficserver/pull/7591#issuecomment-797643975


   Turns out the ubuntu build warnings actually exposed a real issue in the async_engine.  In the case where we had already created the synchronization object, the engine was not actually causing ASYNC_pause_job.  So by the time my test delay thread tried to signal, the SSL connection and associated synchronization objects had already been cleaned up.


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



[GitHub] [trafficserver] shinrich commented on pull request #7591: Use return values to fix ubuntu release build error

Posted by GitBox <gi...@apache.org>.
shinrich commented on pull request #7591:
URL: https://github.com/apache/trafficserver/pull/7591#issuecomment-797705535


   [approve ci autest]


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



[GitHub] [trafficserver] zwoop commented on pull request #7591: Use return values to fix ubuntu release build error

Posted by GitBox <gi...@apache.org>.
zwoop commented on pull request #7591:
URL: https://github.com/apache/trafficserver/pull/7591#issuecomment-832836823


   Cherry-picked to v9.1.x branch.


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



[GitHub] [trafficserver] shinrich merged pull request #7591: Use return values to fix ubuntu release build error

Posted by GitBox <gi...@apache.org>.
shinrich merged pull request #7591:
URL: https://github.com/apache/trafficserver/pull/7591


   


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