Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:jruby 1.7.0.dev (ruby-1.8.7-p330) (2011-10-05 a4c297e) (Java HotSpot(TM) Client VM 1.6.0_24) [Windows 7-x86-java]
-
Testcase included:yes
-
Number of attachments :
Description
https://gist.github.com/1267992
see the summary. If the swing thread ever terminates, it appears to kill the JVM, despite outstanding (still running) jruby threads. Appears to anyway.
appears to becaused by setDefaultOperation CLOSE_ON_EXIT but is this expected/unavoidable? terminate the jruby main thread?