Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Correctly handle the end of the stack unwinding
authorGabriel Corona <gabriel.corona@loria.fr>
Thu, 27 Mar 2014 10:00:11 +0000 (11:00 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Thu, 27 Mar 2014 10:00:11 +0000 (11:00 +0100)
commit0f03f9b048ab31cdc19f07738e25264a9710d3dd
tree3ba4f4deb859b2e8aa834489541e620d2c053d73
parent7c1bdff7ebe416071b2a498db50c48f3fdb74879
[mc] Correctly handle the end of the stack unwinding

unw_step returns 0 when reaching the bottom of the stack: this return
code was not handled correctly leading to infinite loops in some
cases.
src/mc/mc_checkpoint.c