-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JRuby 9.1.0.0 on Windows causes frozen string errors when using rake and minitest #3855
Comments
I'm having the same problem with RubyMine. Rails won't start. |
Ignore those commits; they were for another bug and have been force-pushed to fix the bad reference. |
Looking into this one today. |
Relevant portion of the Java trace. It's an
|
I think I see it; it appears that the logic for transcoding written strings before writing them attempts to replace the contents of the original string. Because we reuse the same frozen string for Fix shortly. No workaround I'm afraid. |
And a trivial reproduction for anyone curious:
I will turn this into a RubySpec. |
Added to address a frozen string bug #3855.
Added to address a frozen string bug jruby/jruby#3855.
Basically, running jruby 9.1.0.0 from the command line in Windows works correctly. However, when using rake's
sh
method the same command line breaks with a frozen string error.Because of this issue, I can't run Sequel's specs using rake with JRuby 9.1.0.0 on Windows.
Environment
Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: