Error in latest CrispASR v0.4.9
#1
by suneetk - opened
./crispasr --file input.mp3 --model ~/.cache/crispasr/glm-asr-nano-q8_0.gguf --backend glm-asr --threads 8 --output-vtt
glm_asr: loaded 32 audio + 28 LLM layers, vocab 59264
crispasr: audio: 66862184 samples (4178.9 s) @ 16000 Hz, 8 threads
crispasr: processing 140 slice(s)
/home/runner/work/CrispASR/CrispASR/ggml/src/ggml.c:3599: GGML_ASSERT(ggml_nelements(a) == ne0*ne1) failed
This GDB supports auto-downloading debuginfo from the following URLs:
<https://debuginfod.ubuntu.com>
Enable debuginfod for this session? (y or [n]) [answered N; input not from terminal]
Debuginfod has been disabled.
To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
0x0000748e5c3107d7 in __GI___wait4 (pid=1898599, stat_loc=0x0, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
warning: 30 ../sysdeps/unix/sysv/linux/wait4.c: No such file or directory
#0 0x0000748e5c3107d7 in __GI___wait4 (pid=1898599, stat_loc=0x0, options=0, usage=0x0) at ../sysdeps/unix/sysv/linux/wait4.c:30
30 in ../sysdeps/unix/sysv/linux/wait4.c
#1 0x000063c9ba60ffb3 in ggml_print_backtrace ()
#2 0x000063c9ba610157 in ggml_abort ()
#3 0x000063c9ba61941c in ggml_reshape_2d ()
#4 0x000063c9ba54d8b1 in glm_asr_run_encoder ()
#5 0x000063c9ba553d87 in glm_asr_transcribe ()
#6 0x000063c9ba3ba379 in GlmAsrBackend::transcribe(float const*, int, long, whisper_params const&) ()
#7 0x000063c9ba3d314f in (anonymous namespace)::process_one_input(CrispasrBackend&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, whisper_params)::{lambda(unsigned long, CrispasrBackend&)#1}::operator()(unsigned long, CrispasrBackend&) const ()
#8 0x000063c9ba3d51b0 in (anonymous namespace)::process_one_input(CrispasrBackend&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, whisper_params) ()
#9 0x000063c9ba3d7d7b in crispasr_run_backend(whisper_params const&) ()
#10 0x000063c9ba381b3f in main ()
[Inferior 1 (process 1898282) detached]
Aborted (core dumped)
Thanks for notifying. Fixed in commit 65fee2cb (2026-04-22), shipped in v0.4.16 and later.
cstr changed discussion status to closed