Project

General

Profile

Actions

Bug #10941

closed

SIGSEGV caused by Rake on Windows

Added by djberg96 (Daniel Berger) about 9 years ago. Updated almost 9 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.2.1p85 (2015-02-26 revision 49769) [i386-mswin32_120]
[ruby-core:68430]

Description

Ruby 2.2.1
Windows 7
Compiled with VS 2013

I'm getting a segfault when trying to run the default (test) task for a project called file-find:

https://github.com/djberg96/file-find

It's a fairly simple project, and the relevant tasks in the Rakefile look like this:

CLEAN.include("**/*.gem", "**/*.rbc", "**/link*")

Rake::TestTask.new do |t|
  task :test => 'clean'
  t.warning = true
  t.verbose = true
end

task :default => :test

When I step through the rake code, it seems to choke here

C:/Ruby22VC/lib/ruby/2.2.0/rake/task.rb:172:      @lock.synchronize do

I'm not sure how to narrow it down any further. Please let me know if there's any more information I can provide.


Related issues 2 (0 open2 closed)

Has duplicate Ruby master - Bug #10978: [mswin32, mswin64] SignalException: SIGSEGVClosedusa (Usaku NAKAMURA)Actions
Has duplicate Ruby master - Bug #11089: 2.2.2p95 crash on Windows when passed glob patterns on command lineClosedActions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0Like0