19 Jul
2012
19 Jul
'12
6:26 p.m.
El 19/07/2012 20:25, Ion Gaztañaga escribió:
El 19/07/2012 15:07, Gaetan Gaumer escribió:
Hello Ion a others interprocess guru, I'm currently using an interprocess::vector storing intreprocess::weak_ptr to data. Sometimes after adding a shared_ptr to my vector with push_back, the weak_ptr stored at the end of the vector is not the one I just inserted, but a copy of a previously inserted weak_ptr.
This seems a bug. Can you please fill a ticket with a test case so that this is not forgotten?
Maybe you could try a more recent interprocess code to check if the bug is still there. Best, Ion