There are some situations that can occur where event goes into infinite loop
and crash program with StackOverflow error. It is possible in situation, for
example, when event loads child module and the same event is forwarded to
parent from child module.
Goal of task is preventing loop of infinite iterations and perform only first
iteration (All events will be called only once)
Original issue reported on code.google.com by Shvets.S...@gmail.com on 20 Feb 2012 at 8:36
Original issue reported on code.google.com by
Shvets.S...@gmail.com
on 20 Feb 2012 at 8:36