Re: GNUstep releases this month?
Richard Frith-Macdonald <[email protected]> Tue, 23 Mar 2021 11:45:52 +0000
| Newsgroups | gmane.comp.lib.gnustep.devel |
|---|---|
| Message-ID | <[email protected]> |
> On 23 Mar 2021, at 10:02, Frederik Seiffert <[email protected]> wrote: > > > >> 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. Thanks ... good to know that it's nothing that actually breaks the code.