< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事(スレッド移動)
N :次の記事(スレッド移動)
|<:前のスレッド
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
Issue #10842 has been updated by Nobuyoshi Nakada.
Description updated
Status changed from Open to Feedback
Do you run it in a "Command Prompt"?
----------------------------------------
Bug #10842: rake update to 10.4.2 -> Segmentation fault : ruby 2.1.5p273 (2014-11-13 revision 48405) [x64-mingw32]
https://bugs.ruby-lang.org/issues/10842#change-51454
* Author: Sergue Cambour
* Status: Feedback
* Priority: Normal
* Assignee:
* ruby -v: 2.1.5
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
I tried to update the existing rake gem up to 10.4.2:
* download the latest version from rubygems and save it locally
* run `gem install rake -l -N` to install it locally
* got the below error:
~~~
C:\Users\XXXXX\Documents\Soft\gems>gem update rake -l
Updating installed gems
ERROR: While executing gem ... (Gem::RemoteFetcher::UnknownHostError)
no such name (https://rubygems.org/specs.4.8.gz)
C:\Users\XXXXX\Documents\Soft\gems>gem install rake -l
rake's executable "rake" conflicts with C:/Ruby21-x64/bin/rake
Overwrite the executable? [yN] C:/Ruby21-x64/lib/ruby/2.1.0/rubygems/user_interaction.rb:286: [BUG] Segmentat
ion fault
ruby 2.1.5p273 (2014-11-13 revision 48405) [x64-mingw32].
~~~
See the full stack trace at this gist: https://gist.github.com/Javix/d9b8e820dbb6943827aa.
Reproduced on a Windows PC:
- Windows 7, 64 bits
- Ruby ruby 2.1.5p273 (2014-11-13 revision 48405) [x64-mingw32]
--
https://bugs.ruby-lang.org/