Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-11416

Crash when running or debugging a project while the .pro file is still being parsed

    XMLWordPrintable

Details

    Description

      Steps to reproduce:

      • Open some Qt example or test that is not configured
      • Pick Qt version
      • While project is being configured (project node has no branches yet), press 'Run' or 'Debug'
      • Dialog prompting for executable pops up, Escape out
      • Crash
        Thread 11 (Thread 0x7fffca7fc700 (LWP 25771)):
        #0  size (this=<optimized out>) at /usr/include/c++/4.6/bits/stl_vector.h:571
        No locals.
        #1  tokenCount (this=<optimized out>) at ../3rdparty/cplusplus/TranslationUnit.h:66
        No locals.
        #2  tokenAt (index=924, this=0x7fff34cc9c00) at ../3rdparty/cplusplus/TranslationUnit.h:68
        No locals.
        #3  tokenKind (index=924, this=0x7fff34cc9c00) at ../3rdparty/cplusplus/TranslationUnit.h:70
        No locals.
        #4  LA (n=1, this=<optimized out>) at ../3rdparty/cplusplus/Parser.h:282
        No locals.
        #5  CPlusPlus::Parser::parseClassOrNamespaceName (this=<optimized out>, node=@0x7fffca7f88c8: 0x0) at ../3rdparty/cplusplus/Parser.cpp:379
        No locals.
        #6  0x00007fffe555d5f7 in CPlusPlus::Parser::parseNestedNameSpecifier (this=0x7fffca7f8cf0, node=@0x7fffca7f8918: 0x0) at ../3rdparty/cplusplus/Parser.cpp:440
                nested_name_specifier = 0x7fffca7f8918
                class_or_namespace_name = 0x0
        #7  0x00007fffe556659f in CPlusPlus::Parser::parsePtrOperator (this=0x7fffca7f8cf0, node=@0x7fff34cec8a8: 0x0) at ../3rdparty/cplusplus/Parser.cpp:1281
                global_scope_token = 0
                nested_name_specifiers = 0x0
                has_nested_name_specifier = <optimized out>
        #8  0x00007fffe556cb23 in CPlusPlus::Parser::parseCoreDeclarator (this=0x7fffca7f8cf0, node=@0x7fffca7f8ad0: 0x0, decl_specifier_list=0x7fff34cec800) at ../3rdparty/cplusplus/Parser.cpp:1393
                attribute_ptr = <optimized out>
                attributes = 0x0
                ptr_operators = 0x7fff34cec898
                ptr_operators_tail = 0x7fff34cec8a8
        #9  0x00007fffe556b951 in CPlusPlus::Parser::parseDeclarator (this=0x7fffca7f8cf0, node=@0x7fffca7f8ad0: 0x0, decl_specifier_list=0x7fff34cec800, declaringClass=0x7fff34c34b78) at ../3rdparty/cplusplus/Parser.cpp:1459
                postfix_ptr = <optimized out>
                spec_ptr = <optimized out>
        #10 0x00007fffe556c411 in CPlusPlus::Parser::parseInitDeclarator (this=0x7fffca7f8cf0, node=@0x7fffca7f8ad0: 0x0, decl_specifier_list=<optimized out>, declaringClass=0x7fff34c34b78) at ../3rdparty/cplusplus/Parser.cpp:2532
                isFunctionDeclarator = <optimized out>
        #11 0x00007fffe55609a2 in CPlusPlus::Parser::parseSimpleDeclaration (this=0x7fffca7f8cf0, node=@0x7fffca7f8b68: 0x0, declaringClass=0x7fff34c34b78) at ../3rdparty/cplusplus/Parser.cpp:3962
                maybeCtor = false
                didParseInitDeclarator = <optimized out>
                qt_invokable_token = 0
                named_type_specifier = 0x7fff34cec840
                decl_specifier_seq = 0x7fff34cec800
                decl_specifier_seq_ptr = 0x7fff34cec878
                declarator_ptr = 0x7fffca7f8ac8
                has_complex_type_specifier = false
                declarator_list = 0x0
                declarator = 0x0
                firstDeclarator = <optimized out>
                has_type_specifier = true
                startOfNamedTypeSpecifier = 922
        #12 0x00007fffe55602da in CPlusPlus::Parser::parseClassSpecifier (this=0x7fffca7f8cf0, node=@0x7fffca7f8be0: 0x7fff34c34a98) at ../3rdparty/cplusplus/Parser.cpp:2059
                tk = 885824816
                declaration = 0x0
                base_clause_list = 0x0
                ast = 0x7fff34c34b78
                declaration_ptr = 0x7fff34cec7e8
                attr_ptr = <optimized out>
                previousInFunctionBody = false
                colon_token = <optimized out>
                dot_dot_dot_token = 0
                classkey_token = <optimized out>
                attributes = 0x7fff34c34b48
                name = 0x7fff34c34b60
                parsed = false
                final_token = <optimized out>
        #13 0x00007fffe5560c0f in CPlusPlus::Parser::parseSimpleDeclaration (this=0x7fffca7f8cf0, node=@0x7fffca7f8ca8: 0x0, declaringClass=0x0) at ../3rdparty/cplusplus/Parser.cpp:3942
                startOfTypeSpecifier = 7
                qt_invokable_token = 0
                named_type_specifier = 0x0
                decl_specifier_seq = 0x7fff34c34a98
                decl_specifier_seq_ptr = 0x7fffca7f8be0
                declarator_ptr = <optimized out>
                has_complex_type_specifier = false
                declarator_list = <optimized out>
                declarator = <optimized out>
                firstDeclarator = <optimized out>
                has_type_specifier = false
                startOfNamedTypeSpecifier = 0
        #14 0x00007fffe555f43d in CPlusPlus::Parser::parseDeclaration (this=0x7fffca7f8cf0, node=@0x7fffca7f8ca8: 0x0) at ../3rdparty/cplusplus/Parser.cpp:652
        No locals.
        #15 0x00007fffe5572ec2 in CPlusPlus::Parser::parseTranslationUnit (this=0x7fffca7f8cf0, node=@0x7fffca7f8d78: 0x0) at ../3rdparty/cplusplus/Parser.cpp:532
                declaration = 0x0
                ast = 0x7fff34c34870
                decl = 0x7fff34c349a8
        #16 0x00007fffe5584f50 in CPlusPlus::TranslationUnit::parse (this=0x7fff34cc9c00, mode=CPlusPlus::TranslationUnit::ParseTranlationUnit) at ../3rdparty/cplusplus/TranslationUnit.cpp:308
                node = 0x0
                parser = {_translationUnit = 0x7fff34cc9c00, _control = 0x7fff34c2f4f0, _pool = 0x7fff34cc9d70, _languageFeatures = {{flags = 31, {qtEnabled = 1, qtMocRunEnabled = 1, qtKeywordsEnabled = 1, cxx11Enabled = 1, objCEnabled = 1}}}, _tokenIndex = 924, _templateArguments = false, _inFunctionBody = false, _inObjCImplementationContext = false, _inExpressionStatement = false, _expressionDepth = 0, _statementDepth = 0, _expressionStatementTempPool = {_blocks = 0x0, _allocatedBlocks = 0, _blockCount = -1, _ptr = 0x0, _end = 0x0}, _templateArgumentList = {_M_t = {_M_impl = {<std::allocator<std::_Rb_tree_node<std::pair<unsigned int const, CPlusPlus::Parser::TemplateArgumentListEntry> > >> = {<__gnu_cxx::new_allocator<std::_Rb_tree_node<std::pair<unsigned int const, CPlusPlus::Parser::TemplateArgumentListEntry> > >> = {<No data fields>}, <No data fields>}, _M_key_compare = {<std::binary_function<unsigned int, unsigned int, bool>> = {<No data fields>}, <No data fields>}, _M_header = {_M_color = std::_S_red, _M_parent = 0x7fff34cd92f0, _M_left = 0x7fff34cd92b0, _M_right = 0x7fff34cd9330}, _M_node_count = 3}}}}
                parsed = false
        #17 0x00007fffe559309a in CPlusPlus::Document::check (this=0x7fff34c2f460, mode=CPlusPlus::Document::FastCheck) at CppDocument.cpp:654
                semantic = {<CPlusPlus::ASTVisitor> = {_vptr.ASTVisitor = 0x701940, _translationUnit = 0x7fffca7f8df0}, static kMaxDepth = 100, _scope = 0x7fff34cc9668, _expression = {_type = 0x7ffff62f5da8, {_flags = 884826560, f = {_isConst = 0, _isVolatile = 0, _isSigned = 0, _isUnsigned = 0, _isFriend = 0, _isAuto = 0, _isRegister = 1, _isStatic = 1, _isExtern = 1, _isMutable = 0, _isTypedef = 0, _isInline = 0, _isVirtual = 0, _isOverride = 1, _isFinal = 1, _isExplicit = 0, _isDeprecated = 1, _isUnavailable = 0}}}, _name = 0x2b24e00, _type = {_type = 0x7fffca7f8e00, {_flags = 3851155086, f = {_isConst = 0, _isVolatile = 1, _isSigned = 1, _isUnsigned = 1, _isFriend = 0, _isAuto = 0, _isRegister = 0, _isStatic = 1, _isExtern = 0, _isMutable = 1, _isTypedef = 1, _isInline = 0, _isVirtual = 1, _isOverride = 1, _isFinal = 1, _isExplicit = 1, _isDeprecated = 1, _isUnavailable = 1}}}, _declaratorId = 0x7fff34c2f460, _visibility = 885823072, _objcVisibility = 32767, _methodKey = 7346416, _skipFunctionBodies = false, _depth = -897609992}
        #18 0x00007fffe5945d58 in (anonymous namespace)::Process::operator() (this=0x7fffca7f8ef0) at cpppreprocessor.cpp:148
        No locals.
        #19 0x00007fffe594839f in CppTools::Internal::CppPreprocessor::sourceNeeded (this=0x2b24d00, line=1, fileName=..., type=CPlusPlus::Client::IncludeLocal) at cpppreprocessor.cpp:486
                editorRevision = 0
                contents = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34c2d500}
                anotherDoc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x0}, d = 0x0}, <No data fields>}
                process = {<std::unary_function<QSharedPointer<CPlusPlus::Document>, void>> = {<No data fields>}, _modelManager = {o = 0xde0150}, _doc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x7fff34c2f460}, d = 0x7fff34cc9660}, <No data fields>}, _mode = CPlusPlus::Document::FastCheck}
                absoluteFileName = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x7fff34cc9590, static codecForCStrings = 0x0}
                info = {d_ptr = {d = 0x7fff34cc9da0}}
                previousDoc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x7fff34c5d690}, d = 0x7fff34cc9300}, <No data fields>}
                preprocessedCode = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34c4c4c0}
                doc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x7fff34c2f460}, d = 0x7fff34cc9660}, <No data fields>}
                hash = {d = 0x7fff34c49450}
        #20 0x00007fffe55d75d3 in CPlusPlus::Preprocessor::handleIncludeDirective (this=0x2b24d60, tk=<optimized out>, includeNext=false) at pp-engine.cpp:1614
                inc = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x7fff34c5dc20, static codecForCStrings = 0x0}
                line = 1
                included = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34c75110}
                mode = CPlusPlus::Client::IncludeLocal
        #21 0x00007fffe55d7dd5 in CPlusPlus::Preprocessor::handlePreprocessorDirective (this=0x2b24d60, tk=0x7fffca7f95d0) at pp-engine.cpp:1562
                ppEndIf = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00ed270}
                ppUndef = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00e7e90}
                ppIncludeNext = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd014e040}
                ppImport = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd01770d0}
                poundToken = {<CPlusPlus::Token> = {{flags = 65857, f = {kind = 65, newline = 1, whitespace = 0, joined = 0, expanded = 0, generated = 0, pad = 0, length = 1}}, offset = 0, {ptr = 0x1, literal = 0x1, number = 0x1, string = 0x1, identifier = 0x1, close_brace = 1, lineno = 1}}, m_src = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34b94fa0}}
                ppIf = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00b9780}
                ppIfDef = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd006a270}
                ppIfNDef = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd0178430}
                ppInclude = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd01c9c70}
                s = {oldValue = false, ref = @0x2b24db8}
                ppDefine = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd0138f60}
                ppElse = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd0080fb0}
                ppElif = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00c1d80}
        #22 0x00007fffe55d2d43 in CPlusPlus::Preprocessor::lex (this=0x2b24d60, tk=0x7fffca7f95d0) at pp-engine.cpp:873
        No locals.
        #23 0x00007fffe55d584c in CPlusPlus::Preprocessor::preprocess (this=0x2b24d60, fileName=..., source=..., result=<optimized out>, includeGuardMacroName=0x7fffca7f96a0, noLines=false, markGeneratedTokens=true, inCondition=false, offsetRef=0, lineRef=1) at pp-engine.cpp:1403
                macroExpanded = <optimized out>
                savedState = {oldValue = {m_currentFileName = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x7fff3417ab90, static codecForCStrings = 0x0}, m_source = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34163b70}, m_lexer = 0x7fff340ffc20, m_skipping = {d = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff340ff900}}, m_trueTest = {d = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff340ff010}}, m_ifLevel = 1, m_tokenBufferDepth = 0, m_tokenBuffer = 0x0, m_inPreprocessorDirective = true, m_markExpandedTokens = true, m_noLines = false, m_inCondition = false, m_offsetRef = 0, m_result = 0x7fffca7fa1d0, m_lineRef = 1, m_expansionStatus = CPlusPlus::Preprocessor::NotExpanding, m_currentExpansion = 0x7fffca7fa1d0, m_expansionResult = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34160ff0}, m_expandedTokensInfo = {{d = 0x7ffff6809a40, p = 0x7ffff6809a40}}, m_includeGuardState = CPlusPlus::Preprocessor::State::IncludeGuardState_AfterDefine, m_includeGuardMacroName = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff340386f0}}, ref = @0x2b24d80}
                savedUtf8FileName = {oldValue = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34038600}, ref = @0x2b24d30}
                savedCurrentLine = {oldValue = 1, ref = @0x2b24d38}
                savedFileName = {oldValue = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x7fff3417ab90, static codecForCStrings = 0x0}, ref = @0x2b24d28}
                tk = {<CPlusPlus::Token> = {{flags = 256, f = {kind = 0, newline = 1, whitespace = 0, joined = 0, expanded = 0, generated = 0, pad = 0, length = 0}}, offset = 39, {ptr = 0x2, literal = 0x2, number = 0x2, string = 0x2, identifier = 0x2, close_brace = 2, lineno = 2}}, m_src = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34b94fa0}}
        #24 0x00007fffe55d659d in CPlusPlus::Preprocessor::run (this=0x2b24d60, fileName=..., source=..., noLines=false, markGeneratedTokens=true) at pp-engine.cpp:765
                preprocessed = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34bd7c10}
                includeGuardMacroName = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x6179e0}
        #25 0x00007fffe5947d0f in CppTools::Internal::CppPreprocessor::sourceNeeded (this=0x2b24d00, line=30, fileName=..., type=CPlusPlus::Client::IncludeLocal) at cpppreprocessor.cpp:443
                editorRevision = 0
                contents = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34b94fa0}
                anotherDoc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x0}, d = 0x0}, <No data fields>}
                process = {<std::unary_function<QSharedPointer<CPlusPlus::Document>, void>> = {<No data fields>}, _modelManager = {o = 0xde0150}, _doc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x7fff34be8880}, d = 0x7fff34be84f0}, <No data fields>}, _mode = CPlusPlus::Document::FastCheck}
                absoluteFileName = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x7fff34c83ff0, static codecForCStrings = 0x0}
                info = {d_ptr = {d = 0x7fff34ba88a0}}
                previousDoc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x7fff34100c20}, d = 0x7fff3416eff0}, <No data fields>}
                preprocessedCode = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34bd7c10}
                doc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x7fff34c5d690}, d = 0x7fff34cc9300}, <No data fields>}
                hash = {d = 0x7fffca7f9980}
        #26 0x00007fffe55d75d3 in CPlusPlus::Preprocessor::handleIncludeDirective (this=0x2b24d60, tk=<optimized out>, includeNext=false) at pp-engine.cpp:1614
                inc = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x7fff34a6c3b0, static codecForCStrings = 0x0}
                line = 30
                included = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34c744d0}
                mode = CPlusPlus::Client::IncludeLocal
        #27 0x00007fffe55d7dd5 in CPlusPlus::Preprocessor::handlePreprocessorDirective (this=0x2b24d60, tk=0x7fffca7f9e50) at pp-engine.cpp:1562
                ppEndIf = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00ed270}
                ppUndef = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00e7e90}
                ppIncludeNext = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd014e040}
                ppImport = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd01770d0}
                poundToken = {<CPlusPlus::Token> = {{flags = 65857, f = {kind = 65, newline = 1, whitespace = 0, joined = 0, expanded = 0, generated = 0, pad = 0, length = 1}}, offset = 775, {ptr = 0x1e, literal = 0x1e, number = 0x1e, string = 0x1e, identifier = 0x1e, close_brace = 30, lineno = 30}}, m_src = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34163b70}}
                ppIf = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00b9780}
                ppIfDef = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd006a270}
                ppIfNDef = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd0178430}
                ppInclude = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd01c9c70}
                s = {oldValue = false, ref = @0x2b24db8}
                ppDefine = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd0138f60}
                ppElse = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd0080fb0}
                ppElif = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00c1d80}
        #28 0x00007fffe55d2d43 in CPlusPlus::Preprocessor::lex (this=0x2b24d60, tk=0x7fffca7f9e50) at pp-engine.cpp:873
        No locals.
        #29 0x00007fffe55d584c in CPlusPlus::Preprocessor::preprocess (this=0x2b24d60, fileName=..., source=..., result=<optimized out>, includeGuardMacroName=0x7fffca7f9f20, noLines=false, markGeneratedTokens=true, inCondition=false, offsetRef=0, lineRef=1) at pp-engine.cpp:1403
                macroExpanded = <optimized out>
                savedState = {oldValue = {m_currentFileName = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x7fff34187190, static codecForCStrings = 0x0}, m_source = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff3402df90}, m_lexer = 0x7fff34110870, m_skipping = {d = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff3402d8d0}}, m_trueTest = {d = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff3402d940}}, m_ifLevel = 0, m_tokenBufferDepth = 0, m_tokenBuffer = 0x0, m_inPreprocessorDirective = true, m_markExpandedTokens = true, m_noLines = false, m_inCondition = false, m_offsetRef = 0, m_result = 0x7fffca7faa50, m_lineRef = 1, m_expansionStatus = CPlusPlus::Preprocessor::NotExpanding, m_currentExpansion = 0x7fffca7faa50, m_expansionResult = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff3418adb0}, m_expandedTokensInfo = {{d = 0x7ffff6809a40, p = 0x7ffff6809a40}}, m_includeGuardState = CPlusPlus::Preprocessor::State::IncludeGuardState_NoGuard, m_includeGuardMacroName = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x6179e0}}, ref = @0x2b24d80}
                savedUtf8FileName = {oldValue = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff3418aee0}, ref = @0x2b24d30}
                savedCurrentLine = {oldValue = 1, ref = @0x2b24d38}
                savedFileName = {oldValue = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x7fff34187190, static codecForCStrings = 0x0}, ref = @0x2b24d28}
                tk = {<CPlusPlus::Token> = {{flags = 65857, f = {kind = 65, newline = 1, whitespace = 0, joined = 0, expanded = 0, generated = 0, pad = 0, length = 1}}, offset = 793, {ptr = 0x1f, literal = 0x1f, number = 0x1f, string = 0x1f, identifier = 0x1f, close_brace = 31, lineno = 31}}, m_src = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34163b70}}
        #30 0x00007fffe55d659d in CPlusPlus::Preprocessor::run (this=0x2b24d60, fileName=..., source=..., noLines=false, markGeneratedTokens=true) at pp-engine.cpp:765
                preprocessed = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff340036f0}
                includeGuardMacroName = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x6179e0}
        #31 0x00007fffe5947d0f in CppTools::Internal::CppPreprocessor::sourceNeeded (this=0x2b24d00, line=2, fileName=..., type=CPlusPlus::Client::IncludeGlobal) at cpppreprocessor.cpp:443
                editorRevision = 0
                contents = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34163b70}
                anotherDoc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x2b24d28}, d = 0x7ffff630fba8}, <No data fields>}
                process = {<std::unary_function<QSharedPointer<CPlusPlus::Document>, void>> = {<No data fields>}, _modelManager = {o = 0x0}, _doc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x50}, d = 0x0}, <No data fields>}, _mode = 3}
                absoluteFileName = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x7fff3417ab90, static codecForCStrings = 0x0}
                info = {d_ptr = {d = 0x7fff34160f10}}
                previousDoc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x7fff34187070}, d = 0x7fff340ef310}, <No data fields>}
                preprocessedCode = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff340036f0}
                doc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x7fff34100c20}, d = 0x7fff3416eff0}, <No data fields>}
                hash = {d = 0x7fffca7fa200}
        #32 0x00007fffe55d75d3 in CPlusPlus::Preprocessor::handleIncludeDirective (this=0x2b24d60, tk=<optimized out>, includeNext=false) at pp-engine.cpp:1614
                inc = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x7fff3418af70, static codecForCStrings = 0x0}
                line = 2
                included = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34161b20}
                mode = CPlusPlus::Client::IncludeGlobal
        #33 0x00007fffe55d7dd5 in CPlusPlus::Preprocessor::handlePreprocessorDirective (this=0x2b24d60, tk=0x7fffca7fa6d0) at pp-engine.cpp:1562
                ppEndIf = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00ed270}
                ppUndef = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00e7e90}
                ppIncludeNext = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd014e040}
                ppImport = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd01770d0}
                poundToken = {<CPlusPlus::Token> = {{flags = 65857, f = {kind = 65, newline = 1, whitespace = 0, joined = 0, expanded = 0, generated = 0, pad = 0, length = 1}}, offset = 90, {ptr = 0x2, literal = 0x2, number = 0x2, string = 0x2, identifier = 0x2, close_brace = 2, lineno = 2}}, m_src = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff3402df90}}
                ppIf = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00b9780}
                ppIfDef = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd006a270}
                ppIfNDef = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd0178430}
                ppInclude = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd01c9c70}
                s = {oldValue = false, ref = @0x2b24db8}
                ppDefine = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd0138f60}
                ppElse = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd0080fb0}
                ppElif = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00c1d80}
        #34 0x00007fffe55d2d43 in CPlusPlus::Preprocessor::lex (this=0x2b24d60, tk=0x7fffca7fa6d0) at pp-engine.cpp:873
        No locals.
        #35 0x00007fffe55d584c in CPlusPlus::Preprocessor::preprocess (this=0x2b24d60, fileName=..., source=..., result=<optimized out>, includeGuardMacroName=0x7fffca7fa7a0, noLines=false, markGeneratedTokens=true, inCondition=false, offsetRef=0, lineRef=1) at pp-engine.cpp:1403
                macroExpanded = <optimized out>
                savedState = {oldValue = {m_currentFileName = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x7fff3418b920, static codecForCStrings = 0x0}, m_source = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff340f8f00}, m_lexer = 0x7fff3418b840, m_skipping = {d = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff341928a0}}, m_trueTest = {d = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34038e50}}, m_ifLevel = 1, m_tokenBufferDepth = 0, m_tokenBuffer = 0x0, m_inPreprocessorDirective = true, m_markExpandedTokens = true, m_noLines = false, m_inCondition = false, m_offsetRef = 0, m_result = 0x7fffca7fb2d0, m_lineRef = 1, m_expansionStatus = CPlusPlus::Preprocessor::NotExpanding, m_currentExpansion = 0x7fffca7fb2d0, m_expansionResult = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff341638e0}, m_expandedTokensInfo = {{d = 0x7ffff6809a40, p = 0x7ffff6809a40}}, m_includeGuardState = CPlusPlus::Preprocessor::State::IncludeGuardState_AfterDefine, m_includeGuardMacroName = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34163aa0}}, ref = @0x2b24d80}
                savedUtf8FileName = {oldValue = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34163a10}, ref = @0x2b24d30}
                savedCurrentLine = {oldValue = 1, ref = @0x2b24d38}
                savedFileName = {oldValue = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x7fff3418b920, static codecForCStrings = 0x0}, ref = @0x2b24d28}
                tk = {<CPlusPlus::Token> = {{flags = 65857, f = {kind = 65, newline = 1, whitespace = 0, joined = 0, expanded = 0, generated = 0, pad = 0, length = 1}}, offset = 115, {ptr = 0x3, literal = 0x3, number = 0x3, string = 0x3, identifier = 0x3, close_brace = 3, lineno = 3}}, m_src = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff3402df90}}
        #36 0x00007fffe55d659d in CPlusPlus::Preprocessor::run (this=0x2b24d60, fileName=..., source=..., noLines=false, markGeneratedTokens=true) at pp-engine.cpp:765
                preprocessed = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff3402d790}
                includeGuardMacroName = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x6179e0}
        #37 0x00007fffe5947d0f in CppTools::Internal::CppPreprocessor::sourceNeeded (this=0x2b24d00, line=3, fileName=..., type=CPlusPlus::Client::IncludeGlobal) at cpppreprocessor.cpp:443
                editorRevision = 0
                contents = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff3402df90}
                anotherDoc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x7fffca7fa930}, d = 0x7fff34188048}, <No data fields>}
                process = {<std::unary_function<QSharedPointer<CPlusPlus::Document>, void>> = {<No data fields>}, _modelManager = {o = 0x0}, _doc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x50}, d = 0x0}, <No data fields>}, _mode = 3}
                absoluteFileName = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x7fff34187190, static codecForCStrings = 0x0}
                info = {d_ptr = {d = 0x7fff341619d0}}
                previousDoc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x7fff34188010}, d = 0x7fff340f0480}, <No data fields>}
                preprocessedCode = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff3402d790}
                doc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x7fff34187070}, d = 0x7fff340ef310}, <No data fields>}
                hash = {d = 0x7fffca7faa80}
        #38 0x00007fffe55d75d3 in CPlusPlus::Preprocessor::handleIncludeDirective (this=0x2b24d60, tk=<optimized out>, includeNext=false) at pp-engine.cpp:1614
                inc = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x7fff34159eb0, static codecForCStrings = 0x0}
                line = 3
                included = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34159e60}
                mode = CPlusPlus::Client::IncludeGlobal
        #39 0x00007fffe55d7dd5 in CPlusPlus::Preprocessor::handlePreprocessorDirective (this=0x2b24d60, tk=0x7fffca7faf50) at pp-engine.cpp:1562
                ppEndIf = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00ed270}
                ppUndef = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00e7e90}
                ppIncludeNext = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd014e040}
                ppImport = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd01770d0}
                poundToken = {<CPlusPlus::Token> = {{flags = 65857, f = {kind = 65, newline = 1, whitespace = 0, joined = 0, expanded = 0, generated = 0, pad = 0, length = 1}}, offset = 60, {ptr = 0x3, literal = 0x3, number = 0x3, string = 0x3, identifier = 0x3, close_brace = 3, lineno = 3}}, m_src = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff340f8f00}}
                ppIf = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00b9780}
                ppIfDef = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd006a270}
                ppIfNDef = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd0178430}
                ppInclude = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd01c9c70}
                s = {oldValue = false, ref = @0x2b24db8}
                ppDefine = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd0138f60}
                ppElse = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd0080fb0}
                ppElif = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00c1d80}
        #40 0x00007fffe55d2d43 in CPlusPlus::Preprocessor::lex (this=0x2b24d60, tk=0x7fffca7faf50) at pp-engine.cpp:873
        No locals.
        #41 0x00007fffe55d584c in CPlusPlus::Preprocessor::preprocess (this=0x2b24d60, fileName=..., source=..., result=<optimized out>, includeGuardMacroName=0x7fffca7fb020, noLines=false, markGeneratedTokens=true, inCondition=false, offsetRef=0, lineRef=1) at pp-engine.cpp:1403
                macroExpanded = <optimized out>
                savedState = {oldValue = {m_currentFileName = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x2bb5f10, static codecForCStrings = 0x0}, m_source = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34135e60}, m_lexer = 0x7fff34187f80, m_skipping = {d = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34107e00}}, m_trueTest = {d = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34107e70}}, m_ifLevel = 0, m_tokenBufferDepth = 0, m_tokenBuffer = 0x0, m_inPreprocessorDirective = true, m_markExpandedTokens = true, m_noLines = false, m_inCondition = false, m_offsetRef = 0, m_result = 0x7fffca7fbb50, m_lineRef = 1, m_expansionStatus = CPlusPlus::Preprocessor::NotExpanding, m_currentExpansion = 0x7fffca7fbb50, m_expansionResult = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34187e50}, m_expandedTokensInfo = {{d = 0x7ffff6809a40, p = 0x7ffff6809a40}}, m_includeGuardState = CPlusPlus::Preprocessor::State::IncludeGuardState_NoGuard, m_includeGuardMacroName = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x6179e0}}, ref = @0x2b24d80}
                savedUtf8FileName = {oldValue = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff340f8700}, ref = @0x2b24d30}
                savedCurrentLine = {oldValue = 39, ref = @0x2b24d38}
                savedFileName = {oldValue = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x2bb5f10, static codecForCStrings = 0x0}, ref = @0x2b24d28}
                tk = {<CPlusPlus::Token> = {{flags = 65857, f = {kind = 65, newline = 1, whitespace = 0, joined = 0, expanded = 0, generated = 0, pad = 0, length = 1}}, offset = 98, {ptr = 0x4, literal = 0x4, number = 0x4, string = 0x4, identifier = 0x4, close_brace = 4, lineno = 4}}, m_src = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff340f8f00}}
        #42 0x00007fffe55d659d in CPlusPlus::Preprocessor::run (this=0x2b24d60, fileName=..., source=..., noLines=false, markGeneratedTokens=true) at pp-engine.cpp:765
                preprocessed = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34161df0}
                includeGuardMacroName = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x6179e0}
        #43 0x00007fffe5947d0f in CppTools::Internal::CppPreprocessor::sourceNeeded (this=0x2b24d00, line=41, fileName=..., type=CPlusPlus::Client::IncludeGlobal) at cpppreprocessor.cpp:443
                editorRevision = 0
                contents = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff340f8f00}
                anotherDoc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x2b24d28}, d = 0x7ffff630fba8}, <No data fields>}
                process = {<std::unary_function<QSharedPointer<CPlusPlus::Document>, void>> = {<No data fields>}, _modelManager = {o = 0x0}, _doc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x0}, d = 0x0}, <No data fields>}, _mode = CPlusPlus::Document::Unchecked}
                absoluteFileName = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x7fff3418b920, static codecForCStrings = 0x0}
                info = {d_ptr = {d = 0x7fff34038d70}}
                previousDoc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x7fff340ffb00}, d = 0x7fff3417e860}, <No data fields>}
                preprocessedCode = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34161df0}
                doc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x7fff34188010}, d = 0x7fff340f0480}, <No data fields>}
                hash = {d = 0x7fffca7fb300}
        #44 0x00007fffe55d75d3 in CPlusPlus::Preprocessor::handleIncludeDirective (this=0x2b24d60, tk=<optimized out>, includeNext=false) at pp-engine.cpp:1614
                inc = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x7fff34187fd0, static codecForCStrings = 0x0}
                line = 41
                included = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff3418e8d0}
                mode = CPlusPlus::Client::IncludeGlobal
        #45 0x00007fffe55d7dd5 in CPlusPlus::Preprocessor::handlePreprocessorDirective (this=0x2b24d60, tk=0x7fffca7fb7d0) at pp-engine.cpp:1562
                ppEndIf = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00ed270}
                ppUndef = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00e7e90}
                ppIncludeNext = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd014e040}
                ppImport = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd01770d0}
                poundToken = {<CPlusPlus::Token> = {{flags = 65857, f = {kind = 65, newline = 1, whitespace = 0, joined = 0, expanded = 0, generated = 0, pad = 0, length = 1}}, offset = 1995, {ptr = 0x29, literal = 0x29, number = 0x29, string = 0x29, identifier = 0x29, close_brace = 41, lineno = 41}}, m_src = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34135e60}}
                ppIf = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00b9780}
                ppIfDef = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd006a270}
                ppIfNDef = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd0178430}
                ppInclude = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd01c9c70}
                s = {oldValue = false, ref = @0x2b24db8}
                ppDefine = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd0138f60}
                ppElse = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd0080fb0}
                ppElif = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fffd00c1d80}
        #46 0x00007fffe55d2d43 in CPlusPlus::Preprocessor::lex (this=0x2b24d60, tk=0x7fffca7fb7d0) at pp-engine.cpp:873
        No locals.
        #47 0x00007fffe55d584c in CPlusPlus::Preprocessor::preprocess (this=0x2b24d60, fileName=..., source=..., result=<optimized out>, includeGuardMacroName=0x7fffca7fb8a0, noLines=false, markGeneratedTokens=true, inCondition=false, offsetRef=0, lineRef=1) at pp-engine.cpp:1403
                macroExpanded = <optimized out>
                savedState = {oldValue = {m_currentFileName = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x617860, static codecForCStrings = 0x0}, m_source = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x6179e0}, m_lexer = 0x0, m_skipping = {d = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x29610e0}}, m_trueTest = {d = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x257e060}}, m_ifLevel = 0, m_tokenBufferDepth = 0, m_tokenBuffer = 0x0, m_inPreprocessorDirective = false, m_markExpandedTokens = true, m_noLines = false, m_inCondition = false, m_offsetRef = 0, m_result = 0x0, m_lineRef = 1, m_expansionStatus = CPlusPlus::Preprocessor::NotExpanding, m_currentExpansion = 0x0, m_expansionResult = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x25d1420}, m_expandedTokensInfo = {{d = 0x7ffff6809a40, p = 0x7ffff6809a40}}, m_includeGuardState = CPlusPlus::Preprocessor::State::IncludeGuardState_BeforeIfndef, m_includeGuardMacroName = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x6179e0}}, ref = @0x2b24d80}
                savedUtf8FileName = {oldValue = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x6179e0}, ref = @0x2b24d30}
                savedCurrentLine = {oldValue = 0, ref = @0x2b24d38}
                savedFileName = {oldValue = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x617860, static codecForCStrings = 0x0}, ref = @0x2b24d28}
                tk = {<CPlusPlus::Token> = {{flags = 65857, f = {kind = 65, newline = 1, whitespace = 0, joined = 0, expanded = 0, generated = 0, pad = 0, length = 1}}, offset = 2017, {ptr = 0x2b, literal = 0x2b, number = 0x2b, string = 0x2b, identifier = 0x2b, close_brace = 43, lineno = 43}}, m_src = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34135e60}}
        #48 0x00007fffe55d659d in CPlusPlus::Preprocessor::run (this=0x2b24d60, fileName=..., source=..., noLines=false, markGeneratedTokens=true) at pp-engine.cpp:765
                preprocessed = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff3400dda0}
                includeGuardMacroName = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x6179e0}
        #49 0x00007fffe5947d0f in CppTools::Internal::CppPreprocessor::sourceNeeded (this=0x2b24d00, line=0, fileName=..., type=CPlusPlus::Client::IncludeGlobal) at cpppreprocessor.cpp:443
                editorRevision = 0
                contents = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff34135e60}
                anotherDoc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x0}, d = 0x0}, <No data fields>}
                process = {<std::unary_function<QSharedPointer<CPlusPlus::Document>, void>> = {<No data fields>}, _modelManager = {o = 0xde0150}, _doc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x7fff34168f70}, d = 0x7fff34150930}, <No data fields>}, _mode = CPlusPlus::Document::FullCheck}
                absoluteFileName = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x2bb5f10, static codecForCStrings = 0x0}
                info = {d_ptr = {d = 0x7fff34107cb0}}
                previousDoc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x0}, d = 0x0}, <No data fields>}
                preprocessedCode = {static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x6179f8 "", array = ""}, static shared_empty = {ref = {_q_value = 71}, alloc = 0, size = 0, data = 0x7ffff68098d8 "", array = ""}, d = 0x7fff3400dda0}
                doc = {<QtSharedPointer::ExternalRefCount<CPlusPlus::Document>> = {<QtSharedPointer::Basic<CPlusPlus::Document>> = {value = 0x7fff340ffb00}, d = 0x7fff3417e860}, <No data fields>}
                hash = {d = 0x7fff3410f2d0}
        #50 0x00007fffe5945e1e in CppTools::Internal::CppPreprocessor::run (this=0x2b24d00, fileName=...) at cpppreprocessor.cpp:160
        No locals.
        #51 0x00007fffe58bf967 in (anonymous namespace)::parse (future=..., preproc=0x2b24d00, files=...) at builtinindexingsupport.cpp:68
                fileName = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x2bb5f10, static codecForCStrings = 0x0}
                isSourceFile = true
                i = 0
                conf = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0xb7f760, static codecForCStrings = 0x0}
                processingHeaders = false
                sources = {<QList<QString>> = {{p = {static shared_null = {ref = {_q_value = 1}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0x7fff341670d0}, d = 0x7fff341670d0}}, <No data fields>}
                headers = {<QList<QString>> = {{p = {static shared_null = {ref = {_q_value = 1}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0x7fff3420a330}, d = 0x7fff3420a330}}, <No data fields>}
                sourceCount = 2
        #52 0x00007fffe58c59b4 in QtConcurrent::StoredInterfaceFunctionCall2<void, void (*)(QFutureInterface<void>&, CppTools::Internal::CppPreprocessor*, QStringList), CppTools::Internal::CppPreprocessor*, QStringList>::run (this=0x2098250) at ../../libs/utils/runextensions.h:162
        No locals.
        #53 0x00007ffff63073d1 in QThreadPoolThread::run (this=0x28819c0) at concurrent/qthreadpool.cpp:108
                autoDelete = true
                r = 0x2098250
                expired = false
                locker = {val = 6862440}
        #54 0x00007ffff6318304 in QThreadPrivate::start (arg=0x28819c0) at thread/qthread_unix.cpp:349
                __clframe = {__cancel_routine = 0x7ffff6318386 <QThreadPrivate::finish(void*)>, __cancel_arg = 0x28819c0, __do_it = 1, __cancel_type = 32767}
                thr = 0x28819c0
                data = 0x21c6170
                objectName = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x26419f0, static codecForCStrings = 0x0}
        #55 0x00007ffff6061e9a in start_thread (arg=0x7fffca7fc700) at pthread_create.c:308
                __res = <optimized out>
                pd = 0x7fffca7fc700
                now = <optimized out>
                unwind_buf = {cancel_jmp_buf = {{jmp_buf = {1, -7715467673861532646, 140737488339648, 140736590760384, 43248624, 3, 7715426989835375642, 7715452361283032090}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
                not_first_call = 0
                pagesize_m1 = <optimized out>
                sp = <optimized out>
                freesize = <optimized out>
                __PRETTY_FUNCTION__ = "start_thread"
        #56 0x00007ffff58783fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
        No locals.
        #57 0x0000000000000000 in ?? ()
        No symbol table info available.
        
        Thread 6 (Thread 0x7fffcb7fe700 (LWP 25741)):
        #0  0x00007ffff5871763 in select () at ../sysdeps/unix/syscall-template.S:82
        No locals.
        #1  0x00007ffff6487aa3 in qt_safe_select (nfds=153, fdread=0x7fffbc000a98, fdwrite=0x7fffbc000d30, fdexcept=0x7fffbc000fc8, orig_timeout=0x0) at kernel/qcore_unix.cpp:79
                ret = -162998886
                start = {tv_sec = 22489, tv_usec = 523581}
                timeout = {tv_sec = 22489, tv_usec = 523581}
                ret = 0
        #2  0x00007ffff648c7ac in QEventDispatcherUNIX::select (this=0x7fffbc0008c0, nfds=153, readfds=0x7fffbc000a98, writefds=0x7fffbc000d30, exceptfds=0x7fffbc000fc8, timeout=0x0) at kernel/qeventdispatcher_unix.cpp:649
        No locals.
        #3  0x00007ffff648b235 in QEventDispatcherUNIXPrivate::doSelect (this=0x7fffbc0008e0, flags=..., timeout=0x0) at kernel/qeventdispatcher_unix.cpp:223
                highest = 152
                wakeUpFd = 152
                q = 0x7fffbc0008c0
                nsel = 6387992
                nevents = 8
        #4  0x00007ffff648d738 in QEventDispatcherUNIX::processEvents (this=0x7fffbc0008c0, flags=...) at kernel/qeventdispatcher_unix.cpp:936
                tm = 0x0
                wait_tm = {tv_sec = 0, tv_usec = 0}
                d = 0x7fffbc0008e0
                nevents = 0
                canWait = true
        #5  0x00007ffff644c3c8 in QEventLoop::processEvents (this=0x7fffcb7fdd40, flags=...) at kernel/qeventloop.cpp:149
                d = 0x7fffbc001470
        #6  0x00007ffff644c552 in QEventLoop::exec (this=0x7fffcb7fdd40, flags=...) at kernel/qeventloop.cpp:204
                d = 0x7fffbc001470
                locker = {val = 38652072}
                app = 0x7fffffffd2d0
                eventLoop = 0x7ffff644c22d
        #7  0x00007ffff6315999 in QThread::exec (this=0x204e690) at thread/qthread.cpp:537
                d = 0x24dc820
                locker = {val = 38652072}
                eventLoop = {<QObject> = {_vptr.QObject = 0x7ffff6803790, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6554940 "QObject", data = 0x7ffff6554880, extradata = 0x7ffff6800b40}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff646ee2e <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, d_ptr = {d = 0x7fffbc001470}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6562800 "Qt", data = 0x7ffff6560220, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x617920, stringdata = 0x7ffff656a910 "QEventLoop", data = 0x7ffff656a8c0, extradata = 0x7ffff6803740}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff64cc2f4 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}}
                returnCode = 32767
        #8  0x00007ffff6427667 in QInotifyFileSystemWatcherEngine::run (this=0x204e690) at io/qfilesystemwatcher_inotify.cpp:256
                sn = {<QObject> = {_vptr.QObject = 0x7ffff6803a50, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6554940 "QObject", data = 0x7ffff6554880, extradata = 0x7ffff6800b40}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff646ee2e <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, d_ptr = {d = 0x7fffbc0012b0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6562800 "Qt", data = 0x7ffff6560220, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x617920, stringdata = 0x7ffff656bd20 "QSocketNotifier", data = 0x7ffff656bca0, extradata = 0x7ffff6803a00}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff64cc988 <QSocketNotifier::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, sockfd = 150, sntype = QSocketNotifier::Read, snenabled = true}
        #9  0x00007ffff6318304 in QThreadPrivate::start (arg=0x204e690) at thread/qthread_unix.cpp:349
                __clframe = {__cancel_routine = 0x7ffff6318386 <QThreadPrivate::finish(void*)>, __cancel_arg = 0x204e690, __do_it = 1, __cancel_type = 0}
                thr = 0x204e690
                data = 0x20ca150
                objectName = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x617860, static codecForCStrings = 0x0}
        #10 0x00007ffff6061e9a in start_thread (arg=0x7fffcb7fe700) at pthread_create.c:308
                __res = <optimized out>
                pd = 0x7fffcb7fe700
                now = <optimized out>
                unwind_buf = {cancel_jmp_buf = {{jmp_buf = {1, -7715467673861532646, 140737488333008, 140736607545792, 0, 3, 7715424794033345562, 7715452361283032090}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
                not_first_call = 0
                pagesize_m1 = <optimized out>
                sp = <optimized out>
                freesize = <optimized out>
                __PRETTY_FUNCTION__ = "start_thread"
        #11 0x00007ffff58783fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
        No locals.
        #12 0x0000000000000000 in ?? ()
        No symbol table info available.
        
        Thread 5 (Thread 0x7fffcbfff700 (LWP 25681)):
        #0  0x00007ffff5871763 in select () at ../sysdeps/unix/syscall-template.S:82
        No locals.
        #1  0x00007ffff6487aa3 in qt_safe_select (nfds=36, fdread=0x7fffc4000a98, fdwrite=0x7fffc4000d30, fdexcept=0x7fffc4000fc8, orig_timeout=0x0) at kernel/qcore_unix.cpp:79
                ret = -162998886
                start = {tv_sec = 22385, tv_usec = 738129}
                timeout = {tv_sec = 22385, tv_usec = 738129}
                ret = 0
        #2  0x00007ffff648c7ac in QEventDispatcherUNIX::select (this=0x7fffc40008c0, nfds=36, readfds=0x7fffc4000a98, writefds=0x7fffc4000d30, exceptfds=0x7fffc4000fc8, timeout=0x0) at kernel/qeventdispatcher_unix.cpp:649
        No locals.
        #3  0x00007ffff648b235 in QEventDispatcherUNIXPrivate::doSelect (this=0x7fffc40008e0, flags=..., timeout=0x0) at kernel/qeventdispatcher_unix.cpp:223
                highest = 35
                wakeUpFd = 35
                q = 0x7fffc40008c0
                nsel = 6387992
                nevents = 8
        #4  0x00007ffff648d738 in QEventDispatcherUNIX::processEvents (this=0x7fffc40008c0, flags=...) at kernel/qeventdispatcher_unix.cpp:936
                tm = 0x0
                wait_tm = {tv_sec = 0, tv_usec = 0}
                d = 0x7fffc40008e0
                nevents = 0
                canWait = true
        #5  0x00007ffff644c3c8 in QEventLoop::processEvents (this=0x7fffcbffed40, flags=...) at kernel/qeventloop.cpp:149
                d = 0x7fffc4001470
        #6  0x00007ffff644c552 in QEventLoop::exec (this=0x7fffcbffed40, flags=...) at kernel/qeventloop.cpp:204
                d = 0x7fffc4001470
                locker = {val = 33877832}
                app = 0x7fffffffd2d0
                eventLoop = 0x7ffff644c22d
        #7  0x00007ffff6315999 in QThread::exec (this=0x204f070) at thread/qthread.cpp:537
                d = 0x204eec0
                locker = {val = 33877832}
                eventLoop = {<QObject> = {_vptr.QObject = 0x7ffff6803790, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6554940 "QObject", data = 0x7ffff6554880, extradata = 0x7ffff6800b40}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff646ee2e <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, d_ptr = {d = 0x7fffc4001470}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6562800 "Qt", data = 0x7ffff6560220, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x617920, stringdata = 0x7ffff656a910 "QEventLoop", data = 0x7ffff656a8c0, extradata = 0x7ffff6803740}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff64cc2f4 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}}
                returnCode = 32767
        #8  0x00007ffff6427667 in QInotifyFileSystemWatcherEngine::run (this=0x204f070) at io/qfilesystemwatcher_inotify.cpp:256
                sn = {<QObject> = {_vptr.QObject = 0x7ffff6803a50, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6554940 "QObject", data = 0x7ffff6554880, extradata = 0x7ffff6800b40}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff646ee2e <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, d_ptr = {d = 0x7fffc40012b0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6562800 "Qt", data = 0x7ffff6560220, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x617920, stringdata = 0x7ffff656bd20 "QSocketNotifier", data = 0x7ffff656bca0, extradata = 0x7ffff6803a00}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff64cc988 <QSocketNotifier::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, sockfd = 34, sntype = QSocketNotifier::Read, snenabled = true}
        #9  0x00007ffff6318304 in QThreadPrivate::start (arg=0x204f070) at thread/qthread_unix.cpp:349
                __clframe = {__cancel_routine = 0x7ffff6318386 <QThreadPrivate::finish(void*)>, __cancel_arg = 0x204f070, __do_it = 1, __cancel_type = 0}
                thr = 0x204f070
                data = 0x204eca0
                objectName = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x617860, static codecForCStrings = 0x0}
        #10 0x00007ffff6061e9a in start_thread (arg=0x7fffcbfff700) at pthread_create.c:308
                __res = <optimized out>
                pd = 0x7fffcbfff700
                now = <optimized out>
                unwind_buf = {cancel_jmp_buf = {{jmp_buf = {1, -7715467673861532646, 140737488329728, 140736615938496, 0, 3, 7715423693984846874, 7715452361283032090}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
                not_first_call = 0
                pagesize_m1 = <optimized out>
                sp = <optimized out>
                freesize = <optimized out>
                __PRETTY_FUNCTION__ = "start_thread"
        #11 0x00007ffff58783fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
        No locals.
        #12 0x0000000000000000 in ?? ()
        No symbol table info available.
        
        Thread 3 (Thread 0x7fffdab33700 (LWP 25622)):
        #0  0x00007ffff5871763 in select () at ../sysdeps/unix/syscall-template.S:82
        No locals.
        #1  0x00007ffff6487aa3 in qt_safe_select (nfds=19, fdread=0x7fffcc000a98, fdwrite=0x7fffcc000d30, fdexcept=0x7fffcc000fc8, orig_timeout=0x0) at kernel/qcore_unix.cpp:79
                ret = -872411064
                start = {tv_sec = 22490, tv_usec = 7591}
                timeout = {tv_sec = 22490, tv_usec = 7591}
                ret = 0
        #2  0x00007ffff648c7ac in QEventDispatcherUNIX::select (this=0x7fffcc0008c0, nfds=19, readfds=0x7fffcc000a98, writefds=0x7fffcc000d30, exceptfds=0x7fffcc000fc8, timeout=0x0) at kernel/qeventdispatcher_unix.cpp:649
        No locals.
        #3  0x00007ffff648b235 in QEventDispatcherUNIXPrivate::doSelect (this=0x7fffcc0008e0, flags=..., timeout=0x0) at kernel/qeventdispatcher_unix.cpp:223
                highest = 18
                wakeUpFd = 18
                q = 0x7fffcc0008c0
                nsel = 6387992
                nevents = 8
        #4  0x00007ffff648d738 in QEventDispatcherUNIX::processEvents (this=0x7fffcc0008c0, flags=...) at kernel/qeventdispatcher_unix.cpp:936
                tm = 0x0
                wait_tm = {tv_sec = 0, tv_usec = 0}
                d = 0x7fffcc0008e0
                nevents = 0
                canWait = true
        #5  0x00007ffff644c3c8 in QEventLoop::processEvents (this=0x7fffdab32d70, flags=...) at kernel/qeventloop.cpp:149
                d = 0x7fffcc0012b0
        #6  0x00007ffff644c552 in QEventLoop::exec (this=0x7fffdab32d70, flags=...) at kernel/qeventloop.cpp:204
                d = 0x7fffcc0012b0
                locker = {val = 17752968}
                app = 0x7fffffffd2d0
                eventLoop = 0x7fffcc0012b0
        #7  0x00007ffff6315999 in QThread::exec (this=0x10edb50) at thread/qthread.cpp:537
                d = 0x10ee300
                locker = {val = 17752968}
                eventLoop = {<QObject> = {_vptr.QObject = 0x7ffff6803790, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6554940 "QObject", data = 0x7ffff6554880, extradata = 0x7ffff6800b40}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff646ee2e <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, d_ptr = {d = 0x7fffcc0012b0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6562800 "Qt", data = 0x7ffff6560220, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x617920, stringdata = 0x7ffff656a910 "QEventLoop", data = 0x7ffff656a8c0, extradata = 0x7ffff6803740}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff64cc2f4 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}}
                returnCode = 0
        #8  0x00007ffff6315b38 in QThread::run (this=0x10edb50) at thread/qthread.cpp:604
        No locals.
        #9  0x00007ffff6318304 in QThreadPrivate::start (arg=0x10edb50) at thread/qthread_unix.cpp:349
                __clframe = {__cancel_routine = 0x7ffff6318386 <QThreadPrivate::finish(void*)>, __cancel_arg = 0x10edb50, __do_it = 1, __cancel_type = 0}
                thr = 0x10edb50
                data = 0x10ee470
                objectName = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x617860, static codecForCStrings = 0x0}
        #10 0x00007ffff6061e9a in start_thread (arg=0x7fffdab33700) at pthread_create.c:308
                __res = <optimized out>
                pd = 0x7fffdab33700
                now = <optimized out>
                unwind_buf = {cancel_jmp_buf = {{jmp_buf = {1, -7715467673861532646, 140737488342880, 140736862566848, 0, 3, 7715390057948468250, 7715452361283032090}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
                not_first_call = 0
                pagesize_m1 = <optimized out>
                sp = <optimized out>
                freesize = <optimized out>
                __PRETTY_FUNCTION__ = "start_thread"
        #11 0x00007ffff58783fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
        No locals.
        #12 0x0000000000000000 in ?? ()
        No symbol table info available.
        
        Thread 2 (Thread 0x7fffdb334700 (LWP 25620)):
        #0  0x00007ffff5871763 in select () at ../sysdeps/unix/syscall-template.S:82
        No locals.
        #1  0x00007ffff6421a8c in QProcessManager::run (this=0x7ffff680a840) at io/qprocess_unix.cpp:270
                readset = {fds_bits = {128, 0 <repeats 15 times>}}
                nselect = 1
                c = 0 '\000'
        #2  0x00007ffff6318304 in QThreadPrivate::start (arg=0x7ffff680a840) at thread/qthread_unix.cpp:349
                __clframe = {__cancel_routine = 0x7ffff6318386 <QThreadPrivate::finish(void*)>, __cancel_arg = 0x7ffff680a840, __do_it = 1, __cancel_type = 0}
                thr = 0x7ffff680a840
                data = 0x61b540
                objectName = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x617860, static codecForCStrings = 0x0}
        #3  0x00007ffff6061e9a in start_thread (arg=0x7fffdb334700) at pthread_create.c:308
                __res = <optimized out>
                pd = 0x7fffdb334700
                now = <optimized out>
                unwind_buf = {cancel_jmp_buf = {{jmp_buf = {1, -7715467673861532646, 140737488342000, 140736870959552, 0, 3, 7715388957899969562, 7715452361283032090}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
                not_first_call = 0
                pagesize_m1 = <optimized out>
                sp = <optimized out>
                freesize = <optimized out>
                __PRETTY_FUNCTION__ = "start_thread"
        #4  0x00007ffff58783fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
        No locals.
        #5  0x0000000000000000 in ?? ()
        No symbol table info available.
        
        Thread 1 (Thread 0x7ffff7fd2780 (LWP 25613)):
        #0  0x0000000000407e3f in QBasicAtomicInt::deref (this=0x0) at /depot/fkleint/qt-48/include/QtCore/../../src/corelib/arch/qatomic_x86_64.h:133
                ret = 1 '\001'
        #1  0x00007ffff63719f6 in QString::operator= (this=0x23238f8, other=...) at tools/qstring.cpp:1411
        No locals.
        #2  0x00007fffe4f5425e in QtSupport::CustomExecutableRunConfiguration::ensureConfigured (this=0x23238b0, errorMessage=0x7fffffffb5a0) at customexecutablerunconfiguration.cpp:162
                dialog = {<QDialog> = {<QWidget> = {<QObject> = {_vptr.QObject = 0x7fffe51bf350, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6554940 "QObject", data = 0x7ffff6554880, extradata = 0x7ffff6800b40}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff646ee2e <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, d_ptr = {d = 0x25c50b0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6562800 "Qt", data = 0x7ffff6560220, extradata = 0x0}}}, <QPaintDevice> = {_vptr.QPaintDevice = 0x7fffe51bf528, painters = 0}, static staticMetaObject = {d = {superdata = 0x617920, stringdata = 0x7ffff76426c0 "QWidget", data = 0x7ffff7642200, extradata = 0x7ffff7b411c0}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff6e3e2f8 <QWidget::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, data = 0x25c51f8}, static staticMetaObject = {d = {superdata = 0x7ffff7b411e0, stringdata = 0x7ffff76b1bc0 "QDialog", data = 0x7ffff76b1aa0, extradata = 0x7ffff7b55320}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff740528a <QDialog::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}}, static staticMetaObject = {d = {superdata = 0x7ffff7b55340, stringdata = 0x7fffe4f821e0 "CustomExecutableDialog", data = 0x7fffe4f82180, extradata = 0x7fffe51bf300}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7fffe4f55844 <CustomExecutableDialog::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, m_dialogButtonBox = 0x20dee20, m_runConfiguration = 0x23238b0}
                oldExecutable = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x617860, static codecForCStrings = 0x0}
                oldWorkingDirectory = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x2632440, static codecForCStrings = 0x0}
                oldCmdArguments = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x617860, static codecForCStrings = 0x0}
        #3  0x00007fffe62cfb58 in ProjectExplorer::ProjectExplorerPlugin::executeRunConfiguration (this=0xb7bdf0, runConfiguration=0x23238b0, runMode=ProjectExplorer::NormalRunMode) at projectexplorer.cpp:1679
                errorMessage = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x7ffff6809a20, static codecForCStrings = 0x0}
        #4  0x00007fffe62d4d10 in ProjectExplorer::ProjectExplorerPlugin::runRunConfiguration (this=0xb7bdf0, rc=0x23238b0, runMode=ProjectExplorer::NormalRunMode, forceSkipDeploy=false) at projectexplorer.cpp:2310
                stepIds = {{p = {static shared_null = {ref = {_q_value = 1}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0x617900}, d = 0x617900}}
                pro = 0x2166230
                queueCount = 0
        #5  0x00007fffe62d4b8e in ProjectExplorer::ProjectExplorerPlugin::runProject (this=0xb7bdf0, pro=0x2166230, mode=ProjectExplorer::NormalRunMode, forceSkipDeploy=false) at projectexplorer.cpp:2282
                rc = 0x23238b0
                target = 0x2c8c9a0
        #6  0x00007fffe62d39ae in ProjectExplorer::ProjectExplorerPlugin::runProject (this=0xb7bdf0) at projectexplorer.cpp:2149
        No locals.
        #7  0x00007fffe648b613 in ProjectExplorer::ProjectExplorerPlugin::qt_static_metacall (_o=0xb7bdf0, _c=QMetaObject::InvokeMetaMethod, _id=43, _a=0x7fffffffb820) at .moc/debug-shared/moc_projectexplorer.cpp:280
                _t = 0xb7bdf0
        #8  0x00007ffff646d572 in QMetaObject::activate (sender=0xd4c7c0, m=0x7ffff7b3ef20, local_signal_index=1, argv=0x7fffffffb820) at kernel/qobject.cpp:3539
                receiverInSameThread = true
                previousSender = 0x0
                callFunction = 0x7fffe648b1bc <ProjectExplorer::ProjectExplorerPlugin::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>
                receiver = 0xb7bdf0
                currentSender = {sender = 0xd4c7c0, signal = 5, ref = 1}
                method_relative = 43
                c = 0xda7c80
                last = 0xda7c80
                methodOffset = 4
                signal_absolute_index = 5
                empty_argv = {0x0}
                locker = {val = 8810496}
                connectionLists = 0xd4dbf0
                list = 0xd4dc60
                signalOffset = 2
                signal_index = 3
                currentThreadId = 140737353951104
        #9  0x00007ffff6dc26bc in QAction::triggered (this=0xd4c7c0, _t1=false) at .moc/debug-shared/moc_qaction.cpp:276
                _a = {0x0, 0x7fffffffb814}
        #10 0x00007ffff6dc1c98 in QAction::qt_static_metacall (_o=0xd4c7c0, _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0x7fffffffb990) at .moc/debug-shared/moc_qaction.cpp:143
                _t = 0xd4c7c0
        #11 0x00007ffff646d572 in QMetaObject::activate (sender=0xd4d6a0, m=0x7ffff7b3ef20, local_signal_index=1, argv=0x7fffffffb990) at kernel/qobject.cpp:3539
                receiverInSameThread = true
                previousSender = 0x0
                callFunction = 0x7ffff6dc1bd8 <QAction::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>
                receiver = 0xd4c7c0
                currentSender = {sender = 0xd4d6a0, signal = 5, ref = 1}
                method_relative = 1
                c = 0xd4dcd0
                last = 0xd4dcd0
                methodOffset = 4
                signal_absolute_index = 5
                empty_argv = {0x0}
                locker = {val = 12511360}
                connectionLists = 0xd4d880
                list = 0xd4dd60
                signalOffset = 2
                signal_index = 3
                currentThreadId = 140737353951104
        #12 0x00007ffff6dc26bc in QAction::triggered (this=0xd4d6a0, _t1=false) at .moc/debug-shared/moc_qaction.cpp:276
                _a = {0x0, 0x7fffffffb984}
        #13 0x00007ffff6dc197c in QAction::activate (this=0xd4d6a0, event=QAction::Trigger) at kernel/qaction.cpp:1257
                guard = 0xd4d6a0
                d = 0xd4d6e0
        #14 0x00007ffff6dc2cd9 in QAction::trigger (this=0xd4d6a0) at kernel/qaction.h:218
        No locals.
        #15 0x00007ffff73ad00d in QToolButton::nextCheckState (this=0xd4d980) at widgets/qtoolbutton.cpp:1152
                d = 0xd4e4a0
        #16 0x00007ffff72aa27e in QAbstractButtonPrivate::click (this=0xd4e4a0) at widgets/qabstractbutton.cpp:530
                q = 0xd4d980
                changeState = true
                guard = {o = 0xd4d980}
        #17 0x00007ffff72ab7cf in QAbstractButton::mouseReleaseEvent (this=0xd4d980, e=0x7fffffffc5b0) at widgets/qabstractbutton.cpp:1123
                d = 0xd4e4a0
        #18 0x00007ffff73ab98f in QToolButton::mouseReleaseEvent (this=0xd4d980, e=0x7fffffffc5b0) at widgets/qtoolbutton.cpp:723
                d = 0xd4e4a0
        #19 0x00007ffff6e36d11 in QWidget::event (this=0xd4d980, event=0x7fffffffc5b0) at kernel/qwidget.cpp:8376
                d = 0xd4e4a0
        #20 0x00007ffff72ab625 in QAbstractButton::event (this=0xd4d980, e=0x7fffffffc5b0) at widgets/qabstractbutton.cpp:1082
        No locals.
        #21 0x00007ffff73ad083 in QToolButton::event (this=0xd4d980, event=0x7fffffffc5b0) at widgets/qtoolbutton.cpp:1168
        No locals.
        #22 0x00007fffec4bdeb3 in Core::Internal::FancyToolButton::event (this=0xd4d980, e=0x7fffffffc5b0) at fancyactionbar.cpp:87
        No locals.
        #23 0x00007ffff6dd1e18 in QApplicationPrivate::notify_helper (this=0x6194b0, receiver=0xd4d980, e=0x7fffffffc5b0) at kernel/qapplication.cpp:4562
                consumed = false
        #24 0x00007ffff6dcfd9d in QApplication::notify (this=0x7fffffffd2d0, receiver=0xd4d980, e=0x7fffffffc5b0) at kernel/qapplication.cpp:4105
                me = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x7ffff7b3f9b0, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff656b100 "QEvent", data = 0x7ffff656ab60, extradata = 0x0}}, d = 0x0, t = 3, posted = 0, spont = 1, m_accept = 1, reserved = 8191}, modState = {i = 0}}, p = {xp = 38, yp = 22}, g = {xp = 232, yp = 950}, b = Qt::LeftButton, mouseState = {i = 0}}
                w = 0xd4d980
                mouse = 0x7fffffffc5b0
                eventAccepted = true
                relpos = {xp = 38, yp = 22}
                pw = {o = 0xd4d980}
                d = 0x6194b0
                res = false
        #25 0x00007ffff644eee4 in QCoreApplication::notifyInternal (this=0x7fffffffd2d0, receiver=0xd4d980, event=0x7fffffffc5b0) at kernel/qcoreapplication.cpp:953
                threadData = 0x618d80
                returnValue = false
                result = false
                cbdata = {0xd4d980, 0x7fffffffc5b0, 0x7fffffffc47e}
                d = 0xd4e4a0
        #26 0x00007ffff6dd4db9 in QCoreApplication::sendSpontaneousEvent (receiver=0xd4d980, event=0x7fffffffc5b0) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:234
        No locals.
        #27 0x00007ffff6dce3c9 in QApplicationPrivate::sendMouseEvent (receiver=0xd4d980, event=0x7fffffffc5b0, alienWidget=0xd4d980, nativeWidget=0x81c380, buttonDown=0x7ffff7b8c218, lastMouseReceiver=..., spontaneous=true) at kernel/qapplication.cpp:3171
                alienGuard = {o = 0xd4d980}
                receiverGuard = {o = 0xd4d980}
                nativeGuard = {o = 0x81c380}
                activePopupWidget = {o = 0x0}
                graphicsWidget = false
                wasLeaveAfterRelease = true
                result = 127
        #28 0x00007ffff6e70cfe in QETWidget::translateMouseEvent (this=0x81c380, event=0x7fffffffd090) at kernel/qapplication_x11.cpp:4519
                alienWidget = 0xd4d980
                widget = 0xd4d980
                oldOpenPopupCount = 7
                e = {<QInputEvent> = {<QEvent> = {_vptr.QEvent = 0x7ffff7b3f9b0, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff656b100 "QEvent", data = 0x7ffff656ab60, extradata = 0x0}}, d = 0x0, t = 3, posted = 0, spont = 1, m_accept = 1, reserved = 0}, modState = {i = 0}}, p = {xp = 38, yp = 22}, g = {xp = 232, yp = 950}, b = Qt::LeftButton, mouseState = {i = 0}}
                type = QEvent::MouseButtonRelease
                globalPos = {xp = 232, yp = 950}
                button = Qt::LeftButton
                buttons = {i = 0}
                nextEvent = {type = -11568, xany = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, window = 140737488341136}, xkey = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, window = 140737488341136, root = 140737335074328, subwindow = 0, time = 36822944, x = 7805680, y = 0, x_root = 6395056, y_root = 0, state = 0, keycode = 1, same_screen = 7805680}, xbutton = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, window = 140737488341136, root = 140737335074328, subwindow = 0, time = 36822944, x = 7805680, y = 0, x_root = 6395056, y_root = 0, state = 0, button = 1, same_screen = 7805680}, xmotion = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, window = 140737488341136, root = 140737335074328, subwindow = 0, time = 36822944, x = 7805680, y = 0, x_root = 6395056, y_root = 0, state = 0, is_hint = 1 '\001', same_screen = 7805680}, xcrossing = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, window = 140737488341136, root = 140737335074328, subwindow = 0, time = 36822944, x = 7805680, y = 0, x_root = 6395056, y_root = 0, mode = 0, detail = 1, same_screen = 7805680, focus = 0, state = 7806800}, xfocus = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, window = 140737488341136, mode = -153281000, detail = 32767}, xexpose = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, window = 140737488341136, x = -153281000, y = 32767, width = 0, height = 0, count = 36822944}, xgraphicsexpose = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, drawable = 140737488341136, x = -153281000, y = 32767, width = 0, height = 0, count = 36822944, major_code = 0, minor_code = 7805680}, xnoexpose = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, drawable = 140737488341136, major_code = -153281000, minor_code = 32767}, xvisibility = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, window = 140737488341136, state = -153281000}, xcreatewindow = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, parent = 140737488341136, window = 140737335074328, x = 0, y = 0, width = 36822944, height = 0, border_width = 7805680, override_redirect = 0}, xdestroywindow = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, event = 140737488341136, window = 140737335074328}, xunmap = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, event = 140737488341136, window = 140737335074328, from_configure = 0}, xmap = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, event = 140737488341136, window = 140737335074328, override_redirect = 0}, xmaprequest = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, parent = 140737488341136, window = 140737335074328}, xreparent = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, event = 140737488341136, window = 140737335074328, parent = 0, x = 36822944, y = 0, override_redirect = 7805680}, xconfigure = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, event = 140737488341136, window = 140737335074328, x = 0, y = 0, width = 36822944, height = 0, border_width = 7805680, above = 6395056, override_redirect = 0}, xgravity = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, event = 140737488341136, window = 140737335074328, x = 0, y = 0}, xresizerequest = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, window = 140737488341136, width = -153281000, height = 32767}, xconfigurerequest = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, parent = 140737488341136, window = 140737335074328, x = 0, y = 0, width = 36822944, height = 0, border_width = 7805680, above = 6395056, detail = 0, value_mask = 7805680}, xcirculate = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, event = 140737488341136, window = 140737335074328, place = 0}, xcirculaterequest = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, parent = 140737488341136, window = 140737335074328, place = 0}, xproperty = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, window = 140737488341136, atom = 140737335074328, time = 0, state = 36822944}, xselectionclear = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, window = 140737488341136, selection = 140737335074328, time = 0}, xselectionrequest = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, owner = 140737488341136, requestor = 140737335074328, selection = 0, target = 36822944, property = 7805680, time = 6395056}, xselection = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, requestor = 140737488341136, selection = 140737335074328, target = 0, property = 36822944, time = 7805680}, xcolormap = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, window = 140737488341136, colormap = 140737335074328, c_new = 0, state = 0}, xclient = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, window = 140737488341136, message_type = 140737335074328, format = 0, data = {b = "\240\337\061\002\000\000\000\000\360\032w\000\000\000\000\000\260\224a", s = {-8288, 561, 0, 0, 6896, 119, 0, 0, -27472, 97}, l = {36822944, 7805680, 6395056, 4294967296, 7805680}}}, xmapping = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, window = 140737488341136, request = -153281000, first_keycode = 32767, count = 0}, xerror = {type = -11568, display = 0x8f6dd4e1e, resourceid = 1, serial = 1, error_code = 144 '\220', request_code = 200 '\310', minor_code = 255 '\377'}, xkeymap = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, window = 140737488341136, key_vector = "\030\036\335\366\377\177\000\000\000\000\000\000\000\000\000\000\240\337\061\002\000\000\000\000\360\032w\000\000\000\000"}, xgeneric = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, extension = -14192, evtype = 32767}, xcookie = {type = -11568, serial = 38501436958, send_event = 1, display = 0x1, extension = -14192, evtype = 32767, cookie = 4141686296, data = 0x0}, pad = {140737488343760, 38501436958, 1, 1, 140737488341136, 140737335074328, 0, 36822944, 7805680, 6395056, 4294967296, 7805680, 7806800, 72198331372940238, 1, 1, 140737488342416, 140737335073562, 42579536, 7805688, 140737488341200, 140737335526980, 140737488341232, 0}}
                d = 0x837020
                pos = {xp = 38, yp = 22}
                modifiers = {i = 0}
        #29 0x00007ffff6e6d494 in QApplication::x11ProcessEvent (this=0x7fffffffd2d0, event=0x7fffffffd090) at kernel/qapplication_x11.cpp:3520
                loopLevelCounter = {threadData = 0x618d80}
                widget = 0x81c380
                keywidget = 0x0
                grabbed = false
                d = 0x6194b0
        #30 0x00007ffff6ea6c8e in QEventDispatcherX11::processEvents (this=0x618b70, flags=...) at kernel/qeventdispatcher_x11.cpp:132
                event = {type = 5, xany = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, window = 75497747}, xkey = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, window = 75497747, root = 881, subwindow = 0, time = 22525942, x = 38, y = 857, x_root = 232, y_root = 950, state = 256, keycode = 1, same_screen = 1}, xbutton = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, window = 75497747, root = 881, subwindow = 0, time = 22525942, x = 38, y = 857, x_root = 232, y_root = 950, state = 256, button = 1, same_screen = 1}, xmotion = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, window = 75497747, root = 881, subwindow = 0, time = 22525942, x = 38, y = 857, x_root = 232, y_root = 950, state = 256, is_hint = 1 '\001', same_screen = 1}, xcrossing = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, window = 75497747, root = 881, subwindow = 0, time = 22525942, x = 38, y = 857, x_root = 232, y_root = 950, mode = 256, detail = 1, same_screen = 1, focus = 1, state = 0}, xfocus = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, window = 75497747, mode = 881, detail = 0}, xexpose = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, window = 75497747, x = 881, y = 0, width = 0, height = 0, count = 22525942}, xgraphicsexpose = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, drawable = 75497747, x = 881, y = 0, width = 0, height = 0, count = 22525942, major_code = 0, minor_code = 38}, xnoexpose = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, drawable = 75497747, major_code = 881, minor_code = 0}, xvisibility = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, window = 75497747, state = 881}, xcreatewindow = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, parent = 75497747, window = 881, x = 0, y = 0, width = 22525942, height = 0, border_width = 38, override_redirect = 857}, xdestroywindow = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, event = 75497747, window = 881}, xunmap = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, event = 75497747, window = 881, from_configure = 0}, xmap = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, event = 75497747, window = 881, override_redirect = 0}, xmaprequest = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, parent = 75497747, window = 881}, xreparent = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, event = 75497747, window = 881, parent = 0, x = 22525942, y = 0, override_redirect = 38}, xconfigure = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, event = 75497747, window = 881, x = 0, y = 0, width = 22525942, height = 0, border_width = 38, above = 4080218931432, override_redirect = 256}, xgravity = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, event = 75497747, window = 881, x = 0, y = 0}, xresizerequest = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, window = 75497747, width = 881, height = 0}, xconfigurerequest = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, parent = 75497747, window = 881, x = 0, y = 0, width = 22525942, height = 0, border_width = 38, above = 4080218931432, detail = 256, value_mask = 4294967297}, xcirculate = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, event = 75497747, window = 881, place = 0}, xcirculaterequest = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, parent = 75497747, window = 881, place = 0}, xproperty = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, window = 75497747, atom = 881, time = 0, state = 22525942}, xselectionclear = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, window = 75497747, selection = 881, time = 0}, xselectionrequest = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, owner = 75497747, requestor = 881, selection = 0, target = 22525942, property = 3680786972710, time = 4080218931432}, xselection = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, requestor = 75497747, selection = 881, target = 0, property = 22525942, time = 3680786972710}, xcolormap = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, window = 75497747, colormap = 881, c_new = 0, state = 0}, xclient = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, window = 75497747, message_type = 881, format = 0, data = {b = "\366\267W\001\000\000\000\000&\000\000\000Y\003\000\000\350\000\000", s = {-18442, 343, 0, 0, 38, 0, 857, 0, 232, 0}, l = {22525942, 3680786972710, 4080218931432, 4294967552, 4294967297}}}, xmapping = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, window = 75497747, request = 881, first_keycode = 0, count = 0}, xerror = {type = 5, display = 0x24122, resourceid = 30399714096578560, serial = 6552592, error_code = 19 '\023', request_code = 1 '\001', minor_code = 128 '\200'}, xkeymap = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, window = 75497747, key_vector = "q\003", '\000' <repeats 14 times>"\366, \267W\001\000\000\000\000&\000\000\000Y\003\000"}, xgeneric = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, extension = 75497747, evtype = 0}, xcookie = {type = 5, serial = 147746, send_event = 0, display = 0x63fc10, extension = 75497747, evtype = 0, cookie = 881, data = 0x0}, pad = {140733193388037, 147746, 30399714096578560, 6552592, 75497747, 881, 0, 22525942, 3680786972710, 4080218931432, 4294967552, 4294967297, 0, 42579536, 35917888, 42579536, 40650704, 42579536, 42579536, 43827344, 42579536, 22705952, 39674384, 42579536}}
                d = 0x61aa80
                marker = 147747
                nevents = 1
        #31 0x00007ffff644c3c8 in QEventLoop::processEvents (this=0x7fffffffd250, flags=...) at kernel/qeventloop.cpp:149
                d = 0x17d2700
        #32 0x00007ffff644c552 in QEventLoop::exec (this=0x7fffffffd250, flags=...) at kernel/qeventloop.cpp:204
                d = 0x17d2700
                locker = {val = 6393576}
                app = 0x7fffffffd2d0
                eventLoop = 0x7ffff6452a7e
        #33 0x00007ffff644f564 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1225
                threadData = 0x618d80
                eventLoop = {<QObject> = {_vptr.QObject = 0x7ffff6803790, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6554940 "QObject", data = 0x7ffff6554880, extradata = 0x7ffff6800b40}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff646ee2e <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, d_ptr = {d = 0x17d2700}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6562800 "Qt", data = 0x7ffff6560220, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x617920, stringdata = 0x7ffff656a910 "QEventLoop", data = 0x7ffff656a8c0, extradata = 0x7ffff6803740}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff64cc2f4 <QEventLoop::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}}
                returnCode = 0
        #34 0x00007ffff6dcf020 in QApplication::exec () at kernel/qapplication.cpp:3823
        No locals.
        #35 0x000000000040dacc in main (argc=1, argv=0x7fffffffdd88) at main.cpp:533
                customPluginPaths = {<QList<QString>> = {{p = {static shared_null = {ref = {_q_value = 1}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0x617900}, d = 0x617900}}, <No data fields>}
                arguments = {<QList<QString>> = {{p = {static shared_null = {ref = {_q_value = 1}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0x68e7c0}, d = 0x68e7c0}}, <No data fields>}
                creatorTrPath = @0x7fffffffd660: {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x691f30, static codecForCStrings = 0x0}
                globalSettings = 0x6e4ad0
                uiLanguages = {<QList<QString>> = {{p = {static shared_null = {ref = {_q_value = 1}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0x6c9d70}, d = 0x6c9d70}}, <No data fields>}
                r = 0
                qtTranslator = {<QObject> = {_vptr.QObject = 0x7ffff6803c10, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6554940 "QObject", data = 0x7ffff6554880, extradata = 0x7ffff6800b40}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff646ee2e <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, d_ptr = {d = 0x6920d0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6562800 "Qt", data = 0x7ffff6560220, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x617920, stringdata = 0x7ffff656c01c "QTranslator", data = 0x7ffff656bfe0, extradata = 0x7ffff6803bc0}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff64ccf54 <QTranslator::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}}
                proxyUrl = {d = 0x0}
                foundAppOptions = {{d = 0x617880, e = 0x617880}}
                plugins = {{p = {static shared_null = {ref = {_q_value = 1}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0x729f70}, d = 0x729f70}}
                coreplugin = 0x6a3d70
                threadCount = 8
                settingsPath = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x617860, static codecForCStrings = 0x0}
                it = {c = 0x7fffffffd480, i = {i = 0x68e7e0}, n = {i = 0x68e7d8}}
                settings = 0x6b8a10
                translator = {<QObject> = {_vptr.QObject = 0x7ffff6803c10, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6554940 "QObject", data = 0x7ffff6554880, extradata = 0x7ffff6800b40}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff646ee2e <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, d_ptr = {d = 0x691e50}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6562800 "Qt", data = 0x7ffff6560220, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x617920, stringdata = 0x7ffff656c01c "QTranslator", data = 0x7ffff656bfe0, extradata = 0x7ffff6803bc0}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff64ccf54 <QTranslator::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}}
                pid = -1
                isBlock = false
                app = {<QApplication> = {<QCoreApplication> = {<QObject> = {_vptr.QObject = 0x412650, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6554940 "QObject", data = 0x7ffff6554880, extradata = 0x7ffff6800b40}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff646ee2e <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, d_ptr = {d = 0x6194b0}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6562800 "Qt", data = 0x7ffff6560220, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x617920, stringdata = 0x7ffff656aaa0 "QCoreApplication", data = 0x7ffff656a9e0, extradata = 0x7ffff6803820}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff64cc464 <QCoreApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, static self = 0x0}, static staticMetaObject = {d = {superdata = 0x7ffff6803840, stringdata = 0x7ffff763bb60 "QApplication", data = 0x7ffff763b9a0, extradata = 0x7ffff7b3f140}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff6dd3904 <QApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}}, static staticMetaObject = {d = {superdata = 0x617820, stringdata = 0x412520 "SharedTools::QtSingleApplication", data = 0x412460, extradata = 0x4123c0}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x410e84 <SharedTools::QtSingleApplication::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, firstPeer = 25232, instances = 0x6b84f0, pidPeer = 0x6e80f0, actWin = 0x0, appId = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x619470, static codecForCStrings = 0x0}, block = false}
                testOptionProvided = false
                pluginManager = {<QObject> = {_vptr.QObject = 0x7ffff7dd8570, static staticMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6554940 "QObject", data = 0x7ffff6554880, extradata = 0x7ffff6800b40}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff646ee2e <QObject::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}, d_ptr = {d = 0x691c30}, static staticQtMetaObject = {d = {superdata = 0x0, stringdata = 0x7ffff6562800 "Qt", data = 0x7ffff6560220, extradata = 0x0}}}, static staticMetaObject = {d = {superdata = 0x617920, stringdata = 0x7ffff7bca320 "ExtensionSystem::PluginManager", data = 0x7ffff7bca240, extradata = 0x7ffff7dd8520}}, static staticMetaObjectExtraData = {objects = 0x0, static_metacall = 0x7ffff7bc71ac <ExtensionSystem::PluginManager::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)>}}
                overrideLanguage = {static null = {<No data fields>}, static shared_null = {ref = {_q_value = 1}, alloc = 0, size = 0, data = 0x61787a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, static shared_empty = {ref = {_q_value = 1008}, alloc = 0, size = 0, data = 0x7ffff6809a3a, clean = 0, simpletext = 0, righttoleft = 0, asciiCache = 0, capacity = 0, reserved = 0, array = {0}}, d = 0x692560, static codecForCStrings = 0x0}
                pluginPaths = {<QList<QString>> = {{p = {static shared_null = {ref = {_q_value = 1}, alloc = 0, begin = 0, end = 0, sharable = 1, array = {0x0}}, d = 0x6929f0}, d = 0x6929f0}}, <No data fields>}
        
        

        Variables of frame 2

        	Lokale Variablen		
        		dialog	@0x7fffffffb4d0	CustomExecutableDialog
        		errorMessage	""	QString
        		oldCmdArguments	""	QString
        		oldExecutable	""	QString
        		oldWorkingDirectory	"%{buildDir}"	QString
        		this	@0x23238b0	QObjectPrivate
        			[QObjectData]	@0x23238b0	QObjectData
        			connectedSignals	@0x2323910	unsigned int [2]
        			connectionLists	0x0	QObjectConnectionListVector *
        			currentChildBeingDeleted	0x0	QObject *
        			currentSender	0x0	QObjectPrivate::Sender *
        			declarativeData	0x0	QAbstractDeclarativeData *
        			eventFilters	<0 Elemente>	QList<QPointer<QObject>>
        			extraData	0x0	QObjectPrivate::ExtraData *
        			objectName	"qt_abstractscrollarea_filter"	QString
        			pendingChildInsertedEvents	<0 Elemente>	QVector<QWeakPointer<QObject>>
        			senders	0x0	QObjectPrivate::Connection *
        			sharedRefcount	<nicht zugänglich>	QAtomicPointer<QtSharedPointer::ExternalRefCountData>
        			threadData	@0x617860	QThreadData
        	Inspector		
        	Ausdrücke		
        	Rückgabewert		
        	Tooltip		
        

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            dt Daniel Teske
            kleint Friedemann Kleint
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes