]> git.djapps.eu Git - pkg/ggml/sources/whisper.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>
Thu, 29 May 2025 06:56:26 +0000 (09:56 +0300)
commit5ea2c37a4ce1c6483c2887f39e38ec98d1dd5910
tree183bd2632288e76bf003778bfdc1db000cd84fdb
parent73a8c5fb943241fe7d5d1d6a7c9d4720fc3d168c
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]