Re: New CGContext warning in Yosemite

2014-11-17 Thread Scott Ribe
On Nov 17, 2014, at 8:25 PM, Daniel Blakemore wrote: > > I think they print the message because they want to be able to say they > told you so when your app starts crashing otherwise without warning on some > version update. Look at your logs in Yosemite and see how many of these *Finder.app* i

Re: New CGContext warning in Yosemite

2014-11-17 Thread Daniel Blakemore
I realize this is not a foolproof solution and is more of a breadcrumb, but I remember finally getting tired of getting spammed with these on an iOS app I was developing and hunting them down. It has something to do with a view trying to draw with zero frame or something along those lines. I thin

Re: New CGContext warning in Yosemite

2014-11-17 Thread Graham Cox
> On 18 Nov 2014, at 1:50 pm, Roland King wrote: > >> >> >> Which suggests you're right, it's not my bug. You'd think Apple would deal >> with these before a major OS release. >> > > Ha ha. I feel Apple have adopted the same relaxed attitude to that 'courtesy > notice’ as I have. They did

Re: New CGContext warning in Yosemite

2014-11-17 Thread Roland King
> > > Which suggests you're right, it's not my bug. You'd think Apple would deal > with these before a major OS release. > Ha ha. I feel Apple have adopted the same relaxed attitude to that 'courtesy notice’ as I have. They did fix one during the iOS6 betas, which was good as it came up just

Re: New CGContext warning in Yosemite

2014-11-17 Thread Graham Cox
> On 18 Nov 2014, at 1:33 pm, Roland King wrote: > Try breakpointing on CGPostError - that used to work although I don’t recall > whether it was iOS only or OSX as well. > > Chances it’s your bug are about 1%, that message has been popping up for > years as various bits of iOS and OSX are br

Re: New CGContext warning in Yosemite

2014-11-17 Thread Roland King
> On 18 Nov 2014, at 10:19 am, Graham Cox wrote: > > When my app enters the Versions Browser, I get a stream of warnings logged > like this: > > Nov 18 13:12:28 Grahams-iMac.local x[23685] : > CGContextClipToRects: invalid context 0x0. This is a serious error. This > application, or a li

New CGContext warning in Yosemite

2014-11-17 Thread Graham Cox
When my app enters the Versions Browser, I get a stream of warnings logged like this: Nov 18 13:12:28 Grahams-iMac.local x[23685] : CGContextClipToRects: invalid context 0x0. This is a serious error. This application, or a library it uses, is using an invalid context and is thereby contrib