@danbev - Possibly your stuff? I seem to remember you fixing GGML_CPU_ALL_VARIANTS
Try an Apple build like this....
cmake -B build -DWHISPER_COREML=1 -DWHISPER_SDL2=ON -DBUILD_SHARED_LIBS=ON -DGGML_CPU_ALL_VARIANTS=ON -DGGML_BACKEND_DL=ON
The Apple version now has m1, m2_m3 and m4 CPU variants that will be built
Now run a whisper-bench on the resultant code and it'll segfault
Fixed null pointer issue is #3313