vidify / old-audiosync

First implementation of the audio synchronization feature for Vidify, now obsolete
GNU Lesser General Public License v3.0
17 stars 3 forks source link

corrupted size vs. prev_size #5

Closed marioortizmanero closed 4 years ago

marioortizmanero commented 4 years ago

When running the example script, the following error may be displayed:

corrupted size vs. prev_size
zsh: abort (core dumped)  python3 example.py "Queens of the stone age no one knows"

This can happen in the middle of the execution, or right after the program ends. It might be related to the memory usage (if sizeof(double) == 8):

= At least 57600000B = ~55MB of RAM used. Maybe it's overcommitting RAM? pmap returns ~304MB as the total usage.

It could also be caused by the AddressSanitizer warning for fftw_alloc_real (https://github.com/marioortizmanero/vidify-audiosync/commit/478cbb0ac9cf8d7bdb50b71f6b1e5c2153d2e5cd).