Comment 15 for bug 1083936

Revision history for this message
Alex Valavanis (valavanisalex) wrote :

Probably a good idea to try and trap that GTK+ warning in the backtrace:

# Run inkscape in gdb...
gdb inkscape

# Tell gdb to break when Gtk+ warning is triggered and then run Inkscape...
br g_logv
r

# Wait for breakpoint to occur, and then grab the backtrace...
bt full