我在lazarus中运行一个程序,gdb正在终止进程,错误如下。
我已经使用此链接http://wiki.lazarus.freepascal.org/GDB_on_OS_X_Mavericks_and_Xcode_5在osx10.10.1上安装了gdb版本7.8.1。
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.感谢你的帮助。
发布于 2014-12-26 14:33:13
solib-target.c:326:内部错误
这是一个GDB错误。
您应该尝试验证它是否仍然存在于GDB主干中,并在GDB Bugzilla中报告它。
https://stackoverflow.com/questions/27644272
复制相似问题