Advertisement
bartekltg

QT creator debug crash log

Sep 13th, 2022
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.42 KB | None | 0 0
  1. wNote: This log contains possibly confidential information about your machine, environment variables, in-memory data of the processes you are debugging, and more. It is never transferred over the internet by Qt Creator, and only stored to disk if you manually use the respective option from the context menu, or through mechanisms that are not under the control of Qt Creator's Debugger plugin, for instance in swap files, or other plugins you might use.
  2. wYou may be asked to share the contents of this log when reporting bugs related to debugger operation. In this case, make sure your submission does not contain data you do not want to or you are not allowed to share.
  3. w
  4. dEXAMINING /home/bartek/cpp/build-wtf2-Desktop-Debug/wtf2
  5. dELF SECTIONS: .interp .note.gnu.property .note.gnu.build-id .note.ABI-tag .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .rela.plt .init .plt .plt.got .plt.sec .text .fini .rodata .eh_frame_hdr .eh_frame .init_array .fini_array .dynamic .got .data .bss .comment .debug_aranges .debug_info .debug_abbrev .debug_line .debug_str .debug_line_str .symtab .strtab .shstrtab
  6. dStart parameters: 'wtf2' mode: 1
  7. dABI: x86-linux-generic-elf-64bit
  8. dLanguages: c++
  9. dExecutable: /home/bartek/cpp/build-wtf2-Desktop-Debug/wtf2 [terminal]
  10. dDirectory: /home/bartek/cpp/build-wtf2-Desktop-Debug
  11. dDebugger: /bin/gdb
  12. dProject: /home/bartek/cpp/wtf2
  13. dAdditional Search Directories:
  14. dSysroot:
  15. dDebug Source Location:
  16. dDebugger settings:
  17. d/AdditionalArguments: (default: )
  18. d/AdjustBreakpointLocations: true (default: true)
  19. d/AlwaysAdjustColumnWidths: true (default: true)
  20. d/AutoDerefPointers: true (default: true)
  21. d/AutoEnrichParameters: true (default: true)
  22. d/BreakEvent: (default: )
  23. d/BreakOnAbort: false (default: false)
  24. d/BreakOnCatch: false (default: false)
  25. d/BreakOnCrtDbgReport: false (default: false)
  26. d/BreakOnFatal: false (default: false)
  27. d/BreakOnThrow: false (default: false)
  28. d/BreakOnWarning: false (default: false)
  29. d/BreakpointCorrection: true (default: true)
  30. d/BreakpointsFullPath: false (default: false)
  31. d/CDB_Console: false (default: false)
  32. d/CloseBuffersOnExit: false (default: false)
  33. d/CloseMemoryBuffersOnExit: true (default: true)
  34. d/DisplayStringLimit: 100 (default: 300) ***
  35. d/EnableReverseDebugging: false (default: false)
  36. d/ExtraDumperFile: (default: )
  37. d/FirstChanceExceptionTaskEntry: true (default: true)
  38. d/FontSizeFollowsEditor: false (default: false)
  39. d/ForceLoggingToConsole: false (default: false)
  40. d/GdbCustomDumperCommands: (default: )
  41. d/GdbPostAttachCommands: (default: )
  42. d/GdbStartupCommands: (default: )
  43. d/IgnoreFirstChanceAccessViolation: false (default: false)
  44. d/IntelFlavor: false (default: false)
  45. d/LoadGdbDumpers2: false (default: false)
  46. d/LoadGdbInit: true (default: true)
  47. d/LogTimeStamps: false (default: false)
  48. d/MaximalStackDepth: 20 (default: 20)
  49. d/MaximalStringLength: 10000 (default: 10000)
  50. d/MultiInferior: false (default: false)
  51. d/RaiseOnInterrupt: true (default: true)
  52. d/SecondChanceExceptionTaskEntry: true (default: true)
  53. d/ShowQObjectNames2: true (default: true)
  54. d/ShowQmlObjectTree: true (default: true)
  55. d/ShowQtNamespace: true (default: true)
  56. d/ShowStandardNamespace: true (default: true)
  57. d/ShowThreadNames: false (default: false)
  58. d/SkipKnownFrames: false (default: false)
  59. d/SkipKnownFrames: false (default: false)
  60. d/SortStructMembers: true (default: true)
  61. d/SourcePaths: (default: )
  62. d/StationaryEditorWhileStepping: false (default: false)
  63. d/SwitchModeOnExit: false (default: false)
  64. d/SymbolPaths: (default: )
  65. d/TargetAsync: false (default: false)
  66. d/UseAlternatingRowColours: false (default: false)
  67. d/UseAnnotations: true (default: true)
  68. d/UseCodeModel: true (default: true)
  69. d/UseDebuggingHelper: true (default: true)
  70. d/UseDynamicType: true (default: true)
  71. d/UseIndexCache: true (default: true)
  72. d/UseMessageBoxForSignals: true (default: true)
  73. d/UsePseudoTracepoints: true (default: true)
  74. d/UsePythonDumper: true (default: true)
  75. d/UseToolTips: true (default: true)
  76. d/UseToolTipsInBreakpointsView: false (default: false)
  77. d/UseToolTipsInLocalsView: false (default: false)
  78. d/UseToolTipsInStackView: true (default: true)
  79. d/WarnOnReleaseBuilds: true (default: true)
  80. d/WatchdogTimeout: 20 (default: 20)
  81. dState changed from DebuggerNotReady(0) to EngineSetupRequested(1)
  82. dCALL: SETUP ENGINE
  83. dTRYING TO START ADAPTER
  84. dENABLING TEST CASE: 0
  85. dSTARTING /bin/gdb -i mi
  86. dGDB STARTED, INITIALIZING IT
  87. <59show version
  88. <60show debug-file-directory
  89. <61set breakpoint pending on
  90. <62set print elements 10000
  91. <63set index-cache on
  92. <64set unwindonsignal on
  93. <65set width 0
  94. <66set height 0
  95. Setting up inferior...
  96. <67set substitute-path /home/qt/work/qt /home/bartek/Qt/6.3.1/gcc_64/../Src
  97. <68python sys.path.insert(1, '/home/bartek/Qt/Tools/QtCreator/share/qtcreator/debugger/')
  98. <69python sys.path.append('/bin/data-directory/python')
  99. <70python from gdbbridge import *
  100. <71python theDumper.setFallbackQtVersion({"token":71,"version":393985})
  101. <72python theDumper.loadDumpers({"token":72})
  102. >=thread-group-added,id="i1"
  103. >~"GNU gdb (Ubuntu 12.0.90-0ubuntu1) 12.0.90\n"
  104. >~"Copyright (C) 2022 Free Software Foundation, Inc.\n"
  105. >~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law."
  106. >~"\nType \"show copying\" and \"show warranty\" for details.\n"
  107. >~"This GDB was configured as \"x86_64-linux-gnu\".\n"
  108. >~"Type \"show configuration\" for configuration details.\n"
  109. >~"For bug reporting instructions, please see:\n"
  110. >~"<https://www.gnu.org/software/gdb/bugs/>.\n"
  111. >~"Find the GDB manual and other documentation resources online at:\n <http://www.gnu.org/software/gdb/documentation/>."
  112. >~"\n\n"
  113. >~"For help, type \"help\".\n"
  114. >~"Type \"apropos word\" to search for commands related to \"word\".\n"
  115.  
  116. >&"show version\n"
  117. >~"GNU gdb (Ubuntu 12.0.90-0ubuntu1) 12.0.90\n"
  118. >~"Copyright (C) 2022 Free Software Foundation, Inc.\n"
  119. >~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law."
  120. >~"\nType \"show copying\" and \"show warranty\" for details.\n"
  121. >~"This GDB was configured as \"x86_64-linux-gnu\".\n"
  122. >~"Type \"show configuration\" for configuration details.\n"
  123. >~"For bug reporting instructions, please see:\n"
  124. >~"<https://www.gnu.org/software/gdb/bugs/>.\n"
  125. >~"Find the GDB manual and other documentation resources online at:\n <http://www.gnu.org/software/gdb/documentation/>."
  126. >~"\n\n"
  127. >~"For help, type \"help\".\n"
  128. >~"Type \"apropos word\" to search for commands related to \"word\".\n"
  129. >59^done
  130. dPARSING VERSION: 59^done
  131. dSUPPORTED GDB VERSION GNU gdb (Ubuntu 12.0.90-0ubuntu1) 12.0.90
  132. dCopyright (C) 2022 Free Software Foundation, Inc.
  133. dLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  134. dThis is free software: you are free to change and redistribute it.
  135. dThere is NO WARRANTY, to the extent permitted by law.
  136. dType "show copying" and "show warranty" for details.
  137. dThis GDB was configured as "x86_64-linux-gnu".
  138. dType "show configuration" for configuration details.
  139. dFor bug reporting instructions, please see:
  140. d<https://www.gnu.org/software/gdb/bugs/>.
  141. dFind the GDB manual and other documentation resources online at:
  142. d <http://www.gnu.org/software/gdb/documentation/>.
  143. d
  144. dFor help, type "help".
  145. dType "apropos word" to search for commands related to "word".
  146. dGNU gdb (Ubuntu 12.0.90-0ubuntu1) 12.0.90
  147. dCopyright (C) 2022 Free Software Foundation, Inc.
  148. dLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  149. dThis is free software: you are free to change and redistribute it.
  150. dThere is NO WARRANTY, to the extent permitted by law.
  151. dType "show copying" and "show warranty" for details.
  152. dThis GDB was configured as "x86_64-linux-gnu".
  153. dType "show configuration" for configuration details.
  154. dFor bug reporting instructions, please see:
  155. d<https://www.gnu.org/software/gdb/bugs/>.
  156. dFind the GDB manual and other documentation resources online at:
  157. d <http://www.gnu.org/software/gdb/documentation/>.
  158. d
  159. dFor help, type "help".
  160. dType "apropos word" to search for commands related to "word".
  161. dUSING GDB VERSION: 120090, BUILD: 0
  162. <73-interpreter-exec console "set target-async off"
  163.  
  164. >&"show debug-file-directory\n"
  165. >~"The directory where separate debug symbols are searched for is \"/usr/lib/debug\".\n"
  166. >60^done
  167.  
  168. >&"set breakpoint pending on\n"
  169. >=cmd-param-changed,param="breakpoint pending",value="on"
  170. >61^done
  171.  
  172. >&"set print elements 10000\n"
  173. >=cmd-param-changed,param="print elements",value="10000"
  174. >62^done
  175.  
  176. >&"set index-cache on\n"
  177. >~"Warning: 'set index-cache on', an alias for the command 'set index-cache enabled', is deprecated.\n"
  178. >~"Use 'set index-cache enabled on'.\n\n"
  179. >=cmd-param-changed,param="index-cache enabled",value="on"
  180. >63^done
  181.  
  182. >&"set unwindonsignal on\n"
  183. >=cmd-param-changed,param="unwindonsignal",value="on"
  184. >64^done
  185.  
  186. >&"set width 0\n"
  187. >=cmd-param-changed,param="width",value="4294967295"
  188. >65^done
  189.  
  190. >&"set height 0\n"
  191. >66^done
  192.  
  193. >&"set substitute-path /home/qt/work/qt /home/bartek/Qt/6.3.1/gcc_64/../Src\n"
  194. >67^done
  195.  
  196. >&"python sys.path.insert(1, '/home/bartek/Qt/Tools/QtCreator/share/qtcreator/debugger/')\n"
  197. >68^done
  198.  
  199. >&"python sys.path.append('/bin/data-directory/python')\n"
  200. >69^done
  201.  
  202. >&"python from gdbbridge import *\n"
  203. >70^done
  204.  
  205. >&"python theDumper.setFallbackQtVersion({\"token\":71,\"version\":393985})\n"
  206. >~"bridgemessage={msg=\"b'got fallback qt version 0x60301'\"},\n"
  207. >71^done
  208.  
  209. >&"python theDumper.loadDumpers({\"token\":72})\n"
  210. >~"result={token=\"72\",dumpers=[{type=\"QVariant (QVariantMap)\",formats=\"17\"},{type=\"boost__bimaps__bimap\"},{type=\"boost__optional\"},{type=\"boost__shared_ptr\"},{type=\"boost__container__list\"},{type=\"boost__container__vector\",formats=\"16\"},{type=\"boost__container__static_vector\",formats=\"16\"},{type=\"boost__container__small_vector\",formats=\"16\"},{type=\"boost__gregorian__date\"},{type=\"boost__posix_time__ptime\"},{type=\"boost__posix_time__time_duration\"},{type=\"boost__unordered__unordered_set\"},{type=\"boost__variant\"},{type=\"boost__container__devector\"},{type=\"std__array\",formats=\"16\"},{type=\"std____1__array\",formats=\"16\"},{type=\"std__function\"},{type=\"std__complex\"},{type=\"std____1__complex\"},{type=\"std__deque\"},{type=\"std____1__deque\"},{type=\"std____debug__deque\"},{type=\"std__list\"},{type=\"std__list__QNX\"},{type=\"std____debug__list\"},{type=\"std____cxx11__list\"},{type=\"std____1__list\"},{type=\"std__map\",formats=\"17\"},{type=\"std____debug__map\"},{type=\"std____debug__set\"},{type=\"std__multiset\"},{type=\"std____cxx1998__map\"},{type=\"std__multimap\",formats=\"17\"},{type=\"std___Rb_tree_iterator\"},{type=\"std___Rb_tree_const_iterator\"},{type=\"std__map__iterator\"},{type=\"__gnu_debug___Safe_iterator\"},{type=\"std__map__const_iterator\"},{type=\"std__set__iterator\"},{type=\"std__set__const_iterator\"},{type=\"std____cxx1998__set\"},{type=\"std___Tree_const_iterator\"},{type=\"std___Tree_iterator\"},{type=\"std__set\"},{type=\"std__set__QNX\"},{type=\"std____1__set\"},{type=\"std____1__multiset\"},{type=\"std____1__map\",formats=\"17\"},{type=\"std____1__multimap\",formats=\"17\"},{type=\"std____1__map__iterator\"},{type=\"std____1__map__const_iterator\"},{type=\"std____1__set__iterator\"},{type=\"std____1__set_const_iterator\"},{type=\"std__stack\"},{type=\"std____debug__stack\"},{type=\"std____1__stack\"},{type=\"std__string\",editable=\"true\",formats=\"5, 6, 7, 8\"},{type=\"std____1__string__alternateLayoutHelper\"},{type=\"std____1__string\"},{type=\"std____1__wstring\"},{type=\"std____weak_ptr\"},{type=\"std__weak_ptr\"},{type=\"std____1__weak_ptr\"},{type=\"std__shared_ptr\"},{type=\"std____1__shared_ptr\"},{type=\"std__unique_ptr\"},{type=\"std____1__unique_ptr\"},{type=\"std__pair\"},{type=\"std__unordered_map\",formats=\"17\"},{type=\"std____debug__unordered_map\",formats=\"17\"},{type=\"std__unordered_multimap\",formats=\"17\"},{type=\"std____debug__unordered_multimap\",formats=\"17\"},{type=\"std__unordered_set\"},{type=\"std____1__unordered_map\",formats=\"17\"},{type=\"std____1__unordered_set\"},{type=\"std____debug__unordered_set\"},{type=\"std__unordered_multiset\"},{type=\"std____debug__unordered_multiset\"},{type=\"std__valarray\",formats=\"16\"},{type=\"std____1__valarray\",formats=\"16\"},{type=\"std__variant\"},{type=\"std__vector\",editable=\"true\",formats=\"16\"},{type=\"std____1__vector\",formats=\"16\"},{type=\"std____debug__vector\",formats=\"16\"},{type=\"std__initializer_list\"},{type=\"string\",editable=\"true\"},{type=\"std__wstring\",editable=\"true\",formats=\"2, 4\"},{type=\"std__basic_string\"},{type=\"std____cxx11__basic_string\"},{type=\"std____cxx11__string\",editable=\"true\",formats=\"5, 6, 7, 8\"},{type=\"std____cxx11__wstring\",editable=\"true\",formats=\"2, 4\"},{type=\"std____1__basic_string\"},{type=\"wstring\",editable=\"true\"},{type=\"std____1__once_flag\"},{type=\"std__once_flag\"},{type=\"__gnu_cxx__hash_set\"},{type=\"uint8_t\"},{type=\"int8_t\"},{type=\"std__byte\"},{type=\"std__optional\"},{type=\"std__experimental__optional\"},{type=\"cv__Size_\"},{type=\"cv__Mat\",formats=\"4\"},{type=\"QAtomicInt\"},{type=\"QBasicAtomicInt\"},{type=\"QAtomicPointer\"},{type=\"QByteArray\",editable=\"true\",formats=\"5, 6, 7, 8\"},{type=\"QBitArray\"},{type=\"QChar\"},{type=\"Qt__ItemDataRole\"},{type=\"QStandardItemData\"},{type=\"QStandardItem\"},{type=\"QDate\"},{type=\"QTime\"},{type=\"QTimeZone\"},{type=\"QDateTime\"},{type=\"QDir\"},{type=\"QEvent\"},{type=\"QKeyEvent\"},{type=\"QKeySequence\"},{type=\"QFile\"},{type=\"QFileInfo\"},{type=\"QFixed\"},{type=\"QFiniteStack\",formats=\"16\"},{type=\"QFlags\"},{type=\"QHash\",formats=\"17\"},{type=\"QVariantHash\"},{type=\"QHashNode\",formats=\"17\"},{type=\"QHash__const_iterator\"},{type=\"QHash__iterator\"},{type=\"QHostAddress\"},{type=\"QIPv6Address\"},{type=\"QList\",formats=\"18, 19\"},{type=\"QVariantList\"},{type=\"QImage\",formats=\"2, 4\"},{type=\"QLinkedList\"},{type=\"QLocale\"},{type=\"QMapNode\"},{type=\"QMap\",formats=\"17\"},{type=\"QMultiMap\",formats=\"17\"},{type=\"QVariantMap\",formats=\"17\"},{type=\"QMetaMethod\"},{type=\"QMetaEnum\"},{type=\"QMetaProperty\"},{type=\"QMetaClassInfo\"},{type=\"QMetaObject\"},{type=\"QPair\"},{type=\"QProcEnvKey\"},{type=\"QPixmap\"},{type=\"QMargins\"},{type=\"QPoint\"},{type=\"QPointF\"},{type=\"QRect\"},{type=\"QRectF\"},{type=\"QRegExp\"},{type=\"QRegion\"},{type=\"QScopedPointer\"},{type=\"QSet\"},{type=\"QSharedData\"},{type=\"QSharedDataPointer\"},{type=\"QSize\"},{type=\"QSizeF\"},{type=\"QSizePolicy__Policy\"},{type=\"QSizePolicy\"},{type=\"QStack\",formats=\"16\"},{type=\"QPolygonF\"},{type=\"QPolygon\"},{type=\"QGraphicsPolygonItem\"},{type=\"QString\",editable=\"true\",formats=\"2, 4\"},{type=\"QSettingsKey\"},{type=\"QStaticStringData\"},{type=\"QTypedArrayData\"},{type=\"QStringData\"},{type=\"QAnyStringView\"},{type=\"QStringView\",formats=\"2, 4\"},{type=\"QHashedString\"},{type=\"QQmlRefCount\"},{type=\"QStringRef\"},{type=\"QStringList\"},{type=\"QTemporaryFile\"},{type=\"QTextCodec\"},{type=\"QTextCursor\"},{type=\"QTextDocument\"},{type=\"QUrl\",formats=\"2, 4\"},{type=\"QUuid\"},{type=\"QVariant\"},{type=\"QVector\",editable=\"true\",formats=\"16\"},{type=\"QVarLengthArray\"},{type=\"QSharedPointer\"},{type=\"QWeakPointer\"},{type=\"QPointer\"},{type=\"QXmlAttributes__Attribute\"},{type=\"QXmlAttributes\"},{type=\"QXmlStreamStringRef\"},{type=\"QXmlStreamAttribute\"},{type=\"QV4__Heap__Base\"},{type=\"QV4__Heap__String\"},{type=\"QV4__Object\"},{type=\"QV4__FunctionObject\"},{type=\"QV4__CompilationUnit\"},{type=\"QV4__CallContext\"},{type=\"QV4__ScriptFunction\"},{type=\"QV4__SimpleScriptFunction\"},{type=\"QV4__ExecutionContext\"},{type=\"QQmlSourceLocation\"},{type=\"QV4__String\"},{type=\"QV4__Identifier\"},{type=\"QV4__PropertyHash\"},{type=\"QV4__InternalClass__Transition\"},{type=\"QV4__InternalClassTransition\"},{type=\"QV4__SharedInternalClassData\"},{type=\"QV4__IdentifierTable\"},{type=\"QV4_Object\"},{type=\"QV4__Value\"},{type=\"QV__PropertyHashData\"},{type=\"QV__PropertyHash\"},{type=\"QV4__Scoped\"},{type=\"QV4__ScopedString\"},{type=\"QJSValue\"},{type=\"QQmlBinding\"},{type=\"QTJSC__JSValue\"},{type=\"QScriptValue\"},{type=\"QQmlAccessorProperties__Properties\"},{type=\"QJsonPrivate__qle_bitfield\"},{type=\"QJsonPrivate__qle_signedbitfield\"},{type=\"QJsonPrivate__q_littleendian\"},{type=\"QJsonValue\"},{type=\"QJsonArray\"},{type=\"QJsonObject\"},{type=\"QSqlResultPrivate\"},{type=\"QSqlField\"},{type=\"QLazilyAllocated\"},{type=\"qfloat16\"},{type=\"QCborArray\"},{type=\"QCborMap\"},{type=\"QCborValue\"},{type=\"QCborValue_proxy\"},{type=\"quint16_le\"},{type=\"quint32_le\"},{type=\"quint64_le\"},{type=\"quint16_be\"},{type=\"quint32_be\"},{type=\"quint64_be\"},{type=\"Utils__Id\"},{type=\"Debugger__Internal__GdbMi\"},{type=\"Debugger__Internal__DisassemblerLine\"},{type=\"Debugger__Internal__WatchData\"},{type=\"Debugger__Internal__WatchItem\"},{type=\"Debugger__Internal__BreakpointModelId\"},{type=\"Debugger__Internal__ThreadId\"},{type=\"CPlusPlus__ByteArrayRef\"},{type=\"CPlusPlus__Identifier\"},{type=\"CPlusPlus__Symbol\"},{type=\"CPlusPlus__Class\"},{type=\"CPlusPlus__IntegerType\"},{type=\"CPlusPlus__FullySpecifiedType\"},{type=\"CPlusPlus__NamedType\"},{type=\"CPlusPlus__PointerType\"},{type=\"CPlusPlus__TemplateNameId\"},{type=\"CPlusPlus__QualifiedNameId\"},{type=\"CPlusPlus__Literal\"},{type=\"CPlusPlus__StringLiteral\"},{type=\"CPlusPlus__Internal__Value\"},{type=\"Utils__FilePath\"},{type=\"Utils__FileName\"},{type=\"Utils__ElfSection\"},{type=\"Utils__Port\"},{type=\"Utils__Environment\"},{type=\"Utils__DictKey\"},{type=\"Utils__NameValueDictionary\"},{type=\"Utf8String\"},{type=\"CPlusPlus__Token\"},{type=\"CPlusPlus__Internal__PPToken\"},{type=\"ProString\"},{type=\"ProKey\"},{type=\"Core__GeneratedFile\"},{type=\"ProjectExplorer__ProjectNode\"},{type=\"CMakeProjectManager__Internal__CMakeProjectNode\"},{type=\"QmakeProjectManager__QmakePriFileNode\"},{type=\"QmakeProjectManager__QmakeProFileNode\"},{type=\"__m128\"},{type=\"__m256\"},{type=\"__m512\"},{type=\"__m128d\"},{type=\"__m256d\"},{type=\"__m512d\"},{type=\"__m128i\"},{type=\"__m256i\"},{type=\"__m512i\"},{type=\"gsl__span\"},{type=\"gsl__byte\"},{type=\"Eigen__Matrix\"},{type=\"NimStringDesc\"},{type=\"NimGenericSequence__\"},{type=\"TNimNode\"},{type=\"KDSoapValue1\"},{type=\"KDSoapValue\"},{type=\"WTF__String\"},{type=\"PyTypeObject\"},{type=\"_typeobject\"},{type=\"PyObject\"},{type=\"PyVarObject\"},{type=\"QtcDumperTest_FieldAccessByIndex\"},{type=\"QtcDumperTest_PointerArray\"},{type=\"QtcDumperTest_BufArray\"},{type=\"QtcDumperTest_List__NodeX\"},{type=\"QtcDumperTest_List\"},{type=\"QtcDumperTest_String\"},],python=\"31004\"}\n"
  211.  
  212. >72^done
  213. dENGINE SUCCESSFULLY STARTED
  214. dTaking notice of pid 3089091
  215. Going to attach to 3089091 (0)
  216. dNOTE: ENGINE SETUP OK
  217. dState changed from EngineSetupRequested(1) to EngineRunRequested(3)
  218. dCALL: RUN ENGINE
  219. <74attach 3089091
  220.  
  221. >~"Warning: 'set target-async', an alias for the command 'set mi-async', is deprecated.\n"
  222. >~"Use 'set mi-async'.\n\n"
  223. >73^done
  224.  
  225. >&"attach 3089091\n"
  226. >~"Attaching to process 3089091\n"
  227. >=thread-group-started,id="i1",pid="3089091"
  228. Thread group i1 created.
  229. >=thread-created,id="1",group-id="i1"
  230. Thread 1 created.
  231. >74^done
  232. Setting breakpoints...
  233. dSetting breakpoints...
  234. dTAKING OWNERSHIP OF BREAKPOINT 7
  235. dRUNNING NEEDS-STOP COMMAND -break-insert -f "\"SMPRealSupport.h\":142"
  236. dUNSAFE STATE FOR QUEUED COMMAND. EXECUTING IMMEDIATELY
  237. <75-break-insert -f "\"SMPRealSupport.h\":142"
  238. dTAKING OWNERSHIP OF BREAKPOINT 8
  239. dRUNNING NEEDS-STOP COMMAND -break-insert -f "\"main.cpp\":14"
  240. dUNSAFE STATE FOR QUEUED COMMAND. EXECUTING IMMEDIATELY
  241. <76-break-insert -f "\"main.cpp\":14"
  242. dTAKING OWNERSHIP OF BREAKPOINT 9
  243. dRUNNING NEEDS-STOP COMMAND -break-insert -f "\"main.cpp\":10"
  244. dUNSAFE STATE FOR QUEUED COMMAND. EXECUTING IMMEDIATELY
  245. <77-break-insert -f "\"main.cpp\":10"
  246. dTAKING OWNERSHIP OF BREAKPOINT 12
  247. dRUNNING NEEDS-STOP COMMAND -break-insert -f "\"main.cpp\":4"
  248. dUNSAFE STATE FOR QUEUED COMMAND. EXECUTING IMMEDIATELY
  249. <78-break-insert -f "\"main.cpp\":4"
  250. dINFERIOR ATTACHED
  251. >~"Reading symbols from /home/bartek/Qt/Tools/QtCreator/libexec/qtcreator/qtcreator_process_stub...\n"
  252. Reading /home/bartek/Qt/Tools/QtCreator/libexec/qtcreator/qtcreator_process_stub...
  253. ...
  254. >~"(No debugging symbols found in /home/bartek/Qt/Tools/QtCreator/libexec/qtcreator/qtcreator_process_stub)\n"
  255. >=library-loaded,id="/lib/x86_64-linux-gnu/libstdc++.so.6",target-name="/lib/x86_64-linux-gnu/libstdc++.so.6",host-name="/lib/x86_64-linux-gnu/libstdc++.so.6",symbols-loaded="0",thread-group="i1",ranges=[{from="0x00007f4d1a0b6480",to="0x00007f4d1a1be972"}]
  256. Library /lib/x86_64-linux-gnu/libstdc++.so.6 loaded.
  257. >=library-loaded,id="/lib/x86_64-linux-gnu/libm.so.6",target-name="/lib/x86_64-linux-gnu/libm.so.6",host-name="/lib/x86_64-linux-gnu/libm.so.6",symbols-loaded="0",thread-group="i1",ranges=[{from="0x00007f4d19f3b3a0",to="0x00007f4d19fb68e8"}]
  258. Library /lib/x86_64-linux-gnu/libm.so.6 loaded.
  259. >=library-loaded,id="/lib/x86_64-linux-gnu/libgcc_s.so.1",target-name="/lib/x86_64-linux-gnu/libgcc_s.so.1",host-name="/lib/x86_64-linux-gnu/libgcc_s.so.1",symbols-loaded="0",thread-group="i1",ranges=[{from="0x00007f4d19f10660",to="0x00007f4d19f26be5"}]
  260. Library /lib/x86_64-linux-gnu/libgcc_s.so.1 loaded.
  261. >=library-loaded,id="/lib/x86_64-linux-gnu/libc.so.6",target-name="/lib/x86_64-linux-gnu/libc.so.6",host-name="/lib/x86_64-linux-gnu/libc.so.6",symbols-loaded="0",thread-group="i1",ranges=[{from="0x00007f4d19d0d700",to="0x00007f4d19e9fabd"}]
  262. Library /lib/x86_64-linux-gnu/libc.so.6 loaded.
  263. >=library-loaded,id="/lib64/ld-linux-x86-64.so.2",target-name="/lib64/ld-linux-x86-64.so.2",host-name="/lib64/ld-linux-x86-64.so.2",symbols-loaded="0",thread-group="i1",ranges=[{from="0x00007f4d1a25d090",to="0x00007f4d1a286335"}]
  264. Library /lib64/ld-linux-x86-64.so.2 loaded.
  265. >~"Reading symbols from /lib/x86_64-linux-gnu/libstdc++.so.6...\n"
  266. Reading /lib/x86_64-linux-gnu/libstdc++.so.6...
  267. ...
  268. >~"(No debugging symbols found in /lib/x86_64-linux-gnu/libstdc++.so.6)\n"
  269. >~"Reading symbols from /lib/x86_64-linux-gnu/libm.so.6...\n"
  270. Reading /lib/x86_64-linux-gnu/libm.so.6...
  271. ...
  272. >~"Reading symbols from /usr/lib/debug/.build-id/27/e82301dba6c3f644404d504e1bb1c97894b433.debug...\n"
  273. Reading /usr/lib/debug/.build-id/27/e82301dba6c3f644404d504e1bb1c97894b433.debug...
  274. ...
  275. >~"Reading symbols from /lib/x86_64-linux-gnu/libgcc_s.so.1...\n"
  276. Reading /lib/x86_64-linux-gnu/libgcc_s.so.1...
  277. ...
  278. >~"(No debugging symbols found in /lib/x86_64-linux-gnu/libgcc_s.so.1)\n"
  279. >~"Reading symbols from /lib/x86_64-linux-gnu/libc.so.6...\n"
  280. Reading /lib/x86_64-linux-gnu/libc.so.6...
  281. ...
  282. >~"Reading symbols from /usr/lib/debug/.build-id/69/389d485a9793dbe873f0ea2c93e02efaa9aa3d.debug...\n"
  283. Reading /usr/lib/debug/.build-id/69/389d485a9793dbe873f0ea2c93e02efaa9aa3d.debug...
  284. ...
  285. >~"Reading symbols from /lib64/ld-linux-x86-64.so.2...\n"
  286. Reading /lib64/ld-linux-x86-64.so.2...
  287. ...
  288. >~"Reading symbols from /usr/lib/debug/.build-id/61/ef896a699bb1c2e4e231642b2e1688b2f1a61e.debug...\n"
  289. Reading /usr/lib/debug/.build-id/61/ef896a699bb1c2e4e231642b2e1688b2f1a61e.debug...
  290. ...
  291. >~"[Thread debugging using libthread_db enabled]\n"
  292. [Thread debugging using libthread_db enabled]
  293. >~"Using host libthread_db library \"/lib/x86_64-linux-gnu/libthread_db.so.1\".\n"
  294. >~"0x00007f4d19df9992 in __GI___libc_read (fd=6, buf=0x7ffda2551bf0, nbytes=1) at ../sysdeps/unix/sysv/linux/read.c:26\n"
  295. >&"26\t../sysdeps/unix/sysv/linux/read.c: No such file or directory.\n"
  296. >*stopped,frame={addr="0x00007f4d19df9992",func="__GI___libc_read",args=[{name="fd",value="6"},{name="buf",value="0x7ffda2551bf0"},{name="nbytes",value="1"}],file="../sysdeps/unix/sysv/linux/read.c",fullname="./io/../sysdeps/unix/sysv/linux/read.c",line="26",arch="i386:x86-64"},thread-id="1",stopped-threads="all",core="0"
  297. dNOTE: ENGINE RUN AND INFERIOR STOP OK
  298. Stopped.
  299. dState changed from EngineRunRequested(3) to InferiorStopOk(10)
  300. dNOTE: INFERIOR RUN REQUESTED
  301. Run requested...
  302. dState changed from InferiorStopOk(10) to InferiorRunRequested(6)
  303. Running requested...
  304. <79-exec-continue
  305.  
  306. >&"No source file named SMPRealSupport.h.\n"
  307. >75^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="<PENDING>",pending="\"SMPRealSupport.h\":142",times="0",original-location="\"SMPRealSupport.h\":142"}
  308.  
  309. >&"No source file named main.cpp.\n"
  310. >76^done,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="<PENDING>",pending="\"main.cpp\":14",times="0",original-location="\"main.cpp\":14"}
  311.  
  312. >&"No source file named main.cpp.\n"
  313. >77^done,bkpt={number="3",type="breakpoint",disp="keep",enabled="y",addr="<PENDING>",pending="\"main.cpp\":10",times="0",original-location="\"main.cpp\":10"}
  314.  
  315. >&"No source file named main.cpp.\n"
  316. >78^done,bkpt={number="4",type="breakpoint",disp="keep",enabled="y",addr="<PENDING>",pending="\"main.cpp\":4",times="0",original-location="\"main.cpp\":4"}
  317.  
  318. >79^running
  319. dNOTE: INFERIOR RUN OK
  320. Running.
  321. dState changed from InferiorRunRequested(6) to InferiorRunOk(7)
  322. >*running,thread-id="all"
  323. dNOTE: INFERIOR STILL RUNNING IN STATE InferiorRunOk.
  324.  
  325. >~"process 3089091 is executing new program: /home/bartek/cpp/build-wtf2-Desktop-Debug/wtf2\n"
  326. >=library-unloaded,id="/lib/x86_64-linux-gnu/libstdc++.so.6",target-name="/lib/x86_64-linux-gnu/libstdc++.so.6",host-name="/lib/x86_64-linux-gnu/libstdc++.so.6",thread-group="i1"
  327. Library /lib/x86_64-linux-gnu/libstdc++.so.6 unloaded.
  328. >=library-unloaded,id="/lib/x86_64-linux-gnu/libm.so.6",target-name="/lib/x86_64-linux-gnu/libm.so.6",host-name="/lib/x86_64-linux-gnu/libm.so.6",thread-group="i1"
  329. Library /lib/x86_64-linux-gnu/libm.so.6 unloaded.
  330. >=library-unloaded,id="/lib/x86_64-linux-gnu/libgcc_s.so.1",target-name="/lib/x86_64-linux-gnu/libgcc_s.so.1",host-name="/lib/x86_64-linux-gnu/libgcc_s.so.1",thread-group="i1"
  331. Library /lib/x86_64-linux-gnu/libgcc_s.so.1 unloaded.
  332. >=library-unloaded,id="/lib/x86_64-linux-gnu/libc.so.6",target-name="/lib/x86_64-linux-gnu/libc.so.6",host-name="/lib/x86_64-linux-gnu/libc.so.6",thread-group="i1"
  333. Library /lib/x86_64-linux-gnu/libc.so.6 unloaded.
  334. >=library-unloaded,id="/lib64/ld-linux-x86-64.so.2",target-name="/lib64/ld-linux-x86-64.so.2",host-name="/lib64/ld-linux-x86-64.so.2",thread-group="i1"
  335. Library /lib64/ld-linux-x86-64.so.2 unloaded.
  336. >=breakpoint-modified,bkpt={number="4",type="breakpoint",disp="keep",enabled="y",addr="0x000055ac3efba1b1",func="main()",file="../wtf2/main.cpp",fullname="/home/bartek/cpp/wtf2/main.cpp",line="5",thread-groups=["i1"],times="0",original-location="\"main.cpp\":4"}
  337. >=library-loaded,id="/lib64/ld-linux-x86-64.so.2",target-name="/lib64/ld-linux-x86-64.so.2",host-name="/lib64/ld-linux-x86-64.so.2",symbols-loaded="0",thread-group="i1",ranges=[{from="0x00007f36d3d85090",to="0x00007f36d3dae335"}]
  338. Library /lib64/ld-linux-x86-64.so.2 loaded.
  339. >=library-loaded,id="/lib/x86_64-linux-gnu/libstdc++.so.6",target-name="/lib/x86_64-linux-gnu/libstdc++.so.6",host-name="/lib/x86_64-linux-gnu/libstdc++.so.6",symbols-loaded="0",thread-group="i1",ranges=[{from="0x00007f36d3bde480",to="0x00007f36d3ce6972"}]
  340. Library /lib/x86_64-linux-gnu/libstdc++.so.6 loaded.
  341. >=library-loaded,id="/lib/x86_64-linux-gnu/libc.so.6",target-name="/lib/x86_64-linux-gnu/libc.so.6",host-name="/lib/x86_64-linux-gnu/libc.so.6",symbols-loaded="0",thread-group="i1",ranges=[{from="0x00007f36d393c700",to="0x00007f36d3aceabd"}]
  342. Library /lib/x86_64-linux-gnu/libc.so.6 loaded.
  343. >=library-loaded,id="/lib/x86_64-linux-gnu/libm.so.6",target-name="/lib/x86_64-linux-gnu/libm.so.6",host-name="/lib/x86_64-linux-gnu/libm.so.6",symbols-loaded="0",thread-group="i1",ranges=[{from="0x00007f36d383b3a0",to="0x00007f36d38b68e8"}]
  344. Library /lib/x86_64-linux-gnu/libm.so.6 loaded.
  345. >=library-loaded,id="/lib/x86_64-linux-gnu/libgcc_s.so.1",target-name="/lib/x86_64-linux-gnu/libgcc_s.so.1",host-name="/lib/x86_64-linux-gnu/libgcc_s.so.1",symbols-loaded="0",thread-group="i1",ranges=[{from="0x00007f36d3810660",to="0x00007f36d3826be5"}]
  346. Library /lib/x86_64-linux-gnu/libgcc_s.so.1 loaded.
  347. >~"[Thread debugging using libthread_db enabled]\n"
  348. [Thread debugging using libthread_db enabled]
  349. >~"Using host libthread_db library \"/lib/x86_64-linux-gnu/libthread_db.so.1\".\n"
  350. >=breakpoint-modified,bkpt={number="4",type="breakpoint",disp="keep",enabled="y",addr="0x000055ac3efba1b1",func="main()",file="../wtf2/main.cpp",fullname="/home/bartek/cpp/wtf2/main.cpp",line="5",thread-groups=["i1"],times="1",original-location="\"main.cpp\":4"}
  351. >~"\n"
  352. >~"Breakpoint 4, main () at ../wtf2/main.cpp:5\n"
  353. >~"5\t cout << \"Hello World!\" << endl;\n"
  354. >*stopped,reason="breakpoint-hit",disp="keep",bkptno="4",frame={addr="0x000055ac3efba1b1",func="main",args=[],file="../wtf2/main.cpp",fullname="/home/bartek/cpp/wtf2/main.cpp",line="5",arch="i386:x86-64"},thread-id="1",stopped-threads="all",core="0"
  355. dNOTE: INFERIOR SPONTANEOUS STOP
  356. Stopped.
  357. dState changed from InferiorRunOk(7) to InferiorStopOk(10)
  358. <80importPlainDumpers off
  359. Stopped at breakpoint 4 in thread 1.
  360.  
  361. >&"p 0\n"
  362. >~"$1 = 0\n"
  363. >^done
  364.  
  365. >&"importPlainDumpers off\n"
  366. >~"189 printers disabled\n"
  367. >~"0 of 189 printers enabled\n"
  368. >~"None\n"
  369. >80^done
  370.  
  371. <81-thread-info
  372. >81^done,threads=[{id="1",target-id="Thread 0x7f36d380c3c0 (LWP 3089091)",name="wtf2",frame={level="0",addr="0x000055ac3efba1b1",func="main",args=[],file="../wtf2/main.cpp",fullname="/home/bartek/cpp/wtf2/main.cpp",line="5",arch="i386:x86-64"},state="stopped",core="0"}],current-thread-id="1"
  373. <82python theDumper.fetchStack({"limit":20,"nativemixed":0,"token":82})
  374.  
  375. >&"python theDumper.fetchStack({\"limit\":20,\"nativemixed\":0,\"token\":82})\n"
  376. >~"result={token=\"82\",stack={frames=[frame={level=\"0\",address=\"0x55ac3efba1b1\",function=\"main\",file=\"/home/bartek/cpp/wtf2/main.cpp\",line=\"5\",module=\"/home/bartek/cpp/build-wtf2-Desktop-Debug/wtf2\",language=\"c\"}]}}\n"
  377. >82^done
  378. <83-stack-select-frame 0
  379. <84python theDumper.fetchVariables({"autoderef":1,"context":"","displaystringlimit":100,"dyntype":1,"expanded":["return","watch","local","inspect"],"fancy":1,"formats":{"local.adr":23,"watch.0":23},"nativemixed":0,"partialvar":"","passexceptions":0,"qobjectnames":1,"resultvarname":"","stringcutoff":10000,"timestamps":0,"token":84,"typeformats":{"uint64_t":23},"watchers":[]})
  380.  
  381. >83^done
  382.  
  383. >&"python theDumper.fetchVariables({\"autoderef\":1,\"context\":\"\",\"displaystringlimit\":100,\"dyntype\":1,\"expanded\":[\"return\",\"watch\",\"local\",\"inspect\"],\"fancy\":1,\"formats\":{\"local.adr\":23,\"watch.0\":23},\"nativemixed\":0,\"partialvar\":\"\",\"passexceptions\":0,\"qobjectnames\":1,\"resultvarname\":\"\",\"stringcutoff\":10000,\"timestamps\":0,\"token\":84,\"typeformats\":{\"uint64_t\":23},\"watchers\":[]})\n"
  384. >&"/build/gdb-wIRHdd/gdb-12.0.90/gdb/value.c:1731: internal-error: value_copy: Assertion `arg->contents != nullptr' failed.\nA problem internal to GDB has been detected,\nfurther debugging may prove unreliable."
  385. >&"\n"
  386. >&"----- Backtrace -----\n"
  387. >&"Backtrace unavailable\n"
  388. >&"---------------------\n"
  389. >~"/build/gdb-wIRHdd/gdb-12.0.90/gdb/value.c:1731: internal-error: value_copy: Assertion `arg->contents != nullptr' failed.\nA problem internal to GDB has been detected,\nfurther debugging may prove unreliable."
  390. >~"\nQuit this debugging session? "
  391. >~"(y or n) [answered Y; input not from terminal]\n"
  392. >&"\nThis is a bug, please report it."
  393. >&" For instructions, see:\n"
  394. >&"<https://www.gnu.org/software/gdb/bugs/>.\n\n"
  395. >~"/build/gdb-wIRHdd/gdb-12.0.90/gdb/value.c:1731: internal-error: value_copy: Assertion `arg->contents != nullptr' failed.\nA problem internal to GDB has been detected,\nfurther debugging may prove unreliable."
  396. >~"\nCreate a core file of GDB? "
  397. >~"(y or n) [answered Y; input not from terminal]\n"
  398.  
  399. dHANDLE GDB ERROR: The process crashed.
  400. dProcess crashed
  401. dGDB PROCESS FINISHED, status 1, exit code 6 (0x6)
  402. dNOTE: INFERIOR ILL
  403. dState changed from InferiorStopOk(10) to InferiorShutdownRequested(12)
  404. dCALL: SHUTDOWN INFERIOR
  405. dNO GDB PROCESS RUNNING, CMD IGNORED: kill 12
  406. dINFERIOR FINISHED SHUT DOWN
  407. dState changed from InferiorShutdownRequested(12) to InferiorShutdownFinished(13)
  408. dState changed from InferiorShutdownFinished(13) to EngineShutdownRequested(14)
  409. dCALL: SHUTDOWN ENGINE
  410. dINITIATE GDBENGINE SHUTDOWN, PROC STATE: 0
  411. dNOTE: ENGINE SHUTDOWN FINISHED
  412. dState changed from EngineShutdownRequested(14) to EngineShutdownFinished(15)
  413. Debugger finished.
  414. dState changed from EngineShutdownFinished(15) to DebuggerFinished(16)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement