gdb 7 段错误
我在 osx 10.6 上通过 macports 安装了 gdb 7.2。但是,当我运行它时,我得到
无法读取未知加载命令 0x1a
分段错误
我也尝试手动编译它,但仍然遇到相同的错误。
任何帮助将不胜感激,
谢谢,
——席德
I installed gdb 7.2 via macports on osx 10.6. However when I run it, I get
unable to read unknown load command 0x1a
Segmentation fault
I also tried compiling it manually but I still get the same error.
Any help would be greatly appreciated,
Thanks,
--Sid
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试这些:
当然,更改
"/opt/local/bin/"
以反映您的 gbd 路径,并将"fsf-gdb"
更改为编译后的 gdb 的名称。我假设 macports 给出的"standard"
路径和名称。Try these:
Of course change
"/opt/local/bin/"
to reflect your path to gbd and change"fsf-gdb"
to the name of the compiled gdb. I assumed"standard"
path and name given by macports.Mac OS 上的 GDB 并未得到积极维护。最好的办法是在 GDB bugzilla 中打开一个错误。
GDB is not actively maintained on Mac OS. Your best bet is to open a bug in GDB bugzilla.