[cryptopp-users] Re: Issue 751: SIGILL on older OS X with new Clang due to global ctor instructions

2018-12-02 Thread Jeffrey Walton
On Sunday, December 2, 2018 at 1:36:08 PM UTC-5, Jeffrey Walton wrote: > > > We are seeing a bad interaction on OS X that's causing a > SIGILL/EXC_BAD_INSTRUCTION. Also see > https://github.com/weidai11/cryptopp/issues/751 . > ... > > We are evaluating potential solutions. If you have some

[cryptopp-users] Issue 751: SIGILL on older OS X with new Clang due to global ctor instructions

2018-12-02 Thread Jeffrey Walton
Hi Everyone, We are seeing a bad interaction on OS X that's causing a SIGILL/EXC_BAD_INSTRUCTION. Also see https://github.com/weidai11/cryptopp/issues/751 . On OS X (and maybe others) Currently, DEFAULT_CHANNEL is a std::string defined in cryptlib.h. It is const so it has internal