I have a TreeExecutor and on execution of a simple behavior tree with just a sequence and multiple action clients as children.
The cancellation of the tree results in a  seg fault on emitWakeUpSignal call in the result_callback lamda function of bt_action_node action client (observed using gdb backtrace).