ap_kill_timeout(0) apache-1.3.26 mod_perl-1.27 caused segfault on HPUX 11?

2002-09-09 Thread Phil Lobbes
Hi, I've been troubleshooting a problem with: perl-5.6.1 (no-threads) apache-1.3.26 mod_perl-1.27 HPUX 11 Compiler: cc/ansic (HP92453-01 A.11.01.00 HP C Compiler) Please let me know if there is additional info that I can provide that might help tracking down this problem!

Re: [mp-1.99_05] segfault modperl_pcw.c:52 ap_pcw_walk_files_config dconf-sec_file is NULL

2002-08-29 Thread Phil Lobbes
Hi Doug, You asked: which one is NULL dconf or dconf-sec_file? if dconf-sec_file should never be NULL. i'm not sure if it is possible for dconf itself to be NULL. do you have some example configuration that causes the problem? Well, dconf was NOT NULL, but sec_file was NULL: (gdb)

[mp-1.99_05] HPUX 11 w/gcc 3.2(b) -Ae missing ... predicate error

2002-08-27 Thread Phil Lobbes
Hi, I noticed in 'lib/Apache/Build.pm' that the -Ae option was being added even if the compiler was gcc. This options causes an error something like the following: ... missing '(' after predicate ... error In the code below (lib/Apache/Build.pm) I removed the '#' comment from in front

[mp-1.99_05] segfault modperl_pcw.c:52 ap_pcw_walk_files_config dconf-sec_file is NULL

2002-08-27 Thread Phil Lobbes
Hi, I just recently joined the mail list and did a quick check but didn't seen any report of this problem: Versions: perl-5.6.1 (non-threaded) apache-2.0.40(mpm-prefork) mod_perl-1.99_05 OS: HPUX 11 Compiler: gcc version 3.2 20020708 (experimental) I don't