Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#78292 - Ninjas2 crashes on file open
Attached to Project:
Community Packages
Opened by Daniel Appelt (daniel.appelt) - Sunday, 23 April 2023, 20:20 GMT
Last edited by Toolybird (Toolybird) - Monday, 24 April 2023, 21:18 GMT
Opened by Daniel Appelt (daniel.appelt) - Sunday, 23 April 2023, 20:20 GMT
Last edited by Toolybird (Toolybird) - Monday, 24 April 2023, 21:18 GMT
|
DetailsDescription: When opening an audio file, the standalone program crashes with this error message:
/usr/include/c++/12.2.1/bits/stl_vector.h:1123: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = float; _Alloc = std::allocator<float>; reference = float&; size_type = long unsigned int]: Assertion '__n < this->size()' failed. The same happens with the LV2 and VST version in Ardour and Carla. The LV2 version from the corresponding Github release upstream does not have this problem. It opens audio files just fine. Additional info: * package version(s): 0.2.0-3 * config and/or log files etc. * link to upstream bug report, if any: https://github.com/clearly-broken-software/ninjas2/issues/130 Steps to reproduce: - install package ninjas2 - start ninjas2 from the command line - open an audio file in ninjas2 -> this produces above output |
This task depends upon
Comment by Daniel Appelt (daniel.appelt) -
Monday, 24 April 2023, 18:58 GMT
It seems to be a problem upstream.