Re: performSelectorOnMainThread fails second time through
Re: performSelectorOnMainThread fails second time through
- Subject: Re: performSelectorOnMainThread fails second time through
- From: Dave Keck <email@hidden>
- Date: Wed, 8 Dec 2010 03:15:00 -0500
> <CFRunLoop 0x1a2ac80 [0xa032cec0]>{locked = false, wakeup port = 0x5a03,
> stopped = false,
> current mode = (none),
> common modes = <CFBasicHash 0x1a23f70 [0xa032cec0]>{type = mutable set,
> count = 1,
> entries =>
> 1 : <CFString 0xa0321c48 [0xa032cec0]>{contents = "kCFRunLoopDefaultMode"}
> }
> ,
> common mode items = <CFBasicHash 0x18074e0 [0xa032cec0]>{type = mutable set,
> count = 1,
> entries =>
> 25 : <CFRunLoopSource 0x180a100 [0xa032cec0]>{locked = No, signalled = Yes,
> valid = Yes, order = 0, context = <CFRunLoopSource context>{version = 0,
> info = 0x180c150, callout = __NSThreadPerformPerform (0x996c2bbf)}}
> }
> ,
> modes = <CFBasicHash 0x1a2b970 [0xa032cec0]>{type = mutable set, count = 1,
> entries =>
> 10 : <CFRunLoopMode 0x1a01d30 [0xa032cec0]>{name = kCFRunLoopDefaultMode,
> locked = false, port set = 0x5b03,
> sources = <CFBasicHash 0x1808790 [0xa032cec0]>{type = mutable set, count =
> 1,
> entries =>
> 5 : <CFRunLoopSource 0x180a100 [0xa032cec0]>{locked = No, signalled = Yes,
> valid = Yes, order = 0, context = <CFRunLoopSource context>{version = 0,
> info = 0x180c150, callout = __NSThreadPerformPerform (0x996c2bbf)}}
> }
> ,
> observers = (null),
> timers = (null)
> },
>
> }
> }
Did you edit the above quoted output at all? First, I would expect a lot more
information to be printed for the main run loop, and second, I would
expect to see NSEventTrackingRunLoopMode and NSModalPanelRunLoopMode
as part of the common modes set.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden