[GitHub] [apr] crrodriguez commented on pull request #34: Fix a rare segfault in apr_global_mutex_child_init()

2023-05-02 Thread via GitHub
crrodriguez commented on PR #34: URL: https://github.com/apache/apr/pull/34#issuecomment-1532164651 > > > Is ignoring these the right answer? Or should we set ourselves in a 5-retry loop? With sleeps? > > > > > > I was thinking about that, maybe a retry loop (hybrid-ish

[GitHub] [apr] crrodriguez commented on pull request #34: Fix a rare segfault in apr_global_mutex_child_init()

2023-05-02 Thread via GitHub
crrodriguez commented on PR #34: URL: https://github.com/apache/apr/pull/34#issuecomment-1532160099 > > Is ignoring these the right answer? Or should we set ourselves in a 5-retry loop? With sleeps? > > I was thinking about that, maybe a retry loop (hybrid-ish spinlock?)