Re: [mp2] segfault using Time::Piece and mod_perl2 on Debian

2003-10-31 Thread Cees Hek
Quoting Stas Bekman <[EMAIL PROTECTED]>: > Cees Hek wrote: > Are you sure that both libtime-piece-perl and modperl were compiled with that > > same perl. is it possible that libtime-piece-perl was compiled against 5.8.0? Since it was a debian package, I am not sure which perl it was compiled aga

Re: [mp2] segfault using Time::Piece and mod_perl2 on Debian

2003-10-31 Thread Stas Bekman
Cees Hek wrote: I was getting segfaults with mod_perl2 (1.99_10 on 2.0.48) on my development box today. After a lot of searching, it turns out it was because of a problem with Time::Piece. I could recreate it by placing 'use Time::Piece::MySQL' in the startup.pl file. This would cause the server

[mp2] segfault using Time::Piece and mod_perl2 on Debian

2003-10-30 Thread Cees Hek
I was getting segfaults with mod_perl2 (1.99_10 on 2.0.48) on my development box today. After a lot of searching, it turns out it was because of a problem with Time::Piece. I could recreate it by placing 'use Time::Piece::MySQL' in the startup.pl file. This would cause the server to segfault on