On Wed, Feb 20, 2008 at 08:46:24AM -0800, Jeff Cunningham wrote:
And it says it can't find the tag 'hunchentoot::handler-done (I assume). Yet, it shows up in the list of package symbols, exported even:
attempt to THROW to a tag that does not exist: HANDLER-DONE [Condition of type SB-INT:SIMPLE-CONTROL-ERROR]
Right. That's because not all threads are handlers, so the non-handler threads will signal an error. That code snippet is not very precise, and I just ignored the errors I got.
Zach