Re: Long Time Dealy When getting Vended Object
Re: Long Time Dealy When getting Vended Object
- Subject: Re: Long Time Dealy When getting Vended Object
- From: Ken Thomases <email@hidden>
- Date: Thu, 23 Apr 2009 19:41:48 -0500
On Apr 23, 2009, at 12:05 AM, Kiran Kumar S wrote:
These are the lines of code i got blocked
1. When Remote Machine is not in Network
553 -[PXDistributedObjectsClient
serverObjectWithReestablishingConnection]
553 -[PXDistributedObjectsClient serverObject]
553 _CF_forwarding_prep_0 553 ___forwarding___
553 -[NSDistantObject forwardInvocation:]
553 -[NSConnection sendInvocation:internal:]
553 -[NSConnection sendInvocation:internal:]
Hmm. I was wrong to suggest sampling. I doesn't resolve to specific
lines of code, just functions/methods. Better to break into the
program using the debugger (Control-c if using gdb directly, the Pause
button in Xcode's debugger) to get the specific line within the -
serverObject method.
Of course, line numbers won't be meaningful to me without your whole
source file, so just show the contents of the line.
Regards,
Ken
_______________________________________________
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