https://bz.apache.org/bugzilla/show_bug.cgi?id=65627

Yann Ylavic <ylavic....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk

--- Comment #10 from Yann Ylavic <ylavic....@gmail.com> ---
I checked r1894171 in trunk but it would be useful to hear from Jean in comment
2.

Jean, your stack trace does not seem to involve mod_itk but simply mod_prefork,
am I correct? Do you know which other module sets the socket to NULL?

The fix in trunk allows for the socket to be NULL in ap_lingering_close() but
not in ap_start_lingering_close() which is called by mpm_event only
(supposedly), so there I added an ap_assert() to catch this unexpected
situation (it will kill the process should that happen), but it won't help if
any module could be run by mpm_event and set the socket to NULL..

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to