https://issues.apache.org/bugzilla/show_bug.cgi?id=51888
--- Comment #14 from Sebb <[email protected]> 2011-09-26 21:36:04 UTC --- (In reply to comment #13) > Created attachment 27599 [details] ... > Here is my proposition of a patch to ensure interrupt goes to the end before > shutdown gets called. Thanks, but it's interrupt() that needs to be protected. > I tested by removing my previous patch and it works. Yes, that will work because stop() happens to be called before interrupt() in this case. However, interrupt() is a public method and could be called from elsewhere without a preceeding stop() call. No need to redo the patch, I'm testing one now. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
