我正在lazarus中运行一个程序,gdb正在终止该进程并出现以下错误。
我已使用此链接http://wiki.lazarus.freepascal.org/GDB_on_OS_X_Mavericks_and_Xcode_5
在osx 10.10.1上安装了gdb版本7.8.1While 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.
感谢您的帮助。