discuss-gnustep
[Top][All Lists]
Advanced

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

Re: NSInvocation and argframe errors


From: Richard Frith-Macdonald
Subject: Re: NSInvocation and argframe errors
Date: Mon, 18 Mar 2002 08:58:59 +0000

On Saturday, March 16, 2002, at 09:56 AM, e.sammer wrote:
what i'm getting is, at runtime:

Uncaught exception NSInternalInconsistencyException, reason: Runtime incorrectly configured to pass argframes

You should only get this if you call -initWithArgframe:selector: ... which you should not be doing if you
have built with ffcall.

NSObject and NSProxy call that method from -forward::, but the -forward:: method should be called by the ObjC runtime only if you are *not* using ffcall. With ffcall in use, the +load method of GSFFCallInvocation
should tell the runtime to call a different method to set up invocations.

Perhaps a gdb stack traceback might give a hint.




reply via email to

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