https://issues.apache.org/bugzilla/show_bug.cgi?id=56645

            Bug ID: 56645
           Summary: socket callback with timeout callback causes infinite
                    loop
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: mpm_event
          Assignee: [email protected]
          Reporter: [email protected]

Even after fix bug 56642, mod_proxy_wstunnel with ProxyWebsocketAsync On and
ProxyWebsocketIdleTimeout doesn't work well.

I sent and receive small data many times, and sometimes went infinite loop.

I got core and backtrace, and I saw one loop was inside of apr_skiplist_insert
(event.c line 1464), and another is on while loop (event.c line 1767).

I looked at event.c and found all timer_skiplist seemed to be well protected
with g_timer_skiplist_mtx, so I don't have any idea why the infinity loop
occurs.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to