• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: -[NSInvocation length]: selector not recognized [self = 0x30abd0]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: -[NSInvocation length]: selector not recognized [self = 0x30abd0]


  • Subject: Re: -[NSInvocation length]: selector not recognized [self = 0x30abd0]
  • From: Jim Correia <email@hidden>
  • Date: Sun, 23 Sep 2007 15:53:38 -0400

On Sep 23, 2007, at 3:33 PM, NSTask wrote:

I am posting this question again today, hoping somebody can give me a clue what I am missing. I am using distributed objects and managed to talk to server. Client is getting responses successfully from the server. However the problem is when client receives session id from the server and try to use that session id for further queries with the soap api it always get the error message from the server saying

-[NSInvocation length]: selector not recognized [self = 0x30abd0]

If this error isn't the result of you obviously sending an message to an object which doesn't understand it, it is often the result of sending a message to a deallocated object (and a new object happens to exist at the same address as the old object.)


NSZombie (in addition to reviewing your memory management code) is your first step to debugging this problem.

Jim

_______________________________________________

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


  • Follow-Ups:
    • Re: -[NSInvocation length]: selector not recognized [self = 0x30abd0]
      • From: NSTask <email@hidden>
References: 
 >-[NSInvocation length]: selector not recognized [self = 0x30abd0] (From: NSTask <email@hidden>)

  • Prev by Date: Re: -[NSInvocation length]: selector not recognized [self = 0x30abd0]
  • Next by Date: Re: -[NSInvocation length]: selector not recognized [self = 0x30abd0]
  • Previous by thread: Re: -[NSInvocation length]: selector not recognized [self = 0x30abd0]
  • Next by thread: Re: -[NSInvocation length]: selector not recognized [self = 0x30abd0]
  • Index(es):
    • Date
    • Thread