X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=BUGS;h=4d5e3b43df9bccb0b56c1e7067aa5a40a1cfee2f;hb=78689792e8f8d20b3b931f508f3a9eca81b64f1f;hp=c04e31cbf0d5023a69dc156ec209afd58b7d559a;hpb=a87f7ecb8beedbb3c1a225b7bc84dc6b51622cd9;p=sbcl.git diff --git a/BUGS b/BUGS index c04e31c..4d5e3b4 100644 --- a/BUGS +++ b/BUGS @@ -167,6 +167,12 @@ WORKAROUND: then requesting a BACKTRACE at the debugger prompt gives no information about where in the user program the problem occurred. + (this is apparently mostly fixed on the SPARC and PPC architectures: + while giving the backtrace the system complains about "unknown + source location: using block start", but apart from that the + backtrace seems reasonable. See tests/debug.impure.lisp for a test + case) + 64: Using the pretty-printer from the command prompt gives funny results, apparently because the pretty-printer doesn't know @@ -1581,3 +1587,7 @@ WORKAROUND: Downing fixed most of the problems on non-x86 architectures, but on the x86 the backtrace from this evaluation does not reveal anything about the problem. (See tests in debug.impure.lisp) + +346: alpha backtrace + In sbcl-0.8.13, all backtraces from errors caused by internal errors + on the alpha seem to have a "bogus stack frame".