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/26 22:56:15 UTC

[GitHub] [trafficserver] ywkaras opened a new issue #6959: Lack of proper mutual exclusion for continuations in UnixEventProcessor.

ywkaras opened a new issue #6959:
URL: https://github.com/apache/trafficserver/issues/6959


   https://github.com/apache/trafficserver/blob/6ff0f4858813ed77656e0e6b4cf23c9df218e19e/iocore/eventsystem/P_UnixEventProcessor.h#L112
   
   Since the same continuation can be scheduled multiple times from different threads, shouldn't the event processor treat it as const?  Unless the continuation has a mutex, and changes to the continuation happen while the mutex is locked?


----------------------------------------------------------------
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] bryancall closed issue #6959: Lack of proper mutual exclusion for continuations in UnixEventProcessor.

Posted by GitBox <gi...@apache.org>.
bryancall closed issue #6959:
URL: https://github.com/apache/trafficserver/issues/6959


   


-- 
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: issues-unsubscribe@trafficserver.apache.org

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



[GitHub] [trafficserver] github-actions[bot] commented on issue #6959: Lack of proper mutual exclusion for continuations in UnixEventProcessor.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #6959:
URL: https://github.com/apache/trafficserver/issues/6959#issuecomment-869086483


   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.


-- 
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: issues-unsubscribe@trafficserver.apache.org

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