On Tue, Aug 30, 2011 at 3:03 AM, Raphael Kubo da Costa <span dir="ltr"><<a href="mailto:rakuco@freebsd.org">rakuco@freebsd.org</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">arrowdodger <<a href="mailto:6yearold@gmail.com">6yearold@gmail.com</a>> writes:<br>
<br>
> 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.<br>
> But when i use `cmake-gui`, i get segfaults all around. For example, when<br>
> i'm doing clean "configure" of project into empty directory and hit<br>
> "configure" button, i get crash. I understand, that everything is compiled<br>
> 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<br>
> QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()<br>
>    from /usr/local/lib/qt4/libQtCore.so.4<br>
> #7  0x00000008016ae7ad in QThread::exec() () from<br>
> /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>
</div>Can you check if my r1.18 in cmake-gui's Makefile also fixes this crash?<br>
I couldn't reproduce it here with my commit.<br>
</blockquote></div><br>Yes, it fixed the problem.<br>