$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Interprocess] Problem with reserve for vector of weak_ptr
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2010-05-27 13:58:45
On 27/05/2010 18:44, Gaetan Gaumer wrote:
> Hello,
> I'm currently trying to store shared_ptr to data in a vector in
> fixed_managed_shared_memory.
> The problem is that my program is crashing during a weak_ptr assignment.
> Since the problem is difficult to explain, I designed a little example
> which crash every time for me :
I'll look into this but... shouldn't you "resize" instead of "reserve?
Best,
Ion