Hello,

Lately (and suddenly), either with self-compiled latest git or with 
QtCreator-2.1beta I can not debug within QtCreator anymore. Debugging 
with straight gdb at the command line works fine. Here is the issue:

* If there's no breakpoint in my application, pressing F5 works fine, no 
crash at all.

* If I put a breakpoint somewhere, QtCreator will correctly stop but 
once I reach a line of code using QString or QByteArray, my program 
crashes with the following dialog:

  "The inferior stropped because it received a signal from the Operation 
System.
Signal name: 0
Signal meaning: 0"

I append the backtrace below:

Thread 1 (Thread 0x7f4550f34760 (LWP 7166)):
#0  0x00007f454ebc1e40 in ?? () from /lib/libc.so.6
No symbol table info available.
#1  0x00007f454fc3f81d in QByteArray::QByteArray(char const*) () from 
/usr/lib/libQtCore.so.4
No symbol table info available.
#2  0x00007f454fd073cd in QFSFileEngine::currentPath(QString const&) () 
from /usr/lib/libQtCore.so.4
No symbol table info available.
#3  0x00007f454fcb328a in QDir::currentPath() () from 
/usr/lib/libQtCore.so.4
No symbol table info available.
#4  0x00007f454fd07c15 in 
QFSFileEngine::fileName(QAbstractFileEngine::FileName) const () from 
/usr/lib/libQtCore.so.4
No symbol table info available.
#5  0x00007f454fcc2e4e in ?? () from /usr/lib/libQtCore.so.4
No symbol table info available.
#6  0x00007f454fcc378b in QFileInfo::absoluteFilePath() const () from 
/usr/lib/libQtCore.so.4
No symbol table info available.
#7  0x0000000000442d05 in lea::SerialFlash::init (this=0x7fffcb1c85a0, 
ini_file=...)

The rest is my own code.

I was using 4.7.0beta2 with Kubuntu-10.04 and now I am using 4.7.0 in 
Kubuntu-10.10... with the same symptoms...

Any idea someone?

Thanks in advance,
Abdel.

_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to