bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #25520] Exception on start of some applications...


From: Richard Frith-Macdonald
Subject: [bug #25520] Exception on start of some applications...
Date: Mon, 09 Feb 2009 08:16:44 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_6; en-us) AppleWebKit/525.27.1 (KHTML, like Gecko) Version/3.2.1 Safari/525.27.1

Follow-up Comment #4, bug #25520 (project gnustep):

I think about the only case where this bug would actually be visible is when
sending a copyWithZone: or mutableCopyWithZone: message to a proxy (there
aren't many method signatures that look like that in the API).

And it occurs to me that, because those methods take an NSZone pointer
argument, they can't be used with objects in a different address space anyway
... so we should probably tell people not to call them unless they are sure
they aren't talking to a proxy to a remote object.

Or possibly we should also change the NSDistantObject class to catch those
two methods and convert them to -copy and -mutableCopy before sending them to
the remote process?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?25520>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]