in reply to Re^7: mod_perl debugging help
in thread mod_perl debugging help

Im not using Apache::Registry since this is mod_perl only and yes I have a handler subroutine, as I say this fault is intermittant so while 99% of the time it works perfectly the other 1% it 500's :(

Replies are listed 'Best First'.
Re^9: mod_perl debugging help
by perrin (Chancellor) on Jun 29, 2006 at 21:22 UTC
    I've seen this kind of thing happen when a cleanup handler has a bad interactions with an XS module. Do you have any cleanup handlers?