Regression: Can't stop mongrel running rails by Control-C
---------------------------------------------------------

                 Key: JRUBY-2217
                 URL: http://jira.codehaus.org/browse/JRUBY-2217
             Project: JRuby
          Issue Type: Bug
          Components: Compiler
    Affects Versions: JRuby 1.1RC2
         Environment: Latest JRuby 1.1RC2
            Reporter: Vladimir Sizikov
            Priority: Critical
             Fix For: JRuby 1.1


Pressing Control-C now doesn't terminate mongrel running rails 2.0.2 app:
 
Start mongrel via jruby script/server

Then load some pages in the browser, then try to kill Mongrel via Control-C.
It will print (one line for one Control-C):

** INT signal received.
** INT signal received.
** INT signal received.

Attempt to reload a rails app page will lead to mongrel exit though.

The problem appeared right after the following commit: r6051
"Eliminate calls to Thread.interrupt, since with NIO in place they're too 
destructive and they've always been a little suspicious."

-- 
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


Reply via email to