Skip to content
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

backticks potential issue #1206

Closed
mrbrdo opened this issue Nov 8, 2013 · 2 comments
Closed

backticks potential issue #1206

mrbrdo opened this issue Nov 8, 2013 · 2 comments

Comments

@mrbrdo
Copy link
Contributor

mrbrdo commented Nov 8, 2013

I've encountered a problem with the ruby-git gem which could be related to JRuby and backticks.

More information: ruby-git/ruby-git#110

At the moment I cannot spare time to go into hardcore debugging. The issue occured for me in production, where I ran my script using nohup (I think this is very relevant). Command: nohup bundle exec ruby $RUBY_SCRIPT 0<&- &> "$OUT_FILE" &. The issue did not occur when simply running bundle exec ruby $RUBY_SCRIPT. So it must be related with nohup or the IO redirection.

As a sidenote I was using ssh-agent also, with a ssh key in a custom path (with ssh-add), and cloning a private repository. But this is probably not related.

@rtyler
Copy link

rtyler commented Aug 7, 2015

@mrbrdo would it be possible for you to list what commands are actually being run in backticks by the ruby script?

@enebo enebo modified the milestones: Won't Fix, Invalid or Duplicate Feb 17, 2017
@enebo
Copy link
Member

enebo commented Feb 17, 2017

No feedback in 3+ years. Resolving as invalid. Reopen (and re-test with 9.x instead of 1.7.x since 1.7 will be EOLd soon).

@enebo enebo closed this as completed Feb 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants