Re: libobj2 changes

2021-05-31 Thread Andreas Fink
Yes I recompiled everything from scratch on a new empty VM. I don't think its a bug in libobjc2 but more a changed behaviour which has a side effect in my application. I have been through the hell of incorrectly compiled libraries a couple of times before (not compiling with right clang or gold

Re: libobj2 changes

2021-05-31 Thread David Wetzel
Hi Andreas, Did you recompile everything? Are your binaries using the correct libraries? Dave Von meinem iPhone gesendet > Am 2021-05-31 um 10:56 schrieb Andreas Fink : > > Hello all, > > I upgraded my gnustep and libobjc libraries to the latest version and I > suddenly get strange effects

libobj2 changes

2021-05-31 Thread Andreas Fink
Hello all, I upgraded my gnustep and libobjc libraries to the latest version and I suddenly get strange effects in my app that internal communication is lost and reestablished all the time. I suspect some new exceptions being thrown I don't catch properly and thus threads are ending or the like.