* Laurent Fousse [2006-06-24]:
> For the record: I can't reproduce the problem with a locally compiled
> version from upstream sources.
There is some "progress": I can reproduce the problem with upstream
tarball, compiling with:
./configure --with-qt-dir=/usr/share/qt3 --host=powerpc-linux-gnu
--build=powerpc-linux-gnu --prefix=/tmp/QGO CFLAGS="-O0 -ggdb"
CXXFLAGS="-O0 -ggdb" && make && make install
The presumably more useful backtrack is:
#0 0x1004ed78 in ClientWindow::slot_matchrequest (this=0x102724b8, [EMAIL
PROTECTED], myrequest=true) at mainwin.cpp:1913
1913 dlg->set_is_nmatch(lv_popupPlayer->nmatch);
(gdb) bt
#0 0x1004ed78 in ClientWindow::slot_matchrequest (this=0x102724b8, [EMAIL
PROTECTED], myrequest=true) at mainwin.cpp:1913
#1 0x1013ace0 in ClientWindow::qt_invoke (this=0x102724b8, _id=120,
_o=0x7ffdca60) at mainwin.moc.cpp:526
#2 0x0f9537b0 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#3 0x1013e720 in Talk::signal_matchrequest (this=0x10610d08, [EMAIL
PROTECTED], t1=true) at tables.moc.cpp:145
#4 0x100d245c in Talk::slot_match (this=0x10610d08) at tables.cpp:1035
#5 0x1012f764 in TalkGui::qt_invoke (this=0x10610d08, _id=52, _o=0x7ffdcbc0)
at talk_gui.moc:87
#6 0x1013e5d4 in Talk::qt_invoke (this=0x10610d08, _id=52, _o=0x7ffdcbc0) at
tables.moc.cpp:155
#7 0x0f9537b0 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#8 0x0f9546cc in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#9 0x0fe16da8 in QButton::pressed () from /usr/lib/libqt-mt.so.3
#10 0x0fa26a60 in QButton::mousePressEvent () from /usr/lib/libqt-mt.so.3
#11 0x0f9a32c0 in QWidget::event () from /usr/lib/libqt-mt.so.3
#12 0x0f8c0374 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#13 0x0f8c0ab4 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#14 0x0f827984 in QApplication::sendSpontaneousEvent () from
/usr/lib/libqt-mt.so.3
#15 0x0f8212e0 in QETWidget::translateMouseEvent () from /usr/lib/libqt-mt.so.3
#16 0x0f81f2a4 in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#17 0x0f843980 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#18 0x0f8e2720 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#19 0x0f8e256c in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#20 0x0f8be34c in QApplication::exec () from /usr/lib/libqt-mt.so.3
#21 0x10045488 in main (argc=1, argv=0x7ffdd964) at main.cpp:194
gcc and g++ are at version 4.1.1-1.
I notice my bug description was not really accurate: you need to have
a player "tell" you something. This opens a chat window in your main
window, and from then a click on the match button kills qgo.
Regards,
Laurent.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]