X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fsupport-and-bugs.texinfo;h=a99ca6c4c0ede91a11da604722664c263728298f;hb=d5e1f093b8ca643ce4f39554232e0a1688e85b7c;hp=5f6c6bd0cb9869ee3b485d3da4b6186049a123e7;hpb=0f275066654d7412ede836567fb5423c9ddc957d;p=sbcl.git diff --git a/doc/manual/support-and-bugs.texinfo b/doc/manual/support-and-bugs.texinfo index 5f6c6bd..a99ca6c 100644 --- a/doc/manual/support-and-bugs.texinfo +++ b/doc/manual/support-and-bugs.texinfo @@ -145,9 +145,10 @@ Attach gdb: @code{gdb -p } and get backtraces for all threads: @item If multiple threads are in play then still in gdb, try to get Lisp -backtrace for all threads: @code{thread apply all -call_backtrace_from_fp($ebp, 100)}. Substitute $ebp with $rbp on -x86-64. The backtraces will appear in the stdout of the SBCL process. +backtrace for all threads: @code{thread apply all call +backtrace_from_fp($ebp, 100)}. Substitute @code{$ebp} with @code{$rbp} +on x86-64. The backtraces will appear in the stdout of the SBCL +process. @item Send a report with the backtraces and the output (both stdout and