Michael Livshin usenet@cmm.kakpryg.net writes:
one nit: the sldb-show-source command (bound to "v" in sldb) sometimes can cause errors (if it's uncommon, sorry. I'm using the latest CMU CL snapshot currently, which might have something to do with it, perhaps).
like this one: 'Bogus debug function: #<Bogus-Debug-Function "call_into_lisp+#x8C [#x8054C3C] /user/cmm/usr/linux/bin/lisp"> [Condition of type SIMPLE-ERROR]'
I wonder whether it would be a good idea to put '(ignore-errors ...)' in some appropriate place?
Fixed. We already had a flag *debug-definition-finding* in the CMU backend saying whether to debug these errors, but it was (until now) enabled by default.