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 2005/07/12 13:41:38 UTC

DO NOT REPLY [Bug 35702] New: - Using with https URL, ab freezes or gets SIGSEGV on 2.1.6-alpha

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=35702

           Summary: Using with https URL, ab freezes or gets SIGSEGV on
                    2.1.6-alpha
           Product: Apache httpd-2.0
           Version: 2.1-HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: support
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: masaoki@techfirm.co.jp
 BugsThisDependsOn: 35701


Because of historical apache library implementation, ab does apr_pollset_add()
multiple times for the same port.  It causes some confusion and inefficiency
inside pollset structure.
The behavior varies by the operating system because APR-1.x uses different
asynchronous I/O by operating systems.
i.e. port.c for Solaris 10, epoll.c for Linux 2.6, and kqueue.c for recent BSD.
When I use ab with "https:" URL, ab freezes on Solaris 10 while it gets SIGSEGV
on Linux.  There is another problem in apr/poll/unix/port.c as I reported on bug
#35701.  We have to fix both.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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