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
