27 Jul
2008
27 Jul
'08
12:40 p.m.
I found the problem. I was making shared_ptr's of my state machine, so it's life-time was managed both by shared_ptr, and by the state-chart framework, which led to double destruction...