Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not try to resume a dying process. The corresponding surf structure
authorArnaud Legrand <arnaud.legrand@imag.fr>
Wed, 25 Apr 2012 22:16:22 +0000 (00:16 +0200)
committerArnaud Legrand <arnaud.legrand@imag.fr>
Wed, 25 Apr 2012 23:13:39 +0000 (01:13 +0200)
commita5678149773fe12aedf33dec00c7bda60499d262
tree459e881d21709468518bb0b619b1c432a2de2b19
parent84363409250e5a325ad2efbb7c93c85b9ed332ea
Do not try to resume a dying process. The corresponding surf structure
would already have been freed, and this would result in a mess. That's
also why we make sure that resume simcalls occurs before kill simcalls
in SIMIX_run.
src/simix/smx_process.c