tazz4843 / whisper-rs

Rust bindings to https://github.com/ggerganov/whisper.cpp
The Unlicense
659 stars 108 forks source link

Fix possible segmentation fault #106

Closed tazz4843 closed 9 months ago

tazz4843 commented 9 months ago

I've been randomly getting segmentation faults in whisper.cpp. Finally managed to capture and dig into a coredump. Common thread between all of them is they have zero samples. While this is a bug I need to fix myself, this is also a major footgun.