Project

General

Profile

Bug #11089

Updated by nobu (Nobuyoshi Nakada) almost 9 years ago

Command:  

 ~~~ 
 mkdir foo 
 ruby -e "p ARGV" foo/* 
 ruby -e "p ARGV" foo/** 
 ruby -e "p ARGV" foo/**/* 
 ~~~ 

 Result: 

 ~~~ 
 Ruby 2.2.2p95 mswin32_120 build: Crash, access violation 
 RubyInstaller 2.2.2p95: Exit without any output 
 ~~~ 

Back