discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Problems with newest ProjectCenter


From: Serg Stoyan
Subject: Re: Problems with newest ProjectCenter
Date: Wed, 30 Jul 2003 09:09:37 +0300

Hello Philippe,

> On Friday, July 25, 2003, at 07:46 PM, Dirk Olmes wrote:
> >>  gdnc works now from CVS on FreeBSD 4.8
> >>  But ProjectCenter has problem.
> >>  Open ProjectCenter and select menu "Project->New" or "Project->Open",
> >>  I get "Uncaught exception NSInternalInconsistencyException, reason:
> >>           GSFFCallInvocation.m: 864 Assertion failed in 
> >> GSInvocationCallback.
> >>           No signature for selector projectNew:" or
> >>          "No signature for selector projectOpen:"
> >>  Gorm works fine.
> >>  They are both from CVS.
> >
> > Great to hear that - err, actually not. I've stumbled over this one 
> > some time ago now and mailed with Philippe privately, yet I couldn't 
> > find the source of the bug and Philippe couldn't reproduce it. So it's 
> > definitely not my machine alone ...
> 
> I am back from my vacations now, so I will look at this in the next few 
> days. If somebody could send me a stacktrace this would help a lot!


I've already wrote about it to bug-gnustep:

===========================================================================
Ok, after implementing this inside PCAppControlller.m

- (NSMethodSignature *)methodSignatureForSelector:(SEL)aSelector
{
  if ([menuController respondsToSelector: aSelector])
    {
      return [menuController methodSignatureForSelector:aSelector];
    }

  return nil;
}

we get:

vacall: va_start type 14 and va_return type 0 disagree.
Aborted

I've repotred this bug about Preferences application which seems to use
methodSignatureForSelector: method also. Maybe there is some problems with
ffcall library?
==========================================================================

-- 
Serg Stoyan




reply via email to

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