Comment 0 for bug 1574636

Revision history for this message
Filip Dominec (fdominec) wrote :

In order to trace other critical bugs in "Inkscape 0.91+devel r" on Lubuntu vivid (64-bit), I launched it using:

    export INKSCAPE_DEBUG_LOG=/tmp/inksc2
    inkscape

Then I opened some PDF file and after a while I could a reproduce another bug that made Inkscape freeze. This freezing happens when I edit some text for a longer time, it behaves somewhat randomly and I will discuss it in another bugreport once the logging issue is resolved.

Re-launching Inkscape is not possible anymore with the debugging option - it crashes immediately. At every such occasion it generates a big 10MB logfile which does not make any sense to me. I attach its 100 last lines for further evaluation; full file could not be uploaded due to Launchpad errors. The command line output during the crash is:

    ** (inkscape:13017): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

    Emergency save activated!
    Emergency save completed. Inkscape will close now.
    If you can reproduce this crash, please file a bug at www.inkscape.org
    with a detailed description of the steps leading to the crash, so we can fix it.
    Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
    **
    ERROR:../../src/sp-namedview.cpp:1078:SPNamedView* sp_document_namedview(SPDocument*, const gchar*): assertion failed: (nv != NULL)
    Aborted (core dumped)

Without the debugging option, Inkscape can be launched, but gives no insight into what happens when it freezes.