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
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
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
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
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