2,037
edits
Changes
From Gramps
m
no edit summary
to get a backtrace of the C stack showing where the message originated and what called the function, etc.
You can force a hard crash on warnings by setting G_DEBUG.
For example:
LC_ALL=C G_DEBUG=fatal-warnings python -m trace -t Gramps.py
Different values possible: [https://developer.gnome.org/glib/2.34/glib-running.html]
=== Learn More ===