<p>I think this issue is resolved and should be closed, because <code>Log::Assert()</code> doesn't use <code>execinfo.h</code> anymore. It's replaced by:</p>

<pre><code>#ifdef HAS_BFD_DL
  #include "backtrace.hpp"
#endif
</code></pre>

<p>Check it in: <a href="https://github.com/mlpack/mlpack/blob/master/src/mlpack/core/util/log.cpp#L10">log.cpp</a>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly or <a href="https://github.com/mlpack/mlpack/issues/360#issuecomment-198245872">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFOPat52w2mAgUFwV9Iyhs90dkI78ks5pul14gaJpZM4DM58d.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/mlpack/mlpack/issues/360#issuecomment-198245872"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>