keyfinder-py
keyfinder-py copied to clipboard
Segmentation fault (core dumped) on specific mp3 files
This is such an excellent tool! I find it much more portable/practical than anything else out there. So much so that I have just built my own little file tagging command line tool around it (https://github.com/maphouse/analyze-tag-musical-key)
A problem I am encountering however, when I run the tool on several specific mp3 files, is the following:
Segmentation fault (core dumped)

This seems to be beyond the scope of Python, nor can Python catch and handle it as an error. Have you encountered this before and do you have any possible solutions in mind/propositions for getting around it? Any help would be much appreciated! Thank you,
clearly it is a C++ issue, but I don't have the skillset to handle this. Is there any way to communicate this error to Python so that Python can handle it and allow Python programs that use this tool to keep running?