Re: loading bundles stopped working

2018-11-26 Thread Sebastian Reitenbach
Hi, Am Sonntag, November 25, 2018 21:22 CET, David Chisnall schrieb: > On 25 Nov 2018, at 18:30, Sebastian Reitenbach > wrote: > > > > So, the thing is, when I replace all /usr/bin/ld* with the /usr/bin/ld.bfd, > > and rebuild everything, > > then GUI apps, as well as SOGo start up. But

Re: loading bundles stopped working

2018-11-26 Thread David Chisnall
On 26/11/2018 08:47, Sebastian Reitenbach wrote: Program received signal SIGFPE, Arithmetic exception. 0x0527770d024c in _dl_find_symbol_obj (obj=0x52722e05c00, sl=0x7f7f5108) at /usr/src/libexec/ld.so/resolve.c:584 584 for (si = obj->buckets[sl->sl_elf_hash %

Re: loading bundles stopped working

2018-11-26 Thread David Chisnall
On 26/11/2018 15:03, Sebastian Reitenbach wrote: From the stacktrace, It's the last NSCAssert1 that fires, right after that line: backend = NSClassFromString (@"GSBackend"); Yup. That makes me think either: - The dlopen failed. - The dlopen returned success, but didn't call the

Re: loading bundles stopped working

2018-11-26 Thread Sebastian Reitenbach
Am Montag, November 26, 2018 12:22 CET, David Chisnall schrieb: > On 26/11/2018 08:47, Sebastian Reitenbach wrote: > > Program received signal SIGFPE, Arithmetic exception. > > 0x0527770d024c in _dl_find_symbol_obj (obj=0x52722e05c00, > > sl=0x7f7f5108) at

Re: loading bundles stopped working

2018-11-26 Thread Sebastian Reitenbach
Am Montag, November 26, 2018 16:14 CET, David Chisnall schrieb: > On 26/11/2018 15:03, Sebastian Reitenbach wrote: > > From the stacktrace, It's the last NSCAssert1 that fires, right after that > > line: > > backend = NSClassFromString (@"GSBackend"); > > Yup. That makes me think either: