Skip to content
Commit bb88a2d5 authored by Jehan's avatar Jehan
Browse files

app: reimplement gimp_get_stack_trace().

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.
parent 9fdf3555
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment