jgraichen (Jan Graichen)
- Login: jgraichen
- Email: jgraichen@altimos.de
- Registered on: 12/28/2013
- Last sign in: 12/28/2013
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/07/2014
-
12:36 AM Ruby Bug #9315: Segfault when calling super in rspec mocks with and_call_original [linux]
- Yes, `ruby 2.2.0dev (2014-01-06 trunk 44510) [x86_64-linux]` indeed works. Looks somehow I missed the most important head. Sorry.
At least the error on current 2.0.0-head seems interesting, should I open another bug for it?
01/06/2014
-
08:04 PM Ruby Bug #9315: Segfault when calling super in rspec mocks with and_call_original [linux]
- I've finally had time to test my test suite on current ruby heads and encountered some other similar problems again.
Given the following example:
~~~ruby
module Persistence
def save!
# save to disk etc.
puts "saved!"
...
12/28/2013
-
11:17 PM Ruby Bug #9315 (Closed): Segfault when calling super in rspec mocks with and_call_original [linux]
- I've tried running my test suite [1] on Ruby 2.1 resulting in segmentation faults. I've created a smaller rspec test [2] reproducing the segfault. I still haven't found a way to reproduce the segfault without rspec mocks. Run the example...