From 8749d23e4d8769e313b9187ea444dd664e1053f1 Mon Sep 17 00:00:00 2001 From: "Tobias C. Rittweiler" Date: Sun, 28 Mar 2010 17:44:49 +0000 Subject: [PATCH] 1.0.37.12: Fix typo in "Reporting bugs" section of the manual. s/call_backtrace_from_fp/call backtrace_from_fp/ fixes lp#541771 (The last commit message contained a bogus commit version header of "1.0.37.6"; it was "1.0.37.11", of course.) --- doc/manual/support-and-bugs.texinfo | 7 ++++--- version.lisp-expr | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) 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 diff --git a/version.lisp-expr b/version.lisp-expr index 6978031..62fe67e 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.37.11" +"1.0.37.12" -- 1.7.10.4