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

  * 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/>

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to