The make works OK (after I removed the -Werror, as gcc 3.3.5 warns about something), but then when I try make check, it halts at:
filters/input........ok
filters/output.......ok
handler/auth.........NOK 1# Failed test 1 in handler/auth.t at line 16
# Failed test 2 in handler/auth.t at line 18
handler/auth.........FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
Looks like its crashing. Are you getting a core file? If so send it along. Can you send me the compile warnings you get? I'll try to reproduce, although I don't have a debian build right now.
John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The make works OK (after I removed the -Werror, as gcc 3.3.5 warns about something), but then when I try make check, it halts at:
filters/input........ok
filters/output.......ok
handler/auth.........NOK 1# Failed test 1 in handler/auth.t at line 16
# Failed test 2 in handler/auth.t at line 18
handler/auth.........FAILED tests 1-2
Failed 2/2 tests, 0.00% okay
logs/access_log seems OK, logs/error_log ends with:
[Mon May 23 17:37:04 2005] [error] crazy content: host: localhost:8529\r\n (22)
[Mon May 23 17:37:04 2005] [error] EXAMPLE modcplusplus input filter!!!!
[Mon May 23 17:37:04 2005] [error] XXX looking up host param
[Mon May 23 17:37:04 2005] [error] done retrieving param
[Mon May 23 17:37:04 2005] [error] crazy content: User-Agent: libwww-perl/5.803\r\n (31)
[Mon May 23 17:37:04 2005] [error] EXAMPLE modcplusplus input filter!!!!
[Mon May 23 17:37:04 2005] [error] XXX looking up host param
[Mon May 23 17:37:04 2005] [error] done retrieving param
[Mon May 23 17:37:04 2005] [error] crazy content: \r\n (2)
[Mon May 23 17:37:05 2005] [notice] child pid 3914 exit signal Segmentation fault (11), possible coredump in /home/joostje/debian/sipx/mod_cplusplus/test/t
[Mon May 23 17:37:06 2005] [error] EXAMPLE modcplusplus input filter!!!!
[Mon May 23 17:37:06 2005] [error] XXX looking up host param
[Mon May 23 17:37:06 2005] [error] done retrieving param
[Mon May 23 17:37:06 2005] [error] crazy content: GET /cpp-handler HTTP/1.0\r\n (27)
[Mon May 23 17:37:06 2005] [error] EXAMPLE modcplusplus input filter!!!!
[Mon May 23 17:37:06 2005] [error] XXX looking up host param
[Mon May 23 17:37:06 2005] [error] done retrieving param
[Mon May 23 17:37:06 2005] [error] crazy content: host: localhost:8529\r\n (22)
[Mon May 23 17:37:06 2005] [error] EXAMPLE modcplusplus input filter!!!!
[Mon May 23 17:37:06 2005] [error] XXX looking up host param
[Mon May 23 17:37:06 2005] [error] done retrieving param
[Mon May 23 17:37:06 2005] [error] crazy content: User-Agent: libwww-perl/5.803\r\n (31)
[Mon May 23 17:37:06 2005] [error] EXAMPLE modcplusplus input filter!!!!
[Mon May 23 17:37:06 2005] [error] XXX looking up host param
[Mon May 23 17:37:06 2005] [error] done retrieving param
[Mon May 23 17:37:06 2005] [error] crazy content: \r\n (2)
[Mon May 23 17:37:07 2005] [error] PROTOCOL!!!!
[Mon May 23 17:37:07 2005] [info] removed PID file /home/joostje/debian/sipx/mod_cplusplus/test/t/logs/httpd.pid (pid=3899)
[Mon May 23 17:37:07 2005] [notice] caught SIGTERM, shutting down
I really don't have a clue as to what I can do next.
Debian-testing, mod_cplus_plus 1.5.1, gcc-3.3.5, apache 2.0.54
if any other info is needed, please ask, sf-mpp@joostje.komputilo.org
Oooh,
Looks like its crashing. Are you getting a core file? If so send it along. Can you send me the compile warnings you get? I'll try to reproduce, although I don't have a debian build right now.
John