dafaber (David Faber)
- Login: dafaber
- Registered on: 04/18/2014
- Last sign in: 04/18/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
04/26/2014
-
12:07 AM Ruby Bug #9757: Segfault in 2.1.1 from RSpec expect_any_instance_of
- Sorry I missed the notification about your message. I've retried this with trunk (ruby 2.2.0dev (2014-04-25 trunk 45720) [x86_64-darwin13]) and it just gives a SystemStackError, with message "stack level too deep" now, so it does seem l...
04/18/2014
-
03:38 PM Ruby Bug #9757 (Closed): Segfault in 2.1.1 from RSpec expect_any_instance_of
- The following spec causes a segfault for me in ruby 2.1.1 on OS X 10.9.2:
~~~
class A
def a
'a'
end
end
class B
def b
'b'
end
end
describe 'segfault' do
it 'should make unused recorders' do
expec...