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@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.
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to