Skip to content
  • Jehan's avatar
    libgimpbase: use backtrace_symbols_fd() rather than... · 04053324
    Jehan authored
    ... backtrace_symbols() when possible.
    When we allocate a new string, anyway we have memory allocation. But
    when we just print to a file descriptor, this version of the API is
    guaranteed without any memory allocation and therefore should always
    work. This is important since allocations may fail in particular after
    memory errors.
    04053324