Am Freitag, 11. Januar 2002 13:36 schrieb Laurent Pinchart:
> Daniel Eckl wrote:
> >When using the High-Performance Liquid Style, then you cannot open a
> > Window. When using the KDE 64000 color standard, then it crashes when
> > opening a menu...
> >Only when using the KDE-Standard style, it works...
> >
> Could you get a backtrace in gdb ? When you receive the SEGFAULT, type
> 'bt' (without the quotes) and post the trace to the list.

Oh, sorry, I didn't use gdb before, so I didn't know.

This one ist with KDE Style 64000

------------------

(gdb) run

[...]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 3076 (LWP 7656)]
0x405bfafb in QColor::operator= () from /usr/lib/qt2//lib/libqt-mt.so.2
(gdb) bt
#0  0x405bfafb in QColor::operator= () from /usr/lib/qt2//lib/libqt-mt.so.2
Error accessing memory address 0x405bfad0: No such process.

-----------------

And this one with Liquid Theme:

-----------------

(gdb) run

[...]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 3076 (LWP 7732)]
0x405cdafb in QColor::operator= () from /usr/lib/qt2//lib/libqt-mt.so.2
(gdb) bt
#0  0x405cdafb in QColor::operator= () from /usr/lib/qt2//lib/libqt-mt.so.2
#1  0x406284e8 in QBrush::init () from /usr/lib/qt2//lib/libqt-mt.so.2
#2  0x41788518 in QBrush::QBrush () from /usr/lib/qt2//lib/libqt.so.2
#3  0x41b2f674 in LiquidStyle::drawRoundButton () from /opt/kde2/lib/liquid.so
#4  0x41b3382e in LiquidStyle::drawPushButton () from /opt/kde2/lib/liquid.so
#5  0x406ee3a8 in QPushButton::drawButton ()
   from /usr/lib/qt2//lib/libqt-mt.so.2
#6  0x4067e9d5 in QButton::paintEvent () from /usr/lib/qt2//lib/libqt-mt.so.2
#7  0x40664fd2 in QWidget::event () from /usr/lib/qt2//lib/libqt-mt.so.2
#8  0x405c8826 in QApplication::notify () from /usr/lib/qt2//lib/libqt-mt.so.2
#9  0x414457a6 in KApplication::notify () from /opt/kde2/lib/libkdecore.so.3
#10 0x40599781 in QETWidget::translatePaintEvent ()
   from /usr/lib/qt2//lib/libqt-mt.so.2
#11 0x40594f72 in QApplication::x11ProcessEvent ()
   from /usr/lib/qt2//lib/libqt-mt.so.2
#12 0x40594026 in QApplication::processNextEvent ()
   from /usr/lib/qt2//lib/libqt-mt.so.2
#13 0x405ca44f in QApplication::enter_loop ()
   from /usr/lib/qt2//lib/libqt-mt.so.2
#14 0x40593f90 in QApplication::exec () from /usr/lib/qt2//lib/libqt-mt.so.2
#15 0x40333fe1 in CLicqGui::Run ()
   from /usr/lib/licq/licq_kde-gui.so
#16 0x40332363 in LP_Main ()
---Type <return> to continue, or q <return> to quit---
   from /usr/lib/licq/licq_kde-gui.so
#17 0x40332032 in LP_Main_tep ()
   from /usr/lib/licq/licq_kde-gui.so
#18 0x40124f37 in pthread_start_thread () from /lib/libpthread.so.0
#19 0x40124f8e in pthread_start_thread_event () from /lib/libpthread.so.0

-----------------

Greets,
Daniel

_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to