#91 closed defect (fixed)
when resolver dont works - workers crashes
Reported by: | www.google.com/accounts/o8/id?id=AItOawkXww9WCLp2HcJIm_0WTNxx91BEra9WRzg | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-core | Version: | 1.0.x |
Keywords: | resolver | Cc: | |
uname -a: | Linux server 3.0.6-gentoo #6 SMP Sun Nov 6 23:26:21 MSK 2011 x86_64 Intel(R) Xeon(R) CPU X3220 @ 2.40GHz GenuineIntel GNU/Linux | ||
nginx -V: |
nginx: nginx version: nginx/1.0.10
nginx: TLS SNI support enabled nginx: configure arguments: --prefix=/usr --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error_log --pid-path=/var/run/nginx.pid --lock-path=/var/lock/nginx.lock --user=nginx --group=nginx --with-cc-opt=-I/usr/include --with-ld-opt=-L/usr/lib --http-log-path=/var/log/nginx/access_log --http-client-body-temp-path=/var/tmp/nginx/client --http-proxy-temp-path=/var/tmp/nginx/proxy --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi --http-scgi-temp-path=/var/tmp/nginx/scgi --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi --with-pcre --with-http_realip_module --with-http_ssl_module --without-mail_imap_module --without-mail_pop3_module --without-mail_smtp_module |
Description
when specified server in resolver directive - does not work
all workers which accesses server with proxy_pass http://$host
will crash with signal 11
Change History (6)
comment:1 by , 13 years ago
Status: | new → accepted |
---|
comment:2 by , 13 years ago
I have only global defined error_log in my config.
And no local redefinitions.
comment:3 by , 13 years ago
Please show full config and backtrace then. See http://wiki.nginx.org/Debugging for details.
Note:
See TracTickets
for help on using tickets.
Yes, thank you, this is a known problem. When there is no error_log defined at global level error from a resolver cause null pointer dereference. As a workaround - explicitly define error_log at global level.