openresty已更新至最新版本,实现了一个解析请求的cookie功能,将每个请求带来的cookie使用lua-resty-http模块请求另外个服务获取cookie中的uid,并将该cookie缓存至共享内存中,下次请求先去共享内存中查询。
worker process 5654 exited on signal 11.
GNU gdb (GDB) Red Hat Enterprise Linux (7.2-90.el6)
Copyright (C) 2010 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-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/nginx...done.
[New Thread 5660]
Cannot access memory at address 0xe000808
Cannot access memory at address 0xe000808
Cannot access memory at address 0xe000808
Cannot access memory at address 0xe000808
Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from /usr/lib/debug/lib64/ld-2.12.so.debug...done.
done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
Cannot access memory at address 0xe000808
Core was generated by `nginx: work'.
Program terminated with signal 11, Segmentation fault.
#0 0x00007f9dba50b60b in ?? ()
(gdb) where
#0 0x00007f9dba50b60b in ?? ()
#1 0x00000002419a4220 in ?? ()
#2 0x0000000040f120c8 in ?? ()
#3 0x0000000000000000 in ?? ()
(gdb) bt
#0 0x00007f9dba50b60b in ?? ()
#1 0x00000002419a4220 in ?? ()
#2 0x0000000040f120c8 in ?? ()
#3 0x0000000000000000 in ?? ()
(gdb)