Open hugoduncan opened 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.
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.