tboox / tbox

🎁 A glib-like multi-platform c library
https://docs.tboox.org
Apache License 2.0
4.89k stars 725 forks source link

Does TBOX also abort in out-of-memory situations like GLib? #240

Closed ghost closed 1 year ago

ghost commented 1 year ago

GLib is listed on suckless.org's sucks because of this very reason:

https://suckless.org/sucks/

waruqi commented 1 year ago

debug mode: abort and show backtrace release mode: do not abort, it only return null or false.