|
From: | Richard Frith-Macdonald |
Subject: | [bug #24939] Distributed or Workspace Notifications Not Received |
Date: | Thu, 27 Nov 2008 15:40:45 +0000 |
User-agent: | Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_5; en-us) AppleWebKit/525.26.2 (KHTML, like Gecko) Version/3.2 Safari/525.26.12 |
Update of bug #24939 (project gnustep): Status: None => Fixed Open/Closed: Open => Closed _______________________________________________________ Follow-up Comment #2: Interesting ... thanks to David Chisnall I had added code to raise an exception when an attempt was made to forward an invocation and the types of the method in the invocation didn't match those of the method to be used. This was catching an error in the distributed notification code where one part of the code thought the argument was an integer and the other part thought it was a long. Harmless on systems where sizeof(int) = sizeof(long), but a nasty bug when we port to other architectures. Anyway, the raising of an exception when trying to post the notification in your application meant that your part of the code was never receiving the notification. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?24939> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |