[MacRuby] #1374: GC problems when using AVFoundation
#1374: GC problems when using AVFoundation ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- I have small script that I wrote to try out a new framework in Lion; it just does some screen capture and outputs it to a file. However, I get this message a lot when I run the attached example code: {{{ 2011-08-05 22:48:40.760 macruby[26457:5a03] storing a non-GC object 0x7f95de3eb678 in a GC collection, break on CFCollection_non_gc_storage_error to debug. }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/1374> MacRuby <http://macruby.org/>
#1374: GC problems when using AVFoundation ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- Comment(by lsansonetti@…): Could it be a dup of #1375? -- Ticket URL: <http://www.macruby.org/trac/ticket/1374#comment:1> MacRuby <http://macruby.org/>
#1374: GC problems when using AVFoundation ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- Comment(by mrada@…): I'll try it out in Objective-C, probably today since I need to clean up that project. -- Ticket URL: <http://www.macruby.org/trac/ticket/1374#comment:2> MacRuby <http://macruby.org/>
#1374: GC problems when using AVFoundation ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- Comment(by lsansonetti@…): As AVFoundation is a new Lion framework it's possible GC support isn't completely done, so trying in pure Objective-C may be a good idea. I don't have a Lion machine nearby, but if the Objective-C version works, could you run the MacRuby snippet under gdb, break on CFCollection_non_gc_storage_error, then copy/paste the full backtrace? -- Ticket URL: <http://www.macruby.org/trac/ticket/1374#comment:3> MacRuby <http://macruby.org/>
#1374: GC problems when using AVFoundation ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------------+--------------------------------------- Comment(by mrada@…): No need to worry, I've tried it in objective-c and I have the same problem! I'll log the bug with Apple. Sorry for the false alarm. -- Ticket URL: <http://www.macruby.org/trac/ticket/1374#comment:4> MacRuby <http://macruby.org/>
#1374: GC problems when using AVFoundation ------------------------------------+--------------------------------------- Reporter: mrada@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: wontfix Keywords: | ------------------------------------+--------------------------------------- Changes (by lsansonetti@…): * status: new => closed * resolution: => wontfix Comment: Excellent, closing as wontfix then :) -- Ticket URL: <http://www.macruby.org/trac/ticket/1374#comment:5> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby