On Monday 14 December 2009 03:32:06 ext Qt Quest wrote:
> Hi All,
> 
> I'm experiencing a crash with Qt Creator. The crash happens consistently when 
> I try to break inside a specific function. Breaking on the function entry is 
> possible, but the next step will result in the same crash.
> The crash is not of the debugged application, but of Qt Creator (or gdb) 
> themselves!
> 
> The crash is "seasonal" :-) - sometimes it does not happen for weeks, and 
> sometimes it happen for days straight.
> 
> The breakpoint function is not template (but it receives instantiated 
> parameters).
> The crash also happens in other functions when a valid pointer is evaluated 
> by pressing the '+' sign next to the pointer in "local and watchers" window.
> This behavior exists with Qt Creator 1.2.1 and 1.3.0.
> It has something to do with the code itself - it's not just the IDE or 
> debugger themselves. Rebuild all yields same results.

Well, Creator should not crash, no matter what your code looks like.

Could you perhaps create a minimal version of your project so that 
I could try to reproduce the problem?

If that's not possible, a backtrace of a debug-enabled version of
Creator would be a decent start, too.

Andre'
_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to