<p>I also meet segmentation fault when executing <code>allknn</code> as:</p>

<pre><code>$ allknn -r grids.csv -q point.csv -n neighbors.csv -d distances.csv -k 1 -v
[INFO ] Loading 'grids.csv' as CSV data.  Size is 612942 x 3.
[INFO ] Loaded reference data from 'grids.csv' (612942 x 3).
[INFO ] Loading 'point.csv' as CSV data.  Size is 1 x 3.
[INFO ] Loaded query data from 'point.csv' (1 x 3).
[INFO ] Building reference tree...
[INFO ] Loaded query data from 'point.csv' (1 x 3).
[INFO ] Building query tree...
[INFO ] Tree built.
[INFO ] Computing 1 nearest neighbors...
Segmentation fault: 11
</code></pre>

<p>I just updated <code>armadillo</code> to <code>5.000.0</code>. I don't know if this is relevant. I will try to degrade <code>armadillo</code> to <code>4.650.4</code> later, and test again.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br>Reply to this email directly or <a href="https://github.com/mlpack/mlpack/issues/431#issuecomment-93169183">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AJ4bFB2djPhlUnrPeXbdzJ1e7_yeGvsSks5n_czWgaJpZM4EAT5C.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/431#issuecomment-93169183"></link>
    <meta itemprop="name" content="View Issue"></meta>
  </div>
  <meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>