[MacRuby-devel] [MacRuby] #822: Calling a method recursively causes a Segmentation fault

MacRuby ruby-noreply at macosforge.org
Wed Aug 4 22:23:29 PDT 2010


#822: Calling a method recursively causes a Segmentation fault
-------------------------------+--------------------------------------------
 Reporter:  maccman@…          |        Owner:  lsansonetti@…        
     Type:  defect             |       Status:  closed               
 Priority:  minor              |    Milestone:                       
Component:  MacRuby            |   Resolution:  duplicate            
 Keywords:                     |  
-------------------------------+--------------------------------------------
Changes (by martinlagardette@…):

  * status:  new => closed
  * resolution:  => duplicate


Old description:

> The following code produces a Segmentation fault:
>
> def test
>  test
> end
>
> Maybe you want to raise a SystemStackError, like MRI?

New description:

 The following code produces a Segmentation fault:

 {{{
 #!ruby
 def test
  test
 end
 }}}

 Maybe you want to raise a SystemStackError, like MRI?

--

Comment:

 This is a duplicate of #527 :-)

 I'll add a little explanation of the current status about that in the
 ticket.

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/822#comment:1>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list