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

Android C++ debugging doesn't work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Not Evaluated
    • None
    • Qt Creator 4.2.0-beta1
    • Android Support, Debugger
    • Qt Creator 4.2.0 beta1 package, Qt 5.7.0 armv7

    Description

      C++ debugging doesn't work properly.
      Sometimes the debugger or the application crashes right on startup.
      Sometimes the debugger hangs.
      Rarely it hits a breakpoint in main.cpp, and when I continue, the application / debugger crashes, without showing the final scene.
      It seems it fails in all kinds of different ways, I've noticed at least 3-4 ways.

      Testing using drag & drop widgets application fridgemagnets, as well as a new Qt Quick Controls 2 project created through wizard.

      If I disable C++ debugging, and only leave QML debugging on, it seems to work properly, QML breakpoints are taken into account, so is stepping, etc.

      Here's a sample log when the debugger hangs, and then shows up a dialog to either wait more, or kill GDB.

      Debugger log
      
      sStarting debugger "GdbEngine" for ABI "arm-linux-android-elf-32bit"...
      dStart parameters: 'org.qtproject.example.fridgemagnets' mode: 6
      dABI: arm-linux-android-elf-32bit
      dLanguages: c++ 
      dDebugger: /Users/alex/Dev/android/android-ndk-r13/prebuilt/darwin-x86_64/bin/gdb
      dProject: /Users/alex/Dev/qt/official_570/Examples/Qt-5.7/widgets/draganddrop/fridgemagnetsAddtional Search Directories:
      dRemote: :5039
      dSysroot: /Users/alex/Dev/android/android-ndk-r13/platforms/android-16/arch-arm
      dDebug Source Location: 
      dDebugger settings: 
      dMaximalStackDepth: 20  (default: 20)
      dShowStandardNamespace: true  (default: true)
      dShowQObjectNames: false  (default: false)
      dShowQtNamespace: true  (default: true)
      dAutoDerefPointers: true  (default: true)
      dSortStructMembers: true  (default: true)
      dDisplayStringLimit: 100  (default: 100)
      dMaximalStringLength: 10000  (default: 10000)
      dEnableReverseDebugging: false  (default: false)
      dSkipKnownFrames: false  (default: false)
      dAllPluginBreakpoints: true  (default: true)
      dAdjustBreakpointLocations: true  (default: true)
      dSelectedPluginBreakpoints: false  (default: false)
      dBreakpointCorrection: true  (default: true)
      dCDB_Console: false  (default: false)
      dLoadGdbInit: true  (default: true)
      dIgnoreFirstChanceAccessViolation: false  (default: false)
      dAttemptQuickStart: false  (default: false)
      dLoadGdbDumpers2: false  (default: false)
      dGdbPostAttachCommands:   (default: )
      dGdbStartupCommands:   (default: )
      dAutoEnrichParameters: true  (default: true)
      dWatchdogTimeout: 20  (default: 20)
      dTargetAsync: false  (default: false)
      dUseDynamicType: true  (default: true)
      dMultiInferior: false  (default: false)
      dWarnOnReleaseBuilds: true  (default: true)
      dIdentifyDebugInfoPackages: false  (default: false)
      dIntelFlavor: false  (default: false)
      dUseToolTips: true  (default: true)
      dShowThreadNames: false  (default: false)
      dUseToolTipsInBreakpointsView: true  (default: false)  ***
      dUseToolTipsInLocalsView: false  (default: false)
      dUseAddressInBreakpointsView: false  (default: false)
      dUseToolTipsInBreakpointsView: true  (default: true)
      dUseAddressInStackView: false  (default: false)
      dExtraDumperFile:   (default: )
      dAlwaysAdjustColumnWidths: true  (default: true)
      dAdditionalArguments:   (default: )
      dGdbCustomDumperCommands:   (default: )
      dSourcePaths:   (default: )
      dSymbolPaths:   (default: )
      dBreakOnCrtDbgReport: false  (default: false)
      dBreakEvent:   (default: )
      dUseAlternatingRowColours: false  (default: false)
      dUseMessageBoxForSignals: true  (default: true)
      dFontSizeFollowsEditor: false  (default: false)
      dAutoQuit: false  (default: false)
      dLogTimeStamps: false  (default: false)
      dCloseMemoryBuffersOnExit: true  (default: true)
      dCloseBuffersOnExit: false  (default: false)
      dBreakpointsFullPath: false  (default: false)
      dSwitchModeOnExit: false  (default: false)
      dStationaryEditorWhileStepping: false  (default: false)
      dRaiseOnInterrupt: true  (default: true)
      dUseCodeModel: true  (default: true)
      dUseDebuggingHelper: true  (default: true)
      dSelectedPluginBreakpointsPattern: .*  (default: .*)
      dNoPluginBreakpoints: false  (default: false)
      dBreakOnCatch: false  (default: false)
      dBreakOnThrow: false  (default: false)
      dBreakOnFatal: false  (default: false)
      dBreakOnWarning: false  (default: false)
      dShowQmlObjectTree: true  (default: true)
      dBreakOnAbort: false  (default: false)
      dQmlInspector.ShowAppOnTop: false  (default: false)
      dState changed from DebuggerNotReady(0) to EngineSetupRequested(1) [master]
      dQUEUE: SETUP ENGINE
      dCALL: SETUP ENGINE
      dTRYING TO START ADAPTER
      dNOTE: REQUEST REMOTE SETUP
      
      dNOTE: REMOTE SERVER RUNNING IN MULTIMODE
      dENABLING TEST CASE: 0
      dSTARTING /Users/alex/Dev/android/android-ndk-r13/prebuilt/darwin-x86_64/bin/gdb -i mi
      dGDB STARTED, INITIALIZING IT
      <1314show version
      <1315show debug-file-directory
      <1316set print object on
      <1317set breakpoint pending on
      <1318set print elements 10000
      <1319set unwindonsignal on
      <1320set width 0
      <1321set height 0
      sSetting up inferior...
      <1322set sysroot /Users/alex/Dev/android/android-ndk-r13/platforms/android-16/arch-arm
      <1323set substitute-path /usr/src /Users/alex/Dev/android/android-ndk-r13/platforms/android-16/arch-arm/usr/src
      <1324-interpreter-exec console "set auto-solib-add on"
      <1325python sys.path.insert(1, '/Users/alex/Dev/qtcreator/Qt Creator 4.2.0-beta1/Qt Creator.app/Contents/Resources/debugger/')
      <1326python sys.path.append('/Users/alex/Dev/android/android-ndk-r13/prebuilt/darwin-x86_64/bin/data-directory/python')
      <1327python from gdbbridge import *
      <1328python theDumper.loadDumpers({"token":1328})
      >=thread-group-added,id="i1"
      >~"GNU gdb (GDB) 7.11\n"
      >~"Copyright (C) 2016 Free Software Foundation, Inc.\n"
      >~"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.  Type \"show copying\"\nand \"show warranty\" for details.\n"
      >~"This GDB was configured as \"x86_64-apple-darwin14.5.0\".\nType \"show configuration\" for configuration details."
      >~"\nFor bug reporting instructions, please see:\n"
      >~"<http://www.gnu.org/software/gdb/bugs/>.\n"
      >~"Find the GDB manual and other documentation resources online at:\n<http://www.gnu.org/software/gdb/documentation/>.\n"
      >~"For help, type \"help\".\n"
      >~"Type \"apropos word\" to search for commands related to \"word\".\n"
      
      >&"show version\n"
      >~"GNU gdb (GDB) 7.11\n"
      >~"Copyright (C) 2016 Free Software Foundation, Inc.\n"
      >~"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.  Type \"show copying\"\nand \"show warranty\" for details.\n"
      >~"This GDB was configured as \"x86_64-apple-darwin14.5.0\".\nType \"show configuration\" for configuration details."
      >~"\nFor bug reporting instructions, please see:\n"
      >~"<http://www.gnu.org/software/gdb/bugs/>.\n"
      >~"Find the GDB manual and other documentation resources online at:\n<http://www.gnu.org/software/gdb/documentation/>.\n"
      >~"For help, type \"help\".\n"
      >~"Type \"apropos word\" to search for commands related to \"word\".\n"
      >1314^done
      dPARSING VERSION: 1314^done
      dSUPPORTED GDB VERSION GNU gdb (GDB) 7.11
      dCopyright (C) 2016 Free Software Foundation, Inc.
      dLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
      dThis is free software: you are free to change and redistribute it.
      dThere is NO WARRANTY, to the extent permitted by law.  Type "show copying"
      dand "show warranty" for details.
      dThis GDB was configured as "x86_64-apple-darwin14.5.0".
      dType "show configuration" for configuration details.
      dFor bug reporting instructions, please see:
      d<http://www.gnu.org/software/gdb/bugs/>.
      dFind the GDB manual and other documentation resources online at:
      d<http://www.gnu.org/software/gdb/documentation/>.
      dFor help, type "help".
      dType "apropos word" to search for commands related to "word".
      dGNU gdb (GDB) 7.11
      dCopyright (C) 2016 Free Software Foundation, Inc.
      dLicense GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
      dThis is free software: you are free to change and redistribute it.
      dThere is NO WARRANTY, to the extent permitted by law.  Type "show copying"
      dand "show warranty" for details.
      dThis GDB was configured as "x86_64-apple-darwin14.5.0".
      dType "show configuration" for configuration details.
      dFor bug reporting instructions, please see:
      d<http://www.gnu.org/software/gdb/bugs/>.
      dFind the GDB manual and other documentation resources online at:
      d<http://www.gnu.org/software/gdb/documentation/>.
      dFor help, type "help".
      dType "apropos word" to search for commands related to "word".
      dUSING GDB VERSION: 71100, BUILD: 2016
      <1329-interpreter-exec console "set target-async on"
      <1330-interpreter-exec console "set detach-on-fork off"
      
      >&"show debug-file-directory\n"
      >~"The directory where separate debug symbols are searched for is \"/Volumes/Android/buildbot/src/android/ndk-r13-release/out/build/buildgdb/install/darwin-x86_64/gdb-multiarch-7.11/lib/debug\".\n"
      >1315^done
      
      >&"set print object on\n"
      >=cmd-param-changed,param="print object",value="on"
      >1316^done
      
      >&"set breakpoint pending on\n"
      >=cmd-param-changed,param="breakpoint pending",value="on"
      >1317^done
      
      >&"set print elements 10000\n"
      >=cmd-param-changed,param="print elements",value="10000"
      >1318^done
      
      >&"set unwindonsignal on\n"
      >=cmd-param-changed,param="unwindonsignal",value="on"
      >1319^done
      
      >&"set width 0\n"
      >=cmd-param-changed,param="width",value="4294967295"
      >1320^done
      
      >&"set height 0\n"
      >1321^done
      
      >&"set sysroot /Users/alex/Dev/android/android-ndk-r13/platforms/android-16/arch-arm\n"
      >=cmd-param-changed,param="sysroot",value="/Users/alex/Dev/android/android-ndk-r13/platforms/android-16/arch-arm"
      >1322^done
      
      >&"set substitute-path /usr/src /Users/alex/Dev/android/android-ndk-r13/platforms/android-16/arch-arm/usr/src\n"
      >1323^done
      
      >1324^done
      
      >&"python sys.path.insert(1, '/Users/alex/Dev/qtcreator/Qt Creator 4.2.0-beta1/Qt Creator.app/Contents/Resources/debugger/')\n"
      >1325^done
      
      >&"python sys.path.append('/Users/alex/Dev/android/android-ndk-r13/prebuilt/darwin-x86_64/bin/data-directory/python')\n"
      >1326^done
      
      >&"python from gdbbridge import *\n"
      >&"No symbol table is loaded.  Use the \"file\" command.\n"
      >1327^done
      
      >&"python theDumper.loadDumpers({\"token\":1328})\n"
      >~"dumpers=[{type=\"std____debug__unordered_set\"},{type=\"CPlusPlus__Identifier\"},{type=\"QV4__InternalClass__Transition\"},{type=\"std__list\"},{type=\"QmakeProjectManager__QmakeProFileNode\"},{type=\"std__multimap\",formats=\"17\"},{type=\"QUuid\"},{type=\"boost__optional\"},{type=\"QDir\"},{type=\"QSharedData\"},{type=\"Debugger__Internal__GdbMi\"},{type=\"QV4__PropertyHash\"},{type=\"std__complex\"},{type=\"__m256\"},{type=\"boost__container__list\"},{type=\"CPlusPlus__Symbol\"},{type=\"std____cxx11__basic_string\"},{type=\"std____1__complex\"},{type=\"std__deque\"},{type=\"QFixed\"},{type=\"uint8_t\"},{type=\"std____1__set__iterator\"},{type=\"std____debug__stack\"},{type=\"CPlusPlus__StringLiteral\"},{type=\"QPoint\"},{type=\"std____1__vector\"},{type=\"QMultiMap\",formats=\"17\"},{type=\"CPlusPlus__Token\"},{type=\"QLocale\"},{type=\"QV4__CallContext\"},{type=\"QJsonPrivate__q_littleendian\"},{type=\"string\",editable=\"true\"},{type=\"std__set\"},{type=\"std__unique_ptr\"},{type=\"QFile\"},{type=\"wstring\"},{type=\"QByteArrayData\"},{type=\"CMakeProjectManager__Internal__CMakeProjectNode\"},{type=\"QSizeF\"},{type=\"std____1__string\"},{type=\"QIPv6Address\"},{type=\"QV4__Heap__String\"},{type=\"Utils__ElfSection\"},{type=\"QGraphicsPolygonItem\"},{type=\"Debugger__Internal__DisassemblerLine\"},{type=\"QTimeZone\"},{type=\"QMap\",formats=\"17\"},{type=\"std____cxx11__string\",formats=\"5, 6, 7, 8\"},{type=\"QArrayData\"},{type=\"QV4__ScopedString\"},{type=\"QChar\"},{type=\"boost__posix_time__time_duration\"},{type=\"CPlusPlus__TemplateNameId\"},{type=\"QQmlRefCount\"},{type=\"std____debug__set\"},{type=\"QMetaObject\"},{type=\"QHostAddress\"},{type=\"QV4__Value\"},{type=\"QVariantList\"},{type=\"QPixmap\"},{type=\"QJsonValue\"},{type=\"std____1__shared_ptr\"},{type=\"QV4__SimpleScriptFunction\"},{type=\"CPlusPlus__Internal__Value\"},{type=\"QFileInfo\"},{type=\"QHash__const_iterator\"},{type=\"std____1__valarray\",formats=\"16\"},{type=\"ProjectExplorer__FolderNode\"},{type=\"QTime\"},{type=\"QPolygonF\"},{type=\"QXmlStreamStringRef\"},{type=\"CPlusPlus__PointerType\"},{type=\"std___Rb_tree_const_iterator\"},{type=\"QString\",editable=\"true\",formats=\"2, 4\"},{type=\"Core__GeneratedFile\"},{type=\"boost__bimaps__bimap\"},{type=\"cv__Size_\"},{type=\"std____cxx1998__map\"},{type=\"std____1__map__const_iterator\"},{type=\"QV4__Heap__Base\"},{type=\"QHash\",formats=\"17\"},{type=\"QXmlAttributes\"},{type=\"QHash__iterator\"},{type=\"QMetaEnum\"},{type=\"QLinkedList\"},{type=\"Utils__FileName\"},{type=\"QVariantHash\"},{type=\"QStack\",formats=\"16\"},{type=\"QBitArray\"},{type=\"std__list__QNX\"},{type=\"Debugger__Internal__BreakpointModelId\"},{type=\"boost__unordered__unordered_set\"},{type=\"KDSoapValue1\"},{type=\"std____1__basic_string\"},{type=\"NimStringDesc\"},{type=\"std__set__const_iterator\"},{type=\"QQmlBinding\"},{type=\"std____1__unique_ptr\"},{type=\"std__map__iterator\"},{type=\"QDate\"},{type=\"std____1__set_const_iterator\"},{type=\"std__stack\"},{type=\"std__multiset\"},{type=\"std__unordered_map\",formats=\"17\"},{type=\"QJsonPrivate__qle_bitfield\"},{type=\"QV4__Identifier\"},{type=\"__m128\"},{type=\"__m128d\"},{type=\"QTextCodec\"},{type=\"std__shared_ptr\"},{type=\"Debugger__Internal__WatchItem\"},{type=\"std__unordered_set\"},{type=\"QHashedString\"},{type=\"__m512d\"},{type=\"std____cxx1998__set\"},{type=\"std__string\",editable=\"true\",formats=\"5, 6, 7, 8\"},{type=\"std____1__multimap\",formats=\"17\"},{type=\"QMetaClassInfo\"},{type=\"std__map\",formats=\"17\"},{type=\"boost__posix_time__ptime\"},{type=\"QPointF\"},{type=\"std____cxx11__wstring\",formats=\"2, 4\"},{type=\"Eigen__Matrix\"},{type=\"QImage\",formats=\"2, 4\"},{type=\"QSet\"},{type=\"std__valarray\",formats=\"16\"},{type=\"std__map__const_iterator\"},{type=\"QJsonArray\"},{type=\"CPlusPlus__QualifiedNameId\"},{type=\"QFiniteStack\",formats=\"16\"},{type=\"std__set__iterator\"},{type=\"QTextDocument\"},{type=\"QTJSC__JSValue\"},{type=\"__gnu_cxx__hash_set\"},{type=\"NimGenericSequence__\"},{type=\"QRegion\"},{type=\"std__wstring\",formats=\"2, 4\"},{type=\"QV4_Object\"},{type=\"QBasicAtomicInt\"},{type=\"QScriptValue\"},{type=\"QMetaProperty\"},{type=\"QDateTime\"},{type=\"std____1__unordered_set\"},{type=\"std____1__map__iterator\"},{type=\"boost__gregorian__date\"},{type=\"std__set__QNX\"},{type=\"std____1__list\"},{type=\"CPlusPlus__ByteArrayRef\"},{type=\"boost__shared_ptr\"},{type=\"QV__PropertyHash\"},{type=\"Core__Id\"},{type=\"std__basic_string\"},{type=\"std____debug__vector\",formats=\"16\"},{type=\"QRectF\"},{type=\"QAtomicInt\"},{type=\"__m256i\"},{type=\"QQmlSourceLocation\"},{type=\"WTF__String\"},{type=\"Debugger__Internal__WatchData\"},{type=\"__m256d\"},{type=\"std____1__set\"},{type=\"QXmlStreamAttribute\"},{type=\"int8_t\"},{type=\"QV4__SharedInternalClassData\"},{type=\"QQmlAccessorProperties__Properties\"},{type=\"QByteArray\",formats=\"5, 6, 7, 8\"},{type=\"QV4__ExecutionContext\"},{type=\"ProKey\"},{type=\"CPlusPlus__Class\"},{type=\"std__vector\",editable=\"true\",formats=\"16\"},{type=\"QV4__FunctionObject\"},{type=\"std____1__multiset\"},{type=\"std____1__unordered_map\",formats=\"17\"},{type=\"QV4__IdentifierTable\"},{type=\"__m512i\"},{type=\"QV4__InternalClassTransition\"},{type=\"__m128i\"},{type=\"QVariantMap\",formats=\"17\"},{type=\"QStringRef\"},{type=\"std____debug__map\"},{type=\"std____debug__list\"},{type=\"QStaticStringData\"},{type=\"QVariant (QVariantMap)\",formats=\"17\"},{type=\"QSize\"},{type=\"QPolygon\"},{type=\"QSharedDataPointer\"},{type=\"QV__PropertyHashData\"},{type=\"QStringList\"},{type=\"std___Rb_tree_iterator\"},{type=\"std__deque__QNX\"},{type=\"QRegExp\"},{type=\"QStringData\"},{type=\"QFlags\"},{type=\"QTextCursor\"},{type=\"std____debug__unordered_map\",formats=\"17\"},{type=\"QList\",formats=\"18, 19\"},{type=\"QJsonPrivate__qle_signedbitfield\"},{type=\"QSharedPointer\"},{type=\"QUrl\",formats=\"2, 4\"},{type=\"QmakeProjectManager__QmakePriFileNode\"},{type=\"cv__Mat\",formats=\"4\"},{type=\"QVarLengthArray\"},{type=\"QV4__Object\"},{type=\"std____debug__deque\"},{type=\"ProjectExplorer__Node\"},{type=\"QScopedPointer\"},{type=\"__m512\"},{type=\"std____1__map\",formats=\"17\"},{type=\"QStandardItem\"},{type=\"CPlusPlus__Literal\"},{type=\"QMapNode\"},{type=\"std____1__array\",formats=\"16\"},{type=\"QVariant\"},{type=\"QV4__String\"},{type=\"QVector\",editable=\"true\",formats=\"16\"},{type=\"ProjectExplorer__ProjectNode\"},{type=\"Debugger__Internal__ThreadId\"},{type=\"std____1__wstring\"},{type=\"QHashNode\",formats=\"17\"},{type=\"QV4__Scoped\"},{type=\"ProString\"},{type=\"QV4__CompilationUnit\"},{type=\"QTemporaryFile\"},{type=\"QXmlAttributes__Attribute\"},{type=\"KDSoapValue\"},{type=\"QJsonObject\"},{type=\"QRect\"},{type=\"CPlusPlus__IntegerType\"},{type=\"std__array\",formats=\"16\"},{type=\"QJSValue\"},{type=\"std____cxx11__list\"},{type=\"CPlusPlus__FullySpecifiedType\"},{type=\"__gnu_debug___Safe_iterator\"},{type=\"QV4__ScriptFunction\"},{type=\"CPlusPlus__Internal__PPToken\"},{type=\"QWeakPointer\"},{type=\"QMetaMethod\"},{type=\"QAtomicPointer\"},{type=\"CPlusPlus__NamedType\"},],python=\"20705\"\n"
      >1328^done
      dENGINE SUCCESSFULLY STARTED
      dNOTE: ENGINE SETUP OK
      dState changed from EngineSetupRequested(1) to EngineSetupOk(3) [master]
      dQUEUE: SETUP INFERIOR
      dState changed from EngineSetupOk(3) to InferiorSetupRequested(4) [master]
      dQUEUE: SETUP INFERIOR
      
      dCALL: SETUP INFERIOR
      <1331set solib-search-path /Users/alex/Dev/qt/official_570/Examples/Qt-5.7/widgets/draganddrop/build-fridgemagnets-Android_for_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/position:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/imageformats:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/geoservices:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/scenegraph:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/sensors:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/platforms/android:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/iconengines:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/qmltooling:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/sqldrivers:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/platforms:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/playlistformats:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/sensorgestures:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/mediaservice:/Users/alex/Dev/qt/official_570/5.7/android_armv7/lib:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/audio:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/video/videonode:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/generic:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/bearer:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/sceneparsers
      <1332unset environment AUTOJUMP_ERROR_PATH
      <1333unset environment AUTOJUMP_SOURCED
      <1334unset environment Apple_PubSub_Socket_Render
      <1335unset environment COLORFGBG
      <1336unset environment COMMAND_MODE
      <1337unset environment DISPLAY
      <1338unset environment HOME
      <1339unset environment ITERM_PROFILE
      <1340unset environment ITERM_SESSION_ID
      <1341unset environment ITERM_SHELL_INTEGRATION_INSTALLED
      <1342unset environment LANG
      <1343unset environment LC_ALL
      <1344unset environment LC_CTYPE
      <1345unset environment LESS
      <1346unset environment LOGNAME
      <1347unset environment LSCOLORS
      <1348unset environment OLDPWD
      <1349unset environment PAGER
      <1350unset environment PATH
      <1351unset environment PROJECT_HOME
      <1352unset environment PWD
      <1353unset environment SECURITYSESSIONID
      <1354unset environment SHELL
      <1355unset environment SHLVL
      <1356unset environment SSH_AUTH_SOCK
      <1357unset environment TERM
      <1358unset environment TERM_PROGRAM
      <1359unset environment TERM_PROGRAM_VERSION
      <1360unset environment TERM_SESSION_ID
      <1361unset environment TMPDIR
      <1362unset environment USER
      <1363unset environment VIRTUALENVWRAPPER_SCRIPT
      <1364unset environment WORKON_HOME
      <1365unset environment XPC_FLAGS
      <1366unset environment XPC_SERVICE_NAME
      <1367unset environment ZSH
      <1368unset environment _
      <1369unset environment _VIRTUALENVWRAPPER_API
      <1370unset environment __CF_USER_TEXT_ENCODING
      <1371set target-async on
      <1372-file-exec-and-symbols "/Users/alex/Dev/qt/official_570/Examples/Qt-5.7/widgets/draganddrop/build-fridgemagnets-Android_for_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/app_process"
      >=cmd-param-changed,param="mi-async",value="on"
      >1329^done
      
      >=cmd-param-changed,param="detach-on-fork",value="off"
      >1330^done
      
      >&"set solib-search-path /Users/alex/Dev/qt/official_570/Examples/Qt-5.7/widgets/draganddrop/build-fridgemagnets-Android_for_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/position:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/imageformats:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/geoservices:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/scenegraph:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/sensors:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/platforms/android:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/iconengines:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/qmltooling:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/sqldrivers:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/platforms:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/playlistformats:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/sensorgestures:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/mediaservice:/Users/alex/Dev/qt/official_570/5.7/android_armv7/lib:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/audio:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/video/videonode:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/generic:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/bearer:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/sceneparsers\n"
      >=cmd-param-changed,param="solib-search-path",value="/Users/alex/Dev/qt/official_570/Examples/Qt-5.7/widgets/draganddrop/build-fridgemagnets-Android_for_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/position:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/imageformats:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/geoservices:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/scenegraph:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/sensors:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/platforms/android:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/iconengines:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/qmltooling:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/sqldrivers:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/platforms:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/playlistformats:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/sensorgestures:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/mediaservice:/Users/alex/Dev/qt/official_570/5.7/android_armv7/lib:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/audio:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/video/videonode:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/generic:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/bearer:/Users/alex/Dev/qt/official_570/5.7/android_armv7/plugins/sceneparsers"
      >1331^done
      
      >&"unset environment AUTOJUMP_ERROR_PATH\n"
      >1332^done
      
      >&"unset environment AUTOJUMP_SOURCED\n"
      >1333^done
      
      >&"unset environment Apple_PubSub_Socket_Render\n"
      >1334^done
      
      >&"unset environment COLORFGBG\n"
      >1335^done
      
      >&"unset environment COMMAND_MODE\n"
      >1336^done
      
      >&"unset environment DISPLAY\n"
      >1337^done
      
      >&"unset environment HOME\n"
      >1338^done
      
      >&"unset environment ITERM_PROFILE\n"
      >1339^done
      
      >&"unset environment ITERM_SESSION_ID\n"
      >1340^done
      
      >&"unset environment ITERM_SHELL_INTEGRATION_INSTALLED\n"
      >1341^done
      
      >&"unset environment LANG\n"
      >1342^done
      
      >&"unset environment LC_ALL\n"
      >1343^done
      
      >&"unset environment LC_CTYPE\n"
      >1344^done
      
      >&"unset environment LESS\n"
      >1345^done
      
      >&"unset environment LOGNAME\n"
      >1346^done
      
      >&"unset environment LSCOLORS\n"
      >1347^done
      
      >&"unset environment OLDPWD\n"
      >1348^done
      
      >&"unset environment PAGER\n"
      >1349^done
      
      >&"unset environment PATH\n"
      >1350^done
      
      >&"unset environment PROJECT_HOME\n"
      >1351^done
      
      >&"unset environment PWD\n"
      >1352^done
      
      >&"unset environment SECURITYSESSIONID\n"
      >1353^done
      
      >&"unset environment SHELL\n"
      >1354^done
      
      >&"unset environment SHLVL\n"
      >1355^done
      
      >&"unset environment SSH_AUTH_SOCK\n"
      >1356^done
      
      >&"unset environment TERM\n"
      >1357^done
      
      >&"unset environment TERM_PROGRAM\n"
      >1358^done
      
      >&"unset environment TERM_PROGRAM_VERSION\n"
      >1359^done
      
      >&"unset environment TERM_SESSION_ID\n"
      >1360^done
      
      >&"unset environment TMPDIR\n"
      >1361^done
      
      >&"unset environment USER\n"
      >1362^done
      
      >&"unset environment VIRTUALENVWRAPPER_SCRIPT\n"
      >1363^done
      
      >&"unset environment WORKON_HOME\n"
      >1364^done
      
      >&"unset environment XPC_FLAGS\n"
      >1365^done
      
      >&"unset environment XPC_SERVICE_NAME\n"
      >1366^done
      
      >&"unset environment ZSH\n"
      >1367^done
      
      >&"unset environment _\n"
      >1368^done
      
      >&"unset environment _VIRTUALENVWRAPPER_API\n"
      >1369^done
      
      >&"unset environment __CF_USER_TEXT_ENCODING\n"
      >1370^done
      
      >&"set target-async on\n"
      >1371^done
      
      >1372^done
      <1373target extended-remote tcp::5039
      
      >&"target extended-remote tcp::5039\n"
      >~"Remote debugging using tcp::5039\n"
      >1373^done
      dATTACHED TO GDB SERVER STARTED
      sAttached to stopped application
      <1374attach 2427
      
      >&"attach 2427\n"
      >~"Attaching to program: /Users/alex/Dev/qt/official_570/Examples/Qt-5.7/widgets/draganddrop/build-fridgemagnets-Android_for_armeabi_v7a_GCC_4_9_Qt_5_7_0-Debug/app_process, process 2427\n"
      >&"Attaching to process 2427 failed\n"
      
      d1374: attach 2427
      dTIMED OUT WAITING FOR GDB REPLY. COMMANDS STILL IN PROGRESS: "attach 2427"
      
      dKILLING DEBUGGER AS REQUESTED BY USER
      dNOTE: ENGINE SHUTDOWN FAILED
      dState changed from InferiorSetupRequested(4) to EngineShutdownFailed(20) [master]
      dState changed from EngineShutdownFailed(20) to DebuggerFinished(22) [master]
      dQUEUE: FINISH DEBUGGER
      dNOTE: FINISH DEBUGGER
      dHANDLE RUNCONTROL FINISHED
      sDebugger finished.
      
      dHANDLE GDB ERROR: The gdb process was ended forcefully
      dGDB PROCESS FINISHED, status 1, exit code 9
      
      dNOTE: INFERIOR EXITED
      dState changed from DebuggerFinished(22) to InferiorShutdownOk(18) [master]
      dState changed from InferiorShutdownOk(18) to EngineShutdownRequested(19) [master]
      dQUEUE: SHUTDOWN ENGINE
      dCALL: SHUTDOWN ENGINE
      dINITIATE GDBENGINE SHUTDOWN IN STATE 0, PROC: 0
      dNOTE: ENGINE SHUTDOWN OK
      dState changed from EngineShutdownRequested(19) to EngineShutdownOk(21) [master]
      dState changed from EngineShutdownOk(21) to DebuggerFinished(22) [master]
      dQUEUE: FINISH DEBUGGER
      dNOTE: FINISH DEBUGGER
      
      

      Attachments

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

        Activity

          People

            vikas Vikas Pachdha
            alexandru.croitor Alexandru Croitor
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes