Re: [MacRuby-devel] Memory allocation problem

2009-02-13 Thread Laurent Sansonetti
Hi Dave, Could you file a bug on the tracker regarding this problem? Thanks in advance, Laurent On Feb 13, 2009, at 5:51 AM, Dave Baldwin wrote: Here is a simple test case to show the problem. macirb >> str = [10].pack('N').unpack('g')[0].to_s macruby(29176,0x7fff70513720) malloc: *** free()

Re: [MacRuby-devel] Bug: NSValueTransformer receivers NSCFNumber, not fixnum

2009-02-13 Thread Laurent Sansonetti
Hi Brian, This is currently a well-known limitation of MacRuby, we will address it in the future. In the meantime, you might have to work-around it by doing this extra check. Laurent On Feb 12, 2009, at 7:03 AM, Brian Marick wrote: Is this a bug? I don't see anything quite like it in Tra

Re: [MacRuby-devel] Another Cucumber Related Bug

2009-02-13 Thread Laurent Sansonetti
Fixed in r813, thanks for reporting. Laurent On Feb 12, 2009, at 11:41 AM, M. Scott Ford wrote: Even more data. The following code block also segfaults. It looks like the issue is the cast of ary to a CFMutableArrayRef. But that is where I am stumped, because I am not sure what alternativ

Re: [MacRuby-devel] µgem (notice I am using your G reek character!) question

2009-02-13 Thread Eloy Duran
Hi Tim, I think you meant to direct your question at me rather then Matt, but since you're using the Greek character you are forgiven for anything ;-) So the problem with sqlite3 is that it requires a C extension, which is one of the things not yet supported by MicroGem. I don't think it's

[MacRuby-devel] µgem (notice I am using your G reek character!) question

2009-02-13 Thread Tim Rand
Hi Matt, First of all, thank you so much for working on the gem issue with macruby. There is no more important work in the world, er universe, right now than this--I mean it, from the bottom of my frustrated-at-not-being-able-to-use-sqlite3-heart. I am hoping you could comment on why sqlite3-ruby s

[MacRuby-devel] Memory allocation problem

2009-02-13 Thread Dave Baldwin
Here is a simple test case to show the problem. macirb >> str = [10].pack('N').unpack('g')[0].to_s macruby(29176,0x7fff70513720) malloc: *** free() called with 0x8004a5c60 with refcount 0 macruby(29176,0x7fff70513720) malloc: reference count underflow for 0x8004a5c60, break on auto_refcount_u