Re: [ANNOUNCE] mod_perl 2.0.5

2011-02-12 Thread Perrin Harkins
On Sat, Feb 12, 2011 at 3:26 PM, Thomas den Braber wrote: > On linux I also had never any problem with Reload. But on Linux I always > run Apache with prefork MPM (I have not tested with Worker MPM on Linux > yet), on Windows there is only Worker MPM, can there be a relation between > the reload p

Re: [ANNOUNCE] mod_perl 2.0.5

2011-02-12 Thread Thomas den Braber
> This is only happening to me on Windows though too, and just hasn't > been a problem under NetBSD running the same versions of Apache > HTTPd, APR, and Perl (although on the Windows side we're using > ActivePerl so perhaps that's a better culprit since NetBSD is using > Perl from pkgsr

Re: [ANNOUNCE] mod_perl 2.0.5

2011-02-12 Thread Thomas den Braber
> The only other times I can recall where I've experienced this > crashing is with the Apache2::Upload module, or with the > Image::Magick (PerlMagick) module (there are only a few instances > where I'm not using these two together). Even for test scripts where > I don't use "use base" a

Re: 'use base' and mod_perl

2011-02-12 Thread Thomas den Braber
Mike, > Do you have any idea why this is? > Actually I ran into this issue as well; see > http://bugs.otrs.org/show_bug.cgi?id=6218#c4 > I haven't figured out what causes the problem but have found that if you add: $ModPerl::Util::DEFAULT_UNLOAD_METHOD = 'unload_package_xs'; To my startup.pl