]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : Print backtrace on uncaught C++ exceptions (#1232)
authorDaniel Tang <redacted>
Wed, 28 May 2025 00:58:46 +0000 (20:58 -0400)
committerGitHub <redacted>
Wed, 28 May 2025 00:58:46 +0000 (02:58 +0200)
commit7cd89f68c3d69134c0e439c71bd129b3541f2e74
treecf6b27c6bd89c1852c6d10d2c34673d644bbe417
parent06b715f4c170232af261425240914fa49c44f982
ggml : Print backtrace on uncaught C++ exceptions (#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.
src/CMakeLists.txt
src/ggml-impl.h
src/ggml.c
src/ggml.cpp [new file with mode: 0644]