﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
284	segfault in DAV module during PUT processing after PUT and GET the same HTTP connection	Hendy Irawan	vl	"How to reproduce :

1. Open connection
2. PUT a file
3. GET a file (pipelined)
4. PUT a file (pipelined) <-- core dump here

I *think* this simplified scenario might also trigger the bug:

1. Open connection
2. GET a file
3. PUT a file (pipelined) <-- probably will core dump here

The resulting behavior is similar to #238, but different trigger.

nginx log will say something like:

2013/01/18 03:17:03 [alert] 25253#0: worker process 25948 exited on signal 11 (core dumped)

nginx version: 1.1.19-1ubuntu0.1 on Ubuntu 12.04 32-bit
"	defect	closed	major		nginx-module	1.1.x	fixed	dav put pipeline		"Linux nitik1.bippo.co.id 3.5.2-linode45 #1 SMP Wed Aug 15 14:10:55 EDT 2012 i686 i686 i386 GNU/Linux
"	"nginx version: nginx/1.1.19
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-log-path=/var/log/nginx/access.log --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --with-debug --with-http_addition_module --with-http_dav_module --with-http_geoip_module --with-http_gzip_static_module --with-http_image_filter_module --with-http_realip_module --with-http_stub_status_module --with-http_ssl_module --with-http_sub_module --with-http_xslt_module --with-ipv6 --with-sha1=/usr/include/openssl --with-md5=/usr/include/openssl --with-mail --with-mail_ssl_module --add-module=/build/buildd/nginx-1.1.19/debian/modules/nginx-auth-pam --add-module=/build/buildd/nginx-1.1.19/debian/modules/nginx-echo --add-module=/build/buildd/nginx-1.1.19/debian/modules/nginx-upstream-fair --add-module=/build/buildd/nginx-1.1.19/debian/modules/nginx-dav-ext-module
"
