diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-03-28 23:28:36 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-03-28 23:28:36 +0100 |
commit | de5e67741f8e5926a4327d24b73b1a851e5539aa (patch) | |
tree | 1be28e6ddbafaa79a44c9718aaa77d1ca8bda73f /faq | |
parent | 39b0b605f2c3cfcc9a54e7ef1e2e80542767b81b (diff) |
tell to provide the whole content, not just the address
Diffstat (limited to 'faq')
-rw-r--r-- | faq/issues/got_a_db_prompt.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/faq/issues/got_a_db_prompt.mdwn b/faq/issues/got_a_db_prompt.mdwn index 0835520e..38e21566 100644 --- a/faq/issues/got_a_db_prompt.mdwn +++ b/faq/issues/got_a_db_prompt.mdwn @@ -22,7 +22,8 @@ Which is actually the function call trace, which can be decyphered by using: $ addr2line -i -f -e /boot/gnumach 0x8007cf1 0x80071bc 0x8006831 -You can then send us the result of the `trace` and the `addr2line`, as well as +You can then send us the whole result of both the `trace` and the `addr2line` +commands, as well as the exact version of the gnumach kernel you were running, for further investigation. [[More information about the gnumach debugger|microkernel/mach/gnumach/debugging]] is available. |