in reply to Re^4: mod_perl debugging help
in thread mod_perl debugging help
My first guess would be that a new apache child gets started that doesn't load all required modules, (in other words, you're not sharing all the modules you think you do).
Ofcourse, it's possible you're deleting the method somewhere, or it might be a nasty bug in some other method. Any special modules (especially C/XS) you're using?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: mod_perl debugging help
by MiggyMan (Sexton) on Jun 22, 2006 at 20:03 UTC |