<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[GDB Not Responding]]></title><description><![CDATA[<p dir="auto">I have the same problem like <a href="https://forum.qt.io/topic/160440/gdb-not-responding-popup-on-ubuntu-24-04-1-lts-after-20sec-but-debugging-works">here</a>: "GDB Not Responding"<br />
"The gdb process has not responded to a command within 40 seconds. This could mean it is stuck in an endless loop or taking longer than expected to perform the operation.<br />
You can choose between waiting longer or aborting debugging."<br />
<img src="https://ddgobkiprc33d.cloudfront.net/e3e20052-14eb-4236-a213-58858fbe67b3.png" alt="eed7c26d-4919-43bf-a187-0bf683d0d427-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">But when I push "Stop debugging" I have<br />
"The command "/usr/bin/gdb -i mi" was canceled after 59268 ms.<br />
Process crashed"</p>
<p dir="auto">Ubuntu 26.04</p>
<pre><code>Product: Qt Creator 20.0.0
Based on: Qt 6.11.1 (GCC 11.5.0 20240719 (Red Hat 11.5.0-5), x86_64)
Built on: Mon Jun 15 10:32:36 2026
From revision: 34a64f81a2
</code></pre>
<p dir="auto"><img src="https://ddgobkiprc33d.cloudfront.net/b9e66640-d3ce-4ef7-9980-24fd5912455d.png" alt="9abdcb89-f68e-457e-a19d-757002439c7a-image.png" class=" img-fluid img-markdown" /></p>
<pre><code>$ /usr/bin/gdb --version
GNU gdb (Ubuntu 17.1-2ubuntu1) 17.1
Copyright (C) 2025 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later &lt;http://gnu.org/licenses/gpl.html&gt;
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
</code></pre>
<p dir="auto">I can disable QML debugging. In this case I don't see "GDB Not Responding" after some time but app doesn't start. If I close Qt Creator then I met "GDB Not Responding" error.<br />
<img src="https://ddgobkiprc33d.cloudfront.net/08600a85-97f5-44c5-8537-6a6e5a061840.png" alt="72e47077-b4da-4782-8605-920bc2debe13-image.png" class=" img-fluid img-markdown" /><br />
(However I am not interesting in QML, I don't use QML in my apps.)</p>
<p dir="auto">I can turn on or off "Run in terminal" checkbox but for me it doesn't change anything.<br />
<img src="https://ddgobkiprc33d.cloudfront.net/9f5bce48-349d-45c6-85aa-e9903059ecbf.png" alt="aafc4aef-74f8-4b13-a37d-f0bb9c1a3428-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Upd. I tried to update to Qt 6.12-0-beta2 but result is the same with 1 extra warning</p>
<pre><code>.gdb_index address table has a range (0x83d0 - 0x83f3) that overlaps with an earlier range, ignoring .gdb_index
</code></pre>
<p dir="auto">I had well-working debugging. But then update Qt and Qt Creator... How to debug?</p>
]]></description><link>https://forum.qt.io/topic/164880/gdb-not-responding</link><generator>RSS for Node</generator><lastBuildDate>Fri, 04 Sep 2026 08:02:46 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164880.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Jul 2026 06:24:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to GDB Not Responding on Thu, 23 Jul 2026 06:14:54 GMT]]></title><description><![CDATA[<p dir="auto">This is not a Qt problem, more <a href="https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/2161493/comments/2" target="_blank" rel="noopener noreferrer nofollow ugc">details</a>. Qt creator feature request <a href="https://qt-project.atlassian.net/jira/software/c/projects/QTCREATORBUG/boards/673?selectedIssue=QTCREATORBUG-34811" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
]]></description><link>https://forum.qt.io/post/839309</link><guid isPermaLink="true">https://forum.qt.io/post/839309</guid><dc:creator><![CDATA[DungeonLords]]></dc:creator><pubDate>Thu, 23 Jul 2026 06:14:54 GMT</pubDate></item><item><title><![CDATA[Reply to GDB Not Responding on Mon, 13 Jul 2026 07:26:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dungeonlords">@<bdi>DungeonLords</bdi></a><br />
The topic you reference was apparently resolved/worked around by disabling <strong>Run in terminal</strong> but not yours, so I presume it's a different cause.  I don't know whether other people will be able to help you on this.  If you want a diagnose where the problem lies I would:</p>
<ul>
<li>
<p dir="auto">Run <strong>gdb</strong> on your QML application directly from the command line.  Does that work fine or have the same issue?  Then you know whether it is to do with <strong>Creator</strong> or not.</p>
</li>
<li>
<p dir="auto">Write the minimal "Hello World" app in QML and debug that from <strong>Creator</strong>.  Fine or goes wrong?  Then you know whether it is due to something specific in your code.</p>
</li>
</ul>
]]></description><link>https://forum.qt.io/post/839131</link><guid isPermaLink="true">https://forum.qt.io/post/839131</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Mon, 13 Jul 2026 07:26:41 GMT</pubDate></item></channel></rss>