lazarus gdb内部错误

时间:2014-12-25 04:42:38

标签: macos gdb freepascal lazarus

我正在lazarus中运行一个程序,gdb正在终止该进程并出现以下错误。

我已使用此链接http://wiki.lazarus.freepascal.org/GDB_on_OS_X_Mavericks_and_Xcode_5

在osx 10.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.

感谢您的帮助。

1 个答案:

答案 0 :(得分:2)

  

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

这是一个GDB错误。

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