Ticket #76 (closed defect: fixed)
«stack level too deep» with puts in simple thread
| Reported by: | kreatix@… | Owned by: | lsansonetti@… |
|---|---|---|---|
| Priority: | blocker | Milestone: | MacRuby 0.3 |
| Component: | MacRuby | Keywords: | |
| Cc: |
Description
$ cat eval2.rb #!/usr/local/bin/macruby t = Thread.new do puts "hello" end t.join $ ./eval2.rb ./eval2.rb:5:in `puts': stack level too deep (SystemStackError) from ./eval2.rb:5:in `block in <main>' $
Change History
Note: See
TracTickets for help on using
tickets.

