boostorg / lockfree

Boost.Lockfree
126 stars 86 forks source link

version 1.73 boost::lockfree::queue crash under android 12 when destruct? #82

Open rooong opened 2 years ago

rooong commented 2 years ago

version 1.73 boost::lockfree::queue crash under android 12 when destruct? eg. { boost::lockfree::queue<int, boost::fixed_sized > test_que(10); } it does nothing else, it crash backtrace like this: boost::lockfree::queue<int, boost::fixed_sized >::~queue()+272

the same apk in not android 12 phone, it works ok, but android 12

what happened?