|
From: Oswald B. <osw...@gm...> - 2022-06-12 20:25:16
|
On Sun, Jun 12, 2022 at 09:08:38PM +0200, Marko Bauhardt via isync-devel wrote: >I wasn‘t sure if the issue tracker or the Mailinglist is the best place >to discuss. I created an issue but afterwards I believe the mailinglist >is more convinient. > i don't really care, either is fine. > F: >>> 5 UID FET) > that's some fine garbage, indeed. no idea where this could come from - it looks like some memory corruption. `valgrind --memcheck mbsync ...` would be the way to approach this (make sure you have a debug build - configure with CFLAGS='-Og -g3'). you can try the wip/master-next branch and see if the problem persists. |