Hal Finney 通信

随信附上 v0.1.2 的 gcc 调试版本

中本聪 · 2009 年 1 月 11 日 · 16:49(原件未注明时区)

SN-10223 附来源、原文与上下文。

阅读语言

能把你的 debug.log 发给我吗?

Could you send me your debug.log?

随信附上 gcc 调试版本。

The gcc debug version is attached.

gdb 比你想象的容易用,只需要 gdb.exe 这一个文件。先运行 gdb bitcoin.exe,然后输入“run”。如果程序崩溃,再输入“backtrace”来输出调用栈;它也可能会自动输出。(可惜,调用栈回溯并不总能追溯得足够远。)

gdb is easier to use than you'd think. gdb.exe is the only file. You run gdb bitcoin.exe then type "run" then if it crashes, type "backtrace" for a stack dump, or it may do it automatically. (The stack trace doesn't always go far enough back unfortunately)

来源

阅读字号

选择适合你的字号,之后阅读会继续使用。