Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
run Actor::on_destruction even if the actor was killed before starting, but not on...
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 2 Aug 2019 16:55:49 +0000 (18:55 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Fri, 2 Aug 2019 16:56:08 +0000 (18:56 +0200)
commitdf93dfaab8d79f5e08088aedc95dd2712cef4c70
treef5a71ea11da72b596ca7a79a2b76b8d91e1859ee
parentf9521627fe1cef73bb8eccd5b11735dcbd906dbd
run Actor::on_destruction even if the actor was killed before starting, but not on maestro

It seems that the actors are sometimes killed after the simix_global
destruction... Maybe when the user code keeps a reference on them.
src/kernel/actor/ActorImpl.cpp