Re: GNUstep releases this month?

Frederik Seiffert <[email protected]> Tue, 23 Mar 2021 11:02:32 +0100
Newsgroups gmane.comp.lib.gnustep.devel
Message-ID <[email protected]>

> Am 22.03.2021 um 18:19 schrieb Richard Frith-Macdonald <[email protected]>:
> 
>>> Throwing 0x247a578, in flight exception: 0x244e748
>>> Exception caught by C++: 0
> 
> appears to be a libobjc bug (one that Riccardo mentioned to me).

I think this is just debug output from libobjc2 exception handling, not an error:
https://github.com/gnustep/libobjc2/blob/master/eh_personality.c#L197-L198

I’ll submit a PR to change these to DEBUG_LOG() so they are suppressed in release builds.

Regarding the test failures I’ve left a comment here, maybe David will be able to clarify this:
https://github.com/gnustep/libobjc2/pull/200#issuecomment-804771719

Frederik