On Dec 26, 2010, at 5:00 PM, Brad Stone wrote: > Ken - I never knew how to take a sample of the processes. It's given me some > visibility into the spinning beach ball. I still get the deadlock in the > commitEditing which is in saveDocumentWithDelegate only on some documents > when I edit text that requires me to scroll an NSTextView. Does anything > jump out at you in this call graph? What is NSOperation waiting for?
Did you turn on the "can draw concurrently" option on the text view or its scroll view? If so, then turn that off. That option will not work, except in views that specifically support threaded drawing. IIRC, none of the AppKit's views support this (except for NSButton and NSProgressIndicator, but they have separate APIs for this for historical reasons). Nick Zitzmann <http://www.chronosnet.com/> _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com