Re: coredumps in OpenSSL

2000-07-11 Thread Lutz Jaenicke
On Tue, Jul 11, 2000 at 11:07:16AM +0200, Kallweit, Heiner wrote: > To answer the question of Lutz: I compiled OpenSSL > with _REENTRANT, so errno is a #define to *__errno(). You are obviously using a different version than I am doing, since find . -name "*" -print | xargs grep __errno doesn't

RE: coredumps in OpenSSL

2000-07-11 Thread Kallweit, Heiner
Thanx for the response. To answer the question of Lutz: I compiled OpenSSL with _REENTRANT, so errno is a #define to *__errno(). The reason for the crash is always a SIGSEGV. Of course I also thought first of a heap corruption. But the wicked thing is that the crash sometimes happens when just ent

Re: coredumps in OpenSSL

2000-07-11 Thread Lutz Jaenicke
Hi! First, let me state that I am just trying a shot into the dark :-) On Mon, Jul 10, 2000 at 06:20:20PM +0200, Kallweit, Heiner wrote: > > From: "Kallweit, Heiner" <[EMAIL PROTECTED]> > > > > Heiner.Kallweit> we use OpenSSL 0.9.5a together with Libwww in a CGI > > Heiner.Kallweit> on a HP-UX

RE: coredumps in OpenSSL

2000-07-10 Thread Kallweit, Heiner
> From: "Kallweit, Heiner" <[EMAIL PROTECTED]> > > Heiner.Kallweit> we use OpenSSL 0.9.5a together with Libwww in a CGI > Heiner.Kallweit> on a HP-UX 11.0 platform. > Heiner.Kallweit> About every 100th request I get a coredump. Strange > Heiner.Kallweit> enough, the coredump happens in different

Re: coredumps in OpenSSL

2000-07-10 Thread Richard Levitte - VMS Whacker
From: "Kallweit, Heiner" <[EMAIL PROTECTED]> Heiner.Kallweit> we use OpenSSL 0.9.5a together with Libwww in a CGI Heiner.Kallweit> on a HP-UX 11.0 platform. Heiner.Kallweit> About every 100th request I get a coredump. Strange Heiner.Kallweit> enough, the coredump happens in different functions He