From: "mame (Yusuke Endoh)" Date: 2012-05-31T23:38:42+09:00 Subject: [ruby-core:45340] [ruby-trunk - Bug #6514][Feedback] Abort trap: 6 running rspec on rdf.rb Issue #6514 has been updated by mame (Yusuke Endoh). Status changed from Open to Feedback Assignee set to sorah (Shota Fukumori) I cannot reproduce. $ git clone git://github.com/ruby-rdf/rdf.git Cloning into 'rdf'... remote: Counting objects: 6187, done. remote: Compressing objects: 100% (1828/1828), done. remote: Total 6187 (delta 4496), reused 5949 (delta 4280) Receiving objects: 100% (6187/6187), 1.01 MiB | 258 KiB/s, done. Resolving deltas: 100% (4496/4496), done. $ cd rdf $ bundle install The path `/tmp/rdf-spec` does not exist. $ rspec spec The path `/tmp/rdf-spec` does not exist. -- Yusuke Endoh ---------------------------------------- Bug #6514: Abort trap: 6 running rspec on rdf.rb https://bugs.ruby-lang.org/issues/6514#change-26922 Author: gkellogg (Gregg Kellogg) Status: Feedback Priority: Normal Assignee: sorah (Shota Fukumori) Category: Target version: 1.9.3 ruby -v: ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.3.0] Running RSpec on http://github.com/ruby-rdf/rdf/spec reliably generates the Abort trap. To repeat: 1. git clone git://github.com/ruby-rdf/rdf.git 2. cd rdf 3. bundle install 4. rspec spec It does not seem to happen when running a subset of the spec files. -- http://bugs.ruby-lang.org/