Skip to content
Snippets Groups Projects
Commit 18e4071f authored by deuce's avatar deuce
Browse files

Clarify step C of debugging... do a backtrace immediately on loading the

file/core.

(Test PR:10)
parent e53a0b5a
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,7 @@ Note: Skip to step 8 if you are updating an existing Synchronet installation.
B. Run Synchronet (if no core file used):
(gdb) run -nd
C. After segfault or other crash, display back-trace:
C. After segfault or other crash (or when using a core), display back-trace:
(gdb) bt
D. If (and only if) the last line of the output looks like this:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment