-
-
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
tty issue with 1.7.2 (and 1.7.1), works in MRI #524
Comments
FYI this is on OSX 10.8.2 and Java version 1.6.0_37 |
I have a feeling this is the same underlying issue as #511 - namely, not a problem with io/console.rb (as you demonstrated with the cut-down code sample), but with fileno mapping in JRuby not reflecting the actual underlying fileno. Can you figure out if party_foul is doing anything like re-opening stdin/out/err? |
@wmeissner Other than that |
Can you try with jruby-head (or apply commit fc2d4e6 to jruby-1.7.2)? |
No effect, same error. I compiled from source and am on 1.7.3.dev |
@bcardarella Can I ask you to run Thank you. |
I believe this issue to be fixed, I've cloned the repository in question and run the tests on JRuby 9k and they work just fine on Debian/JDK8
|
I'm getting an error in jruby that isn't happening in cruby 1.9.3. Here is the stack trace: https://gist.github.com/4700559 and line of code that is causing the failure https://github.com/dockyard/party_foul/blob/master/lib/generators/party_foul/install_generator.rb#L11 I'm not quite sure how to debug this
The strange thing is if I run the code that causes the issue in isolation: https://gist.github.com/4702733 it runs just fine with 1.7.2
The text was updated successfully, but these errors were encountered: