You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found some Github Issues in random projects that have the same stl_vector issue after compiling their software with a new gcc version. Maybe the are useful for reference. They all were related to actual bugs that were detected by the new gcc. msoos/cryptominisat#643 mamedev/mame#7760 arminbiere/cadical#31
When compiled with -D_GLIBCXX_ASSERTIONS, this triggers an assertion.
Possibly related to issues #27 and #34.
Signed-off-by: Stefan Westerfeld <[email protected]>
Hello
I just tried installing and running liquidsfz in Ardour 6 on a Fedora 34 machine.
When Ardour loads the lv2 plugin it crashes with:
Reading player:liquidsfz took 500 microseconds, final size = 0
/usr/include/c++/11/bits/stl_vector.h:1045: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp, _Alloc>::size_type) [with _Tp = char; _Alloc = std::allocator<char>; std::vector<_Tp, _Alloc>::reference = char&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]: Assertion '__n < this->size()' failed.
zsh: IOT instruction (core dumped) ardour6
I found some Github Issues in random projects that have the same stl_vector issue after compiling their software with a new gcc version. Maybe the are useful for reference. They all were related to actual bugs that were detected by the new gcc.
msoos/cryptominisat#643
mamedev/mame#7760
arminbiere/cadical#31
Previous discussion here with @ycollet who maintains the packaged version for Fedora I tried to install:
https://github.com/ycollet/fedora-spec/issues/25
The text was updated successfully, but these errors were encountered: