Opened 9 years ago
Last modified 9 years ago
#9290 new Bugs
boost statechart documentation does not mention, that the state machine should be terminated with terminate()
Reported by: | Owned by: | Andreas Huber | |
---|---|---|---|
Milestone: | To Be Determined | Component: | statechart |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Just hit by the issue described in an old thread:
http://lists.boost.org/boost-users/2007/07/29695.php
In short: for assert-free state machine destruction, terminate() method must be called prior actual destruction of the state machine. This aspect is not mentioned in the tutorial, moreover the method is never called in any tutorial example.
Change History (1)
comment:1 by , 9 years ago
Component: | Documentation → statechart |
---|---|
Owner: | changed from | to
Note:
See TracTickets
for help on using tickets.