Project

General

Profile

Actions

Bug #4488

closed

Segmentation fault when calling new (or in rspec)

Added by levsa (Levon Saldamli) about 13 years ago. Updated over 11 years ago.

Status:
Third Party's Issue
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.2p136 (2010-12-25) [i386-mingw32]
Backport:
[ruby-core:<unknown>]

Description

=begin
def Session.instance(*args, &block)
@instance ||= new(*args, &block) # this line seems to trigger a segfault
end

when called from:

it "should fail on an invalid application key" do
  expect { Hallon::Session.instance('invalid') }.to raise_error(Hallon::Error)
end

=end


Files

err.log (8.17 KB) err.log stderr levsa (Levon Saldamli), 03/10/2011 08:24 AM
out.log (129 Bytes) out.log stdout levsa (Levon Saldamli), 03/10/2011 08:24 AM
Actions

Also available in: Atom PDF

Like0
Like0Like0