KComboBox and QTDesigner
Paul Campbell
paul at cmm.uklinux.net
Sun Apr 7 10:04:41 BST 2002
On Fri, Apr 05, 2002 at 11:01:06PM -0800, Roland Krause gave off as follows:
> Which app crashes, designer? What version?
> No, this isnt normal?
>
I was able to reproduce the crash, (in good scientific style). An app I have
called KRunBox, uses a QComboBox for command entry. If I remove the QComboBox
and place an editable KComboBox instead, the app crashes start away on the
mouse entering the KComboBox.
Testing it was not my code causing the problem, I just created a new project,
created a new QTDesigner form, placed a KComboBox on the form, inherited it
from the main widget and ran it.
It crashed both in QTDesinger (in form preview) AND when the app was run on it
own.
I have included some details below if you need them.
Thanks
Paul.
Versions:
KDE Libs, Base, Network -- 2.2.2
KDE Other -- 2.2.1
QT -- 2.3.1
QT designer -- 1.1
KDevelop 2.1. beta 2
OS:
Linux From Scratch Based BSRG Linux i686
Kernel 2.4.8 - X11 4.1.0 - Glibc 2.2.4
Stack Traces:
## Crash from app under own power.
0x40bd1309 in __wait4 () from /lib/libc.so.6
#0 0x40bd1309 in __wait4 () from /lib/libc.so.6
#1 0x40c4ad0c in __DTOR_END__ () at eval.c:88
#2 0x4011f785 in KCrash::defaultCrashHandler () at eval.c:88
#3 <signal handler called>
#4 0x406ca7b6 in QTimer::start () at eval.c:88
#5 0x402ce4e9 in KCursorPrivate::eventFilter () at eval.c:88
#6 0x402cdeeb in KCursor::autoHideEventFilter () at eval.c:88
#7 0x40328ed6 in KComboBox::eventFilter () at eval.c:88
#8 0x4067bba4 in QObject::activate_filters () at eval.c:88
#9 0x406e27ba in QWidget::event () at eval.c:88
#10 0x4072700e in QLineEdit::event () at eval.c:88
#11 0x40607e4e in QApplication::notify () at eval.c:88
#12 0x40085127 in KApplication::notify () at eval.c:88
#13 0x405cc123 in QETWidget::translateMouseEvent () at eval.c:88
#14 0x405c9580 in QApplication::x11ProcessEvent () at eval.c:88
#15 0x405c83bc in QApplication::processNextEvent () at eval.c:88
#16 0x4060a31f in QApplication::enter_loop () at eval.c:88
#17 0x405c833a in QApplication::exec () at eval.c:88
#18 0x808bd01 in main () at eval.c:88
#19 0x40b44921 in __libc_start_main (main=0x808ac48 <main>, argc=2,
ubp_av=0xbffff7a4, init=0x805f054 <_init>, fini=0x
## Crash from within QT Designer
0x40bd1309 in __wait4 () from /lib/libc.so.6
#0 0x40bd1309 in __wait4 () from /lib/libc.so.6
#1 0x40c4ad0c in __DTOR_END__ () at eval.c:88
#2 0x4011f785 in KCrash::defaultCrashHandler () at eval.c:88
#3 <signal handler called>
#4 0x406ca7b6 in QTimer::start () at eval.c:88
#5 0x402ce4e9 in KCursorPrivate::eventFilter () at eval.c:88
#6 0x402cdeeb in KCursor::autoHideEventFilter () at eval.c:88
#7 0x40328ed6 in KComboBox::eventFilter () at eval.c:88
#8 0x4067bba4 in QObject::activate_filters () at eval.c:88
#9 0x406e27ba in QWidget::event () at eval.c:88
#10 0x4072700e in QLineEdit::event () at eval.c:88
#11 0x40607e4e in QApplication::notify () at eval.c:88
#12 0x40085127 in KApplication::notify () at eval.c:88
#13 0x405cc123 in QETWidget::translateMouseEvent () at eval.c:88
#14 0x405c9580 in QApplication::x11ProcessEvent () at eval.c:88
#15 0x405c83bc in QApplication::processNextEvent () at eval.c:88
#16 0x4060a31f in QApplication::enter_loop () at eval.c:88
#17 0x405c833a in QApplication::exec () at eval.c:88
#18 0x808bd01 in main () at eval.c:88
#19 0x40b44921 in __libc_start_main (main=0x808ac48 <main>, argc=2,
ubp_av=0xbffff7b4, init=0x805f054 <_init>, fini=0x81f12a8 <_fini>,
rtld_fini=0x4000baa4 <_dl_fini>, stack_end=0xbffff7ac)
at ../sysdeps/generic/libc-start.c:129
^@
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list