mod_perl2 + ModPerl::RegistryPrefork + Test::Builder = segfault

2008-09-04 Thread Berg, Eric
Looks like we've narrowed the problem that I've described here (http://mail-archives.apache.org/mod_mbox/perl-modperl/200808.mbox/%3c5C [EMAIL PROTECTED] com%3e) It's something having to do with our use of Test::Builder. Simplly including Test::Builder in a CGI running under

RE: mod_perl2 + ModPerl::RegistryPrefork + Test::Builder = segfault

2008-09-04 Thread Berg, Eric
Hey, Perrin, When I say that Test::Builder/Test::More/etc. are tightly coupled, I'm talking really entwined. In some cases, we have created a class with a bunch of test-related methods that look through the symbol table and find methods that =~ m/^test_/ and then we run those tests, which