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?

Thanks

Clint

Reply via email to