Hello all,
I’ve run into an issue with Anki that seems to have come from nowhere, conveniently the night before an exam I’m studying for ![]()
On Anki 23.10.1 for macOS 14.1, the app crashes when in the browse window with multiple cards selected, I click on a single card to deselect the other cards. Qt stack frames in the crash log indicate the crash happens during QWidget::hide(), likely while Anki is updating the UI after deselecting those cards.
Crash Details:
- Anki version: 23.10.1
- OS version: macOS 14.1
- Steps to reproduce:
- In browse window, select multiple cards
- Click on one card to deselect the others
- Crash log ID: 761578
- Crash type: Segmentation fault in
QWidget::hide()call
The issue appears related to Anki incorrectly or unexpectedly hiding Qt UI widgets when deselecting previously selected cards in the browse window. I appreciate any help, and please let me know if any other details would be helpful in debugging further!