On 14 Jun 2010, at 23:06, Riccardo Mottola wrote: > 2010-06-15 00:04:51.596 GWorkspace[12031] Failed to protect memory as > executable: Invalid argument
A breakpoint on NSLog will tell you, but this is most likely in NSInvocation's code for protecting the buffer containing the trampoline, making sure that it is not both writable and executable. It is possible that your version of Solaris has a broken version of mprotect(), or that the GNUstep code is wrong in some way. David -- Sent from my Difference Engine _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
