Re: [MacRuby-devel] malloc error

2010-07-26 Thread Laurent Sansonetti
Hi Robert, On Jul 26, 2010, at 6:18 PM, Robert Rice wrote: > MacRuby 0.6 is working well for me but I recently started getting the > following malloc error while using the custom page size dialog in Page Setup: > > MacRuby 0.6 Release(774,0x7fff7045cc20) malloc: reference count underflow for >

Re: [MacRuby-devel] malloc error

2010-07-26 Thread Matt Massicotte
This may not be a bug. It can mean that something is being Garbage-collected that is not an object. I've run into this a fair bit when using MacRuby. I use MacRuby to access a ObjC library that otherwise does not run in a garbage-collected environment. I typically see this most often when us

[MacRuby-devel] malloc error

2010-07-26 Thread Robert Rice
MacRuby 0.6 is working well for me but I recently started getting the following malloc error while using the custom page size dialog in Page Setup: MacRuby 0.6 Release(774,0x7fff7045cc20) malloc: reference count underflow for 0x20275e080, break on auto_refcount_underflow_error to debug. MacRuby

Re: [MacRuby-devel] [MacRuby] #811: Bus error encrypting/decrypting with OpenSSL

2010-07-26 Thread MacRuby
#811: Bus error encrypting/decrypting with OpenSSL ---+ Reporter: pwil...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker

Re: [MacRuby-devel] MacRuby with Xcode 4 preview

2010-07-26 Thread Laurent Sansonetti
Hi Kenny, On Jul 26, 2010, at 10:28 AM, Kenny Lovrin wrote: > Hey > > I realize I might be a bit ahead of time here, but still wanted to ask; > Is there any way of getting the templates and IB support into Xcode 4 at this > time? > I tried out of curiosity to create a project with 3.2.3 and open

Re: [MacRuby-devel] [MacRuby] #813: /Library/Frameworks/MacRuby.framework/Versions/0.6/usr/lib/ruby/1.9.0/csv.rb:1817:in `block': Unclosed quoted field on line 1. (CSV::MalformedCSVError)

2010-07-26 Thread MacRuby
#813: /Library/Frameworks/MacRuby.framework/Versions/0.6/usr/lib/ruby/1.9.0/csv.rb:1817:in `block': Unclosed quoted field on line 1. (CSV::MalformedCSVError) --+- Reporter: jadark...@… |Owner: lsansone...@…

Re: [MacRuby-devel] [MacRuby] #813: /Library/Frameworks/MacRuby.framework/Versions/0.6/usr/lib/ruby/1.9.0/csv.rb:1817:in `block': Unclosed quoted field on line 1. (CSV::MalformedCSVError)

2010-07-26 Thread MacRuby
#813: /Library/Frameworks/MacRuby.framework/Versions/0.6/usr/lib/ruby/1.9.0/csv.rb:1817:in `block': Unclosed quoted field on line 1. (CSV::MalformedCSVError) --+- Reporter: jadark...@… |Owner: lsansone...@…

[MacRuby-devel] MacRuby with Xcode 4 preview

2010-07-26 Thread Kenny Lovrin
Hey I realize I might be a bit ahead of time here, but still wanted to ask; Is there any way of getting the templates and IB support into Xcode 4 at this time? I tried out of curiosity to create a project with 3.2.3 and open it in the Xcode 4 preview, which builds fine with my real quick testing.