Comment 6 for bug 1666178

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: synfigstudio crashed with SIGABRT in require() from mir_create_modal_dialog_window_spec() from mir_connection_create_spec_for_modal_dialog()

It's apparently a GTK bug, failing to pass a parent pointer:

MirWindowSpec* mir_create_modal_dialog_window_spec(MirConnection* connection,
                                                   int width, int height,
                                                   MirWindow* parent)
{
    mir::require(mir_window_is_valid(parent));

Although that might also be correct... Does it have a parent?