[Licq-devel] qt_gui-qt4 hangs when message dialog opens
"Olof Kindgren" <[email protected]>
| Newsgroups | gmane.network.licq.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi! Thanks for the replies regarding the autoconf issue. It worked fine after I installed gettext. After that was resolved I decided to try out the new qt4 gui, but it crashes everytime I try to bring up the message dialog and says QProcess: Destroyed while process is still running. I haven't used gdb before, but I think this might be a backtrace. #0 0xb7fa2410 in __kernel_vsyscall () #1 0xb7dfb676 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/i686/cmov/libpthread.so.0 #2 0x0807b0d8 in CLicq::Main () #3 0x0807d24f in main () It's rev 5194 of qt-gui_qt4 //Olof