Comment 14 for bug 1083936

Revision history for this message
su_v (suv-lp) wrote :

> I remove version: 0.48+devel r11909
> And installed version: 1:0.48+devel+12010+34~precise1
> The same crash with both

The problem seems less likely to be in Inkscape's codebase itself - something else on your system appears to trigger the crash, likely when it tries to open the PDF import settings dialog (EPS files are converted to PDF on-the-fly with ps2pdf, and then imported as PDF files using internal routines, and with the PDF-based AI files AFAIU the proprietary parts are stripped and the remaining content is opened as PDF).

> Here it's the code
>
> (inkscape:17080): Gtk-CRITICAL **: IA__gtk_widget_get_visible: assertion `GTK_IS_WIDGET (widget)' failed

Hmm, I'd have hoped for somewhat more verbose output :(
Any chance you could run inkscape from gdb, and create a backtrace when the crash occurs?