Name and Version
$ ./llama-server --version
GGML OpenVINO Backend: device CPU is not available, fallback to CPU
OpenVINO: using device CPU
version: 8920 (15fa3c4)
built with GNU 13.3.0 for Linux x86_64
Operating systems
Linux
Which llama.cpp modules do you know to be affected?
llama-server
Command line
./llama-server -hf unsloth/Qwen3.6-27B-GGUF:Q8_0 --host 0.0.0.0
Problem description & steps to reproduce
Program aborts before attempting to serve the first query
First Bad Commit
No response
Relevant log output
$ ./llama-server -hf unsloth/Qwen3.6-27B-GGUF:Q8_0 --host 0.0.0.0
GGML OpenVINO Backend: device CPU is not available, fallback to CPU
OpenVINO: using device CPU
common_download_file_single_online: HEAD failed, status: 404
no remote preset found, skipping
Downloading mmproj-BF16.gguf ─────────────────────────────────────── 100%
Downloading Qwen3.6-27B-Q8_0.gguf ────────────────────────────────── 100%
main: n_parallel is set to auto, using n_parallel = 4 and kv_unified = true
build_info: b8920-15fa3c493
system_info: n_threads = 8 (n_threads_batch = 8) / 16 | CPU : SSE3 = 1 | SSSE3 = 1 | AVX = 1 | AVX2 = 1 | F16C = 1 | FMA = 1 | BMI2 = 1 | LLAMAFILE = 1 | OPENMP = 1 | REPACK = 1 |
Running without SSL
init: using 15 threads for HTTP server
start: binding port with default address family
main: loading model
srv load_model: loading model '.cache/huggingface/hub/models--unsloth--Qwen3.6-27B-GGUF/snapshots/82d411acf4a06cfb8d9b073a5211bf410bfc29bf/Qwen3.6-27B-Q8_0.gguf'
common_init_result: fitting params to device memory, for bugs during this step try to reproduce them with -fit off, or provide --verbose logs if the bug only occurs with -fit on
common_params_fit_impl: getting device memory data for initial parameters:
/home/runner/work/llama.cpp/llama.cpp/ggml/src/ggml-backend.cpp:898: pre-allocated tensor (cache_r_l0 (view) (copy of )) in a buffer (OPENVINO0) that cannot run the operation (CPY)
[New LWP 67607]
[New LWP 67606]
[New LWP 67605]
[New LWP 67604]
[New LWP 67603]
[New LWP 67602]
[New LWP 67601]
[New LWP 67600]
[New LWP 67599]
[New LWP 67598]
[New LWP 67597]
[New LWP 67596]
[New LWP 67595]
[New LWP 67594]
[New LWP 67593]
[New LWP 67592]
[New LWP 67557]
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 "/usr/lib/x86_64-linux-gnu/libthread_db.so.1".
__syscall_cancel_arch () at ../sysdeps/unix/sysv/linux/x86_64/syscall_cancel.S:56
⚠️ warning: 56 ../sysdeps/unix/sysv/linux/x86_64/syscall_cancel.S: No such file or directory
#0 __syscall_cancel_arch () at ../sysdeps/unix/sysv/linux/x86_64/syscall_cancel.S:56
56 in ../sysdeps/unix/sysv/linux/x86_64/syscall_cancel.S
#1 0x0000706e10ca067c in __internal_syscall_cancel (a1=, a2=, a3=, a4=, a5=0, a6=0, nr=61) at ./nptl/cancellation.c:49
⚠️ warning: 49 ./nptl/cancellation.c: No such file or directory
#2 __syscall_cancel (a1=, a2=, a3=, a4=, a5=a5@entry=0, a6=a6@entry=0, nr=61) at ./nptl/cancellation.c:75
75 in ./nptl/cancellation.c
#3 0x0000706e10d1cdcf in __GI___wait4 (pid=, stat_loc=, options=, usage=) at ../sysdeps/unix/sysv/linux/wait4.c:30
⚠️ warning: 30 ../sysdeps/unix/sysv/linux/wait4.c: No such file or directory
#4 0x0000706e11758273 in ggml_print_backtrace () from libggml-base.so.0
#5 0x0000706e1175841b in ggml_abort () from libggml-base.so.0
#6 0x0000706e11770af8 in ggml_backend_sched_backend_id_from_cur(ggml_backend_sched*, ggml_tensor*) () from libggml-base.so.0
#7 0x0000706e11772b7f in ggml_backend_sched_split_graph () from libggml-base.so.0
#8 0x0000706e114b6d27 in llama_context::graph_reserve(unsigned int, unsigned int, unsigned int, llama_memory_context_i const*, bool, unsigned long*) () from libllama.so.0
#9 0x0000706e114b78c8 in llama_context::sched_reserve() () from libllama.so.0
#10 0x0000706e114bb9e9 in llama_context::llama_context(llama_model const&, llama_context_params) () from libllama.so.0
#11 0x0000706e114bc568 in llama_init_from_model () from libllama.so.0
#12 0x0000706e11a29f77 in common_get_device_memory_data(char const*, llama_model_params const*, llama_context_params const*, std::vector<ggml_backend_device*, std::allocator<ggml_backend_device*> >&, unsigned int&, unsigned int&, unsigned int&, ggml_log_level) () from libllama-common.so.0
#13 0x0000706e11a2ada3 in common_params_fit_impl(char const*, llama_model_params*, llama_context_params*, float*, llama_model_tensor_buft_override*, unsigned long*, unsigned int, ggml_log_level) () from libllama-common.so.0
#14 0x0000706e11a2ec62 in common_fit_params(char const*, llama_model_params*, llama_context_params*, float*, llama_model_tensor_buft_override*, unsigned long*, unsigned int, ggml_log_level) () from libllama-common.so.0
#15 0x0000706e119f9531 in common_init_result::common_init_result(common_params&) () from libllama-common.so.0
#16 0x0000706e119fa72c in common_init_from_params(common_params&) () from libllama-common.so.0
#17 0x000063c7d2f310e8 in server_context_impl::load_model(common_params&) ()
#18 0x000063c7d2e8d27a in main ()
[Inferior 1 (process 67555) detached]
Aborted (core dumped) ./llama-server -hf unsloth/Qwen3.6-27B-GGUF:Q8_0 --host 0.0.0.0
Name and Version
$ ./llama-server --version
GGML OpenVINO Backend: device CPU is not available, fallback to CPU
OpenVINO: using device CPU
version: 8920 (15fa3c4)
built with GNU 13.3.0 for Linux x86_64
Operating systems
Linux
Which llama.cpp modules do you know to be affected?
llama-server
Command line
Problem description & steps to reproduce
Program aborts before attempting to serve the first query
First Bad Commit
No response
Relevant log output
$ ./llama-server -hf unsloth/Qwen3.6-27B-GGUF:Q8_0 --host 0.0.0.0
GGML OpenVINO Backend: device CPU is not available, fallback to CPU
OpenVINO: using device CPU
common_download_file_single_online: HEAD failed, status: 404
no remote preset found, skipping
Downloading mmproj-BF16.gguf ─────────────────────────────────────── 100%
Downloading Qwen3.6-27B-Q8_0.gguf ────────────────────────────────── 100%
main: n_parallel is set to auto, using n_parallel = 4 and kv_unified = true
build_info: b8920-15fa3c493
system_info: n_threads = 8 (n_threads_batch = 8) / 16 | CPU : SSE3 = 1 | SSSE3 = 1 | AVX = 1 | AVX2 = 1 | F16C = 1 | FMA = 1 | BMI2 = 1 | LLAMAFILE = 1 | OPENMP = 1 | REPACK = 1 |
Running without SSL
init: using 15 threads for HTTP server
start: binding port with default address family
main: loading model
srv load_model: loading model '.cache/huggingface/hub/models--unsloth--Qwen3.6-27B-GGUF/snapshots/82d411acf4a06cfb8d9b073a5211bf410bfc29bf/Qwen3.6-27B-Q8_0.gguf'
common_init_result: fitting params to device memory, for bugs during this step try to reproduce them with -fit off, or provide --verbose logs if the bug only occurs with -fit on
common_params_fit_impl: getting device memory data for initial parameters:
/home/runner/work/llama.cpp/llama.cpp/ggml/src/ggml-backend.cpp:898: pre-allocated tensor (cache_r_l0 (view) (copy of )) in a buffer (OPENVINO0) that cannot run the operation (CPY)
[New LWP 67607]
[New LWP 67606]
[New LWP 67605]
[New LWP 67604]
[New LWP 67603]
[New LWP 67602]
[New LWP 67601]
[New LWP 67600]
[New LWP 67599]
[New LWP 67598]
[New LWP 67597]
[New LWP 67596]
[New LWP 67595]
[New LWP 67594]
[New LWP 67593]
[New LWP 67592]
[New LWP 67557]
This GDB supports auto-downloading debuginfo from the following URLs:
⚠️ warning: 56 ../sysdeps/unix/sysv/linux/x86_64/syscall_cancel.S: No such file or directory
⚠️ warning: 49 ./nptl/cancellation.c: No such file or directory
⚠️ warning: 30 ../sysdeps/unix/sysv/linux/wait4.c: No such file or directory
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 "/usr/lib/x86_64-linux-gnu/libthread_db.so.1".
__syscall_cancel_arch () at ../sysdeps/unix/sysv/linux/x86_64/syscall_cancel.S:56
#0 __syscall_cancel_arch () at ../sysdeps/unix/sysv/linux/x86_64/syscall_cancel.S:56
56 in ../sysdeps/unix/sysv/linux/x86_64/syscall_cancel.S
#1 0x0000706e10ca067c in __internal_syscall_cancel (a1=, a2=, a3=, a4=, a5=0, a6=0, nr=61) at ./nptl/cancellation.c:49
#2 __syscall_cancel (a1=, a2=, a3=, a4=, a5=a5@entry=0, a6=a6@entry=0, nr=61) at ./nptl/cancellation.c:75
75 in ./nptl/cancellation.c
#3 0x0000706e10d1cdcf in __GI___wait4 (pid=, stat_loc=, options=, usage=) at ../sysdeps/unix/sysv/linux/wait4.c:30
#4 0x0000706e11758273 in ggml_print_backtrace () from libggml-base.so.0
#5 0x0000706e1175841b in ggml_abort () from libggml-base.so.0
#6 0x0000706e11770af8 in ggml_backend_sched_backend_id_from_cur(ggml_backend_sched*, ggml_tensor*) () from libggml-base.so.0
#7 0x0000706e11772b7f in ggml_backend_sched_split_graph () from libggml-base.so.0
#8 0x0000706e114b6d27 in llama_context::graph_reserve(unsigned int, unsigned int, unsigned int, llama_memory_context_i const*, bool, unsigned long*) () from libllama.so.0
#9 0x0000706e114b78c8 in llama_context::sched_reserve() () from libllama.so.0
#10 0x0000706e114bb9e9 in llama_context::llama_context(llama_model const&, llama_context_params) () from libllama.so.0
#11 0x0000706e114bc568 in llama_init_from_model () from libllama.so.0
#12 0x0000706e11a29f77 in common_get_device_memory_data(char const*, llama_model_params const*, llama_context_params const*, std::vector<ggml_backend_device*, std::allocator<ggml_backend_device*> >&, unsigned int&, unsigned int&, unsigned int&, ggml_log_level) () from libllama-common.so.0
#13 0x0000706e11a2ada3 in common_params_fit_impl(char const*, llama_model_params*, llama_context_params*, float*, llama_model_tensor_buft_override*, unsigned long*, unsigned int, ggml_log_level) () from libllama-common.so.0
#14 0x0000706e11a2ec62 in common_fit_params(char const*, llama_model_params*, llama_context_params*, float*, llama_model_tensor_buft_override*, unsigned long*, unsigned int, ggml_log_level) () from libllama-common.so.0
#15 0x0000706e119f9531 in common_init_result::common_init_result(common_params&) () from libllama-common.so.0
#16 0x0000706e119fa72c in common_init_from_params(common_params&) () from libllama-common.so.0
#17 0x000063c7d2f310e8 in server_context_impl::load_model(common_params&) ()
#18 0x000063c7d2e8d27a in main ()
[Inferior 1 (process 67555) detached]
Aborted (core dumped) ./llama-server -hf unsloth/Qwen3.6-27B-GGUF:Q8_0 --host 0.0.0.0