Opened 8 years ago

#11084 new Bugs

segfault in process_queued_events, boost statechart

Reported by: rodrigo.tobar@… Owned by: Andreas Huber
Milestone: To Be Determined Component: statechart
Version: Boost 1.57.0 Severity: Problem
Keywords: Cc:

Description

Im using boost 1.57.0. I had a segfault in the process_event method. The event (build with react) is processed ok, the segfault is procduced when is processes events inqueued.

Im searching in the code, but no exist events in the eventQueue_ queue. What condition would be exist for this thing?

Many thanks

#7 <signal handler called> #8 intrusive_ptr (this=0x8d88efc, evt=...) at /usr/include/boost/smart_ptr/intrusive_ptr.hpp:90 #9 process_queued_events (this=0x8d88efc, evt=...) at /usr/include/boost/statechart/state_machine.hpp:907 #10 boost::statechart::state_machine<ConnectorStateMachine, ConnIdle, std::allocator<void>, boost::statechart::null_exception_translator>::process_event (this=0x8d88efc, evt=...)

at /usr/include/boost/statechart/state_machine.hpp:280

Change History (0)

Note: See TracTickets for help on using tickets.