whizard is hosted by Hepforge, IPPP Durham

Changes between Initial Version and Version 1 of Ticket #798, comment 5


Ignore:
Timestamp:
Feb 24, 2017, 6:31:27 PM (7 years ago)
Author:
kilian
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #798, comment 5

    initial v1  
    1 Fixed.  Recompiling the process library invalidates all pointers to it.  I inserted a counter that is incremented whenever this occurs.  When a process instance in created, it will check the process whether the counter still agrees with a stored value.
     1Fixed.  Recompiling the process library invalidates all pointers to it.  I inserted a counter that is incremented whenever this occurs.  When a process instance is created, it will check the process whether the counter still agrees with a stored value.
    22
    33In effect, the program aborts with a fatal error if an invalid library is accessed.