Re: mod_perl users survey

2008-07-08 Thread adam . prime
If anyone attempted to fill this out recently and got an message about the survey being closed, that problem has been resolved and you should be able to fill it out again. Thanks to everyone who has filled it out. Adam Quoting [EMAIL PROTECTED]: At the impromptu mod_perl BOF at YAPC::N

How to debug bizarre memory corruption in mod_perl

2008-07-08 Thread Stephen Clouse
I will preface this message with this: this is not a mod_perl bug or problem, but it involves a mod_perl application, so this is probably a good place to get advice from experienced mod_perl users/developers. I have an application that ran on mod_perl 1.3 and perl 5.8 for a long time, that I recen

Tests failing on PPC

2008-07-08 Thread Sérgio Durigan Júnior
Hi all, I've downloaded and compile the latest current version (2.0.4) of mod_perl using a biarch system (64-bit kernel, mix of 32- and 64-bit applications, but mostly 32-bit), and running OpenSuSE 10.3. I'm having some issues with the testsuite provided by the package, so I decided to write this

Re: How to debug bizarre memory corruption in mod_perl

2008-07-08 Thread Frank Wiles
On Tue, 8 Jul 2008 12:23:35 -0500 "Stephen Clouse" <[EMAIL PROTECTED]> wrote: > My problem is that I don't even know where or how to start tracing or > debugging such an issue to determine precisely what is scribbling on > perl's memory. If this was a standalone app, it would be simple > enough t

Re: How to debug bizarre memory corruption in mod_perl

2008-07-08 Thread Perrin Harkins
On Tue, Jul 8, 2008 at 1:23 PM, Stephen Clouse <[EMAIL PROTECTED]> wrote: > I have an application that ran on mod_perl 1.3 and perl 5.8 for a long time, > that I recently ported over to a Fedora 9 box, thus moving it to mod_perl > 2.0 and perl 5.10. Are you running prefork, or threaded? Did you c

Re: How to debug bizarre memory corruption in mod_perl

2008-07-08 Thread Stephen Clouse
On Tue, Jul 8, 2008 at 1:04 PM, Perrin Harkins <[EMAIL PROTECTED]> wrote: > Are you running prefork, or threaded? prefork. It's a stock Fedora 9 Apache/mod_perl. > Did you change anything else? Other than installing my app, no. > The kind of problems you're seeing usually come from bad XS

Re: How to debug bizarre memory corruption in mod_perl

2008-07-08 Thread Fred Moyer
Stephen Clouse wrote: I will preface this message with this: this is not a mod_perl bug or problem, but it involves a mod_perl application, so this is probably a good place to get advice from experienced mod_perl users/developers. I have an application that ran on mod_perl 1.3 and perl 5.8 for

Re: How to debug bizarre memory corruption in mod_perl

2008-07-08 Thread Perrin Harkins
On Tue, Jul 8, 2008 at 2:28 PM, Stephen Clouse <[EMAIL PROTECTED]> wrote: >> You >> might try reverting to Perl 5.8 or mod_perl 1.3 to determine what is >> causing the problem. > > Fedora currently ships with mod_perl 2.0 and perl 5.10. No good way to > revert there :) I don't use vendor packages