[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ProjectCenter segfault
From: |
Benhur Stein |
Subject: |
Re: ProjectCenter segfault |
Date: |
Thu, 10 Jul 2003 20:26:45 -0300 |
On 2003-07-10 18:42:08 -0300 Stefan Urbanek <urbanek@host.sk> wrote:
Hi,
I am getting (current CVS - 10.7.2003 23:00 CET):
2003-07-10 23:40:31.360 ProjectCenter[10196] GSFFCallInvocation.m:864
Assertion failed in GSInvocationCallback. No signature for selector projectNew:
I'm getting those too. I think they are related to the last changes in base
to better support DO. It seems that message forwarding is not always working
well. A call to NS_MESSAGE() segfaults with an infinite loop:
(gdb) where
#0 0x4048c32c in GSInvocationCallback ()
from
/usr/local/GNUstep/System/Library/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-base.so.1
#1 0x404bc4f9 in __vacall_r ()
from
/usr/local/GNUstep/System/Library/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-base.so.1
#2 0x404bc4f9 in __vacall_r ()
from
/usr/local/GNUstep/System/Library/Libraries/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-base.so.1
...
#666 0x404bc4f9 in __vacall_r ()
...
Help, Richard! :)
Benhur