[MacRuby] #1073: Allocation/free errors popping up when I try to autocomplete in macirb
#1073: Allocation/free errors popping up when I try to autocomplete in macirb ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- Using the nightly build from last night (Dec. 22) when I try to autocomplete anything I get lots of noisy debug messages. I put <TAB> in where I was tab completing things: irb(main):001:0> MACRUBY_<TAB>macruby(12849,0x7fff710d1ca0) malloc: *** free() called with 0x103b6d550 with refcount 0 macruby(12849,0x7fff710d1ca0) malloc: *** auto malloc[12849]: agc error for object 0x103b6d550: Deallocating a non-block REVI<TAB>macruby(12849,0x7fff710d1ca0) malloc: *** free() called with 0x100b038c0 with refcount 0 macruby(12849,0x7fff710d1ca0) malloc: *** auto malloc[12849]: agc error for object 0x100b038c0: Deallocating a non-block SION macruby(12849,0x7fff710d1ca0) malloc: *** free() called with 0x103d1f050 with refcount 0 macruby(12849,0x7fff710d1ca0) malloc: *** auto malloc[12849]: agc error for object 0x103d1f050: Deallocating a non-block => "svn revision 5069 from http://svn.macosforge.org/repository/ruby/MacRuby/trunk" irb(main):002:0> exit macruby(12849,0x7fff710d1ca0) malloc: *** free() called with 0x103ca78f0 with refcount 0 macruby(12849,0x7fff710d1ca0) malloc: *** auto malloc[12849]: agc error for object 0x103ca78f0: Deallocating a non-block The last error is just from exiting irb. -- Ticket URL: <http://www.macruby.org/trac/ticket/1073> MacRuby <http://macruby.org/>
#1073: Allocation/free errors popping up when I try to autocomplete in macirb ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.9 Component: MacRuby | Resolution: fixed Keywords: | ------------------------------------+--------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => fixed * milestone: => MacRuby 0.9 Comment: Thanks for the report. The problem should be fixed in r5073. -- Ticket URL: <http://www.macruby.org/trac/ticket/1073#comment:1> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby