[MacRuby-devel] Re: [ruby] #53: Module#dup results in Segmentation Fault.

ruby ruby-noreply at macosforge.org
Wed Apr 23 15:59:01 PDT 2008


#53: Module#dup results in Segmentation Fault.
-------------------------------------+--------------------------------------
 Reporter:  demisone at gmail.com       |        Owner:  lsansonetti at apple.com
     Type:  defect                   |       Status:  closed               
 Priority:  blocker                  |    Milestone:  MacRuby 0.2          
Component:  MacRuby                  |   Resolution:  fixed                
 Keywords:  bug, segmentation fault  |  
-------------------------------------+--------------------------------------
Changes (by lsansonetti at apple.com):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 Seems to be fixed in trunk.

 {{{
 $ ./miniruby -ve "m=Module.new{def foo;42;end};p m.dup"
 MacRuby version 0.2 (ruby 1.9.0 2008-03-01) [universal-darwin9.0]
 #<Module:0x2081bd0>

 $ ./miniruby -ve "module Foo;end;p Foo.dup"
 MacRuby version 0.2 (ruby 1.9.0 2008-03-01) [universal-darwin9.0]
 #<Module:0x20813e0>
 }}}

-- 
Ticket URL: <http://trac.macosforge.org/projects/ruby/ticket/53#comment:1>
ruby <http://ruby.macosforge.org/>


More information about the MacRuby-devel mailing list