退出时 Windows 发生崩溃 (ucrtbase.dll 中的 0xC0000409) 使用 faster-whisper 1.1.1 后转录
Description: When using faster-whisper v1.1.1 with GPU acceleration (device="cuda") on Windows, the Python process crashes reliably after successfully completing a transcription task. The crash occurs during process exit or when the WhisperModel object is explicitly deleted (del model), not during the transcription itself. The crash manifests as a Windows application crash with: Exit Code: -1073740791 (0xC0000409 - STATUS_STACK_BUFFER_OVERRUN) Faulting Modules (Event Log): ucrtbase.dll, KERNELBASE.dll (Exception code 0xe06d7363) This crash does not occur when using the older faster-whisper==1.0.0, even when paired with the same ctranslate2==4.6.0 version that crashes under faster-whisper==1.1.1. Furthermore, forcing transcription to run on the CPU (device="cpu") completely avoids the crash, regardless of the faster-whisper / ctranslate2 version combination.
内容来源: SYSTRAN/faster-whisper