<br><br><div class="gmail_quote">On Thu, Oct 29, 2009 at 5:17 PM, Jay McCarthy <span dir="ltr"><<a href="mailto:jay.mccarthy@gmail.com">jay.mccarthy@gmail.com</a>></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 <<a href="mailto:david.storrs@gmail.com">david.storrs@gmail.com</a>> wrote:<br>
><br>
><br>
> On Thu, Oct 29, 2009 at 5:02 PM, Jay McCarthy <<a href="mailto:jay.mccarthy@gmail.com">jay.mccarthy@gmail.com</a>><br>
> wrote:<br>
>><br>
>> It doesn't segfault for me...<br>
><br>
> Yeah, it doesn't segfault on my local machine either...it must be something<br>
> that we simply haven't installed yet. Like I said, VERY bare bones. I even<br>
> had to install locate, which I thought was part of the core system.<br>
<br>
</div>You need openssl... I don't know what parts there are, so I don'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'm actually having a little trouble turning the core file into a stack trace.<br><br> gdb core<br> "[long path]/core": not in executable format: File format not recognized"<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>
>> HMAC-SHA1/raw<br>
> #<procedure:...ers/hmac-sha1.ss:26:19><br>
>> EVP_SHA1<br>
> #<procedure:ffi:proc><br>
<br>
</div>Can you call these two and report the results?<br>
<br></blockquote><div><br> > (EVP_SHA1)<br>#<cpointer><br><br> > (HMAC-SHA1/raw (string->bytes/utf-8 "key") (string->bytes/utf-8 "data"))<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'm walking out the door and won't be around until this evening.<br><br>Dave<br></div></div>