首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >lazarus gdb内部错误

lazarus gdb内部错误
EN

Stack Overflow用户
提问于 2014-12-25 12:42:38
回答 1查看 351关注 0票数 1

我在lazarus中运行一个程序,gdb正在终止进程,错误如下。

我已经使用此链接http://wiki.lazarus.freepascal.org/GDB_on_OS_X_Mavericks_and_Xcode_5在osx10.10.1上安装了gdb版本7.8.1。

代码语言:javascript
复制
While executing the command:
"TGDBMIDebuggerInstruction: "-file-exec-and-symbols ", "
gdb reported:
"&"solib-target.c:326: internal-error: void solib_target_free_so(struct so_list *): Assertion        `so->lm_info->name == NULL' failed.\nA problem internal to GDB has been detected,\nfurther      debugging may prove unreliable.""

The GDB command:
"-file-exec-and-symbols "
did not return any result.

The GDB process is no longer running.

感谢你的帮助。

EN

回答 1

Stack Overflow用户

发布于 2014-12-26 14:33:13

solib-target.c:326:内部错误

这是一个GDB错误。

您应该尝试验证它是否仍然存在于GDB主干中,并在GDB Bugzilla中报告它。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/27644272

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档