notmuch crashes randomly
Here's the traceback: https://paste.sr.ht/~inwit/ec584efbd91bd0613ccc0ac4070ea07ecbd06b90
I can reproduce this, it happens quite often for me as well. So far not sure what the exact trigger is, it seems to be happening even when aerc is just idle.
This looks like a duplicate of #452. From what I can tell this is a bug in go.notmuch that's actually been fixed by yzzyx with https://github.com/zenhack/go.notmuch/pull/28 already. So all that needs to be done here is to update go.notmuch in go.mod.
why do you think that commit should fix it?
We don't call AddMessage at all from the notmuch worker and that's the only thing that PR touches
~inwit and ~coder_kalyan please apply https://lists.sr.ht/~sircmpwn/aerc/%3C20201126063402.502986-1-reto%40labrat.space%3E and tell me if you notice any improvement...
Look Ma', no magic!
I applied the patch and used it for a few hours. So far so good. No crashes. Yay!
On Thu Nov 26, 2020 at 7:36 AM CET, ~labrat wrote:
~inwit and ~coder_kalyan please apply https://lists.sr.ht/~sircmpwn/aerc /%3C20201126063402.502986-1-reto%40labrat.space%3E and tell me if you notice any improvement...
Look Ma', no magic!
-- View on the web: https://todo.sr.ht/~sircmpwn/aerc2/471#event-59210
Whoops, it looks like you are correct. I probably just got lucky while testing this.
removing the gc magic seems to have helped, closing