@s3cr3to

We're making progress.  I was unable to get the debugger working from within the AppImage, but I was able to run some other tests.

For example, even on a fresh database with no email sent, I found that if I set up an RSS feed, it would also crash when it goes to pull that feed.  This means it's having problems with libcurl.  We do both of those functions with libcurl.  So let's see what local libraries are being used:

root@em2:/tmp/.mount_citade5J89SS/usr/local/citadel# ldd ./citserver  | grep -v mount
linux-vdso.so.1 (0x00007ffd6c7f1000)
libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f05e23ab000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f05e1aba000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f05e0be6000)
/lib64/ld-linux-x86-64.so.2 (0x00007f05e23cc000)

Sure enough ... libresolv is being loaded from the host system, not from the AppImage.  So it looks like there's a conflict somewhere that needs to be "resolved" (heh).    Working on it now...





Reply via email to