Hi Andreas, if you're using the Debian supplied packages for apache2, perl and mod_perl I'd try compiling them manually and see if that helps. This will also give you a Perl interpreter without threads (which have a negative impact on performance AFAIK).
HTH, Tobias :) Zitat von Andreas Dembach <[EMAIL PROTECTED]>: > > Hello list, > > I am experiencing memory allocation problem reported by glibc when > running a web application under mod_perl2: > > > 1. Problem Description: > > When hitting our web application with more than one concurrent request > (using ApacheBench), very soon errors like > > *** glibc detected *** double free or corruption (fasttop): 0x08d7a318 *** > *** glibc detected *** corrupted double-linked list: 0x40544a8c *** > *** glibc detected *** double free or corruption (fasttop): 0x4585d630 *** >