Welcome! Log In Create A New Profile

Advanced

[nginx] map module cause core dump

洪志道
May 19, 2016 01:04AM
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
Subject Author Views Posted

[nginx] map module cause core dump

洪志道 380 May 19, 2016 01:04AM

Re: [nginx] map module cause core dump

Maxim Dounin 165 May 19, 2016 07:28AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 170
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready