Bug 252960 - kmymoney chrashing with Ocupacity in QtCurve theme
Summary: kmymoney chrashing with Ocupacity in QtCurve theme
Status: RESOLVED WAITINGFORINFO
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-01 20:21 UTC by pipapo
Modified: 2010-12-08 13:01 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pipapo 2010-10-01 20:21:37 UTC
Application: kmymoney (4.5.0)
KDE Platform Version: 4.5.1 (KDE 4.5.1)
Qt Version: 4.7.0
Operating System: Linux 2.6.35-22-generic i686
Distribution: Ubuntu maverick (development branch)

-- Information about the crash:
kmymoney is crashing on start when the ocupacity for windows in the qtcurve theme is <100%.
In this case I got this in the terminal:

QSocketNotifier: Invalid socket 11 and type 'Read', disabling...
KCrash: Application 'kmymoney' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/home/ralf/.kde/socket-mars/kdeinit4__0

Setting ocupacity = 100% works fine with kmymoney.

The crash can be reproduced every time.

-- Backtrace:
Application: KMyMoney (kmymoney), signal: Segmentation fault
[Current thread is 1 (Thread 0xb789b710 (LWP 19314))]

Thread 2 (Thread 0xb24d9b70 (LWP 19315)):
#0  0x00b04416 in __kernel_vsyscall ()
#1  0x035dcde6 in poll () from /lib/libc.so.6
#2  0x08753a1b in g_poll () from /lib/libglib-2.0.so.0
#3  0x0874643c in ?? () from /lib/libglib-2.0.so.0
#4  0x08746848 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#5  0x0a36559f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#6  0x0a335609 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#7  0x0a335a8a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#8  0x0a231b7e in QThread::exec() () from /usr/lib/libQtCore.so.4
#9  0x0a31435b in ?? () from /usr/lib/libQtCore.so.4
#10 0x0a234df9 in ?? () from /usr/lib/libQtCore.so.4
#11 0x0051dcc9 in start_thread () from /lib/libpthread.so.0
#12 0x035eb6ae in clone () from /lib/libc.so.6

Thread 1 (Thread 0xb789b710 (LWP 19314)):
[KCrash Handler]
#7  0x016cd89f in QWidget::testAttribute_helper(Qt::WidgetAttribute) const () from /usr/lib/libQtGui.so.4
#8  0x028fed8b in ?? () from /usr/lib/kde4/plugins/styles/qtcurve.so
#9  0x0a33c8ca in QMetaObject::metacall(QObject*, QMetaObject::Call, int, void**) () from /usr/lib/libQtCore.so.4
#10 0x0a34f6ad in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
#11 0x0a354a47 in ?? () from /usr/lib/libQtCore.so.4
#12 0x0a354b5c in ?? () from /usr/lib/libQtCore.so.4
#13 0x0a349504 in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4
#14 0x0167cfdc in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#15 0x0168304e in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#16 0x0137268a in KApplication::notify(QObject*, QEvent*) () from /usr/lib/libkdeui.so.5
#17 0x0a336b3b in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#18 0x0a368ad6 in ?? () from /usr/lib/libQtCore.so.4
#19 0x0a365874 in ?? () from /usr/lib/libQtCore.so.4
#20 0x08742855 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#21 0x08746668 in ?? () from /lib/libglib-2.0.so.0
#22 0x08746848 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#23 0x0a365565 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#24 0x0173ebe5 in ?? () from /usr/lib/libQtGui.so.4
#25 0x0a335609 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#26 0x0a335a8a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#27 0x0a33a00f in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#28 0x0167be07 in QApplication::exec() () from /usr/lib/libQtGui.so.4
#29 0x08086107 in _start ()

Possible duplicates by query: bug 252948, bug 252534, bug 252490, bug 252473, bug 251968.

Reported using DrKonqi
Comment 1 Thomas Baumgart 2010-10-02 10:33:21 UTC
Strange, I am missing a reference to 'main' in the provided backtrace. Is this executing any specific KMyMoney code yet?
Comment 2 Cristian Oneț 2010-12-08 13:01:02 UTC
Closing this due to the lack of feedback.