Greetings,

I recently upgraded my primary development system to Lion and I'm encountering a phenomenon with a lot of different applications (not just my own) where the app will hang for 20 seconds or more when it's first launched or a document it opened.

sample shows this on the main thread:

    +   2794 NSApplicationMain  (in AppKit) + 1054  [0x9765e18a]
    +     2794 -[NSApplication run]  (in AppKit) + 911  [0x973c9c22]
+ 2794 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit) + 113 [0x973cd8ab]
    +         2794 _DPSNextEvent  (in AppKit) + 678  [0x973ce040]
+ 2794 BlockUntilNextEventMatchingListInMode (in HIToolbox) + 88 [0x95283c0a] + 2794 ReceiveNextEventCommon (in HIToolbox) + 168 [0x95283cc6] + 2794 RunCurrentEventLoopInMode (in HIToolbox) + 318 [0x9527ca7f] + 2794 CFRunLoopRunInMode (in CoreFoundation) + 120 [0x95c58798] + 2794 CFRunLoopRunSpecific (in CoreFoundation) + 332 [0x95c588ec] + 2794 __CFRunLoopRun (in CoreFoundation) + 1096 [0x95c590c8] + 2794 __CFRunLoopDoBlocks (in CoreFoundation) + 337 [0x95c2e3f1] + 2794 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ (in CoreFoundation) + 16 [0x95c7af70] + 2794 __-[NSDocument _windowsDidShow]_block_invoke_1 (in AppKit) + 60 [0x977a96bc] + 2794 -[NSDocument _handleConflicts] (in AppKit) + 123 [0x977a3a73] + 2794 -[NSDocument _hasConflict] (in AppKit) + 63 [0x977a39ee] + 2794 +[NSFileVersion(NSTemporaryCompatibility) unresolvedConflictsExistForItemAtURL:] (in Foundation) + 64 [0x9602c57b] + 2794 LBRevisionHasUnsavedConflictForURL (in Librarian) + 57 [0x7b8786] + 2794 _LBFVSendMessageWithReply (in Librarian) + 645 [0x7b865e] + 2794 xpc_connection_send_message_with_reply_sync (in libxpc.dylib) + 233 [0x96749be2] + 2794 dispatch_semaphore_wait (in libdispatch.dylib) + 36 [0x968e88fc] + 2794 _dispatch_semaphore_wait_slow (in libdispatch.dylib) + 117 [0x968e8800] + 2794 semaphore_wait_trap (in libsystem_kernel.dylib) + 10 [0x9af26c5e]

So can someone tell me what +[NSFileVersion(NSTemporaryCompatibility) unresolvedConflictsExistForItemAtURL:] is, why it's hanging, and what I might do to make it stop. :)

Cheers,

James
--
James Bucanek

_______________________________________________

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

Reply via email to