okay, I find why the QMake and Qbs build system just fine. Because the DEBUG mode is disabled by default.
You can enable the DEBUG mode for cplusplus-lib to see what happen. e.g. change src/libs/cplusplus/cplusplus.pro FROM: DEFINES += NDEBUG > #DEFINES += DEBUG_LOOKUP > unix:QMAKE_CXXFLAGS_DEBUG += -O2 > TO: #DEFINES += DEBUG_LOOKUP > You will see there exist a assert failed. This cannot happen with 2.6 branch. 2013/2/12 Loaden <[email protected]> > By the way, It's only crash with C++ project (CMake), the C project just > fine. > > > 2013/2/12 Loaden <[email protected]> > >> I don't want to report a bug, because it can be reproduce with my CMake >> Build System. >> see 2.7 branch: https://github.com/loaden/qtcreator.git , build it using >> CMake. >> It's will crash both on Windows and Linux. >> But it's works well with 2.6 branch for last half year. >> >> >> 2013/2/11 Nikolai Kosjar <[email protected]> >> >>> Hi Loaden! >>> >>> Please report bugs at https://bugreports.qt-project.org/. If you can >>> reproduce this crash, provide also a code example or step by step >>> instructions. >>> >>> Nikolai >>> _______________________________________________ >>> Qt-creator mailing list >>> [email protected] >>> http://lists.qt-project.org/mailman/listinfo/qt-creator >>> >> >> >> >> -- >> *Please don't ask where I come from, It's a shame!* >> Best Regards >> Yuchen >> > > > > -- > *Please don't ask where I come from, It's a shame!* > Best Regards > Yuchen > -- *Please don't ask where I come from, It's a shame!* Best Regards Yuchen
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
