[Bug 253710] www/nginx exited on signal 11 after update

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Feb 20 04:31:19 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253710

            Bug ID: 253710
           Summary: www/nginx exited on signal 11 after update
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: joneum at FreeBSD.org
          Reporter: root at dl.sm.ua
             Flags: maintainer-feedback?(joneum at FreeBSD.org)
          Assignee: joneum at FreeBSD.org

Created attachment 222655
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=222655&action=edit
Screen of connection state

After last update nginx-1.18.0_46,2 to nginx-1.18.0_47,2 daemon crush with
message in /var/log/messages:

Feb 20 05:45:57 XXX kernel: pid 52006 (nginx), jid 0, uid 80: exited on signal
11
Feb 20 05:45:58 XXX kernel: pid 34355 (nginx), jid 0, uid 80: exited on signal
11
Feb 20 05:45:58 XXX kernel: pid 52064 (nginx), jid 0, uid 80: exited on signal
11

in /var/log/nginx/error.log:

2021/02/20 05:45:57 [alert] 2788#100781: worker process 52006 exited on signal
11
2021/02/20 05:45:58 [alert] 2788#100781: worker process 34355 exited on signal
11
2021/02/20 05:45:58 [alert] 2788#100781: worker process 52064 exited on signal
11

Strange connection behavior (see attachment).

Downgrade port solved a problem.

# nginx -V
nginx version: nginx/1.18.0
built with OpenSSL 1.1.1j  16 Feb 2021
TLS SNI support enabled
configure arguments: --prefix=/usr/local/etc/nginx --with-cc-opt='-I
/usr/local/include' --with-ld-opt='-L /usr/local/lib'
--conf-path=/usr/local/etc/nginx/nginx.conf --sbin-path=/usr/local/sbin/nginx
--pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx/error.log
--user=www --group=www --with-compat
--add-module=/usr/home/dl/nginx/work/ngx_cache_purge-23dc16a
--modules-path=/usr/local/libexec/nginx --with-file-aio
--http-client-body-temp-path=/var/tmp/nginx/client_body_temp
--http-fastcgi-temp-path=/var/tmp/nginx/fastcgi_temp
--http-proxy-temp-path=/var/tmp/nginx/proxy_temp
--http-scgi-temp-path=/var/tmp/nginx/scgi_temp
--http-uwsgi-temp-path=/var/tmp/nginx/uwsgi_temp
--http-log-path=/var/log/nginx/access.log --with-http_v2_module
--with-http_addition_module --with-http_auth_request_module
--with-http_flv_module --with-http_gzip_static_module --with-http_mp4_module
--with-http_random_index_module --with-http_realip_module --with-pcre
--with-http_secure_link_module --with-http_slice_module --with-http_ssl_module
--with-http_stub_status_module --with-http_sub_module
--without-mail_imap_module --without-mail_pop3_module
--without-mail_smtp_module --with-stream_ssl_module
--with-stream_ssl_preread_module --with-threads --with-stream=dynamic
--add-dynamic-module=/usr/home/dl/nginx/work/ngx_devel_kit-0.3.1
--add-dynamic-module=/usr/home/dl/nginx/work/ngx_brotli-7fab041
--add-dynamic-module=/usr/home/dl/nginx/work/nchan-1.2.7
--add-dynamic-module=/usr/home/dl/nginx/work/nginx-push-stream-module-0.5.4
--add-dynamic-module=/usr/home/dl/nginx/work/iconv-nginx-module-0.14

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


More information about the freebsd-ports-bugs mailing list