Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 2.0.1
-
None
-
Windows XP (SP2)
Qt 4.7.0 (32 bits) (2010.05)
Qt Creator 2.0.1
About GDB:
- In the Qt Creator configuration dialog, the version of GDB is now 7.2 (before the new version, it was 7.1.0.20100329-cvs (the corresponding file is [Qt Directory]\pythongdb\gdb-i686-pc-mingw32.exe)).
- When I use the Qt Command Prompt and I type "gdb", the version is 6.8 (I think the corresponding file is [Qt Directory]\mingw\bin\gdb.exe)
Anyway, I get the problem in both versions.Windows XP (SP2) Qt 4.7.0 (32 bits) (2010.05) Qt Creator 2.0.1 About GDB: - In the Qt Creator configuration dialog, the version of GDB is now 7.2 (before the new version, it was 7.1.0.20100329-cvs (the corresponding file is [Qt Directory]\pythongdb\gdb-i686-pc-mingw32.exe)). - When I use the Qt Command Prompt and I type "gdb", the version is 6.8 (I think the corresponding file is [Qt Directory]\mingw\bin\gdb.exe) Anyway, I get the problem in both versions.
Description
Hello!
I'm French (I hope my English is correct), I discovered Qt few months ago and now I love it
I have a problem using the debugger with Qt Creator: I create a simple Qt GUI application, I compile and I launch it very well, but if I launch it with the debugger, I receive that: "The inferior stopped because it received a signal from the operating system. signal name:? signal meaning: Unknown signal." and Qt Creator shows me a dump of assembler code for function "ntdll!LdrAlternateResourcesEnabled"; apparently the problem come from the ntdll.dll library.
I tried to use GDB directly with the Qt Command Prompt, same result! I searched on Internet but I didn't find the same problem (some people had a "segmentation fault" issue, but it's not my case). I installed the new version of GDB (found here : ftp://ftp.qt.nokia.com/misc/gdb/7.2/), still the same problem.
Thank you very much for your help!
Alex.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-4437 while parsing target library list: not well-formed (invalid token)
-
- Closed
-