What do the debug logs for the crash say?  At what point does the crash occur?  
Is your program getting into parseOperationComplete?  When you step through, 
which line fails?

On 10 Sep 2013, at 12:08, Dave <d...@looktowindward.com> wrote:

> Hi,
> 
> I have a crashing problem when calling postNotificationName, the following 
> method is called from an Operation Queue method/thread. It is called on the 
> Main Thread (the operation queue method, uses performSelectorOnMainThread 
> which calls "parseOperationCompleted" below. I've tried copying 
> theResultDictionary or just passing it in the dictionary as is, same result.
> 
> Any ideas what could be causing the crash?
> 
> -(void) parseOperationComplete:(NSDictionary*) theResultDictionary
> {
> myUserInfoDictionary = [[NSMutableDictionary alloc] init];
> [myUserInfoDictionary setObject:self.pUpdateString 
> forKey:kUserInfoLiveUpdateString];
> [myUserInfoDictionary setObject:[theResultDictionary copy] 
> forKey:kUserInfoLiveUpdateDictionary];
> 
> [NSNotificationCenter defaultCenter] postNotificationName:kNotificationName 
> object:self userInfo:myUserInfoDictionary];
> }
> 
> 
> Thanks in advance for any help!
> 
> All the Best
> Dave
> 
> _______________________________________________
> 
> 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:
> https://lists.apple.com/mailman/options/cocoa-dev/45rpmlists%40googlemail.com
> 
> This email sent to 45rpmli...@googlemail.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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to