[MacRuby] #822: Calling a method recursively causes a Segmentation fault
#822: Calling a method recursively causes a Segmentation fault -------------------------------+-------------------------------------------- Reporter: maccman@… | Owner: lsansonetti@… Type: defect | Status: new Priority: minor | Milestone: Component: MacRuby | Keywords: -------------------------------+-------------------------------------------- The following code produces a Segmentation fault: def test test end Maybe you want to raise a SystemStackError, like MRI? -- Ticket URL: <http://www.macruby.org/trac/ticket/822> MacRuby <http://macruby.org/>
#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/>
participants (1)
-
MacRuby