Re: Strange error calling a handler

2004-11-16 Thread Roman Medina-Heigl Hernandez
On Mon, 15 Nov 2004 19:37:08 -0500, you wrote: >try installing: > >use Carp; >$SIG{__DIE__} = \&Carp::confess; Where? In my perl module? How could you get this to run if the module is not executed? (that's at least what I suspect). >to see who called it. But most likely it's mod_perl that does t

Re: Strange error calling a handler

2004-11-15 Thread Roman Medina-Heigl Hernandez
On Mon, 15 Nov 2004 16:04:59 -0500, you wrote: >Roman Medina-Heigl Hernandez wrote: >> Hello, >> >> I'm using mod_perl 1.29 with Apache 1.3.31 to invoke some perl modules >> like ProxyRewrite.pm. When I restart apache daemon, all is working ok. But >> wh

Strange error calling a handler

2004-11-15 Thread Roman Medina-Heigl Hernandez
Hello, I'm using mod_perl 1.29 with Apache 1.3.31 to invoke some perl modules like ProxyRewrite.pm. When I restart apache daemon, all is working ok. But when some time passes (it could be hours, days or weeks; it's variable) the system reaches some kind of inestable state where any call to the mod