Bug 260286 - KPackageKit crashes on startup
Summary: KPackageKit crashes on startup
Status: RESOLVED FIXED
Alias: None
Product: kpackagekit
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Steven M. Parrish
URL:
Keywords:
: 261198 261280 261295 261316 261563 261577 261761 261898 261963 261997 262598 262660 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-12-16 16:44 UTC by Ismail Donmez
Modified: 2011-04-30 23:20 UTC (History)
26 users (show)

See Also:
Latest Commit:
Version Fixed In: 0.6.3


Attachments
New crash information added by DrKonqi (1.56 KB, text/plain)
2010-12-17 11:18 UTC, gpe
Details
New crash information added by DrKonqi (1.32 KB, text/plain)
2010-12-24 22:27 UTC, Shaun Hunter
Details
New crash information added by DrKonqi (1.42 KB, text/plain)
2010-12-25 20:33 UTC, Thomas Tanghus
Details
New crash information added by DrKonqi (1.47 KB, text/plain)
2010-12-26 02:58 UTC, omega
Details
New crash information added by DrKonqi (1.23 KB, text/plain)
2010-12-26 05:13 UTC, maniandram
Details
New crash information added by DrKonqi (1.21 KB, text/plain)
2010-12-26 12:19 UTC, e.crepieux
Details
New crash information added by DrKonqi (1.30 KB, text/plain)
2010-12-27 03:20 UTC, akibukis
Details
New crash information added by DrKonqi (1.34 KB, text/plain)
2010-12-31 12:47 UTC, Leo
Details
New crash information added by DrKonqi (1.37 KB, text/plain)
2011-01-05 00:28 UTC, Gerry Gavigan
Details
New crash information added by DrKonqi (1.36 KB, text/plain)
2011-01-07 17:56 UTC, Arthur
Details
New crash information added by DrKonqi (1.40 KB, text/plain)
2011-01-10 06:52 UTC, Gary Triplett
Details
New crash information added by DrKonqi (2.47 KB, text/plain)
2011-01-12 00:47 UTC, Ac17
Details
New crash information added by DrKonqi (1.44 KB, text/plain)
2011-03-09 19:52 UTC, Peter Lemieux
Details
New crash information added by DrKonqi (4.18 KB, text/plain)
2011-04-30 23:20 UTC, musical85
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ismail Donmez 2010-12-16 16:44:08 UTC
Application: kpackagekit (0.6.2)
KDE Platform Version: 4.5.86 (4.6 >= 20101210) "release 9"
Qt Version: 4.7.1
Operating System: Linux 2.6.37-rc5-12-desktop x86_64
Distribution: "openSUSE 11.4 Milestone 5 of 6 (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed:

Just started the application, it crashes everytime. Using OpenSuse Factory with KDE:Unstable repository.

The crash can be reproduced every time.

-- Backtrace:
Application: KPackageKit (kpackagekit), signal: Segmentation fault
[KCrash Handler]
#6  deref (this=<value optimized out>, buttonMask=...) at /usr/include/QtCore/qatomic_x86_64.h:133
#7  operator= (this=<value optimized out>, buttonMask=...) at /usr/include/QtCore/qhash.h:594
#8  clear (this=<value optimized out>, buttonMask=...) at /usr/include/QtCore/qhash.h:574
#9  KDialog::setButtons (this=<value optimized out>, buttonMask=...) at /usr/src/debug/kdelibs-4.5.86svn1205247/kdeui/dialogs/kdialog.cpp:210
#10 0x00007fb4fa85ad89 in KDialogPrivate::init (this=0x63d5c0, q=0x75b220) at /usr/src/debug/kdelibs-4.5.86svn1205247/kdeui/dialogs/kdialog.cpp:176
#11 0x00007fb4fa85ae54 in KDialog::KDialog (this=0x75b220, dd=..., parent=<value optimized out>, flags=<value optimized out>) at /usr/src/debug/kdelibs-4.5.86svn1205247/kdeui/dialogs/kdialog.cpp:198
#12 0x00007fb4fa92b49f in KPageDialog::KPageDialog (this=0x75b220, dd=<value optimized out>, widget=0x0, parent=<value optimized out>, flags=<value optimized out>) at /usr/src/debug/kdelibs-4.5.86svn1205247/kdeui/paged/kpagedialog.cpp:52
#13 0x0000000000408ac9 in _start ()

Possible duplicates by query: bug 235310, bug 222904.

Reported using DrKonqi
Comment 1 gpe 2010-12-17 11:18:11 UTC
Created attachment 54856 [details]
New crash information added by DrKonqi

kpackagekit (0.6.2) on KDE Platform 4.5.86 (4.6 >= 20101210) "release 9" using Qt 4.7.1

- What I was doing when the application crashed:

I was clicking on the KPackageKit icon in the system tray

-- Backtrace (Reduced):
#6  deref (this=<value optimized out>, buttonMask=...) at /usr/include/QtCore/qatomic_x86_64.h:133
#7  operator= (this=<value optimized out>, buttonMask=...) at /usr/include/QtCore/qhash.h:594
#8  clear (this=<value optimized out>, buttonMask=...) at /usr/include/QtCore/qhash.h:574
#9  KDialog::setButtons (this=<value optimized out>, buttonMask=...) at /usr/src/debug/kdelibs-4.5.86svn1205247/kdeui/dialogs/kdialog.cpp:210
#10 0x00007f130d6c7d89 in KDialogPrivate::init (this=0x6d6150, q=0x69e840) at /usr/src/debug/kdelibs-4.5.86svn1205247/kdeui/dialogs/kdialog.cpp:176
Comment 2 Daniel Nicoletti 2010-12-17 12:30:19 UTC
well thoses bugs are crashing on kdelibs, KDialog to be more specific.
Comment 3 Dario Andres 2010-12-17 17:17:06 UTC
[Comment from a bug triager]
This may be related to the changes at:
http://websvn.kde.org/?view=revision&revision=1205005

@David: can you recognize something from those backtraces ?

Regards
Comment 4 David Faure 2010-12-20 12:08:38 UTC
After investigation, it turns out that KPackageKit has its own copy of kdialog_p.h (!), which makes it crash now that kdialog_p.h has changed. I already told off Daniel Nicoletti about this, he'll hopefully fix it quicky ;)
Comment 5 Daniel Nicoletti 2010-12-20 14:29:54 UTC
Yes, my apologies, I was trying to work around a bug in KDialog which
would have the fixed version in KDE 4.6 but it turns out that it was a very bad idea.
Comment 6 Shaun Hunter 2010-12-24 22:27:19 UTC
Created attachment 55214 [details]
New crash information added by DrKonqi

kpackagekit (0.6.2) on KDE Platform 4.5.90 (4.6 RC1) using Qt 4.7.0

kapackagekit will not start from kicker or a shell

-- Backtrace (Reduced):
#6  deref (this=0xc04680, buttonMask=) at /usr/include/qt4/QtCore/qatomic_x86_64.h:133
#7  operator= (this=0xc04680, buttonMask=) at /usr/include/qt4/QtCore/qhash.h:593
#8  clear (this=0xc04680, buttonMask=) at /usr/include/qt4/QtCore/qhash.h:574
#9  KDialog::setButtons (this=0xc04680, buttonMask=) at ../../kdeui/dialogs/kdialog.cpp:210
#10 0x00007fe81dac0029 in KDialogPrivate::init (this=0xb1d370, q=0xc04680) at ../../kdeui/dialogs/kdialog.cpp:176
Comment 7 Dario Andres 2010-12-25 14:23:36 UTC
*** Bug 261198 has been marked as a duplicate of this bug. ***
Comment 8 Thomas Tanghus 2010-12-25 20:33:44 UTC
Created attachment 55236 [details]
New crash information added by DrKonqi

