#828 closed defect (duplicate)
HTTP2 POST requests seg faulting
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | 1.9 |
Component: | nginx-module | Version: | 1.9.x |
Keywords: | Cc: | ||
uname -a: | Linux testlb01 3.16.0-49-generic #65~14.04.1-Ubuntu SMP Wed Sep 9 10:03:23 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux` | ||
nginx -V: |
nginx version: nginx/1.9.6
built by gcc 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) built with OpenSSL 1.0.2d 9 Jul 2015 TLS SNI support enabled configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-http_ssl_module --with-http_realip_module --with-http_stub_status_module --with-threads --with-file-aio --with-openssl=/opt/nginx_mainline/nginx-1.9.6/debian/modules/openssl-1.0.2d --with-http_v2_module --with-cc-opt='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security' --with-ld-opt='-Wl,-Bsymbolic-functions -Wl,-z,relro' --with-ipv6 --add-module=/opt/nginx_mainline/nginx-1.9.6/debian/modules/nginx-auth-pam --add-module=/opt/nginx_mainline/nginx-1.9.6/debian/modules/ngx_http_geoip2_module --add-module=/opt/nginx_mainline/nginx-1.9.6/debian/modules/ngx_pagespeed |
Description
When upgrading from 1.9.5 to 1.9.6 all HTTP2 POST requests fail. GET requests work fine. Downgrading to 1.9.5 or disabling http2 fixes the issue.
I have attached the error.log and backtrace.
Attachments (2)
Change History (4)
by , 9 years ago
by , 9 years ago
comment:1 by , 9 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 8 years ago
sensitive: | 1 → 0 |
---|
Note:
See TracTickets
for help on using tickets.
Everything indicates that it's a duplicate of #822.