On May 18, 2013, at 12:25 AM, George Toledo <gtole...@gmail.com> wrote:
> On second thought, the the bit about QCPatch(Private) doesn't necessarily > point to a private patch, it's just that _renderAtTime:arguments is listed in > the interface under QCPatch (Private). This is where methods for execution > mode, timebase, enabling/disabling, etc., happen. > > I think the com.apple.QuartzComposer points to a built in patch though. Right -- com.apple.QuartzComposer means the function being called is in the supplied binary (not a plugin). (Private) is just a category on the class -- see https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/CustomizingExistingClasses/CustomizingExistingClasses.html Most objects have private methods as well that are not API, used for behind-the-scenes work. If it's crashing because it can't allocate memory, I'm going to guess that there's a leak somewhere, or lots of large images. Are you able to run in 64bit? Leaks take longer to be fatal in 64 bit (though they'll grind the machine into the ground on the way there, so be careful).
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list (Quartzcomposer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com