Displaying 2 results from an estimated 2 matches for "apr_socket_accept".
2012 May 22
3
Apache error
I have a VMware virtual machine with CentOS 6 32bit updated to the lates patches
Yesterday Apache started to give this error:
[Tue May 22 09:46:07 2012] [error] (38)Function not implemented:
apr_socket_accept: (client socket)
[Tue May 22 09:46:08 2012] [error] (38)Function not implemented:
apr_socket_accept: (client socket)
[Tue May 22 09:46:09 2012] [error] (38)Function not implemented:
apr_socket_accept: (client socket)
[Tue May 22 09:46:09 2012] [error] (38)Function not implemented:
apr_socket_acc...
2010 Dec 25
1
segfault
...d solve the issue.
Below are the details
message
kernel: httpd[2090]: segfault at 00007fff3bacfec4 rip 00002ba6bbc50855 rsp
00007fff3bacfe50 error 6
(gdb) bt full
#0 0x00002b30a5a91b00 in __accept_nocancel () from /lib64/libpthread.so.0
No symbol table info available.
#1 0x00002b30a58772f4 in apr_socket_accept () from /usr/lib64/libapr-1.so.0
No symbol table info available.
#2 0x00002b30a3fbcc31 in unixd_accept ()
No symbol table info available.
#3 0x00002b30a3fbb6d7 in ?? ()
No symbol table info available.
#4 0x00002b30a3fbba1a in ?? ()
No symbol table info available.
#5 0x00002b30a3fbc27d in ap_mpm...