Bug #6514
closedAbort trap: 6 running rspec on rdf.rb
Description
Running RSpec on http://github.com/ruby-rdf/rdf/spec reliably generates the Abort trap.
To repeat:
- git clone git://github.com/ruby-rdf/rdf.git
- cd rdf
- bundle install
- rspec spec
It does not seem to happen when running a subset of the spec files.
Files
Updated by mame (Yusuke Endoh) over 12 years ago
- Status changed from Open to Feedback
- Assignee set to sorah (Sorah 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 mame@tsg.ne.jp
Updated by nagachika (Tomoyuki Chikanaga) over 12 years ago
Hi,
It seems that step 1.5
$ git clone git://github.com/ruby-rdf/rdf.git
is required.
But I also cannot reproduce abort trap with ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin11.3.0].
Mr Gregg, could you tell us the messages on your terminal too?
Updated by naruse (Yui NARUSE) over 11 years ago
- Target version changed from 1.9.3 to 2.6
Updated by sorah (Sorah Fukumori) about 11 years ago
- Status changed from Feedback to Rejected
Closing this due to no feedbacks.