#0 QChar::unicode (this=0xabc91ec45d20) at ../../include/QtCore/../../src/corelib/tools/qchar.h:426 [Error: qchar.h was not found in source tree] #1 ::operator() (i=0, __closure=) at tools/qstring.cpp:489 [Error: qstring.cpp was not found in source tree] #2 (anonymous namespace)::UnrollTailLoop<7>::exec, ucstrncmp(const QChar*, const QChar*, int):: > (returnIfExited=0, i=0, returnIfFailed=..., loopCheck=..., count=6) at tools/qstring.cpp:182 [Error: qstring.cpp was not found in source tree] #3 ucstrncmp (a=0xabc91ec45d20, b=, l=l@entry=6) at tools/qstring.cpp:492 [Error: qstring.cpp was not found in source tree] #4 0x00007f90bd9eeb83 in ucstrcmp (blen=6, b=, alen=21988, a=) at tools/qstring.cpp:665 [Error: qstring.cpp was not found in source tree] #5 operator< (s1=..., s2=...) at tools/qstring.cpp:2853 [Error: qstring.cpp was not found in source tree] #6 0x00007f90c43e2830 in qMapLessThanKey (key2=..., key1=...) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qmap.h:71 [Error: qmap.h was not found in source tree] #7 QMapNode::lowerBound (akey=..., this=) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qmap.h:155 [Error: qmap.h was not found in source tree] #8 QMapData::findNode (this=, akey=...) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qmap.h:287 [Error: qmap.h was not found in source tree] #9 0x00007f90c43df1a7 in QMap::constFind (akey=..., this=0x55e48f4cb290) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qmap.h:861 [Error: qmap.h was not found in source tree] #10 KileParser::LaTeXParser::parse (this=0x55e48e5a1760) at ./src/parser/latexparser.cpp:186 181: 182: if(tagStart != -1) { 183: tagEnd = tagStart + reCommand.cap(0).length()-1; 184: 185: //look up the command in the dictionary 186: it = m_dictStructLevel.constFind(reCommand.cap(1)); 187: 188: //if it is was a structure element, find the title (or label) 189: if(it != m_dictStructLevel.constEnd()) { 190: tagLine = i+1; 191: tagCol = tagEnd+1; #11 0x00007f90c43e53ed in KileParser::ParserThread::run (this=0x55e48e72be40) at ./src/parser/parserthread.cpp:193 188: 189: Parser *parser = createParser(currentParsedItem); 190: 191: ParserOutput *parserOutput = Q_NULLPTR; 192: if(parser) { 193: parserOutput = parser->parse(); 194: } 195: 196: delete currentParsedItem; 197: delete parser; 198: #12 0x00007f90bd97416d in QThreadPrivate::start (arg=0x55e48e72be40) at thread/qthread_unix.cpp:368 [Error: qthread_unix.cpp was not found in source tree] #13 0x00007f90bd10c6db in start_thread (arg=0x7f908bfff700) at pthread_create.c:463 [Error: pthread_create.c was not found in source tree] #14 0x00007f90c3ee488f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 [Error: clone.S was not found in source tree]