$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [interprocess] remove
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2009-08-28 10:58:02
Moritz escribió:
> Hi,
>
> I have a question concerning the remove function of
> managed_shared_memory. Actually I am not able to remove a segment of
> shared memory. See the following example. It writes 0 to the output
> stream. But why?
In older versions, there was a but with remove that returned 0 when
successful. To test you have this bug try to create_only after removing
the shared memory. If successful you've bitten by this bug.
Best,
Ion