ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
From: phasis@gmail.com
To: ruby-core@ruby-lang.org
Subject: [ruby-core:69475] [Ruby trunk - Bug #11223] Rake SignalException: SIGSEGV
Date: Sat, 06 Jun 2015 02:51:59 +0000	[thread overview]
Message-ID: <redmine.journal-52776.20150606025155.ddc959fc734d098f@ruby-lang.org> (raw)
In-Reply-To: redmine.issue-11223.20150605131712@ruby-lang.org

Issue #11223 has been updated by Heesob Park.


It is a duplicate of Bug #10978 or #11089

----------------------------------------
Bug #11223: Rake SignalException: SIGSEGV
https://bugs.ruby-lang.org/issues/11223#change-52776

* Author: Quang Nguyen
* Status: Feedback
* Priority: Normal
* Assignee: 
* ruby -v: 2.2.2p95
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
I having this problem whenever I try to perform a rake on Cmock. Any guidance would be greatly appreciated.

~~~
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\qnguyen>cd cmock

C:\Users\qnguyen\cmock>bundle update
Fetching gem metadata from http://rubygems.org/.........
Fetching version metadata from http://rubygems.org/..
Resolving dependencies...
Using rake 10.4.2
Using bundler 1.10.3
Using constructor 2.0.0
Using diy 1.1.2
Using minitest 5.7.0
Using require_all 1.3.2
Bundle updated!

C:\Users\qnguyen\cmock>bundle exec rake --trace
** Invoke default (first_time)
** Invoke test (first_time)
** Invoke clobber (first_time)
** Invoke clean (first_time)
** Execute clean
** Execute clobber
** Invoke prep_system_tests (first_time)
** Invoke C:/Users/qnguyen/cmock/test/system/generated (first_time)
** Execute C:/Users/qnguyen/cmock/test/system/generated
mkdir -p C:/Users/qnguyen/cmock/test/system/generated
** Invoke C:/Users/qnguyen/cmock/test/system/build (first_time)
** Execute C:/Users/qnguyen/cmock/test/system/build
mkdir -p C:/Users/qnguyen/cmock/test/system/build
** Execute prep_system_tests
** Invoke test:units (first_time)
** Execute test:units
C:/Ruby22/bin/ruby.exe -I"lib" -I"C:/Ruby22/lib/ruby/2.2.0" "C:/Ruby22/lib/ruby/
2.2.0/rake/rake_test_loader.rb" "test/unit/*_test.rb"
rake aborted!
SignalException: SIGSEGV
C:/Ruby22/lib/ruby/2.2.0/rake/testtask.rb:106:in `block (3 levels) in define'
C:/Ruby22/lib/ruby/2.2.0/rake/file_utils.rb:57:in `call'
C:/Ruby22/lib/ruby/2.2.0/rake/file_utils.rb:57:in `sh'
C:/Ruby22/lib/ruby/2.2.0/rake/file_utils_ext.rb:37:in `sh'
C:/Ruby22/lib/ruby/2.2.0/rake/file_utils.rb:96:in `ruby'
C:/Ruby22/lib/ruby/2.2.0/rake/file_utils_ext.rb:37:in `ruby'
C:/Ruby22/lib/ruby/2.2.0/rake/testtask.rb:104:in `block (2 levels) in define'
C:/Ruby22/lib/ruby/2.2.0/rake/file_utils_ext.rb:58:in `verbose'
C:/Ruby22/lib/ruby/2.2.0/rake/testtask.rb:100:in `block in define'
C:/Ruby22/lib/ruby/2.2.0/rake/task.rb:240:in `call'
C:/Ruby22/lib/ruby/2.2.0/rake/task.rb:240:in `block in execute'
C:/Ruby22/lib/ruby/2.2.0/rake/task.rb:235:in `each'
C:/Ruby22/lib/ruby/2.2.0/rake/task.rb:235:in `execute'
C:/Ruby22/lib/ruby/2.2.0/rake/task.rb:179:in `block in invoke_with_call_chain'
C:/Ruby22/lib/ruby/2.2.0/monitor.rb:211:in `mon_synchronize'
C:/Ruby22/lib/ruby/2.2.0/rake/task.rb:172:in `invoke_with_call_chain'
C:/Ruby22/lib/ruby/2.2.0/rake/task.rb:201:in `block in invoke_prerequisites'
C:/Ruby22/lib/ruby/2.2.0/rake/task.rb:199:in `each'
C:/Ruby22/lib/ruby/2.2.0/rake/task.rb:199:in `invoke_prerequisites'
C:/Ruby22/lib/ruby/2.2.0/rake/task.rb:178:in `block in invoke_with_call_chain'
C:/Ruby22/lib/ruby/2.2.0/monitor.rb:211:in `mon_synchronize'
C:/Ruby22/lib/ruby/2.2.0/rake/task.rb:172:in `invoke_with_call_chain'
C:/Ruby22/lib/ruby/2.2.0/rake/task.rb:201:in `block in invoke_prerequisites'
C:/Ruby22/lib/ruby/2.2.0/rake/task.rb:199:in `each'
C:/Ruby22/lib/ruby/2.2.0/rake/task.rb:199:in `invoke_prerequisites'
C:/Ruby22/lib/ruby/2.2.0/rake/task.rb:178:in `block in invoke_with_call_chain'
C:/Ruby22/lib/ruby/2.2.0/monitor.rb:211:in `mon_synchronize'
C:/Ruby22/lib/ruby/2.2.0/rake/task.rb:172:in `invoke_with_call_chain'
C:/Ruby22/lib/ruby/2.2.0/rake/task.rb:165:in `invoke'
C:/Ruby22/lib/ruby/2.2.0/rake/application.rb:150:in `invoke_task'
C:/Ruby22/lib/ruby/2.2.0/rake/application.rb:106:in `block (2 levels) in top_lev
el'
C:/Ruby22/lib/ruby/2.2.0/rake/application.rb:106:in `each'
C:/Ruby22/lib/ruby/2.2.0/rake/application.rb:106:in `block in top_level'
C:/Ruby22/lib/ruby/2.2.0/rake/application.rb:115:in `run_with_threads'
C:/Ruby22/lib/ruby/2.2.0/rake/application.rb:100:in `top_level'
C:/Ruby22/lib/ruby/2.2.0/rake/application.rb:78:in `block in run'
C:/Ruby22/lib/ruby/2.2.0/rake/application.rb:176:in `standard_exception_handling
'
C:/Ruby22/lib/ruby/2.2.0/rake/application.rb:75:in `run'
C:/Ruby22/bin/rake:33:in `<main>'
Tasks: TOP => default => test => test:units

C:\Users\qnguyen\cmock>



-- 
https://bugs.ruby-lang.org/

  parent reply	other threads:[~2015-06-06  2:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <redmine.issue-11223.20150605131712@ruby-lang.org>
2015-06-05 13:17 ` [ruby-core:69467] [Ruby trunk - Bug #11223] [Open] Rake SignalException: SIGSEGV quang319
2015-06-06  1:54 ` [ruby-core:69474] [Ruby trunk - Bug #11223] [Feedback] " nobu
2015-06-06  2:51 ` phasis [this message]
2015-06-06  3:51 ` [ruby-core:69479] [Ruby trunk - Bug #11223] [Closed] " nobu
2015-06-30  4:00 ` [ruby-core:69796] [Ruby trunk - Bug #11223] " usa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.ruby-lang.org/en/community/mailing-lists/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=redmine.journal-52776.20150606025155.ddc959fc734d098f@ruby-lang.org \
    --to=ruby-core@ruby-lang.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).