Actions
Bug #3851
closedRuby 1.9.2p0 crash on filename with '['
Bug #3851: Ruby 1.9.2p0 crash on filename with '['
Description
=begin
On Windows Vista using ruby one-click installer.
ruby 1.9.2p0 (2010-08-18) [i386-mingw32]
If you have a left bracket in the file name, ruby crashes
Example:
ruby s[s
Windows event info:
Faulting application ruby.exe, version 1.9.2.0, time stamp 0x4c6d7c5e, faulting module msvcrt-ruby191.dll,
version 1.9.2.0, time stamp 0x4c6d7c5e, exception code 0xc0000005, fault offset 0x0004f601, process id 0xa08,
application start time 0x01cb5865dfb1d879.
=end
Actions