<div dir="ltr"><div>Hi,</div><div><br></div><div>It seems the following configure will cause core dump file.</div><div><br></div><div>map $uri $s {</div><div>    default  $s;  # same var name as the var generated by map directive above</div><div>}</div><div><br></div><div>server {</div><div>    listen  80;</div><div><br></div><div>    location / {</div><div>        return 200 $s;</div><div>    }</div><div>}</div><div><br></div><div><br></div><div><div>[root@localhost nginx-1.10.0]# ./objs/nginx -V</div><div>nginx version: nginx/1.10.0</div><div>built by gcc 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC)</div><div>configure arguments: --with-debug</div></div><div><br></div><div>B.R.</div></div>