]
RH Bugzilla Integration commented on DROOLS-336:
------------------------------------------------
Mario Fusco <mfusco(a)redhat.com> made a comment on [bug
In order to make this fix work it will be necessary to cherry-pick to 6.0.x also this
other commit
Property Reactivity fails on phreak
-----------------------------------
Key: DROOLS-336
URL:
https://issues.jboss.org/browse/DROOLS-336
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Mario Fusco
Assignee: Mario Fusco
In LeftInputAdapterNode a modifyByPass happens, for a sink that has not been reached
before. So it thinks it's new, and thus propagates as an insert
The real bug comes in doInsertObject method. It creates a child LT here, even though once
it enters doInsertSegmentMemory the mask intersect fails. This leaves a child LT, that is
not propagated. Next time update is called, as the LT is there it thinks it's a modify
and propagates as a modify - but it never reached the beta node or the LeftMemory, and
thus the memory corruption.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: