Page 1 of 1

Segfault in qmlui/app.cpp

Posted: Wed Sep 06, 2017 7:58 am
by Chris De Rock
in line 78 of app.cpp (current git version) "m_doc->setModified()" is called with an uninitialized m_doc (m_doc is NULL). this causes a segfault.

Re: Segfault in qmlui/app.cpp

Posted: Sun Sep 17, 2017 9:25 am
by sbenejam
On my Xubuntu 16.04 I get this error too.