Re: [mp2] modperl test failed

2004-06-15 Thread Stas Bekman
Alex Oboimov wrote: Many thanks, Stas! Unfortunately (?) I hasted a bit and have upgraded my perl package to 5.8.4-10.mdk before your post arrived. Now modperl configured and build ok and all tests passed including rflush.t. Cool. Though now I have problem building my DBI & DBD::InterBase modules

[mp2] modperl test failed

2004-06-15 Thread Alex Oboimov
Many thanks, Stas! Unfortunately (?) I hasted a bit and have upgraded my perl package to 5.8.4-10.mdk before your post arrived. Now modperl configured and build ok and all tests passed including rflush.t. Though now I have problem building my DBI & DBD::InterBase modules :((( Now I hesitate - sh

Re: [mp2] modperl test failed

2004-06-15 Thread Stas Bekman
Alex Oboimov wrote: Hello Stas, After configuring with MP_DEBUG=1 I've encountered segfault during configuration itself so it definitely smells like some perl problem, since confuguration doesn't involve anything but pure perl. After doing so: (gdb) bt #0 0x4032fa74 in Perl_pp_leavesub ()

[mp2] modperl test failed

2004-06-15 Thread Alex Oboimov
Hello Stas, After configuring with MP_DEBUG=1 I've encountered segfault duringconfiguration itself the diagnostic being exactly the same as duringt/TEST (except for damns :). And after make & t/TEST I've got: [EMAIL PROTECTED] mod_perl-1.99_14]# t/TEST -verbose api/rflush.t[warning] setting ulimit

Re: [mp2] modperl test failed

2004-06-11 Thread Stas Bekman
Alex Oboimov wrote: [...] ### Issuing bt command ### (gdb) bt #0 0x40324a74 in Perl_pp_leavesub () from /usr/lib/perl5/5.8.1/i386-linux-thread-multi/CORE/libperl.so #1 0x082ea320 in ?? () #2 0x0918ae00 in ?? () (gdb) q == That's all I have.

Re[2]: [mp2] modperl test failed

2004-06-11 Thread Alex Oboimov
Hello Stas, you wrote: SB> Should be OK for yourself if you don't use rflush, but it's definitely not OK SB> otherwise. I'm not sure which programs may use it, which not... SB> Show us the *complete* output of: SB> % t/TEST -verbose api/rflush.t SB> and the t/logs/error_log as explained he

Re: [mp2] modperl test failed

2004-06-10 Thread Stas Bekman
Alex Oboimov wrote: Hi folks, Can amybody help me. After compile and build of modperl only 1 test failed. 99.1% is okay. May it be left alone? Should be OK for yourself if you don't use rflush, but it's definitely not OK otherwise. 3. This is the core dump trace: (if you get a core dump): GNU gdb

[mp2] modperl test failed

2004-06-10 Thread Alex Oboimov
Hi folks, Can amybody help me. After compile and build of modperl only 1 test failed. 99.1% is okay. May it be left alone? -8<-- Start Bug Report 8<-- 1. Problem Description: After successful compile & install of Apache 2.0.49 server I have configured and