[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Symbols are not loaded from QT33 (even there are)
From: |
kenorb |
Subject: |
Symbols are not loaded from QT33 (even there are) |
Date: |
Wed, 08 Dec 2010 15:03:41 -0000 |
User-agent: |
G2/1.0 |
I've qt33 which is compiled with debug symbols:
> objdump -t /usr/local/lib/libqt-mt.so.3 | wc -l
25160
> nm /usr/local/lib/libqt-mt.so.3 | wc -l
24715
But still have backtrace as follows:
#6 0x0000000000b48546 in QDragObject::metaObject ()
#7 0x000000080172daaa in QWidget::event () from /usr/local/lib/libqt-
mt.so.3
#8 0x0000000000b44374 in QMemArray<QRect>::detach ()
#9 0x00000008016afd09 in QApplication::internalNotify () from /usr/
local/lib/libqt-mt.so.3
#10 0x00000008016b067d in QApplication::notify () from /usr/local/lib/
libqt-mt.so.3
#11 0x0000000801666148 in qt_handle_xdnd_drop () from /usr/local/lib/
libqt-mt.so.3
#12 0x0000000801666331 in QDragManager::drop () from /usr/local/lib/
libqt-mt.so.3
#13 0x000000080166809d in QDragManager::eventFilter () from /usr/local/
lib/libqt-mt.so.3
#14 0x00000008016afc90 in QApplication::internalNotify () from /usr/
local/lib/libqt-mt.so.3
#15 0x00000008016b08f1 in QApplication::notify () from /usr/local/lib/
libqt-mt.so.3
#16 0x000000080165caa8 in QETWidget::translateMouseEvent () from /usr/
local/lib/libqt-mt.so.3
#17 0x000000080165b851 in QApplication::x11ProcessEvent () from /usr/
local/lib/libqt-mt.so.3
#18 0x00000008016695f5 in QEventLoop::processEvents () from /usr/local/
lib/libqt-mt.so.3
#19 0x00000008016c2d5a in QEventLoop::enterLoop () from /usr/local/lib/
libqt-mt.so.3
#20 0x0000000801667e11 in QDragManager::drag () from /usr/local/lib/
libqt-mt.so.3
#21 0x00000008016bb4ea in QDragObject::drag () from /usr/local/lib/
libqt-mt.so.3
#22 0x00000008016bb381 in QDragObject::drag () from /usr/local/lib/
libqt-mt.so.3
No debug symbols.
> uname -a
FreeBSD kenorb 8.1-STABLE FreeBSD 8.1-STABLE #4: Mon Nov 15 14:40:15
GMT 2010 address@hidden:/usr/obj/usr/src/sys/BRO amd64
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Symbols are not loaded from QT33 (even there are),
kenorb <=