On Wed, 22 Dec 1999, Clinton Gormley wrote:

> I am using a home-baked session manager on my web site.  I clean up
> expired sessions by called a child exit handlder and this all worked
> rather well.
> 
> However, we have recompiled Perl, Apache, mod_perl and Perl modules with
> pgcc and a different configuration (removed all modules we didn't need),
> and now I get a SegFault when Apache::Cookie->new is called during a
> ChildExit.
> 
> I use Apache::Cookie in Authorization and PerlHandler phases without a
> problem.
> 
> Not sure whether this problem is caused by the compiler or the different
> configuration at compile.
> 
> Any ideas of starting points?

Apache::Cookie needs a request_rec, there is no request_rec during
ChildExit.  this dependency could probably be loosened, but it won't work
with the current version of libapreq.

Reply via email to