I'm running into variants of #664 more and more frequently. They seem to be related to nesting blocks on a background thread. The scheduling on the main thread seems to be a red herring. They can also be a bit intermittent, although it's 100% reproducible in some cases.
Pulling instances out into methods seems to work, but this is a real pain to track down and the intermittent nature doesn't give me warm fuzzies. Any way you can check this before 0.6 pushes ? I'm planning on shipping an app soon to test the waters. thanks, - Dylan On Thu, Apr 29, 2010 at 5:02 PM, Laurent Sansonetti <[email protected]>wrote: > We fixed these bugs plus a couple of new ones. I think 0.6 is ready to > roll. > > I created a branch called "0.6". We will do more testing, fix things if > necessary there, and I will prepare the release notes. > > Let me know asap if you found a critical bug that blocks your Macruby Cocoa > project with 0.6. > > Laurent > > On Apr 22, 2010, at 10:31 PM, Laurent Sansonetti wrote: > > > Now: > > > > http://www.macruby.org/trac/ticket/628 CTFramesetterCreateFrame doesn't > like the CFRange type > > http://www.macruby.org/trac/ticket/662 macruby 0.6 breaks Grow > > > > Laurent > > > > On Apr 21, 2010, at 3:40 PM, Laurent Sansonetti wrote: > > > >> After fixing + triaging more bugs, we selected: > >> > >> http://www.macruby.org/trac/ticket/628 CTFramesetterCreateFrame doesn't > like the CFRange type > >> http://www.macruby.org/trac/ticket/656 NSCoder encodeFloat and > decodeFloatForKey doesn't with ruby float > >> http://www.macruby.org/trac/ticket/662 macruby 0.6 breaks Growl > >> http://www.macruby.org/trac/ticket/658 Including a module into Hash > breaks creating an NSDictionary from a hash > >> http://www.macruby.org/trac/ticket/594 Not all methods visible to > objective-c calls > >> http://www.macruby.org/trac/ticket/540 segfault with NSURLDownload with > GC on > >> http://www.macruby.org/trac/ticket/551 NSThread.alloc.initWithTarget > segfaulting > >> http://www.macruby.org/trac/ticket/550 TypeError: unrecognized runtime > type when using NSThread.alloc.initWithTarget > >> http://www.macruby.org/trac/ticket/552 NSOperationQueue segfaults when > more than one operation is being added > >> > >> Laurent > >> > >> On Apr 15, 2010, at 8:11 PM, Laurent Sansonetti wrote: > >> > >>> Thank you :-) > >>> > >>> I did a quick pass and noted the following bugs already: > >>> > >>> https://www.macruby.org/trac/ticket/458 > >>> https://www.macruby.org/trac/ticket/629 > >>> https://www.macruby.org/trac/ticket/507 > >>> https://www.macruby.org/trac/ticket/628 > >>> > >>> Laurent > >>> > >>> On Apr 15, 2010, at 7:47 PM, robert gleeson wrote: > >>> > >>>> Laurent, > >>>> > >>>> Hey, awesome work! I'll check out the nightly later today/tomorrow for > me. I think I've reported a few bugs so I'll check it out and report back to > you :-P > >>>> > >>>> Thanks, > >>>> Rob > >>>> > >>>> On 16 Apr 2010, at 03:39, Laurent Sansonetti wrote: > >>>> > >>>>> Hi guys, > >>>>> > >>>>> 0.6 is now almost there. I need to polish a few more things and > prepare a detailed blog post about what changed. A lot of things changed in > fact, it's going to take some time :-) > >>>>> > >>>>> For this release, we would like to announce that MacRuby is now > stable for Cocoa development. If you are working on a MacRuby Cocoa app, it > would be awesome if you could try the latest nightly build (or build the > sources by yourself), and let us know if everything is good for you, or not. > >>>>> > >>>>> I am going to do a pass on the tracker to identify outstanding bugs > that haven't been fixed yet, but if you filed one do not hesitate to remind > me! > >>>>> > >>>>> Thanks :) > >>>>> > >>>>> Laurent > >>>>> _______________________________________________ > >>>>> MacRuby-devel mailing list > >>>>> [email protected] > >>>>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > >>>> > >>>> _______________________________________________ > >>>> MacRuby-devel mailing list > >>>> [email protected] > >>>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > >>> > >>> _______________________________________________ > >>> MacRuby-devel mailing list > >>> [email protected] > >>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > >> > >> _______________________________________________ > >> MacRuby-devel mailing list > >> [email protected] > >> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > > > > _______________________________________________ > > MacRuby-devel mailing list > > [email protected] > > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > > _______________________________________________ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel >
_______________________________________________ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
