Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

qt: bookmark removal crashes the program #1997

Open
375gnu opened this issue Nov 29, 2023 · 5 comments
Open

qt: bookmark removal crashes the program #1997

375gnu opened this issue Nov 29, 2023 · 5 comments
Labels
bug Something isn't working qt Specific to Qt frontend release blocker

Comments

@375gnu
Copy link
Collaborator

375gnu commented Nov 29, 2023

Describe the bug
qt: bookmark removal crashes the program

@375gnu 375gnu added bug Something isn't working qt Specific to Qt frontend release blocker labels Nov 29, 2023
@375gnu
Copy link
Collaborator Author

375gnu commented Nov 29, 2023

#0  0x0000555555593a22 in BookmarkTreeModel::parent(QModelIndex const&) const ()
#1  0x00007ffff778bb42 in QTreeView::isIndexHidden(QModelIndex const&) const () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#2  0x00007ffff77296f0 in QAbstractItemView::rowsAboutToBeRemoved(QModelIndex const&, int, int) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#3  0x00007ffff779652a in QTreeView::rowsAboutToBeRemoved(QModelIndex const&, int, int) () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#4  0x00007ffff772593a in  () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#5  0x00007ffff61c4525 in QMetaObject::activate(QObject*, int, int, void**) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x00007ffff6130aee in QAbstractItemModel::rowsAboutToBeRemoved(QModelIndex const&, int, int, QAbstractItemModel::QPrivateSignal) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x00007ffff6137a4b in QAbstractItemModel::beginRemoveRows(QModelIndex const&, int, int) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x0000555555593c99 in BookmarkTreeModel::removeItem(BookmarkItem*) ()

@ajtribick
Copy link
Collaborator

ajtribick commented Dec 1, 2023

Can't reproduce this, on my system removing bookmarks works fine. What bookmarks do you have when this occurs?

@375gnu
Copy link
Collaborator Author

375gnu commented Dec 2, 2023

I also cannot reproduce it Qt 6. It happens on Ubuntu 18.04 with Qt 5.

@ajtribick
Copy link
Collaborator

Works on Qt 5.15 in Ubuntu 23.10. What version of Qt5 is in Ubuntu 18.04?

@375gnu
Copy link
Collaborator Author

375gnu commented Dec 4, 2023

5.9.5

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working qt Specific to Qt frontend release blocker
Projects
None yet
Development

No branches or pull requests

2 participants