Skip to content
  • Jehan's avatar
    app: reimplement gimp_get_stack_trace(). · bb88a2d5
    Jehan authored
    Don't use g_on_error_stack_trace() from glib anymore. It is
    over-complicated, using gdb in interactive mode and running command
    writing in the pipe input. Sometimes it even gets stuck and never
    return. This is useless since gdb even has a batch mode, to just run
    commands and exit directly. I just use this.
    bb88a2d5