Ok, so with the latest workaround the normal run of 'make test' succeeds
on my machine. But, if I stress-test, I see segfaults:

% ./t/TEST -order=random -times=5

...
apr/base64..............malformed response at
/home/stas/apache.org/modperl-2.0-perlmodule/blib/lib/Apache/TestRequest.pm
line 241.
FAILED before any test output arrived
...
apr/pool................malformed response at
/home/stas/apache.org/modperl-2.0-perlmodule/blib/lib/Apache/TestRequest.pm
line 241.
FAILED before any test output arrived
...
api/server_rec..........FAILED before any test output arrived
api/uri.................FAILED before any test output arrived
api/server_rec..........FAILED before any test output arrived
...
api/server_rec..........malformed response at
/home/stas/apache.org/modperl-2.0-perlmodule/blib/lib/Apache/TestRequest.pm
line 241.
FAILED before any test output arrived

./t/TEST -debug
behaves weirdly:

% ./t/TEST -debug
GNU gdb 5.0mdk-11mdk Linux-Mandrake 8.0
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "i386-mandrake-linux"...
[New Thread 1024 (LWP 27654)]
[New Thread 2049 (LWP 27664)]
[New Thread 1026 (LWP 27665)]
Delayed SIGSTOP caught for LWP 27665.
Received Real-time signal 0 in LWP 27654 while waiting for SIGSTOP.
[New Thread 2051 (LWP 27666)]
Using pending wait status for LWP 27654.
Delayed SIGSTOP caught for LWP 27666.
LWP 27665 exited.

I thought to catch the segfaults with the combination of:
% ./t/TEST -debug
% ./t/TEST -run
in 2 different consoles

but that doesn't seem to work, the debug console just hangs with the
output above

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to