• Main INDEX
  • Monthly INDEX
  • PREV
  • NEXT

    User name Ole Hansen

    Log entry time 19:40:06 on November19,2007

    Entry number 215763

    keyword=Patched C++ analyzer

    Within the last hour, I patched the analyzer to prevent the crash on exit from spot++ and replay.

    The reason was a double-delete of THaVform objects with identical names when ROOT deleted its list of functions. The fix I put in was to simply not register THaVform objects in that list. (A better fix would be not to create duplicate THaVforms, which would also improve performance.)

    The fixed version is 1.4.8et and should be picked up by all replay scripts automatically.