ack for nginx-extra

gdb backtrace:

root@www /etc/nginx # gdb nginx
GNU gdb (GDB) 7.6.1-ubuntu
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/sbin/nginx...Reading symbols from 
/usr/lib/debug/usr/sbin/nginx...done.
done.
(gdb) run -t
Starting program: /usr/sbin/nginx -t
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
__strcmp_sse2 () at ../sysdeps/x86_64/multiarch/../strcmp.S:213
213     ../sysdeps/x86_64/multiarch/../strcmp.S: No such file or directory.
(gdb) bt
#0  __strcmp_sse2 () at ../sysdeps/x86_64/multiarch/../strcmp.S:213
#1  0x0000000000428be1 in ngx_conf_handler (last=0, cf=0x7fffffffe1e0) at 
src/core/ngx_conf_file.c:305
#2  ngx_conf_parse (cf=cf@entry=0x7fffffffe1e0, filename=filename@entry=0x0) at 
src/core/ngx_conf_file.c:243
#3  0x0000000000445d8b in ngx_http_core_server (cf=0x7fffffffe1e0, 
cmd=<optimized out>, dummy=<optimized out>) at 
src/http/ngx_http_core_module.c:3009
#4  0x0000000000428d1a in ngx_conf_handler (last=1, cf=0x7fffffffe1e0) at 
src/core/ngx_conf_file.c:387
#5  ngx_conf_parse (cf=cf@entry=0x7fffffffe1e0, 
filename=filename@entry=0x7fffffffdb70) at src/core/ngx_conf_file.c:243
#6  0x0000000000429115 in ngx_conf_include (cf=0x7fffffffe1e0, cmd=<optimized 
out>, conf=<optimized out>) at src/core/ngx_conf_file.c:783
#7  0x0000000000428d1a in ngx_conf_handler (last=0, cf=0x7fffffffe1e0) at 
src/core/ngx_conf_file.c:387
#8  ngx_conf_parse (cf=cf@entry=0x7fffffffe1e0, filename=filename@entry=0x0) at 
src/core/ngx_conf_file.c:243
#9  0x0000000000440e92 in ngx_http_block (cf=0x7fffffffe1e0, cmd=<optimized 
out>, conf=<optimized out>) at src/http/ngx_http.c:239
#10 0x0000000000428d1a in ngx_conf_handler (last=1, cf=0x7fffffffe1e0) at 
src/core/ngx_conf_file.c:387
#11 ngx_conf_parse (cf=cf@entry=0x7fffffffe1e0, 
filename=filename@entry=0x7767c0) at src/core/ngx_conf_file.c:243
#12 0x00000000004265d9 in ngx_init_cycle 
(old_cycle=old_cycle@entry=0x7fffffffe390) at src/core/ngx_cycle.c:268
#13 0x000000000041841a in main (argc=<optimized out>, argv=<optimized out>) at 
src/core/nginx.c:333
(gdb)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264674

Title:
  nginx segfault when adding add_header in configuration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/1264674/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to