> On 23 Mar 2021, at 10:02, Frederik Seiffert <frede...@algoriddim.com> wrote:
>
>
>
>> Am 22.03.2021 um 18:19 schrieb Richard Frith-Macdonald
>> <rich...@frithmacdonald.me.uk>:
>>
>>>> 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.