Adding upstream version 3.0.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
1c8b56a4f5
commit
554424e00a
6822 changed files with 5440542 additions and 0 deletions
8
tools/debug-in-build-gimp.py
Normal file
8
tools/debug-in-build-gimp.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
def my_signal_handler (event):
|
||||
if (isinstance(event, gdb.SignalEvent)):
|
||||
gdb.write("Eeeeeeeeeeeek: in-build GIMP crashed!\n")
|
||||
gdb.execute('info threads')
|
||||
gdb.execute("thread apply all backtrace full")
|
||||
|
||||
gdb.events.stop.connect(my_signal_handler)
|
||||
gdb.execute("run")
|
Loading…
Add table
Add a link
Reference in a new issue