pallet / ritz

SWANK and nREPL servers for clojure providing JPDA based debuggers
318 stars 33 forks source link

Ensure parked threads are not suspended #19

Open hugoduncan opened 12 years ago

hugoduncan commented 12 years ago

At a breakpoint or exception, ensure ritz does not attempt to suspend ritz executor threads that are parked. The executor will try using these threads and hang.

A C-g normally resolves the hang, but leaves the thread blocked.