gpt4 book ai didi

c - GDB在特定情况下如何处理段错误?

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:27:14 26 4
gpt4 key购买 nike

我在 linux 上写了一个 C 程序来处理大量数据。大多数时候它似乎工作正常,但我在做作业时遇到了段错误。因为该程序可以与其他数据一起使用,所以我不知道如何处理这个问题。顺便说一句,发生段错误时如何检索变量值?

这是 gdb 输出:

Program received signal SIGSEGV, Segmentation fault.
tyn_p4d_encode32 (in=0x10000000c01, cnt_in=118248, out=0x10000000101 <Address 0x10000000101 out of bounds>, add_termination=1) at tyn_coder.c:645
645 length_stat[count_bits32(*(in + i)) - 1]++;
Missing separate debuginfos, use: debuginfo-install glibc-2.14.90-24.fc16.6.x86_64 zlib-1.2.5-5.fc16.x86_64
(gdb) bt
#0 tyn_p4d_encode32 (in=0x10000000c01, cnt_in=118248, out=0x10000000101 <Address 0x10000000101 out of bounds>, add_termination=1) at tyn_coder.c:645
#1 0x0000000000404582 in nodes_term32_flush (array=<optimized out>, size=<optimized out>, nodes_context=0x2ded020, is_last=0) at tyn_indexer.c:116
#2 0x0000000000407b78 in tyn_exsorter_sort (exsorter=0x64c4a0, context=0x2ded020, nodes_flush=0x404320 <nodes_term32_flush>, progress_callback=0x404190 <progress_callback>) at tyn_exsorter.c:131
#3 0x0000000000406ddf in tyn_build_index (tyn_config=0x61a060, index_name=0x4138d1 "mysql_index") at tyn_indexer.c:731
#4 0x0000000000403850 in main (argc=<optimized out>, argv=<optimized out>) at tyn_indexer.c:943

最佳答案

您需要使用-g 标记进行编译和链接才能使用调试器;但你似乎已经在这样做了。 print(缩写为p)打印变量值; btupdownframe 是其他有用的命令。否则,help 在 gdb 或 info gdb 中。

关于c - GDB在特定情况下如何处理段错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9825975/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com