Comment 13 for bug 1159748

Revision history for this message
Dave Pooser (dave-ubuntu) wrote : Re: Ramdom apache2 crash in Ubuntu 12.04 (libpthread-2.15.so)

OK, looks like RequestTracker is the problem-- specifically one of the perl modules. If I comment out the Perl handler lines in my site definition in /etc/apache2/sites-available/:
        <Perl>
                use Plack::Handler::Apache2;
                Plack::Handler::Apache2->preload("/opt/rt4/sbin/rt-server");
        </Perl>
then I get no segfault on reload. Uncomment those lines, and the segfault is back.

Plack::Handler::Apache2 version is 1.0018.tar.gz -- installed from CPAN