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 2017/01/12 16:10:02 UTC

[Bug 59798] Apache crashes with child process exited with status 3221226356

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

oldbucsfan@hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|All                         |Windows Server 2012
            Version|2.4.23                      |2.4.25

--- Comment #2 from oldbucsfan@hotmail.com ---
This test script will cause an error after 1000s of tries via abs.exe, but will
not cause the same error when attempted via ab.exe.

-----------------------
$wrappers = stream_get_wrappers();
print_r($wrappers);
$wrappers_re = '(' . join('|', $wrappers) . ')';
print($wrappers_re);
-----------------------

In other words, this appears to be an issue involving one of the extensions in
Apache that handles the https protocol.

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