Segfault in qmlui/app.cpp
-
- Posts: 103
- Joined: Tue Apr 14, 2015 6:54 am
- Real Name:
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.
- sbenejam
- Posts: 609
- Joined: Sun Apr 12, 2015 6:28 pm
- Real Name: Santiago Benejam Torres
- Contact:
On my Xubuntu 16.04 I get this error too.