Passing a config dictionary to duckdb.connect with the documented enable_logging option crashes the Python process with exit code 139 (likely a segfault). An exception cannot be caught. Tested with ...
I use python-soundfile library and trying to write OGG file to BytesIO buffer, however every time I call sf.write(format="ogg") on my audio data, I get exit code -1073741571 (0xC00000FD). Here's my ...