zoukankan      html  css  js  c++  java
  • CoreDump analyse

    1 Found core dump files:

      

    -rw------- 1 root root 1019645952 Dec 14 01:56 core.7002
    -rw------- 1 root root 1020059648 Dec 14 01:56 core.7156
    -rw------- 1 root root 924336128 Dec 14 01:56 core.7333
    -rw------- 1 root root 525479936 Dec 14 01:56 core.7510
    -rw------- 1 root root 945373184 Dec 14 02:01 core.8106
    -rw------- 1 root root 882405376 Dec 14 02:01 core.8259
    -rw------- 1 root root 935002112 Dec 14 02:01 core.8412
    -rw------- 1 root root 945262592 Dec 14 02:01 core.8560
    -rw------- 1 root root 514748416 Dec 14 02:01 core.8721
    -rw------- 1 root root 945479680 Dec 14 02:01 core.8827
    -rw------- 1 root root 588562432 Dec 14 02:01 core.8976
    -rw------- 1 root root 934895616 Dec 14 02:01 core.9101
    -rw------- 1 root root 567263232 Dec 14 02:01 core.9271
    -rw------- 1 root root 956264448 Dec 14 02:01 core.9400

    2 file (Use command file to identify file type and found the process name which born this coredump)

    [root@premta tmp]# file ./core.7002
    ./core.7002: ELF 64-bit LSB core file x86-64, version 1 (SYSV), SVR4-style, from 'bin/httpserver'

    3 GDB

      gdb httpserver /tmp/core.6852

    4 PS

      the so need with debug info,so in private env you could compile code with -g param,in prod,you cloud attache the debug-info build with the same build,they could work well(no need to compile again and wait the coredump happend again).

  • 相关阅读:
    JSON,数组根据字段多次分组
    .net c#后台请求接口
    数组的高级应用含ES6 for of 用法
    js获取当前页面url网址信息
    资源管理神器Clover
    ES6的7个实用技巧
    单标签实现气泡三角形
    移动端--上拉加载更多
    checkbox对齐-复选框图标
    textarea显示源代码
  • 原文地址:https://www.cnblogs.com/dogharry/p/5044366.html
Copyright © 2011-2022 走看看