]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : Fix missing backtrace on Linux (#1228)
authorDaniel Tang <redacted>
Sat, 17 May 2025 23:06:26 +0000 (19:06 -0400)
committerGitHub <redacted>
Sat, 17 May 2025 23:06:26 +0000 (01:06 +0200)
commit41ebdd82268340dd7d0a1036841717ad1117e801
treed312d264e4a6c36af433f2130c5b585d98c27665
parent9b048bb72b811f50b0c30d9e5c84d6ff9f4bf005
ggml : Fix missing backtrace on Linux (#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
src/ggml.c