Re: [C++-sig] Segfaults in object deallocation

2013-03-22 Thread Niall Douglas
On 22 Mar 2013 at 14:33, Alex Leach wrote: > So, in Environment's destructor, which I thought was a no-op, FastMutex's > destructor is also being called. Now, that's a bit of a bummer. As far as > I can tell (I'm still very new to C++; coming from Python), unlike how I > hacked the initialis

Re: [C++-sig] Segfaults in object deallocation

2013-03-22 Thread Alex Leach
On Wed, 20 Mar 2013 15:52:52 -, Jim Bosch wrote: http://www.boost.org/doc/libs/1_53_0/libs/python/doc/v2/faq.html#threadsupport There are other people on this list who know a lot more about this than I do, but my understanding has always been that it you use Boost.Python with threadin