Ticket #87 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.

