JRuby throws invalid runtime exception when loading C extensions in different 
runtimes
--------------------------------------------------------------------------------------

                 Key: JRUBY-5044
                 URL: http://jira.codehaus.org/browse/JRUBY-5044
             Project: JRuby
          Issue Type: Improvement
          Components: Extensions
         Environment: Applies to the cext branch
            Reporter: Tim Felgentreff
            Priority: Minor


Many Rakefiles for C extensions will load a C extension and then try to exec a 
sub-ruby which also loads C extensions. This will fail in JRuby due to the two 
JRuby runtimes being executed on the same JVM. Maybe we could do a real fork in 
this particular case where the C extension support is already in use on this 
JVM.

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