Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
Qt Creator 3.4.0
-
None
-
General info:
FreeBSD ver:.......10.2-RELEASE-p4
PC-BSD ver:........10.2-RELEASE
Arch:..............amd64
Kernel ident:......GENERIC
CPU:...............Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
CPU cores:.........8
Memory (free/avail):4967 / 33254 Mb
Package set:.......:PRODUCTION
Desktop environment:KDE
Installed desktop environments:
KDE apps:.....4.14.3
KDE plasma:...4.11.14_2
GNU gdb (GDB) 7.9.1 [GDB v7.9.1 for FreeBSD]
(gdb) show config
This GDB was configured as follows:
configure --host=x86_64-portbld-freebsd10.1 --target=x86_64-portbld-freebsd10.1
--with-auto-load-dir=:${prefix}/share/auto-load
--with-auto-load-safe-path=:${prefix}/share/auto-load
--without-expat
--with-gdb-datadir=/usr/local/share/gdb791 (relocatable)
--with-jit-reader-dir=/usr/local/lib/gdb (relocatable)
--without-libunwind-ia64
--with-lzma
--with-python=/usr/local (relocatable)
--without-guile
--with-separate-debug-dir=/usr/lib/debug
--with-zlib
--without-babeltrace
("Relocatable" means the directory can be moved with the GDB installation
tree, and GDB will still find it.)General info: FreeBSD ver:.......10.2-RELEASE-p4 PC-BSD ver:........10.2-RELEASE Arch:..............amd64 Kernel ident:......GENERIC CPU:...............Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz CPU cores:.........8 Memory (free/avail):4967 / 33254 Mb Package set:.......:PRODUCTION Desktop environment:KDE Installed desktop environments: KDE apps:.....4.14.3 KDE plasma:...4.11.14_2 GNU gdb (GDB) 7.9.1 [GDB v7.9.1 for FreeBSD] (gdb) show config This GDB was configured as follows: configure --host=x86_64-portbld-freebsd10.1 --target=x86_64-portbld-freebsd10.1 --with-auto-load-dir=:${prefix}/share/auto-load --with-auto-load-safe-path=:${prefix}/share/auto-load --without-expat --with-gdb-datadir=/usr/local/share/gdb791 (relocatable) --with-jit-reader-dir=/usr/local/lib/gdb (relocatable) --without-libunwind-ia64 --with-lzma --with-python=/usr/local (relocatable) --without-guile --with-separate-debug-dir=/usr/lib/debug --with-zlib --without-babeltrace ("Relocatable" means the directory can be moved with the GDB installation tree, and GDB will still find it.)
Description
"The gdb process has not responded to a command within 40 second(s). This could mean it is stuck in an endless loop or taking longer than expected to perform the operation.
You can choose between waiting longer or aborting debugging."
In log:
"TIMED OUT WAITING FOR GDB REPLY. COMMANDS STILL IN PROGRESS: "attach 10980""
The bar in the debugger pane reads "Setting breakpoints . . ." (I have no breakpoints, yet.)
It doesn't appear to be using much CPU.
I'm not able to "gdb attach" to my running executable's pid, started by QtCreator (ptrace: Device busy.). But I can start my program outside of QtCreator, and attach to it's pid that way.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-16364 LLDB does not work with Run in Terminal
- Closed