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
Update 17/02/18: crashing as soon as
std::vector<std::vector> outputChannelBuffers;
is destroyed. Still not exactly sure why.
The text was updated successfully, but these errors were encountered:
jniemann66
changed the title
Segfault upon completion of conversion (gcc / linux / dev version only)
Segfault upon completion of conversion (gcc / minGW only)
Feb 17, 2018
Description: occasional crash at the end of the conversion
Affects: version 2.0.0+ when compiled with gcc or minGW
Suspect double-free or some other deallocation issue
Update 24/02/18:
fixed channel output buffer size out-by-one bug.
See attached valgrind output
valgrind-session-ReSampler-bug.txt
Update 17/02/18: crashing as soon as
std::vector<std::vector> outputChannelBuffers;
is destroyed. Still not exactly sure why.
The text was updated successfully, but these errors were encountered: