I'm getting a abort in apr_pool_check_integrity() - even before Apache comes up properly ! I was thinking of commenting out the check_integrity() code - but then it probably negates the whole effort !
-Madhu >-----Original Message----- >From: Sander Striker [mailto:[EMAIL PROTECTED] >Sent: Friday, March 19, 2004 10:41 AM >To: Mathihalli, Madhusudan >Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] >Subject: Re: SEGV in allocator_free > > >On Fri, 2004-03-19 at 19:08, Mathihalli, Madhusudan wrote: >> Hi, >> I am trying to test a SSL Proxy server using sslswamp, >and I'm running into the following segmentation fault ! >> >> There appears to be some missing error checks in the APR >library - here's the backtrace: >> (Apache 2.0.48 - and I haven't tried 2.0.49) > >Try running with --enable-pool-debug, and electric fence or valgrind. >See if you can trace it to usage of a pool after destruction or >somesuch. > >Sander >
