[kde-freebsd] Segfault in Qt when using CMake.
Raphael Kubo da Costa
rakuco at FreeBSD.org
Mon Aug 29 23:03:46 UTC 2011
arrowdodger <6yearold at gmail.com> writes:
> Hello. I'm running 8-STABLE with Qt-4.7.2 and CMake-2.8.4.
> 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:
>
> #0 0x0000000802008e9c in kill () from /lib/libc.so.7
> #1 0x0000000802007e23 in abort () from /lib/libc.so.7
> #2 0x0000000801b60774 in __gnu_cxx::__verbose_terminate_handler() ()
> from /usr/lib/libstdc++.so.6
> #3 0x0000000801b6494f in ?? () from /usr/lib/libstdc++.so.6
> #4 0x0000000801b64985 in std::terminate() () from /usr/lib/libstdc++.so.6
> #5 0x0000000801b64895 in __cxa_rethrow () from /usr/lib/libstdc++.so.6
> #6 0x000000080179e92e in
> QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
> from /usr/local/lib/qt4/libQtCore.so.4
> #7 0x00000008016ae7ad in QThread::exec() () from
> /usr/local/lib/qt4/libQtCore.so.4
> #8 0x000000000041cb46 in ?? ()
> #9 0x00000008016b0ffc in QThreadPrivate::start(void*) ()
> from /usr/local/lib/qt4/libQtCore.so.4
> #10 0x0000000802fa12d1 in ?? () from /lib/libthr.so.3
> #11 0x0000000000000000 in ?? ()
Can you check if my r1.18 in cmake-gui's Makefile also fixes this crash?
I couldn't reproduce it here with my commit.
More information about the kde-freebsd
mailing list