[1.8.0 stable] bug when install on old linux version

hungnv at opensource.com.vn hungnv at opensource.com.vn
Thu May 7 03:47:13 UTC 2015


Hello, 

This patch works, thanks.

@Filipe: Thanks. I will fix that. But I don’t know where is `6d468b45f40e`? I don’t see any pull request. 

Thanks 

--
Hưng
Email: hungnv at opensource.com.vn



> On May 6, 2015, at 8:42 PM, Ruslan Ermilov <ru at nginx.com> wrote:
> 
> Could you verify that this patch helps you?
> 
> diff --git a/src/event/modules/ngx_epoll_module.c b/src/event/modules/ngx_epoll_module.c
> --- a/src/event/modules/ngx_epoll_module.c
> +++ b/src/event/modules/ngx_epoll_module.c
> @@ -329,7 +329,7 @@ ngx_epoll_init(ngx_cycle_t *cycle, ngx_m
> 
> #if (NGX_HAVE_EVENTFD)
>         if (ngx_epoll_notify_init(cycle->log) != NGX_OK) {
> -            return NGX_ERROR;
> +            ngx_epoll_module_ctx.actions.notify = NULL;
>         }
> #endif

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20150507/cdc5fdc6/attachment.html>


More information about the nginx-devel mailing list