Project

General

Profile

Actions

Bug #11089

closed

2.2.2p95 crash on Windows when passed glob patterns on command line

Bug #11089: 2.2.2p95 crash on Windows when passed glob patterns on command line

Added by larsch (Lars Christensen) over 10 years ago. Updated over 10 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.2p95 (2015-04-13 revision 50295) [i386-mswin32_120]
[ruby-core:68966]

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 1 (0 open1 closed)

Is duplicate of Ruby - Bug #10941: SIGSEGV caused by Rake on WindowsClosedActions

Updated by nobu (Nobuyoshi Nakada) over 10 years ago Actions #1

  • Is duplicate of Bug #10941: SIGSEGV caused by Rake on Windows added

Updated by nobu (Nobuyoshi Nakada) over 10 years ago Actions #2 [ruby-core:68968]

  • 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) over 10 years ago Actions #3

  • 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.

Actions

Also available in: PDF Atom

Like0
Like0Like0Like0