On 09/15/2010 03:28 AM, ext sunny shah wrote: > Hi, > > Since a year I am using Qt-Creator as my IDE. It never crashed in > that duration, until recently I have started debugging webkit with > QtCreator and it has started crashing every hour. > > Here are the crash dumps, Please tell me the solution as It is taking > a lot of my time. > > Crash report 1: > http://pastebin.com/EzcTW3CP > > Crash report 2: > http://pastebin.com/gvhm1sxM > > Crash report 3: > http://pastebin.com/TAFkVs2y > > Thanks, > Sunny Also, when creating a bugreport, please include steps to recreate the issue. From the looks of things, this is a double free in the c++ parser.
Maybe running valgrind --tool=memcheck over creator, will give some more useful information, either that, or getting a proper backtrace from a core dump (ulimit -c unlimited before running creator). -- Bill King, Software Engineer Qt Development Frameworks, Nokia Pty Ltd Brisbane Office _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
