Philip M. Gollucci wrote:
Stas Bekman wrote:
Philip M. Gollucci wrote:
Stas, I'm 99% sure this is a FreeBSD specific problem. I can not
duplicate this on Fedora Core 2/3
I guess the next step is to try and reproduce it in a small program
and hand it to p5p?
Thats what this was:
cat src/modules/perl/test.c
#include "EXTERN.h"
#include "perl.h"
#include "mod_perl.h"
int main (int argc, char **argv) {
Perl_croak(Nullch);
return 0;
}
I'm not exactly how to make that smaller other then by going through all
the damn *.h files that mod_perl.h brings in....
I'm willing to do it.... but would like to avoid wasted effort.
But it'll be much faster for you than anybody on the p5p list. Just use
the binary search and you will quickly narrow it down to a short script
that's not dependant on mod_perl headers. then it's probably the best to
submit it using perlbug utilitity so it includes all the required info for
p5p to reproduce.
--
_____________________________________________________________
Stas Bekman mailto:[EMAIL PROTECTED] http://stason.org/
MailChannels: Assured Messaging(TM) http://mailchannels.com/
The "Practical mod_perl" book http://modperlbook.org/
http://perl.apache.org/ http://perl.org/ http://logilune.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]