You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by "Malte S. Stretz" <ms...@gmx.net> on 2004/02/01 02:13:06 UTC

Re: Subversion/OpenSSL problem

On Saturday 31 January 2004 16:48 CET Sander Striker wrote:
> On Sat, 2004-01-31 at 15:33, Malte S. Stretz wrote:
> > Out of the blue I started to see this:
> >
> > mss@otherland ~/projects/spamassassin/trunk.clean $ svn up
> > ssl_lib.c(277): OpenSSL internal error, assertion failed:
> > s->sid_ctx_length <= sizeof s->sid_ctx
> > Aborted
> > mss@otherland ~/projects/spamassassin/trunk.clean $ svn cleanup
> >
> > Am I the only one who sees this?
>
> I can only say 'works for me', at this point.

Hm. I tracked this a bit back. That assert is actually in OpenSSL itself, 
namely in SSL_new. For which I grepped in the Subversion tree and which (so 
it seems and makes sense) is used only by neon. So I went and built neon 
again and now everything looks fine. 

Cheers,
Malte

-- 
[SGT] Simon G. Tatham: "How to Report Bugs Effectively"
      <http://www.chiark.greenend.org.uk/~sgtatham/bugs.html>
[ESR] Eric S. Raymond: "How To Ask Questions The Smart Way"
      <http://www.catb.org/~esr/faqs/smart-questions.html>