interprocess
interprocess copied to clipboard
Boost.org interprocess module
GitHub Action is sunsetting the macOS 10.15 Actions runner. It will stop working intermittently until being completely removed by 2022-8-30: https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22
Current synchronization objects use absolute time for timeouts, which are susceptible to unexpected behavior in the face of clock adjustments. It would be nice to support relative timeouts using monotonic...
Hi, boost interprocess anonymous mutex seems not to be handling well in ARM64 of Apple Silicon. ```C++ #include #include #include using namespace boost::interprocess; int main() { try{ managed_shared_memory managed_shm{open_or_create, "shm",...
Came across this one while viewing old TRAC bugs. It's pretty recent and I assume the poster didn't know to put it here (and they are anonymous) so... here's the...
On our 32bit armv7l system the value object of shared memory segments created with managed_shared_memory::construct is not properly aligned. The pointer to the value object is calculated in [boost/interprocess/detail/segment_manager_helper.hhp](https://github.com/boostorg/interprocess/blob/develop/include/boost/interprocess/detail/segment_manager_helper.hpp#L146) (line...
A C++ application creating an object in shared memory crashes due to a segmentation violation when the application is compiled with -O2 or -O3. When compiling without the -O2 or...
I tried to fix that issue by adding `BOOST_NO_RTTI ` preprocessor definition and type_index solution of Boost itself which I created PR #164. In my opinion, `dynamic_cast_tag` struct must be...
Boost Version : 1.78 GCC Version : 11.2.0 When we try to compile `Boost::Interprocess` component with disabling **RTTI** (via `-fno-rtti` option with GCC) cause a compilation error due to standard...
As it is, using `boost::interprocess::open_or_create` in the constructors can lead to exceptions that are internally caught. This makes debugging hard as I have to skip those exceptions until I get...
#### crash title 1. boost 1.70.0 2. in some computer catch the dmp and the strack info 