Projects

Ticket #87 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

nil.superclass fails and hangs

Reported by: kourge@… Owned by: lsansonetti@…
Priority: minor Milestone: MacRuby 0.3
Component: MacRuby Keywords:
Cc:

Description

Steps to reproduce is as follows. Open up macirb and enter:

nil.superclass

macruby would hang and the CPU usage would increase until being forced to quit. The standard irb would raise a NoMethodError:

NoMethodError: undefined method `superclass' for nil:NilClass
	from (irb):1

Change History

Changed 4 years ago by lsansonetti@…

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to MacRuby 0.3

Fixed by r306/trunk.

Note: See TracTickets for help on using tickets.