You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/07/11 13:20:08 UTC

DO NOT REPLY [Bug 21495] New: - ab blocks in 2.0.47

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21495>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21495

ab blocks in 2.0.47

           Summary: ab blocks in 2.0.47
           Product: Apache httpd-2.0
           Version: HEAD
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: All
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: oswald@apachefriends.org


After installaing 2.0.47 ab doesn't work any more: it blocks after connecting to
remote machine:

> This is ApacheBench, Version 2.0.40-dev <$Revision: 1.121.2.1 $> apache-2.0
> Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
> Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/

> Benchmarking www.XXXX.com (be patient)...

until getting a: 

> Benchmarking www.XXXX.com (be patient)...apr_poll: The timeout specified has
expired (70007)

Stracing ab says:

> connect(3, {sin_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("217.9.XXX.XXX")}}, 16) = -1 EINPROGRESS (Operation now in
progress)
> gettimeofday({1057921957, 161482}, NULL) = 0
> poll( <unfinished ...>

I "Ctrl-C"ed here.

I assume it's not a matter of ab but a problem in one of the apr-shared libs ab
is using: libaprutil-0.so.0 or libapr-0.so.0. If I use the libs from 2.0.46 the
ab from 2.0.47 works fine.

Hoping this is a real bug and not just a problem of my system. I tested it with
SuSE 8.1 and Debian 2.0.

Greetings from Germany,
Kai Seidler

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org