Results 543 comments of ahrm

Can't reproduce the issue on linux. Some more information might help, e.g. what is your exact build process? (e.g. do you use the system's mupdf or the mupdf included in...

This is very weird. The crash seems to be caused in this line: https://github.com/ahrm/sioyek/blob/40151569b95cac47d708447b181e645178082aa0/pdf_viewer/document.cpp#L660. But it is literally impossible for the index to be out of range because we check...

Unfortunately I can't reproduce the bug event with `-Wp,-D_GLIBCXX_ASSERTIONS` on ubuntu. I think it is either a compiler bug or some sort of stack corruption (possibly due to using different...

Does the issue happen with the preview release here: https://github.com/ahrm/sioyek/releases/tag/sioyek3-alpha0 (the current preview is incompatible with the previous sioyek `local.db` and `shared.db` files, so before running the preview move those...

Did you try with the alpha release AppImage that I posted above?

It was ahead, I have recently updated the mupdf in development branch to the same version though.

This is already imlpemented in the development branch (`should_highlight_unselected_search` config)

I don't have access to a mac right now, so I will have to debug this issue when I can find one.

This is the part that should handle the focus: https://github.com/ahrm/sioyek/blob/dac86a4da927d2ee8f18c4b9523d383b6d487a14/pdf_viewer/main.cpp#L852 .