$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [function] rare crash on destroy
From: Igor R (boost.lists_at_[hidden])
Date: 2010-01-26 05:23:21
Solved.
Just for the record: the issue arose due the "internals" of my functor
(a race-condition occured between copies of a smart-pointer that
wasn't set-up to be thread-safe).