<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="font-family: 'Segoe UI',Frutiger,'Frutiger Linotype','Dejavu Sans','Helvetica Neue',Arial,sans-serif; font-size: 14px;">
<div class="hiri-body-wrapper">
<div>Hi all, <br>
<br>
There is a little bit of back story on <a href="https://github.com/pmodels/argobots/issues/93" _src="https://github.com/pmodels/argobots/issues/93">https://github.com/pmodels/argobots/issues/93</a> , but make a long story short we have realized that we have
 some code that is overflowing the stack in Argobots.  Many thanks to Shintaro for his help and insight or we may have never figured this out.  We can work around the problem with `export <code>ABT_THREAD_STACKSIZE=$((1024 * 1024))`.  This not only fixes a
 Power8 test case for us, but also appears to solve a different frustrating, nonsensical segmentation fault that we've been chasing with a different code permutation on x86_64.<br>
<br>
Any suggestions on how to track down what's triggering this in our code or get a better idea of how much stack we need?  </code><span style="font-family: monospace;">We are using a considerable number of libraries, many of which are not maintained by us, so
 I don't even know where to start looking yet.  </span>My usual go to tool for this would be asan in gcc or clang, but I don't think that will work correctly with Argobots, and maybe there is a better solution anyway.  </div>
<div><br>
thanks,<br>
-Phil</div>
</div>
</body>
</html>