Jan Deinhard
Jan Deinhard
I am very interested in this function too.
I can reproduce this on an Android device by executing the line ``` boost::lockfree::queue intpool(100); ``` in a native module called via JNI.
It does not crash for me when using Boost.Atomic instead of std::atomic.
@biddisco I can confirm that using BOOST_LOCKFREE_NO_HDR_ATOMIC solves the bus error.
I can not reproduce this with Boost 1.60 and GCC 5.2 on a Pi 2. I'll with an Android device asap.