[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Sudden death of all GNUstep apps.
From: |
David Chisnall |
Subject: |
Re: Sudden death of all GNUstep apps. |
Date: |
Sun, 23 May 2010 15:03:38 +0100 |
On 23 May 2010, at 14:57, james Jordan wrote:
> v60@0:8Q16a24@32@40148@52
This is not a valid signature for a function. There are three things wrong
with it:
It uses a as a type encoding (should be @).
It uses 1 as a type encoding (should be Q).
It thinks @ (id) is 4 bytes at the end, but 8 bytes everywhere else.
In short, the type signature that you have here is complete nonsense, which
means that either your compiler is broken, the runtime is broken, or you have a
memory bug. I can't comment on the first two, because you don't specify which
compiler or runtime you are using. If it's the last case, you could try using
valgrind to find it.
David
-- Sent from my PDP-11