[nginx] map module cause core dump

洪志道 hongzhidao at gmail.com
Thu May 19 05:03:14 UTC 2016


Hi,

It seems the following configure will cause core dump file.

map $uri $s {
    default  $s;  # same var name as the var generated by map directive
above
}

server {
    listen  80;

    location / {
        return 200 $s;
    }
}


[root at localhost nginx-1.10.0]# ./objs/nginx -V
nginx version: nginx/1.10.0
built by gcc 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC)
configure arguments: --with-debug

B.R.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20160519/953488ca/attachment.html>


More information about the nginx-devel mailing list