Opened 12 years ago
Closed 12 years ago
#181 closed defect (invalid)
Segfault on keepalive directive in upstream for proxy_pass
Reported by: | Rob M | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-core | Version: | 1.3.x |
Keywords: | Cc: | ||
uname -a: | Linux nginx1 2.6.32-220.4.1.el6.x86_64 #1 SMP Tue Jan 24 02:13:44 GMT 2012 x86_64 x86_64 x86_64 GNU/Linux | ||
nginx -V: |
nginx version: nginx/1.3.1
built by gcc 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) configure arguments: --add-module=src/http/modules/ustats --with-http_stub_status_module --add-module=nginx_tcp_proxy_module --add-module=ngx-devel_kit --add-module=set-misc-nginx-module |
Description
upstream test {
server 192.168.0.x;
keepalive 64;
}
.
.
.
location / {
proxy_pass http://test;
}
Results in segfault upon loading location.
segfault at 110a24948 ip 0000000000######d sp 00007fff57d8bb10 error 4 in nginx[400000+94000]
Change History (3)
follow-up: 2 comment:1 by , 12 years ago
comment:2 by , 12 years ago
Replying to Maxim Dounin:
Are you able to reproduce the problem without 3rd party modules?
Negative...
After module testing.
I found out it has to has to do the ustats module. Consider this bug not nginx related and can be closed. Apologies, and thanks.
comment:3 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Are you able to reproduce the problem without 3rd party modules?