Dear Stas and mod_perl community, First,
>A release candidate for mod_perl-1.99_13 is available: > >http://apache.org/~stas/mod_perl-1.99_13-dev.tar.gz > >Please test and report any failures to this list. I downloaded, built, and tested this version - but alias, it predictably behaves the same as the CVS snapshot earlier. All new tests below are on the release candidate. Stas Bekman <[EMAIL PROTECTED]> wrote at Fri, 5 Mar 2004 17:45:25 -0800 >Edouard Lagache wrote: >> If I run the server on the >> same port (8529), I can connect fine, so the problem isn't network or >> server alone. > >What server do you run on the same port? I temporarily changed the default port in the main apache config file to make sure that there were no issues with my system or apache connecting at 8529. This bug is weird enough that I just wanted to be sure. >Other things to try: > >1) try to run just the registry test suite > >cd ModPerl-Registry >make test Alas same outcome - trace below. >2) strace the processes and see what they are doing. Try starting it in a >single server mode: > >strace /usr/local/apache2/bin/httpd \ >-d /usr/local/src/mod_perl_CVS/modperl-2.0/t \ >-f /usr/local/src/mod_perl_CVS/modperl-2.0/t/conf/httpd.conf \ >-DAPACHE2 -DPERL_USEITHREADS -DONE_PROCESS -DNO_DETATCH Trace appended behind ModPerl-Registry trace. The trace is more than I can fathom, but it "hangs" on a read statement that seems plausibly where the server would be waiting for a connection. I left the strace run for over 5 minutes and it stayed exactly at the same unfinished read statement below. Sorry folks, I leave the interpretation of this to you'all! Peace, Edouard :-) ------------------------------------------------------------------------ canebas.org [863]% cd ModPerl-Registry/ total 36K 0 blibdirs 16K Makefile 4.0K MANIFEST 4.0K README 0 TODO 4.0K lib/ 4.0K Makefile.PL 0 pm_to_blib 4.0K t/ canebas.org [864]% make test /usr/bin/perl -I../blib/arch/Apache2 -I../blib/lib/Apache2 \ t/TEST -clean APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT= APACHE_TEST_USER= APACHE_TEST_APXS= \ /usr/bin/perl -I../blib/arch/Apache2 -I../blib/lib/Apache2 \ t/TEST -bugreport -verbose=0 /usr/local/apache2/bin/httpd -d /usr/local/src/mod_perl_CVS/mod_perl- 1.99_13-dev/ModPerl-Registry/t -f /usr/local/src/mod_perl_CVS/mod_perl- 1.99_13-dev/ModPerl-Registry/t/conf/httpd.conf -D APACHE2 -D PERL_USEITHREADS using Apache/2.0.48 (prefork MPM) waiting 300 seconds for server to start: ..................................... ..................................... ..................................... ..................................... ..................................... ..................................... ............................................................................. waiting 300 seconds for server to start: not ok [ error] giving up after 301 secs. If you think that your system is slow or overloaded try again with a longer timeout value. by setting the environment variable APACHE_TEST_STARTUP_TIMEOUT to a high value (e.g. 600) and repeat the last command. [ error] server failed to start! (t/logs/error_log wasn't created, start the server in the debug mode) +--------------------------------------------------------+ | Please file a bug report: http://perl.apache.org/bugs/ | +--------------------------------------------------------+ make: *** [run_tests] Error 1 canebas.org [865]% ------------------------------------------------------------------------ strace /usr/local/apache2/bin/httpd -d /usr/local/src/mod_perl_CVS/ mod_perl-1.99_13-dev/t -f /usr/local/src/mod_perl_CVS/mod_perl-1.99_13- dev/t/conf/httpd.conf -DAPACHE2 -DPERL_USEITHREADS -DONE_PROCESS - DNO_DETATCH >& ~/mod_perl_strace.txt ------------------------------------------------------------------------ execve("/usr/local/apache2/bin/httpd", ["/usr/local/apache2/bin/httpd", "-d", "/usr/local/src/mod_perl_CVS/mod_perl-1.99_13-dev/t", "-f", "/usr/ local/src/mod_perl_CVS/mod_perl-1.99_13-dev/t/conf/httpd.conf", "- DAPACHE2", "-DPERL_USEITHREADS", "-DONE_PROCESS", "-DNO_DETATCH"], [/* 42 vars */]) = 0 uname({sys="Linux", node="canebas.org", ...}) = 0 brk(0) = 0x80aea08 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40016000 open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/apache2/lib/tls/i686/mmx/libaprutil-0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/apache2/lib/tls/i686/mmx", 0xbfffed40) = -1 ENOENT (No such file or directory) open("/usr/local/apache2/lib/tls/i686/libaprutil-0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/apache2/lib/tls/i686", 0xbfffed40) = -1 ENOENT (No such file or directory) open("/usr/local/apache2/lib/tls/mmx/libaprutil-0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/apache2/lib/tls/mmx", 0xbfffed40) = -1 ENOENT (No such file or directory) open("/usr/local/apache2/lib/tls/libaprutil-0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/apache2/lib/tls", 0xbfffed40) = -1 ENOENT (No such file or directory) open("/usr/local/apache2/lib/i686/mmx/libaprutil-0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/apache2/lib/i686/mmx", 0xbfffed40) = -1 ENOENT (No such file or directory) open("/usr/local/apache2/lib/i686/libaprutil-0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/apache2/lib/i686", 0xbfffed40) = -1 ENOENT (No such file or directory) open("/usr/local/apache2/lib/mmx/libaprutil-0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/apache2/lib/mmx", 0xbfffed40) = -1 ENOENT (No such file or directory) open("/usr/local/apache2/lib/libaprutil-0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0TQ\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=736133, ...}) = 0 old_mmap(NULL, 80780, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40017000 old_mmap(0x4002a000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x12000) = 0x4002a000 close(3) = 0 open("/usr/local/apache2/lib/libgdbm.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/BerkeleyDB.4.1/lib/tls/i686/mmx/libgdbm.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/BerkeleyDB.4.1/lib/tls/i686/mmx", 0xbfffed30) = -1 ENOENT (No such file or directory) open("/usr/local/BerkeleyDB.4.1/lib/tls/i686/libgdbm.so.2", O_RDONLY) = - 1 ENOENT (No such file or directory) stat64("/usr/local/BerkeleyDB.4.1/lib/tls/i686", 0xbfffed30) = -1 ENOENT (No such file or directory) open("/usr/local/BerkeleyDB.4.1/lib/tls/mmx/libgdbm.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/BerkeleyDB.4.1/lib/tls/mmx", 0xbfffed30) = -1 ENOENT (No such file or directory) open("/usr/local/BerkeleyDB.4.1/lib/tls/libgdbm.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/BerkeleyDB.4.1/lib/tls", 0xbfffed30) = -1 ENOENT (No such file or directory) open("/usr/local/BerkeleyDB.4.1/lib/i686/mmx/libgdbm.so.2", O_RDONLY) = - 1 ENOENT (No such file or directory) stat64("/usr/local/BerkeleyDB.4.1/lib/i686/mmx", 0xbfffed30) = -1 ENOENT (No such file or directory) open("/usr/local/BerkeleyDB.4.1/lib/i686/libgdbm.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/BerkeleyDB.4.1/lib/i686", 0xbfffed30) = -1 ENOENT (No such file or directory) open("/usr/local/BerkeleyDB.4.1/lib/mmx/libgdbm.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/BerkeleyDB.4.1/lib/mmx", 0xbfffed30) = -1 ENOENT (No such file or directory) open("/usr/local/BerkeleyDB.4.1/lib/libgdbm.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/BerkeleyDB.4.1/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 open("/usr/local/qt/lib/tls/i686/mmx/libgdbm.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/qt/lib/tls/i686/mmx", 0xbfffed30) = -1 ENOENT (No such file or directory) open("/usr/local/qt/lib/tls/i686/libgdbm.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/qt/lib/tls/i686", 0xbfffed30) = -1 ENOENT (No such file or directory) open("/usr/local/qt/lib/tls/mmx/libgdbm.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/qt/lib/tls/mmx", 0xbfffed30) = -1 ENOENT (No such file or directory) open("/usr/local/qt/lib/tls/libgdbm.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/qt/lib/tls", 0xbfffed30) = -1 ENOENT (No such file or directory) open("/usr/local/qt/lib/i686/mmx/libgdbm.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/qt/lib/i686/mmx", 0xbfffed30) = -1 ENOENT (No such file or directory) open("/usr/local/qt/lib/i686/libgdbm.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/qt/lib/i686", 0xbfffed30) = -1 ENOENT (No such file or directory) open("/usr/local/qt/lib/mmx/libgdbm.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/qt/lib/mmx", 0xbfffed30) = -1 ENOENT (No such file or directory) open("/usr/local/qt/lib/libgdbm.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/local/qt/lib", 0xbfffed30) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=85222, ...}) = 0 old_mmap(NULL, 85222, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4002b000 close(3) = 0 open("/usr/lib/libgdbm.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\24\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=22504, ...}) = 0 old_mmap(NULL, 25480, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40040000 old_mmap(0x40046000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x5000) = 0x40046000 close(3) = 0 open("/usr/local/apache2/lib/libdb-4.1.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/BerkeleyDB.4.1/lib/libdb-4.1.so", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\344"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=710596, ...}) = 0 old_mmap(NULL, 644312, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40047000 old_mmap(0x400e3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x9b000) = 0x400e3000 close(3) = 0 open("/usr/local/apache2/lib/libexpat.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/BerkeleyDB.4.1/lib/libexpat.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/libexpat.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360 \0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=130104, ...}) = 0 old_mmap(NULL, 128932, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x400e5000 old_mmap(0x40103000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x1e000) = 0x40103000 close(3) = 0 open("/usr/local/apache2/lib/libapr-0.so.0", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\205"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1318386, ...}) = 0 old_mmap(NULL, 121620, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40105000 old_mmap(0x40121000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x1b000) = 0x40121000 close(3) = 0 open("/usr/local/apache2/lib/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/BerkeleyDB.4.1/lib/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/librt.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=37552, ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40123000 old_mmap(NULL, 73720, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40124000 old_mmap(0x4012a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x5000) = 0x4012a000 old_mmap(0x4012c000, 40952, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4012c000 close(3) = 0 open("/usr/local/apache2/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/BerkeleyDB.4.1/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libm.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\2004\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=211876, ...}) = 0 old_mmap(NULL, 138496, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40136000 old_mmap(0x40157000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x20000) = 0x40157000 close(3) = 0 open("/usr/local/apache2/lib/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/BerkeleyDB.4.1/lib/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libcrypt.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\t\0"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=23668, ...}) = 0 old_mmap(NULL, 181312, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40158000 old_mmap(0x4015d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x4000) = 0x4015d000 old_mmap(0x4015e000, 156736, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4015e000 close(3) = 0 open("/usr/local/apache2/lib/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/BerkeleyDB.4.1/lib/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libnsl.so.1", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p<\0\000"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=91604, ...}) = 0 old_mmap(NULL, 85184, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40185000 old_mmap(0x40197000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x11000) = 0x40197000 old_mmap(0x40198000, 7360, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40198000 close(3) = 0 open("/usr/local/apache2/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/BerkeleyDB.4.1/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libdl.so.2", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\26"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=15084, ...}) = 0 old_mmap(NULL, 8620, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4019a000 old_mmap(0x4019c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x2000) = 0x4019c000 close(3) = 0 open("/usr/local/apache2/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/BerkeleyDB.4.1/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libpthread.so.0", O_RDONLY) = 3 read(3, "[EMAIL PROTECTED]"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=103104, ...}) = 0 old_mmap(NULL, 335428, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4019d000 old_mmap(0x401ac000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0xf000) = 0x401ac000 old_mmap(0x401af000, 261700, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401af000 close(3) = 0 open("/usr/local/apache2/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/BerkeleyDB.4.1/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) open("/lib/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320Y\1"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1549556, ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x401ef000 old_mmap(NULL, 1281764, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x401f0000 old_mmap(0x40323000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x132000) = 0x40323000 old_mmap(0x40327000, 7908, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40327000 close(3) = 0 munmap(0x4002b000, 85222) = 0 getrlimit(0x3, 0xbffff2fc) = 0 setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 getpid() = 27692 rt_sigaction(SIGRTMIN, {0x401a6050, [], SA_RESTORER, 0x402184f8}, NULL, 8) = 0 rt_sigaction(SIGRT_1, {0x401a5f20, [], SA_RESTORER, 0x402184f8}, NULL, 8) = 0 rt_sigaction(SIGRT_2, {0x401a60f0, [], SA_RESTORER, 0x402184f8}, NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0 _sysctl({{CTL_KERN, KERN_VERSION}, 2, 0xbffff34c, 34, (nil), 0}) = 0 brk(0) = 0x80aea08 brk(0x80afa08) = 0x80afa08 brk(0) = 0x80afa08 brk(0x80b0000) = 0x80b0000 brk(0) = 0x80b0000 brk(0x80b1000) = 0x80b1000 brk(0) = 0x80b1000 brk(0x80b3000) = 0x80b3000 brk(0) = 0x80b3000 brk(0x80b5000) = 0x80b5000 brk(0) = 0x80b5000 brk(0x80b7000) = 0x80b7000 brk(0) = 0x80b7000 brk(0x80b9000) = 0x80b9000 brk(0) = 0x80b9000 brk(0x80bb000) = 0x80bb000 brk(0) = 0x80bb000 brk(0x80bd000) = 0x80bd000 brk(0) = 0x80bd000 brk(0x80bf000) = 0x80bf000 brk(0) = 0x80bf000 brk(0x80c1000) = 0x80c1000 brk(0) = 0x80c1000 brk(0x80c3000) = 0x80c3000 brk(0) = 0x80c3000 brk(0x80c5000) = 0x80c5000 brk(0) = 0x80c5000 brk(0x80c7000) = 0x80c7000 brk(0) = 0x80c7000 brk(0x80c9000) = 0x80c9000 brk(0) = 0x80c9000 brk(0x80cb000) = 0x80cb000 brk(0) = 0x80cb000 brk(0x80cd000) = 0x80cd000 brk(0) = 0x80cd000 brk(0x80cf000) = 0x80cf000 brk(0) = 0x80cf000 brk(0x80d1000) = 0x80d1000 brk(0) = 0x80d1000 brk(0x80d3000) = 0x80d3000 brk(0) = 0x80d3000 brk(0x80d5000) = 0x80d5000 brk(0) = 0x80d5000 brk(0x80d7000) = 0x80d7000 brk(0) = 0x80d7000 brk(0x80d9000) = 0x80d9000 brk(0) = 0x80d9000 brk(0x80db000) = 0x80db000 brk(0) = 0x80db000 brk(0x80dd000) = 0x80dd000 brk(0) = 0x80dd000 brk(0x80df000) = 0x80df000 brk(0) = 0x80df000 brk(0x80e1000) = 0x80e1000 brk(0) = 0x80e1000 brk(0x80e3000) = 0x80e3000 brk(0) = 0x80e3000 brk(0x80e5000) = 0x80e5000 brk(0) = 0x80e5000 brk(0x80e7000) = 0x80e7000 brk(0) = 0x80e7000 brk(0x80e9000) = 0x80e9000 brk(0) = 0x80e9000 brk(0x80eb000) = 0x80eb000 brk(0) = 0x80eb000 brk(0x80ed000) = 0x80ed000 brk(0) = 0x80ed000 brk(0x80ef000) = 0x80ef000 brk(0) = 0x80ef000 brk(0x80f1000) = 0x80f1000 brk(0) = 0x80f1000 brk(0x80f3000) = 0x80f3000 lstat64("/usr/local/src/mod_perl_CVS/mod_perl-1.99_13-dev/t/conf/ httpd.conf", {st_mode=S_IFREG|0644, st_size=49733, ...}) = 0 open("/usr/local/src/mod_perl_CVS/mod_perl-1.99_13-dev/t/conf/ httpd.conf", O_RDONLY) = 3 brk(0) = 0x80f3000 brk(0x80f5000) = 0x80f5000 fstat64(3, {st_mode=S_IFREG|0644, st_size=49733, ...}) = 0 read(3, "# WARNING: this file is generate"..., 4096) = 4096 open("/usr/local/apache2/modules/mod_speedycgi.so", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3447\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0755, st_size=516132, ...}) = 0 old_mmap(NULL, 47848, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x4002b000 old_mmap(0x40036000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 0xb000) = 0x40036000 close(4) = 0 brk(0) = 0x80f5000 brk(0x80f6000) = 0x80f6000 open("/usr/local/src/mod_perl_CVS/mod_perl-1.99_13-dev/src/modules/perl/ mod_perl.so", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\301\0"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0755, st_size=202547, ...}) = 0 old_mmap(NULL, 162308, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x40329000 old_mmap(0x4034f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 0x26000) = 0x4034f000 close(4) = 0 open("/usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE/tls/i686/mmx/ libperl.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE/tls/i686/mmx", 0xbfffa760) = -1 ENOENT (No such file or directory) open("/usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE/tls/i686/ libperl.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE/tls/i686", 0xbfffa760) = -1 ENOENT (No such file or directory) open("/usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE/tls/mmx/ libperl.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE/tls/mmx", 0xbfffa760) = -1 ENOENT (No such file or directory) open("/usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE/tls/libperl.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE/tls", 0xbfffa760) = -1 ENOENT (No such file or directory) open("/usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE/i686/mmx/ libperl.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE/i686/mmx", 0xbfffa760) = -1 ENOENT (No such file or directory) open("/usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE/i686/libperl.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE/i686", 0xbfffa760) = -1 ENOENT (No such file or directory) open("/usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE/mmx/libperl.so", O_RDONLY) = -1 ENOENT (No such file or directory) stat64("/usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE/mmx", 0xbfffa760) = -1 ENOENT (No such file or directory) open("/usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE/libperl.so", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\6\2"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0555, st_size=1181976, ...}) = 0 old_mmap(NULL, 1072128, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x40351000 old_mmap(0x4044b000, 40960, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 0xfa000) = 0x4044b000 old_mmap(0x40455000, 7168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40455000 close(4) = 0 open("/usr/lib/perl5/5.8.3/i686-linux-thread-multi/CORE/libutil.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/apache2/lib/libutil.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/local/BerkeleyDB.4.1/lib/libutil.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 4 fstat64(4, {st_mode=S_IFREG|0644, st_size=85222, ...}) = 0 old_mmap(NULL, 85222, PROT_READ, MAP_PRIVATE, 4, 0) = 0x40457000 close(4) = 0 open("/lib/libutil.so.1", O_RDONLY) = 4 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \16\0\000"..., 512) = 512 fstat64(4, {st_mode=S_IFREG|0755, st_size=12696, ...}) = 0 old_mmap(NULL, 11048, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x40037000 old_mmap(0x40039000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 0x1000) = 0x40039000 close(4) = 0 munmap(0x40457000, 85222) = 0 brk(0) = 0x80f6000 brk(0x80f8000) = 0x80f8000 stat64("/usr/local/src/mod_perl_CVS/mod_perl-1.99_13-dev/t", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat64("/usr/local/src/mod_perl_CVS/mod_perl-1.99_13-dev/t/conf/ extra.conf", {st_mode=S_IFREG|0644, st_size=2418, ...}) = 0 open("/usr/local/src/mod_perl_CVS/mod_perl-1.99_13-dev/t/conf/ extra.conf", O_RDONLY) = 4 brk(0) = 0x80f8000 brk(0x80fa000) = 0x80fa000 fstat64(4, {st_mode=S_IFREG|0644, st_size=2418, ...}) = 0 read(4, "# WARNING: this file is generate"..., 4096) = 2418 read(4, "", 4096) = 0 close(4) = 0 brk(0) = 0x80fa000 brk(0x80fc000) = 0x80fc000 read(3, "modperl\n PerlResponseHandler "..., 4096) = 4096 brk(0) = 0x80fc000 brk(0x80fe000) = 0x80fe000 read(3, "ndler TestModperl::print\n</Locat"..., 4096) = 4096 read(3, "rride none\n \n <Fil"..., 4096) = 4096 brk(0) = 0x80fe000 brk(0x8100000) = 0x8100000 read(3, " PerlFixupHandler TestModperl::"..., 4096) = 4096 brk(0) = 0x8100000 brk(0x8102000) = 0x8102000 read(3, "r TestDirective::pod\n</Location>"..., 4096) = 4096 brk(0) = 0x8102000 brk(0x8104000) = 0x8104000 read(3, "Error::runtime\n</Location>\n\n<Loc"..., 4096) = 4096 brk(0) = 0x8104000 brk(0x8106000) = 0x8106000 read(3, "tHandler TestHooks::access::"..., 4096) = 4096 brk(0) = 0x8106000 brk(0x8108000) = 0x8108000 read(3, "Handler TestHooks::startup\n <"..., 4096) = 4096 brk(0) = 0x8108000 brk(0x810a000) = 0x810a000 read(3, "response\n PerlOutputFilterHan"..., 4096) = 4096 brk(0) = 0x810a000 brk(0x810c000) = 0x810c000 read(3, "er::in_autoload\n</Location>\n\nLis"..., 4096) = 4096 read(3, "v/t/htdocs/testdirective/vh\n "..., 4096) = 4096 brk(0) = 0x810c000 brk(0x810e000) = 0x810e000 read(3, "PACHE_TEST_CONFIG_ORDER 951\nList"..., 4096) = 581 read(3, "", 4096) = 0 lstat64("/usr/local/src/mod_perl_CVS/mod_perl-1.99_13-dev/t/conf/ extra.last.conf", {st_mode=S_IFREG|0644, st_size=2785, ...}) = 0 open("/usr/local/src/mod_perl_CVS/mod_perl-1.99_13-dev/t/conf/ extra.last.conf", O_RDONLY) = 4 brk(0) = 0x810e000 brk(0x8110000) = 0x8110000 fstat64(4, {st_mode=S_IFREG|0644, st_size=2785, ...}) = 0 read(4, "# WARNING: this file is generate"..., 4096) = 2785 brk(0) = 0x8110000 brk(0x8112000) = 0x8112000 read(4, "", 4096) = 0 close(4) = 0 read(3, "", 4096) = 0 close(3) = 0 stat64("/usr/local/apache2/bin/suexec", 0xbffff410) = -1 ENOENT (No such file or directory) open("/dev/random", O_RDONLY) = 3 read(3, <unfinished ...> ------------------------------------------------------------------------ -------------------------- Edouard Lagache, Sysadmin canebas.org [EMAIL PROTECTED] 29 Altamount Drive Orinda, CA, 94563 -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html