问题:
在Eclipse的Debug,使用gdb的时候,报错如下
Error in final launch sequence
Failed to execute MI command:
-exec-run
Error message from debugger back end:
Unable to find Mach task port for process-id 99177: (os/kern) failure (0x5).
(please check gdb is codesigned - see taskgated(8))
Unable to find Mach task port for process-id 99177: (os/kern) failure (0x5).
(please check gdb is codesigned - see taskgated(8))参考:
https://segmentfault.com/q/1010000004136334
在证书创建的最后一步选择系统,点击创建,输入密码之后,返回创建失败。
参考:https://bbs.feng.com/read-htm-tid-11539906.html
If you cannot store the certificate in the System keychain, create it in the login keychain, then exported it. You can then import it into the System keychain.
Using the contextual menu for th

在Mac上使用Eclipse进行gdb调试时遇到证书创建失败的问题,文中提供了两种解决方法:一是先创建登录证书,再导出并导入到系统证书中;二是直接将登录证书拖入系统。若调试仍失败,可重新创建证书并设置为始终信任,同时结束'taskgated'进程,然后gdb即可正常工作。
最低0.47元/天 解锁文章
62

被折叠的 条评论
为什么被折叠?



