]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml : Print backtrace on uncaught C++ exceptions (ggml/1232)
authorDaniel Tang <redacted>
Wed, 28 May 2025 00:58:46 +0000 (20:58 -0400)
committerGeorgi Gerganov <redacted>
Sun, 1 Jun 2025 10:43:57 +0000 (13:43 +0300)
commitfedf034a98378059274e4243d2a370a243335e73
tree559294932263481e09d39f254e69dcd2e6ed3828
parent8726392d3d927fe3e504868d3548d694496ee37e
ggml : Print backtrace on uncaught C++ exceptions (ggml/1232)

The goal is to have what users call "full logs" contain the backtrace.

This is registered upon ggml_init. Also fixes a minor fd leak on Linux.
ggml/src/CMakeLists.txt
ggml/src/ggml-impl.h
ggml/src/ggml.c
ggml/src/ggml.cpp [new file with mode: 0644]