<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hello,</p>
<p><br>
</p>
<p>In working on a project that is attempting to use MPI shared memory (from MPI_Win_allocate_shared) I began getting inconsistent segfaults in portions of the code that appeared to have no memory errors when investigated with gdb.  I believe I have somewhat
 reproduced this error in a small code (attached) that creates a linked list of MPI shared memory allocated elements.</p>
<p><br>
</p>
<p>The attached program segfaults for me when run with more than one process.  However, will not segfault if run in gdb (e.g. mpirun -n 2 xterm -e gdb ./mpi_shmem_ll).  I have done what I can to eliminate any apparent race conditions.  Any help in this matter
 would be much appreciated.</p>
<p><br>
</p>
<p>Thanks and best,</p>
<p>Brian Cornille<br>
</p>
</div>
</body>
</html>