Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

DEBUG ASSERT when navigating history playlists #10529

Closed
mixxxbot opened this issue Aug 23, 2022 · 3 comments
Closed

DEBUG ASSERT when navigating history playlists #10529

mixxxbot opened this issue Aug 23, 2022 · 3 comments

Comments

@mixxxbot
Copy link
Collaborator

Reported by: uklotzde
Date: 2021-09-14T21:42:39Z
Status: Fix Committed
Importance: High
Launchpad Issue: lp1943643
Tags: gui, library


Happens when navigating the tree of history playlists with the inner calendar year nodes:

debug [Main] WTrackTableView::loadTrackModel() PlaylistTableModel(0x4209b70)
debug [Main] PlaylistTableModel(0x4209b70) select() took 1 ms 1
debug [Main] trying to restore position
critical [Main] DEBUG ASSERT: "playlistId != kInvalidPlaylistId" in function virtual void BasePlaylistFeature::activateChild(const QModelIndex&) at ../src/library/trackset/baseplaylistfeature.cpp:182

@mixxxbot
Copy link
Collaborator Author

Commented by: daschuer
Date: 2021-09-16T06:19:47Z


It looks like a false positive.

VERIFY_OR_DEBUG_ASSERT(playlistId != kInvalidPlaylistId) {

We need to check if we can prevent the activateChild() call or just remove the assertion.

@mixxxbot
Copy link
Collaborator Author

Commented by: daschuer
Date: 2021-09-17T23:13:02Z


#4297

@mixxxbot
Copy link
Collaborator Author

Issue closed with status Fix Committed.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@mixxxbot mixxxbot added this to the 2.4.0 milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant