[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gnustep app crash, binary incompatibility introduced yesterday/today
From: |
Fred Kiefer |
Subject: |
Re: gnustep app crash, binary incompatibility introduced yesterday/today |
Date: |
Mon, 10 May 2010 21:13:26 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.9) Gecko/20100317 SUSE/3.0.4-1.1.1 Thunderbird/3.0.4 |
Most likely you linked your application with two different versions of
base at once. (The old one, still referenced by gui and the new one
referenced by the application. Or the other way around)
Of course this gets cleaned up when recompiling everything.
Fred
Am 09.05.2010 23:40, schrieb Riccardo Mottola:
> somehow between yesterday and today we introduced some binary
> incompatibility:
>
> I recompiled whole core today (the previous version I had was no more
> than 24-48hrs old)
>
>> Ink.app/Ink
> Unable to set up with [NSProcessInfo-debugSet]
> Segmentation fault (core dumped)
>
> after recompiling Ink, everything worked.
>
> Was this intentional or did it slip in just so before release?