
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 11 Jun 2004 21:30:18 +0200, Robert Kehl scribbled down:
Then it just segfaults again:
[Fri Jun 11 19:13:12 2004] [notice] child pid 83975 exit signal Segmentation fault (11)
Did you install Apache via a package or did you compile it yourself? I get the impression this is no real OTRS problem, but merely an Apache/Perl combi.
I installed apache and mod_perl from the fbsd ports tree, I've tried apache2 with mod_perl2 and apache1.3 with mod_perl1 - both exhibit the same problem, which is rather strange.
What I could think of was disabling IPC session management ftm, although your system might well support it. Do so by using one these settings (default shown):
$Self->{SessionModule} = 'Kernel::System::AuthSession::IPC'; # $Self->{SessionModule} = 'Kernel::System::AuthSession::DB'; # $Self->{SessionModule} = 'Kernel::System::AuthSession::FS';
It didn't make an ounce of difference - which seems to point to it being
something other than OTRS at play.
Thanks for all your help, now I've got to figure out where to go from here
*sigh*
Why can't life be simple? :p
- --
- -jamie