Re: digging out the missing error message

2004-05-06 Thread Stas Bekman
Geoffrey Young wrote: Got it. Why not just do this: return unless $_[0] =~ /^Failed/i; #dont catch Test::ok failures +print $_[0]; truthfully, I spent far too long trying to figure out why the die() wasn't cascading. once I got it I just patched it and let the patch fly without

Re: digging out the missing error message

2004-05-06 Thread Geoffrey Young
For example this does the trick: Index: Apache-Test/lib/Apache/TestRun.pm === RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRun.pm,v retrieving revision 1.166 diff -u -r1.166 TestRun.pm ---

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2004-05-06 Thread Stas Bekman
[EMAIL PROTECTED] wrote: geoff 2004/05/05 18:10:22 Modified:perl-framework/Apache-Test/lib/Apache TestRun.pm Log: make sure that die() messages from Test::Harness::_show_results() make it back to the user, particularly the summary printed when some tests fail Revision

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2004-05-06 Thread Geoffrey Young
+# _show_results() calls uses calls die() under a few conditions, calls uses calls ? :) I swear something is wrong with me lately... --Geoff

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestRun.pm

2004-05-06 Thread Stas Bekman
Geoffrey Young wrote: +# _show_results() calls uses calls die() under a few conditions, calls uses calls ? :) I swear something is wrong with me lately... You must be in love :) __ Stas BekmanJAm_pH -- Just

[STATUS] (flood) Wed May 5 23:46:49 EDT 2004

2004-05-06 Thread Rodent of Unusual Size
flood STATUS: -*-text-*- Last modified at [$Date: 2003/07/01 20:55:12 $] Release: 1.0: Released July 23, 2002 milestone-03: Tagged January 16, 2002 ASF-transfer: Released July 17, 2001 milestone-02: Tagged August 13,

Re: LWP 5.79 issues?

2004-05-06 Thread Stas Bekman
Stas Bekman wrote: Joe Orton wrote: I just tried httpd-test on a machine which has libwww-perl 5.79, and it's failing all over the shop with this error (always the same): t/apache/rwriteok 104/114Use of uninitialized value in length at /usr/lib/perl5/vendor_perl/5.8.3/HTTP/Message.pm

Re: mod_proxy distinguish cookies?

2004-05-06 Thread Julian Reschke
FYI: I recently had a long exchange with Microsoft's support regarding the Vary header, and the outcome was that they have at least *documented* their RFC2616 compliance issue: http://support.microsoft.com/default.aspx?scid=kb;en-us;824847 Best regards, Julian -- green/bytes GmbH --

Re: cvs commit: httpd-2.0 STATUS

2004-05-06 Thread Andr Malo
* Joe Orton [EMAIL PROTECTED] wrote: On Wed, May 05, 2004 at 03:05:45PM -0400, Jeff Trawick wrote: [EMAIL PROTECTED] wrote: jorton 2004/05/05 09:29:59 Index: STATUS *) Readd suexec setuid and user check (now APR supports it) os/unix/unixd.c: r1.69

Re: Need Help Debugging Shared Library (libaprutil-0.so)

2004-05-06 Thread Steve Waltner
On May 5, 2004, at 6:50 PM, Stas Bekman wrote: Steve Waltner wrote: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21719 Since my submitted bug hasn't been resolved in the 9 months since I first reported it, I figure it's about time I try and resolve this problem myself since I do have the

Re: Need Help Debugging Shared Library (libaprutil-0.so)

2004-05-06 Thread Stas Bekman
Steve Waltner wrote: You may find some useful notes here: http://perl.apache.org/docs/2.0/devel/debug/c.html There are for debugging mod_perl 2.0, but most of it applies to any other shared C library. Thanks for the information but it still doesn't seem to be working correctly. If this is a