Library for multivariate function approximation with splines (B-spline, P-spline, and more) with interfaces to C++, C, Python and MATLAB
Mozilla Public License 2.0
418
stars
115
forks
source link
C++ interface example outputs "double free or corruption (out)" #138
Open
victor-kowalski-m opened 7 months ago
Hello,
I tried to execute the provided C++ interface example code and it outputs:
I recompiled the code with the flag -fsanitize=address and re-executed it, it outputs:
The basic C interface example works, but if I create a variable such as an Eigen::Matrix inside the code, the same error occurs.
I am running it on an openSUSE 5.14.21 system, using gcc as the compiler.
Is there some sort of memory issue?