c_cpp 创建一个段错误并使用strace捕获它

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c_cpp 创建一个段错误并使用strace捕获它相关的知识,希望对你有一定的参考价值。

#include <stdio.h>
#include <string.h>

int main(int argc, char *argv[])
{
    int size;

    if (argc != 2) {
        printf("Usage: %s [size]\n", argv[0]);
        return -1;
    }
    size = atoi(argv[1]);
    printf("the size is: 0x%x\n", size);
    char test[size];
    bzero(test, sizeof(test));

    return 0;
}

以上是关于c_cpp 创建一个段错误并使用strace捕获它的主要内容,如果未能解决你的问题,请参考以下文章

找出由运行时间短的程序创建的线程数

用封装的栈回溯类捕获段错误

strace如何获得系统调用相关信息

使用opencv线程捕获空白图像

未捕获的类型错误:字符串不是函数

未捕获的类型错误:无法重新定义属性:ytplayer