flathub / flathub/org.freedesktop.LinuxAudio.Plugins.ChowTapeModel
LV2 crashes
- Dominant language
- No language data
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
When loading the LV2 plugin in Ardour, it crashes and prints the following:
`/usr/include/c++/12.1.0/bits/stl_vector.h:1123: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = juce::SmoothedValue; _Alloc = std::allocator >; reference = juce::SmoothedValue&; size_type = long unsigned int]: Assertion '__n < this->size()' failed.`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the crash when loading the LV2 plugin in Ardour and inspect the reported std::vector assertion. Trace which vector access is out of bounds, then verify that loading the plugin no longer crashes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- audio-video-rtc
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100