← Back to team overview

yade-dev team mailing list archive

Re: boost::mutex in simulation thread - crash on exit

 

On 30/05/15 00:27, Janek Kozicki wrote:
> void Omega::cleanupTemps(){
>   stop();
>   boost::filesystem::path tmpPath(tmpFileDir);
>   boost::filesystem::remove_all(tmpPath);
> }
Hi Janek,
It sounds good. Could it be related with some other crash at exit we had
before (and we still have when generating doc)?
Bruno




References