Subject: Re: [Boost-users] boost::thread within a dll
From: Igor R (boost.lists_at_[hidden])
Date: 2010-10-27 07:41:34


> Thing is i do not really know the problems, because i am not the one coding
> the dll. But basically it seems to be seg. faults and stalled threads.
> Just wanted to ask if it is not recommended to use those libraries within a
> dll.
> Guess it is allright then.

Segfaults and stalled threads are usually general symptoms of improper
memory management and race-condition handling in a multi-threaded
environment. This is most likely unrelated to the executable type (dll
or exe).