> 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" at all, I can still get crashing with > Apache2::Reload after many script file changes, so I wonder if > Apache2::Upload depends on something that uses "use base" somewhere, > or if there's something common that it depends on that "use base" > also depends on? If so, then perhaps this points to the problem.
I use PerlMagick and Apache2::Upload also. I never had problems with them. I use: PerlSetVar ReloadDirectories "/my_dev_dir" to only monitor my own modules and not any of the others (Apache2, PerlMagick, etc.). That causes less overhead (only about 10 ms per request for my ~60 modules) and maybe prevent other strange behaviour. -- Thomas den Braber