Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correctly initialize simdata->comm when marked as isused.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 3 Feb 2012 10:27:49 +0000 (11:27 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Fri, 3 Feb 2012 10:34:50 +0000 (11:34 +0100)
commit6929a75e852513610503d5c01bf928e1331e0d43
treeeca7c4d8aec33f600109626d14d4644c3a5bfbd8
parent25b22264bc89ff9ed4f620a0bf821bd7b59cbd71
Correctly initialize simdata->comm when marked as isused.

I hope that it's now the good fix for the segfault I got when running
chord --cfg=contexts/stack_size:5 --log=msg_chord.thres:critical --cfg=network/model:Constant ./cluster_with_100000_hosts.xml ./chord100000.xml

(see the backtrace in the message for commit 1380f1a).
src/msg/msg_gos.c
src/msg/msg_mailbox.c