On Sat, 9 Sep 2006 15:30:58 +0530, "Chaitanya Gupta" mail@chaitanyagupta.com wrote:
I am using TBNL on CMUCL 19c. If I create a new thread (using #'mp:make-process), what will happen if an exception is signalled (and not handled) in that thread?
YOU create that thread? Manually? Or are you talking about threads that are created by TBNL?
Will tbnl log the error? And If tbnl:*show-lisp-backtraces-p* it t, will it display the backtrace from that thread?
Basically I just want that any error or warning signalled by that thread should be logged by tbnl, and if necessary, the backtrace shown in the browser window. What is the best way to do it?
Hmm, I think the best way is to just try it. Or to read the documentation. Either I don't unerstand your question correctly or you haven't read the relevant parts of the manual.