Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Aug 2006 09:27:03 +0200
From:      cknipe@savage.za.org
To:        Girish Venkatachalam <girish1729@yahoo.com>
Cc:        freebsd-questions@freebsd.org, Andreas =?iso-8859-1?b?V2lkZXLvv71l?= Andersen <wodfer@gmail.com>
Subject:   Re: Need help! Apache core dumps when running startssl
Message-ID:  <1155022022.44d83cc7014d8@196.22.132.16>
In-Reply-To: <20060808072303.21211.qmail@web35603.mail.mud.yahoo.com>
References:  <20060808072303.21211.qmail@web35603.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Girish Venkatachalam <girish1729@yahoo.com>:
> > > > Hope to get some input.
> > > Looks like ur random seeding is not happening
> > > properly. check whether /dev/random and
> > /dev/urandom
> > > work properly. You can verify it with the command
> > >
> > > $openssl rand  512
> > >


Why not just run httpd under gdb, and see WHY it is crashing?

gdb httpd httpd.core

run -X

once cored, just back trace, step, and it should tell you exactly why it is
crashing... 





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1155022022.44d83cc7014d8>