Chinaunix

标题: openresty触发CPU MCE !!!! [打印本页]

作者: Haze_C    时间: 2019-01-24 10:48
标题: openresty触发CPU MCE !!!!
uname -a
Linux collector02 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

dmidecode -s   system-manufacturer
Dell Inc.


现在运行其他程序机器正常运行,但是只要运行openresty的nginx就会产生dump。

配置是https的代理
  location / {
            proxy_redirect off;

            proxy_set_header X-Forward-For $proxy_add_x_forwarded_for;
            proxy_set_header Host $host;
            proxy_set_header X-Real-IP $remote_addr;

            proxy_pass http://test_cluster;
  }


求问这个原因到底是啥





欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2