kpackagekit (0.6.2) on KDE Platform 4.5.90 (4.6 RC1) using Qt 4.7.0

- What I was doing when the application crashed:

I clicked on it in the menu ;-)

Funny thing is that it works fine from System Settings/Software Management. I'm guessing it's the same KCM?

This is also reported in https://bugs.launchpad.net/kubuntu-ppa/+bug/694194

-- Backtrace (Reduced):
#7  deref (this=0x8c607f0, buttonMask=) at /usr/include/qt4/QtCore/qatomic_i386.h:132
#8  operator= (this=0x8c607f0, buttonMask=) at /usr/include/qt4/QtCore/qhash.h:593
#9  clear (this=0x8c607f0, buttonMask=) at /usr/include/qt4/QtCore/qhash.h:574
#10 KDialog::setButtons (this=0x8c607f0, buttonMask=) at ../../kdeui/dialogs/kdialog.cpp:210
#11 0x003b5f50 in KDialogPrivate::init (this=0x8c398a8, q=0x8c607f0) at ../../kdeui/dialogs/kdialog.cpp:176
Comment 9 Dario Andres 2010-12-25 21:57:25 UTC
[Comment from a bug triager]
@Thomas Olsen:
The problem was related to a private KDialog implementation that KPackageKit had. 
I think that if it is run inside SystemSettings, the whole systemsettings shell is already a "dialog" that holds the KCM inside it (and because it didn't load the faulty KDialog implementation, it didn't crash). The standalone KPackageKit dialog loading the KCM was the one experiencing the crash.
Regards
Comment 10 Thomas Tanghus 2010-12-25 22:15:45 UTC
(In reply to comment #9)
> The standalone KPackageKit dialog loading the KCM was
> the one experiencing the crash.

As a temporary workaround there's always:

kcmshell4 kpk_addrm kpk_update kpk_settings
Comment 11 omega 2010-12-26 02:58:43 UTC
Created attachment 55250 [details]
New crash information added by DrKonqi

kpackagekit (0.6.2) on KDE Platform 4.5.90 (4.6 RC1) using Qt 4.7.1

- What I was doing when the application crashed:

I was clicking on the KPackageKit icon in the system tray

-- Backtrace (Reduced):
#6  deref (this=<value optimized out>, buttonMask=...) at /usr/include/qt4/QtCore/qatomic_x86_64.h:133
#7  operator= (this=<value optimized out>, buttonMask=...) at /usr/include/qt4/QtCore/qhash.h:594
#8  clear (this=<value optimized out>, buttonMask=...) at /usr/include/qt4/QtCore/qhash.h:574
#9  KDialog::setButtons (this=<value optimized out>, buttonMask=...) at ../../kdeui/dialogs/kdialog.cpp:210
#10 0x00007f027a9076ec in KDialogPrivate::init (this=0x2420340, q=0x241ddf0) at ../../kdeui/dialogs/kdialog.cpp:176
Comment 12 maniandram 2010-12-26 05:13:56 UTC
Created attachment 55251 [details]
New crash information added by DrKonqi

kpackagekit (0.6.2) on KDE Platform 4.5.90 (4.6 RC1) using Qt 4.7.1

Running Kubuntu 11.04 aka "Natty Narwhal".

-- Backtrace (Reduced):
#7  deref (this=0x9aeeb18, buttonMask=...) at /usr/include/qt4/QtCore/qatomic_i386.h:132
#8  operator= (this=0x9aeeb18, buttonMask=...) at /usr/include/qt4/QtCore/qhash.h:594
#9  clear (this=0x9aeeb18, buttonMask=...) at /usr/include/qt4/QtCore/qhash.h:574
#10 KDialog::setButtons (this=0x9aeeb18, buttonMask=...) at ../../kdeui/dialogs/kdialog.cpp:210
#11 0x00b97040 in KDialogPrivate::init (this=0x9a57700, q=0x9aeeb18) at ../../kdeui/dialogs/kdialog.cpp:176
Comment 13 e.crepieux 2010-12-26 12:19:41 UTC
Created attachment 55257 [details]
New crash information added by DrKonqi

kpackagekit (0.6.2) on KDE Platform 4.5.90 (4.6 RC1) using Qt 4.7.0

Crashes also on Kubuntu 10.10 KDE 4.6 rc1

-- Backtrace (Reduced):
#7  deref (this=0x81e5550, buttonMask=) at /usr/include/qt4/QtCore/qatomic_i386.h:132
#8  operator= (this=0x81e5550, buttonMask=) at /usr/include/qt4/QtCore/qhash.h:593
#9  clear (this=0x81e5550, buttonMask=) at /usr/include/qt4/QtCore/qhash.h:574
#10 KDialog::setButtons (this=0x81e5550, buttonMask=) at ../../kdeui/dialogs/kdialog.cpp:210
#11 0x00870f50 in KDialogPrivate::init (this=0x81b3368, q=0x81e5550) at ../../kdeui/dialogs/kdialog.cpp:176
Comment 14 Nicolas L. 2010-12-26 12:56:00 UTC
*** Bug 261280 has been marked as a duplicate of this bug. ***
Comment 15 Daniel Nicoletti 2010-12-26 17:25:37 UTC
It's FIXED in 0.6.3, Kubuntu package will be available togheter with KDE 4.6
Comment 16 Dario Andres 2010-12-26 18:22:58 UTC
*** Bug 261295 has been marked as a duplicate of this bug. ***
Comment 17 akibukis 2010-12-27 03:20:32 UTC
Created attachment 55277 [details]
New crash information added by DrKonqi

kpackagekit (0.6.2) on KDE Platform 4.5.90 (4.6 RC1) using Qt 4.7.0

Opening KPackageKit from start menu. Crash. Every time.

-- Backtrace (Reduced):
#6  deref (this=0x1de8900, buttonMask=) at /usr/include/qt4/QtCore/qatomic_x86_64.h:133
#7  operator= (this=0x1de8900, buttonMask=) at /usr/include/qt4/QtCore/qhash.h:593
#8  clear (this=0x1de8900, buttonMask=) at /usr/include/qt4/QtCore/qhash.h:574
#9  KDialog::setButtons (this=0x1de8900, buttonMask=) at ../../kdeui/dialogs/kdialog.cpp:210
#10 0x00007f8c025c7029 in KDialogPrivate::init (this=0x1e2aa80, q=0x1de8900) at ../../kdeui/dialogs/kdialog.cpp:176
Comment 18 Dario Andres 2010-12-27 13:10:12 UTC
*** Bug 261316 has been marked as a duplicate of this bug. ***
Comment 19 Christopher Patrick 2010-12-27 23:44:05 UTC
Application: kpackagekit (0.6.2)
KDE Platform Version: 4.5.90 (4.6 RC1)
Qt Version: 4.7.0
Operating System: Linux 2.6.35-24-generic i686
Distribution: Ubuntu 10.10


Application: KPackageKit (kpackagekit), signal: Segmentation fault
[KCrash Handler]
#7  0x005b9843 in KDialog::setButtons(QFlags<KDialog::ButtonCode>) () from /usr/lib/libkdeui.so.5
#8  0x005b9f50 in ?? () from /usr/lib/libkdeui.so.5
#9  0x005ba0ce in KDialog::KDialog(KDialogPrivate&, QWidget*, QFlags<Qt::WindowType>) () from /usr/lib/libkdeui.so.5
#10 0x006bbf12 in KPageDialog::KPageDialog(KPageDialogPrivate&, KPageWidget*, QWidget*, QFlags<Qt::WindowType>) () from /usr/lib/libkdeui.so.5
#11 0x0804ea9d in _start ()
Comment 20 Dario Andres 2010-12-30 12:39:59 UTC
*** Bug 261563 has been marked as a duplicate of this bug. ***
Comment 21 Dario Andres 2010-12-30 12:40:15 UTC
*** Bug 261577 has been marked as a duplicate of this bug. ***
Comment 22 Leo 2010-12-31 12:47:33 UTC
Created attachment 55411 [details]
New crash information added by DrKonqi

kpackagekit (0.6.2) on KDE Platform 4.5.90 (4.6 RC1) using Qt 4.7.0

- What I was doing when the application crashed:

Just start the program from the plasma bar

-- Backtrace (Reduced):
#6  deref (this=0x11c3210, buttonMask=) at /usr/include/qt4/QtCore/qatomic_x86_64.h:133
#7  operator= (this=0x11c3210, buttonMask=) at /usr/include/qt4/QtCore/qhash.h:593
#8  clear (this=0x11c3210, buttonMask=) at /usr/include/qt4/QtCore/qhash.h:574
#9  KDialog::setButtons (this=0x11c3210, buttonMask=) at ../../kdeui/dialogs/kdialog.cpp:210
#10 0x00007fd6c4669029 in KDialogPrivate::init (this=0x11de440, q=0x11c3210) at ../../kdeui/dialogs/kdialog.cpp:176
Comment 23 Pino Toscano 2011-01-01 11:23:33 UTC
*** Bug 261761 has been marked as a duplicate of this bug. ***
Comment 24 Pino Toscano 2011-01-03 17:56:06 UTC
*** Bug 261898 has been marked as a duplicate of this bug. ***
Comment 25 Pino Toscano 2011-01-03 17:56:21 UTC
*** Bug 261963 has been marked as a duplicate of this bug. ***
Comment 26 Daniel Nicoletti 2011-01-03 20:57:08 UTC
*** Bug 261997 has been marked as a duplicate of this bug. ***
Comment 27 Gerry Gavigan 2011-01-05 00:28:53 UTC
Created attachment 55587 [details]
New crash information added by DrKonqi

kpackagekit (0.6.2) on KDE Platform 4.5.90 (4.6 RC1) using Qt 4.7.1

- What I was doing when the application crashed:  

attempting to access kpackagekit to update software

-- Backtrace (Reduced):
#7  deref (this=0x80e0790, buttonMask=...) at /usr/include/QtCore/qatomic_i386.h:132
#8  operator= (this=0x80e0790, buttonMask=...) at /usr/include/QtCore/qhash.h:594
#9  clear (this=0x80e0790, buttonMask=...) at /usr/include/QtCore/qhash.h:574
#10 KDialog::setButtons (this=0x80e0790, buttonMask=...) at /usr/src/debug/kdelibs-4.5.90/kdeui/dialogs/kdialog.cpp:210
#11 0xb7603808 in KDialogPrivate::init (this=0x80d4730, q=0x80e0790) at /usr/src/debug/kdelibs-4.5.90/kdeui/dialogs/kdialog.cpp:176
Comment 28 Arthur 2011-01-07 17:56:05 UTC
Created attachment 55703 [details]
New crash information added by DrKonqi

kpackagekit (0.6.2) on KDE Platform 4.5.95 (4.6 RC2) using Qt 4.7.0

- What I was doing when the application crashed:
Opened kpackagekit. Same error when clicking the icon in system tray.

-- Backtrace (Reduced):
#6  deref (this=0x1081bb0, buttonMask=) at /usr/include/qt4/QtCore/qatomic_x86_64.h:133
#7  operator= (this=0x1081bb0, buttonMask=) at /usr/include/qt4/QtCore/qhash.h:593
#8  clear (this=0x1081bb0, buttonMask=) at /usr/include/qt4/QtCore/qhash.h:574
#9  KDialog::setButtons (this=0x1081bb0, buttonMask=) at ../../kdeui/dialogs/kdialog.cpp:210
#10 0x00007fb8693131e9 in KDialogPrivate::init (this=0xf43130, q=0x1081bb0) at ../../kdeui/dialogs/kdialog.cpp:176
Comment 29 Thomas Tanghus 2011-01-07 20:31:56 UTC
I thought this would be fixed in RC2? It's definitely a show-stopper.
Comment 30 Blackpaw 2011-01-07 22:28:41 UTC
Still crashing here in RC2


Qt: 4.7.1
KDE Development Platform: 4.5.95 (4.6 RC2)
kde4-config: 1.0


Distributor ID: Ubuntu
Description:    Ubuntu natty (development branch)
Release:        11.04
Codename:       natty
Comment 31 Blackpaw 2011-01-07 22:31:44 UTC
The Kubuntu RC2 version is still 0.6.2, so maybe a packaging error on kubuntu's part?
Comment 32 Pino Toscano 2011-01-09 11:30:20 UTC
*** Bug 262598 has been marked as a duplicate of this bug. ***
Comment 33 Pino Toscano 2011-01-09 16:48:32 UTC
*** Bug 262660 has been marked as a duplicate of this bug. ***
Comment 34 Gary Triplett 2011-01-10 06:52:32 UTC
Created attachment 55800 [details]
New crash information added by DrKonqi

kpackagekit (0.6.2) on KDE Platform 4.5.95 (4.6 RC2) using Qt 4.7.0

- What I was doing when the application crashed:
Using Kubuntu and after the KDE upgrade packages of 10-Jan-2011, the crash upon opening KPackageKit still occurs.

-- Backtrace (Reduced):
#6  deref (this=0xe9e5f0, buttonMask=) at /usr/include/qt4/QtCore/qatomic_x86_64.h:133
#7  operator= (this=0xe9e5f0, buttonMask=) at /usr/include/qt4/QtCore/qhash.h:593
#8  clear (this=0xe9e5f0, buttonMask=) at /usr/include/qt4/QtCore/qhash.h:574
#9  KDialog::setButtons (this=0xe9e5f0, buttonMask=) at ../../kdeui/dialogs/kdialog.cpp:210
#10 0x00007fe6f17301e9 in KDialogPrivate::init (this=0xed57c0, q=0xe9e5f0) at ../../kdeui/dialogs/kdialog.cpp:176
Comment 35 Ac17 2011-01-12 00:47:59 UTC
Created attachment 55890 [details]
New crash information added by DrKonqi

kpackagekit (0.6.2) on KDE Platform 4.5.90 (4.6 RC1) using Qt 4.7.0

- What I was doing when the application crashed:

Hey I'ts me again :-)
This is Mine bug and it's still around, I'm on the CC list for this and it happens everytime the computer say you have to upgrade. In youre mail to me you sayd it's wos finnishd and I south that maybe was trou becouse after my first times with this bug I be tired of it and just update with the terminal, sorry I nowe that's wrong :-(
However I've trying Kubuntu and Kde's next and not Open suse.
Good Hunting/ fd.svensson

-- Backtrace (Reduced):
#6  deref (this=0x1f450e0, buttonMask=) at /usr/include/qt4/QtCore/qatomic_x86_64.h:133
#7  operator= (this=0x1f450e0, buttonMask=) at /usr/include/qt4/QtCore/qhash.h:593
#8  clear (this=0x1f450e0, buttonMask=) at /usr/include/qt4/QtCore/qhash.h:574
#9  KDialog::setButtons (this=0x1f450e0, buttonMask=) at ../../kdeui/dialogs/kdialog.cpp:210
#10 0x00007f7dbfe58029 in KDialogPrivate::init (this=0x2118570, q=0x1f450e0) at ../../kdeui/dialogs/kdialog.cpp:176
Comment 36 Dario Andres 2011-01-12 00:52:11 UTC
[Comment from a bug triager]
Just wait for kpackagekit 0.6.3 to be available. According to https://bugs.launchpad.net/kubuntu-ppa/+bug/694194 it is available in Maverick's beta PPA and Natty
Comment 37 Thomas Tanghus 2011-01-12 00:55:20 UTC
(In reply to comment #36)
> [Comment from a bug triager]
> Just wait for kpackagekit 0.6.3 to be available. According to
> https://bugs.launchpad.net/kubuntu-ppa/+bug/694194 it is available in
> Maverick's beta PPA and Natty

And it's working just fine:
kpackagekit -v
Qt: 4.7.0
KDE Development Platform: 4.5.95 (4.6 RC2)
KPackageKit: 0.6.3.3
Comment 38 Leo 2011-01-12 10:37:30 UTC
(In reply to comment #37)
> And it's working just fine:
> kpackagekit -v
> Qt: 4.7.0
> KDE Development Platform: 4.5.95 (4.6 RC2)
> KPackageKit: 0.6.3.3

Works also for me :)
thank you
Comment 39 Thomas Tanghus 2011-01-12 11:35:50 UTC
Thanks :-)
Comment 40 Peter Lemieux 2011-03-09 19:52:43 UTC
Created attachment 57813 [details]
New crash information added by DrKonqi

kpackagekit (0.6.2) on KDE Platform 4.6.1 (4.6.1) using Qt 4.7.0

- What I was doing when the application crashed:

Every attempt to open the application makes it crash.

This took place after upgrading from KDE 4.5 to KDE 4.6 using the Kubuntu Maverick backports.

kpackagekit -v
Qt: 4.7.0
KDE Development Platform: 4.6.1 (4.6.1)
KPackageKit: 0.6.2

-- Backtrace (Reduced):
#7  deref (this=0x84d4318, buttonMask=) at /usr/include/qt4/QtCore/qatomic_i386.h:132
#8  operator= (this=0x84d4318, buttonMask=) at /usr/include/qt4/QtCore/qhash.h:593
#9  clear (this=0x84d4318, buttonMask=) at /usr/include/qt4/QtCore/qhash.h:574
#10 KDialog::setButtons (this=0x84d4318, buttonMask=) at ../../kdeui/dialogs/kdialog.cpp:210
#11 0x0024e220 in KDialogPrivate::init (this=0x84b4b48, q=0x84d4318) at ../../kdeui/dialogs/kdialog.cpp:176
Comment 41 musical85 2011-04-30 23:20:44 UTC
Created attachment 59470 [details]
New crash information added by DrKonqi

kpackagekit (0.6.1) on KDE Platform 4.6.2 (4.6.2) using Qt 4.7.2

- What I was doing when the application crashed:

I opened up KPackageKit and it crashed on open.

-- Backtrace (Reduced):
#7  0x0301d9eb in KDialog::setButtons (this=0x9637be8, buttonMask=...) at /usr/src/debug/kdelibs-4.6.2/kdeui/dialogs/kdialog.cpp:212
#8  0x0301e0e1 in KDialogPrivate::init (this=0x9654a48, q=0x9637be8) at /usr/src/debug/kdelibs-4.6.2/kdeui/dialogs/kdialog.cpp:176
#9  0x0301e1df in KDialog::KDialog (this=0x9637be8, dd=..., parent=0x0, flags=...) at /usr/src/debug/kdelibs-4.6.2/kdeui/dialogs/kdialog.cpp:198
#10 0x03107d63 in KPageDialog::KPageDialog (this=0x9637be8, dd=..., widget=0x0, parent=0x0, flags=...) at /usr/src/debug/kdelibs-4.6.2/kdeui/paged/kpagedialog.cpp:52
#11 0x0804e83a in KCMultiDialog::KCMultiDialog (this=0x9637be8, parent=0x0) at /usr/src/debug/kpackagekit-0.6.1/KPackageKit/kcmultidialog.cpp:237