berkesokhan / rubydotnetcompiler

Automatically exported from code.google.com/p/rubydotnetcompiler
1 stars 0 forks source link

SystemStackError should be rescuable #63

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Test case:

  def m
    m
  rescue SystemStackError
  end

  m

Expected:
(nothing)

Actual:

  Process is terminated due to StackOverflowException.

Original issue reported on code.google.com by sason...@gmail.com on 30 Oct 2007 at 7:27