Bug #11089
2.2.2p95 crash on Windows when passed glob patterns on command line
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.2p95 (2015-04-13 revision 50295) [i386-mswin32_120]
Description
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
Related issues
Updated by nobu (Nobuyoshi Nakada) almost 6 years ago
- Is duplicate of Bug #10941: SIGSEGV caused by Rake on Windows added
Updated by nobu (Nobuyoshi Nakada) almost 6 years ago
- Description updated (diff)
- Status changed from Open to Closed
- Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED
Updated by nagachika (Tomoyuki Chikanaga) almost 6 years ago
- Backport changed from 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: REQUIRED to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONE
fixes are backported into ruby_2_2 branch at r50545 for #10941.