<br><br><div class="gmail_quote">On Thu, Oct 29, 2009 at 5:17 PM, Jay McCarthy <span dir="ltr">&lt;<a href="mailto:jay.mccarthy@gmail.com">jay.mccarthy@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Thu, Oct 29, 2009 at 3:08 PM, David Storrs &lt;<a href="mailto:david.storrs@gmail.com">david.storrs@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Oct 29, 2009 at 5:02 PM, Jay McCarthy &lt;<a href="mailto:jay.mccarthy@gmail.com">jay.mccarthy@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; It doesn&#39;t segfault for me...<br>
&gt;<br>
&gt; Yeah, it doesn&#39;t segfault on my local machine either...it must be something<br>
&gt; that we simply haven&#39;t installed yet.  Like I said, VERY bare bones.  I even<br>
&gt; had to install locate, which I thought was part of the core system.<br>
<br>
</div>You need openssl... I don&#39;t know what parts there are, so I don&#39;t know<br>
what the smallest part you need is.<br></blockquote><div><br>  sudo apt-get install openssl<br>  [...stuff...]<br>  openssl is already the newest version.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
Can you send the stack trace from gdb?<br></blockquote><div><br>I&#39;m actually having a little trouble turning the core file into a stack trace.<br><br>  gdb core<br>  &quot;[long path]/core&quot;: not in executable format: File format not recognized&quot;<br>
<br>I tried compiling server.ss with mzc and doing gdb and running gdb compiles/server.zo core but that failed the same way.  What is the right way to do this?<br><br><br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div class="im"><br>
&gt;&gt; HMAC-SHA1/raw<br>
&gt; #&lt;procedure:...ers/hmac-sha1.ss:26:19&gt;<br>
&gt;&gt; EVP_SHA1<br>
&gt; #&lt;procedure:ffi:proc&gt;<br>
<br>
</div>Can you call these two and report the results?<br>
<br></blockquote><div><br> &gt; (EVP_SHA1)<br>#&lt;cpointer&gt;<br><br> &gt; (HMAC-SHA1/raw (string-&gt;bytes/utf-8 &quot;key&quot;) (string-&gt;bytes/utf-8 &quot;data&quot;))<br>SIGSEGV fault on 0xe00000000<br>Aborted<br>
<br><br>Thanks for the fast feedback on this, Jay.  No rush on it for now, though...I&#39;m walking out the door and won&#39;t be around until this evening.<br><br>Dave<br></div></div>