gdb 7 段错误

发布于 2024-11-08 17:34:34 字数 172 浏览 0 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

泪是无色的血 2024-11-15 17:34:34

尝试这些:

sudo chgrp procmod /opt/local/bin/fsf-gdb

sudo chmod g+s /opt/local/bin/fsf-gdb

当然,更改 "/opt/local/bin/" 以反映您的 gbd 路径,并将 "fsf-gdb" 更改为编译后的 gdb 的名称。我假设 macports 给出的 "standard" 路径和名称。

Try these:

sudo chgrp procmod /opt/local/bin/fsf-gdb

sudo chmod g+s /opt/local/bin/fsf-gdb

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.

枕花眠 2024-11-15 17:34:34

Mac OS 上的 GDB 并未得到积极维护。最好的办法是在 GDB bugzilla 中打开一个错误。

GDB is not actively maintained on Mac OS. Your best bet is to open a bug in GDB bugzilla.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文