Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] ptrace the model-checker application
authorGabriel Corona <gabriel.corona@loria.fr>
Fri, 6 Nov 2015 13:49:16 +0000 (14:49 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 9 Nov 2015 08:04:40 +0000 (09:04 +0100)
The first goal is to be able to detect crashes of the model-checked
application in the model-checker. This first patch only implement the
ptrace but does not detect the crashed properly yet.

As we are using ptrace, we do not need to using messages to
stop/resume the model-checked application. The HELLO message is
removed whose only purpose was to synchronise the execution of the two
processes (wait for the model-checked application to be ready before
trying to read its memory map).


No differences found