gpt4 book ai didi

c++ - gdb 中未解析的调试符号

转载 作者:行者123 更新时间:2023-11-27 23:23:58 25 4
gpt4 key购买 nike

我在 powerpc 平台的 Montavista linux 上运行的一个应用程序崩溃了。前 3 个堆栈帧显示绝对地址而不是符号。我的构建机器托管在不同的平台上,我正在使用交叉编译器来构建应用程序。我怎样才能取回符号。

回溯如下-

#0  0x0f272adc in ?? () from /lib/libc.so.6
#1 0x0f3537fc in ?? () from /lib/libc.so.6
#2 0x0f274f44 in ?? () from /lib/libc.so.6
#3 0x0f276e94 in malloc () from /lib/libc.so.6
#4 0x105c94a8 in fast_memget (module_id=0, noctets=820, err=0x3893e710) at ../common/src/portlayer.c:1305
#5 0x1055f734 in glbSipParserDecodeMessage (
message=0x3b225e58 "SIP/2.0 200 OK\r\nVia: SIP/2.0/TCP 10.194.182.55:5060;branch=z9hG4bK2495419925-4086;received=10.194.182.55;ingress-zone=mxenode51\r\nCall-ID: 2469861343-4086\r\nCSeq: 6 INFO\r\nContact: <sip:4084565719@10.194"..., opt=0x3893e70c, messageLength=425, nextmesg=0x3893e898, pContext=0x3893e8cc, ppSipMessage=0x3893e6bc, err=0x3893e710) at src/sipdecode.c:6184

最佳答案

您需要安装带有调试信息的 C 库 (libc)。在 Debian 或衍生系统(例如 Ubuntu)上,它是一个名为 libc6-dbg 的包。

关于c++ - gdb 中未解析的调试符号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10719964/

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