$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] crash using boost::interprocess
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2011-11-03 16:11:08
El 03/11/2011 14:27, nevergone . escribió:
> HI, igaztanaga
> I don't use any of experimental detail classes
> like("emulation_recursive_mutex").
> I'm using wmanaged_windows_shared_memory::find method to find a element,
> and find method eventually
> will call emulation_recursive_mutex::lock. The stack cannot see find due
> to compile optimization.
Sorry, I was confused, I thought it was using robust emulation code.
It's impossible to say what's happening if we don't have a crashing
example program.
Ion