-
Notifications
You must be signed in to change notification settings - Fork 439
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
ri documentation stalls during installing with ruby #361
Comments
I am also having this issue - so are many other people on various platforms - but they were filing against rails: rails/rails#11814 In my case, I interrupted via ctrl-C and tried to re-run with --no-ri --no-rdoc, but too late - interrupting the process corrupted the ruby/gems/2.1.0/gems/rails-4.1.8/guides directory such that it is no longer owned by any user and not even takeown.exe can get it back - now I have to boot into safe-mode to delete the directory. I am on Windows-7 Professional. $ gem install -v=4.1.8 rails |
RDoc is not exactly the fastest piece of software, unfortunately.. and I can see how you might run into IO issues with parsing a large project like Rails. Moving forward we should use Rails as benchmark and try to improve parse time for it, but at the moment I don't currently have a plan to do that. Open to ideas. |
On my CentOS box (Release 6.6, Linux Kernel 2.6.32-504 el6 i686), with 2.0 GiB, Pentium 4 cpu 40Ghz (yes, it's an old 32-bit box), when I did the "gem install rails" from command line, the install process sat for over 30 minutes on the "Parsing documentation for rails-4.2.5.1" line. I thought it had died, but the process was running (about 98% cpu time, reported by "top"), and it did finally |
CentOS-6.7 Running rdoc on a Rails-4.2.5.1 project's installed gems taking 100% of one cpu and has been running for 48 minutes as of this report. The only output to this point is an empty file called
Some time later:
Much, much later:
At which point I canned it. |
Not sure if this is the right place for this, but I just had the same issue (in Ubunutu 14.04LTS) as everyone here:
Hung for five minutes. System monitor showed ruby using 1 whole CPU. Solution was to Ctrl-C and repeat previous command exactly, "gem install rails". It immediately finished.
|
Same issue as above, Ubuntu 14.04, installing ri documentation for Rails took 10 minutes |
Issue reproduced on Raspbian Jessie running on Raspberry Pi 3 |
Reproduced, and what? No fix in 2020? |
gem install rails stops during the installation of ri documentation for rails-4.2.3
using windows 7 start edition
The text was updated successfully, but these errors were encountered: