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
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description: 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

Closed by  Toolybird (Toolybird)
Monday, 24 April 2023, 21:18 GMT
Reason for closing:  Upstream
Comment by Daniel Appelt (daniel.appelt) - Monday, 24 April 2023, 18:58 GMT
It seems to be a problem upstream.

Loading...