Project

General

Profile

This project is closed and read-only.

Actions

Bug #3777

closed

SEGV with profile.rb

Bug #3777: SEGV with profile.rb

Added by sorah (Sorah Fukumori) about 16 years ago. Updated over 15 years ago.

Status:
Closed
Assignee:
-
[ruby-core:31984]

Description

=begin
Hi,

I had SEGV with no backtace

% cat /tmp/a.rb
require 'profile'

class A
include Enumerable

def each
[1,2,3].each {|x| yield x }
#yield 1
end
end

a = A.new
a.any? {
true
}
% ruby /tmp/a.rb
[BUG] Segmentation fault
ruby 1.9.3dev (2010-08-31 trunk 29154) [x86_64-darwin10.4.0]

-- control frame ----------

-- C level backtrace information -------------------------------------------

[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html
=end


Related issues 1 (0 open1 closed)

Is duplicate of Ruby - Bug #3722: segfault in rb_iterate (1.9.3, r29057)ClosedActions
Actions

Also available in: PDF Atom