pdxcodemonkey opened a new pull request #830:
URL: https://github.com/apache/geode-native/pull/830


   - Latest compiler/runtime on RHEL-8 causes an order-of-initialization
     bug for this static regex, and will core dump at app startup for
     optimized builds.
   - Changing to Meyers singleton ensures regex variable isn't initialized
     until the first time we use it, long after all static initializers are
     called.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to