On Sat, 30 Jun 2007 23:20:29 +0300 Nerijus Baliunas <[EMAIL PROTECTED]> wrote:
> > build# cmake .. -DCMAKE_BUILD_TYPE=Debug
>
> It helped, now liblicq_qt4_gui.so is 20 MB (it was a few MB before), it now
> starts (I updated svn sources) but then it crashes when I doubleclick
> a contact:
...
> Any ideas why backtrace is still not full?
Running under gdb I get a full backtrace:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1255949424 (LWP 3827)]
0xb7bc06d9 in UserEventCommon::FlashTaskbar (this=0x8571d90, _bFlash=true)
at /a/CVS/licq/qt-gui_qt4-build/src/usereventdlg.cpp:601
601 hints->flags |= XUrgencyHint;
Current language: auto; currently c++
(gdb) bt
#0 0xb7bc06d9 in UserEventCommon::FlashTaskbar (this=0x8571d90, _bFlash=true)
at /a/CVS/licq/qt-gui_qt4-build/src/usereventdlg.cpp:601
#1 0xb7bcaeeb in UserEventCommon (this=0x8571d90, s=0x837d1a0,
theSigMan=0x83a18c0,
m=0x8504880, _szId=0x836e738 "115655xxx", _nPPID=1281975153,
parent=0x8569de8,
name=0xb7c2f5ad "UserSendMsgEvent") at
/a/CVS/licq/qt-gui_qt4-build/src/usereventdlg.cpp:193
#2 0xb7bce92b in UserSendCommon (this=0x8571d90, s=0x837d1a0,
theSigMan=0x83a18c0,
m=0x8504880, szId=0x836e738 "115655xxx", nPPID=1281975153,
parent=0x8569de8,
name=0xb7c2f5ad "UserSendMsgEvent")
at /a/CVS/licq/qt-gui_qt4-build/src/usereventdlg.cpp:1486
#3 0xb7bd55ba in UserSendMsgEvent (this=0x8571d90, s=0x837d1a0,
theSigMan=0x83a18c0,
m=0x8504880, szId=0x836e738 "115655xxx", nPPID=1281975153, parent=0x8569de8)
at /a/CVS/licq/qt-gui_qt4-build/src/usereventdlg.cpp:2728
#4 0xb7b161af in CMainWindow::callFunction (this=0x8504880, fcn=1,
szId=0x836e738 "115655xxx",
nPPID=1281975153, nConvoId=0) at
/a/CVS/licq/qt-gui_qt4-build/src/mainwin.cpp:2763
#5 0xb7b175c9 in CMainWindow::slot_ui_viewevent (this=0x8504880,
szId=0x836e738 "115655xxx")
at /a/CVS/licq/qt-gui_qt4-build/src/mainwin.cpp:2987
#6 0xb7b17685 in CMainWindow::callMsgFunction (this=0x8504880)
at /a/CVS/licq/qt-gui_qt4-build/src/mainwin.cpp:2465
#7 0xb7c0ab3e in IconManager::mousePressEvent (this=0x851eaf8, e=0xb523ac88)
at /a/CVS/licq/qt-gui_qt4-build/src/wharf.cpp:179
#8 0xb7c05026 in WharfIcon::mousePressEvent (this=0x8519db0, e=0xb523ac88)
at /a/CVS/licq/qt-gui_qt4-build/src/wharf.cpp:826
#9 0xb744a58c in QWidget::event () from /usr/lib/libQtGui.so.4
#10 0xb7405d20 in QApplicationPrivate::notify_helper () from
/usr/lib/libQtGui.so.4
#11 0xb740c117 in QApplication::notify () from /usr/lib/libQtGui.so.4
#12 0x0038741b in QCoreApplication::notifyInternal () from
/usr/lib/libQtCore.so.4
#13 0xb745b635 in __cxa_pure_virtual () from /usr/lib/libQtGui.so.4
#14 0xb745acaf in QApplication::x11ProcessEvent () from /usr/lib/libQtGui.so.4
#15 0xb747e714 in __cxa_pure_virtual () from /usr/lib/libQtGui.so.4
Regards,
Nerijus