• 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: NSTask <email@hidden>
  • Date: Sun, 23 Sep 2007 22:14:51 +0200

Hi Jim,


On 9/23/07, Jim Correia <email@hidden> wrote:
>
> 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.



NSZombie has returned this.

Selector 'retain' sent to dealloced instance 0x30ca40 of class NSInvocation.
Break at '-[_NSZombie retain]' to debug.

/S
_______________________________________________

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: "Clark Cox" <email@hidden>
References: 
 >-[NSInvocation length]: selector not recognized [self = 0x30abd0] (From: NSTask <email@hidden>)
 >Re: -[NSInvocation length]: selector not recognized [self = 0x30abd0] (From: Jim Correia <email@hidden>)

  • Prev by Date: Re: -[NSInvocation length]: selector not recognized [self = 0x30abd0]
  • Next by Date: Re: insert a plist in a NSTableView using a NSDictionary
  • 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