DEBUG ASSERT: "hintFrameCount >= 0" in function void CachingReader::hintAndMaybeWake(const HintVector&) at src/engine/cachingreader/cachingreader.cpp:535
Bug #1946759 reported by
Jan Holthuis
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Committed
|
High
|
Jan Holthuis |
Bug Description
When setting a beatloop in front of the actual track (i.e. so that the end of the loop is before the first audio frame), the following debug assertion will be triggered:
DEBUG ASSERT: "hintFrameCount >= 0" in function void CachingReader:
Steps to reproduce:
1. Go to the beginning of the track
2. Use beatjump to go to 8 beats before the beginning of the track
3. Set a Beatloop of 4 beats
4. DEBUG_ASSERT is triggered
Changed in mixxx: | |
importance: | Undecided → High |
tags: | added: engine looping |
summary: |
DEBUG ASSERT: "hintFrameCount >= 0" in function void CachingReader::hintAndMaybeWake(const HintVector&) at - /home/jan/Projects/mixxx/src/engine/cachingreader/cachingreader.cpp:535 + src/engine/cachingreader/cachingreader.cpp:535 |
description: | updated |
Changed in mixxx: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
2.3 seems to be unaffected, but I can reproduce this 100% of the time on 2.4-alpha- 880-g7b22498e81 .