Menu

#94 Assertion failure in Neutral::path on Zombie objects

dh_branch
closed-fixed
Kinetics (5)
5
2012-02-25
2012-02-16
No

This seems to be the same bug as in ZombieBufPool: when zombifying, ZombieFuncPool's datahandler is set to a DataHandlerWrapper rather than ZombieHandler, which causes the length of path-indices vector to be different from length of path vector. Same thing appears in ZombiSumFunc and ZombieMMenz as well. Not sure if replacing them with ZombieHandler will cause an error.

Discussion

  • Upi Bhalla

    Upi Bhalla - 2012-02-18

    Checked in 3311 where I replace the DataHandlerWrapper with a ZombieHandler. It clears the unit and regression tests, but I don't have the test case you've reported.

     
  • Upi Bhalla

    Upi Bhalla - 2012-02-25

    Fixed. Zombie Handler should have been used instead of DataHandlerWrapper.

     
  • Upi Bhalla

    Upi Bhalla - 2012-02-25
    • status: open --> closed-fixed
     

Anonymous
Anonymous

Add attachments
Cancel