Opened 15 years ago
Closed 15 years ago
#86 closed defect (fixed)
No restarts available on error in thread
Reported by: | ehuelsmann | Owned by: | nobody |
---|---|---|---|
Priority: | major | Milestone: | 0.20 |
Component: | libraries | Version: | |
Keywords: | bite-size | Cc: | |
Parent Tickets: |
Description
Evaluating the following
(threads:make-thread #'(lambda () (error "foof")) :name "foof")
will get you into the debugger. But there's not restart available.
As it does not make sense to provide a RETURN-TO-TOPLEVEL restart for an
error occuring in a thread, I think there should be a TERMINATE-THREAD
restart instead.
And the debugger should probably print the thread's name the error
occured in.
Attachments (1)
Change History (5)
comment:1 Changed 15 years ago by
Keywords: | bite-size added |
---|
comment:2 Changed 15 years ago by
Milestone: | 0.19 → 0.20 |
---|
comment:3 Changed 15 years ago by
comment:4 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I propose attached patch.