Projects

Ticket #35 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

leak when using irb/completion

Reported by: kreatix@… Owned by: lsansonetti@…
Priority: major Milestone: MacRuby 0.2
Component: MacRuby Keywords:
Cc:

Description

to reproduce:

1. Launch irb with completion: macirb -r irb/completion
2. Type 'NSArr' and hit ⇥

observation:

irb(main):001:0> NSArrmacruby(8480,0xa04e2fa0) malloc: *** free() called with 0x17c5880 with refcount 0
macruby(8480,0xa04e2fa0) malloc: reference count underflow for 0x17c5880, break on auto_refcount_underflow_error to debug.
macruby(8480,0xa04e2fa0) malloc: *** free() called with 0x17c5870 with refcount 0
macruby(8480,0xa04e2fa0) malloc: reference count underflow for 0x17c5870, break on auto_refcount_underflow_error to debug.
ay

Change History

Changed 4 years ago by kreatix@…

If you try

framework 'cocoa'
FSE⇥

it is for some reason even worse, repeating the message over and over.

Changed 4 years ago by lsansonetti@…

  • milestone set to MacRuby 1.0

Perhaps a leak in the readline bundle.

Changed 4 years ago by lsansonetti@…

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

Should be fixed in r109/trunk. Thanks!

Note: See TracTickets for help on using tickets.