Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the segfault caused by null smx_action
authorTakahiro Hirofuchi <t.hirofuchi+sg@aist.go.jp>
Tue, 26 Feb 2013 15:26:41 +0000 (16:26 +0100)
committerTakahiro Hirofuchi <t.hirofuchi+sg@aist.go.jp>
Tue, 26 Feb 2013 15:26:41 +0000 (16:26 +0100)
commit800d1c9907d1e940711eab1e935b2ab40d564be5
tree889c58cb2c6e2b87b6db9ef0ceb15170e9f75875
parent2fceb69571059c4708632ed71ea2135e02188d35
fix the segfault caused by null smx_action

A surf VM object has the dummy action that wraps all the execution tasks
on the VM. This dummy action has its object only in the surf layer and
not in the SIMIX layer. There may be a better solution. But, at now we
simply skip touching the null action object at the SIMIX layer.
src/simix/smx_global.c