Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Properly kill the context on HostFailureException
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 28 Aug 2018 23:59:17 +0000 (01:59 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Wed, 29 Aug 2018 09:53:41 +0000 (11:53 +0200)
commitd5e1e19fefb2e6b1c1b7ec559ea8dd3bba91baf2
treed91302c3a2ea30d063e332c10fd26c72a2cb6ec1
parentb388d3d63d20d29dceaf62de85633705799bccf0
Properly kill the context on HostFailureException

Before, simix was kinda thinking that the actor was dead, but the
context was still running, leading to a Holy Big Mess!
src/kernel/context/Context.cpp
src/kernel/context/ContextBoost.cpp
src/kernel/context/ContextRaw.cpp
src/kernel/context/ContextThread.cpp
src/kernel/context/ContextThread.hpp
src/kernel/context/ContextUnix.cpp