Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use xbt_ex_setup_backtrace to actually setup the backtrace to avoid dupplicating...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 11 Apr 2006 12:02:41 +0000 (12:02 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 11 Apr 2006 12:02:41 +0000 (12:02 +0000)
commit41197031220d27f8bbef65f14c78542eeebb9836
tree7a469d917099736ce5f852ee8ae21a789c03b123
parentc9a602a7aff1f69593c1606c535eb167677b8395
Use xbt_ex_setup_backtrace to actually setup the backtrace to avoid dupplicating this code; avoid the word 'break' within a TRY block, even if it should be ok here (rest of a badly paranoid debuging party); deal with fact that a callback not being attached to a RPC can raise exceptions too (in which case, we should propagate it)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2117 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/gras/Msg/msg.c