X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fsupport-and-bugs.texinfo;h=f505d97d0a86a2bb0f0d4e2df08052117249920b;hb=bcd323c39d6f5f80020ba4a5d9eb8d348c6cc499;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..f505d97 100644 --- a/doc/manual/support-and-bugs.texinfo +++ b/doc/manual/support-and-bugs.texinfo @@ -15,7 +15,7 @@ Your primary source of SBCL support should probably be the mailing list @strong{sbcl-help}: in addition to other users SBCL developers monitor this list and are available for advice. As an anti-spam -measure subcription is required for posting: +measure subscription is required for posting: @urlline{https://lists.sourceforge.net/lists/listinfo/sbcl-help} @@ -57,11 +57,6 @@ file, mailing list archives, CVS commit messages, and so on. Please feel free to ask for advice on the sbcl-help list. @table @strong -@item Christophe Rhodes -is a long-time SBCL developer, available for custom programming. - -Email: @email{csr21@@cam.ac.uk} - @item Steel Bank Studio Ltd provides commercial SBCL support and custom development, is run by SBCL developer @emph{Nikodemus Siivola}, and has another SBCL @@ -70,6 +65,7 @@ developer @emph{Richard Kreuter} as an affiliated consultant. Website: @url{http://sb-studio.net/} Email: @email{info@@sb-studio.net} + @end table @node Reporting Bugs @@ -126,7 +122,8 @@ send a useful bug report then: @enumerate @item -Compile sbcl with ldb support (feature @code{:sb-ldb}, see +@cindex ldb +Compile SBCL with ldb support (feature @code{:sb-ldb}, see @file{base-target-features.lisp-expr}) and change @code{#define QSHOW_SIGNAL 0} to @code{#define QSHOW_SIGNAL 1} in @file{src/runtime/runtime.h}. @@ -145,9 +142,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 @@ -157,6 +155,6 @@ stderr) produced by SBCL. Don't forget to include OS and SBCL version. @item -If available include, information on outcome of the same test with +If available, include information on outcome of the same test with other versions of SBCL, OS, ... @end enumerate