Hello. I'm running 8-STABLE with Qt-4.7.2 and CMake-2.8.4.<br>If i (re)configure my project using `cmake` or `ccmake`, everything is fine. But when i use `cmake-gui`, i get segfaults all around. For example, when i'm doing clean "configure" of project into empty directory and hit "configure" button, i get crash. I understand, that everything is compiled without -g, but hope backtrace would be still useful:<br>
<br>#0 0x0000000802008e9c in kill () from /lib/libc.so.7<br>#1 0x0000000802007e23 in abort () from /lib/libc.so.7<br>#2 0x0000000801b60774 in __gnu_cxx::__verbose_terminate_handler() ()<br> from /usr/lib/libstdc++.so.6<br>
#3 0x0000000801b6494f in ?? () from /usr/lib/libstdc++.so.6<br>#4 0x0000000801b64985 in std::terminate() () from /usr/lib/libstdc++.so.6<br>#5 0x0000000801b64895 in __cxa_rethrow () from /usr/lib/libstdc++.so.6<br>#6 0x000000080179e92e in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()<br>
from /usr/local/lib/qt4/libQtCore.so.4<br>#7 0x00000008016ae7ad in QThread::exec() () from /usr/local/lib/qt4/libQtCore.so.4<br>#8 0x000000000041cb46 in ?? ()<br>#9 0x00000008016b0ffc in QThreadPrivate::start(void*) ()<br>
from /usr/local/lib/qt4/libQtCore.so.4<br>#10 0x0000000802fa12d1 in ?? () from /lib/libthr.so.3<br>#11 0x0000000000000000 in ?? ()<br><br>And here is exception:<br><br>Qt has caught an exception thrown from an event handler. Throwing<br>
exceptions from an event handler is not supported in Qt. You must<br>reimplement QApplication::notify() and catch all exceptions there.<br><br>terminate called after throwing an instance of 'std::logic_error'<br>
what(): basic_string::_S_construct NULL not valid<br>
<br>It's worth mentioning that KDevelop crashes the same way when i edit CMake variables from CMakeLists.txt and hit OK (this triggers reconfigure, which in turn lead to crash). I'll glad to help you with providing additional information if necessary.<br>