You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by zwoop <gi...@git.apache.org> on 2017/03/10 01:59:39 UTC

[GitHub] trafficserver issue #1561: A new 7.1 Crash with regex_revalidate config upda...

Github user zwoop commented on the issue:

    https://github.com/apache/trafficserver/issues/1561
  
    Yeh, I think you have to create the mutex. Before all these changes, the core would create one for you if it needed it, but that had a massive single mutex around that. So instead, we now assert, and the plugins must be updated, because they are using APIs that requires the mutex.
    
    It is possible there's a bug somewhere, but odds are that the plugin is using an API that needs a cont mutex.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---