> From: Gregor Zattler <g...@gmx.de>
> Cc: bug-gnu-em...@gnu.org, notmuch@notmuchmail.org
> Date: Wed, 09 Nov 2022 14:49:15 +0100
> 
> > What does the below produce:
> >
> >   (gdb) frame 2
> >   (gdb) p matrix->nrows
> 
> (gdb) frame 2
> #2  0x000055555559d310 in matrix_row (matrix=0x55555d44d470, row=8) at 
> dispnew.c:1456
> 1456      eassert (row >= 0 && row < matrix->nrows);
> (gdb) p matrix->nrows
> $1 = 7
> (gdb)

Can you describe what does notmuch-jump do and maybe show its code?

The backtrace seems to indicate that it reads from the minibuffer, but
in that case, does it mean the mini-window was 7-lines high in this
case?

Also, can you describe what you do to trigger this assertion
violation?

> While working I got another (x)backtracei, in another emacs
> daemon, which I guess is related:

It's an exact same problem.
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-le...@notmuchmail.org

Reply via email to