Comment 2 for bug 1431847

Revision history for this message
richardbrinkman (richardbrinkman) wrote :

I'm using KDE 4.14.4 (Oxygen theme)
GTK+ styles: widget-theme QtCurve

I'm not getting similar error messages as both bugs with regard to input managers. I'm not even using any text elements.

I installed all the debug-info packages and ran inkscape with gdb. I logged the backtrace with
gdb inkscape
> run
# program crashes
> set logging file backtrace.log
> set logging on
> thread apply all bt full
> set logging off
> quit

The output of the backtrace is attached. Hopefully this will help you identifying the problem.