Queue#pop not interruptible --------------------------- Key: JRUBY-2656 URL: http://jira.codehaus.org/browse/JRUBY-2656 Project: JRuby Issue Type: Bug Components: Core Classes/Modules Affects Versions: JRuby 1.1.2 Reporter: Kevin Ballard
When a thread is sleeping on Queue#pop there is no way to interrupt it (save actually pushing something on the queue). This becomes a problem when another thread wants to Thread#kill it, as now that thread will sleep forever on the kill. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email