Re: Printing with Snow Leopard

2009-09-18 Thread Gerriet M. Denkmann
On 19 Sep 2009, at 00:36, Raleigh Ledet wrote: You are printing the same instance of a view that is in your UI. So basically, your are trying to get the same view to print on two threads. Unless your view can handle concurrent drawing, this could be bad. NSTextView doesn't support concurre

Re: Printing with Snow Leopard

2009-09-18 Thread Raleigh Ledet
Hi Gerriet, You are printing the same instance of a view that is in your UI. So basically, your are trying to get the same view to print on two threads. Unless your view can handle concurrent drawing, this could be bad. NSTextView doesn't support concurrent drawing. I think you were getti

Re: Printing with Snow Leopard

2009-09-14 Thread Raleigh Ledet
On Sep 12, 2009, at 6:18 AM, Gerriet M. Denkmann wrote: Can you please log a bug on bugreporter.apple.com if you believe it is a bug in the Apple framework. Please include an isolated test case, if possible (that will greatly speed up investigation into the issue, especially if it is a rec

Re: Printing with Snow Leopard

2009-09-12 Thread Gerriet M. Denkmann
On 11 Sep 2009, at 21:28, Corbin Dunn wrote: Hi Gerriet, Have you tried running with Zombies? Yes. Run -> Run With Performance Tool -> Zombies If so, does that show an overrelease anywhere? No. Can you please log a bug on bugreporter.apple.com if you believe it is a bug in the Apple fr

Re: Printing with Snow Leopard

2009-09-11 Thread Corbin Dunn
Hi Garriet, Have you tried running with Zombies? Run -> Run With Performance Tool -> Zombies If so, does that show an overrelease anywhere? Can you please log a bug on bugreporter.apple.com if you believe it is a bug in the Apple framework. Please include an isolated test case, if possible