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
>
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 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
#811: Bus error encrypting/decrypting with OpenSSL
---+
Reporter: pwil...@… |Owner: lsansone...@…
Type: defect | Status: closed
Priority: blocker
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
#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...@…
#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...@…
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.