Subject: Re: [Boost-users] [StateChart] pass objectpointer to FSM?
From: Igor R (boost.lists_at_[hidden])
Date: 2011-03-15 06:29:45


> Now I got it working, but I'm a bit confused regarding the error.
> I can not see that I was in the destructor of the FSM, just the active state.

You were getting that crash while exiting from main(), i.e. the state
destructor were called as a part of FSM destruction (in the call stack
you could see the FSM destructor).