]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : Fix missing backtrace on Linux (ggml/1228)
authorDaniel Tang <redacted>
Sat, 17 May 2025 23:06:26 +0000 (19:06 -0400)
committerGeorgi Gerganov <redacted>
Mon, 19 May 2025 10:29:56 +0000 (13:29 +0300)
commit60aea028b575ab54e0dfbb31db641bb93d2ae8c4
tree36eb15f7b2871e88e204f6d020d55a9400a8dd23
parent9c55e5c5c24990dd17fd6c8f4f2159052d2b06f1
ggml : Fix missing backtrace on Linux (ggml/1228)

* Modern Linux defaults /proc/sys/kernel/yama/ptrace_scope to 1
* Fixed lldb attach
* Simplify by having the child do ggml_print_backtrace_symbols
ggml/src/ggml.c