Bug 14700 - crash when searching with qpackagekit
Summary: crash when searching with qpackagekit
Status: RESOLVED FIXED
Alias: None
Product: PackageKit
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Adrien BUSTANY
QA Contact: David Zeuthen (not reading bugmail)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-27 05:34 UTC by Jonathan Riddell
Modified: 2008-07-28 01:35 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Jonathan Riddell 2008-02-27 05:34:41 UTC
I get a crash when searching with qpackagekit.

apt backend.  pkcon works fine.

ASSERT: "last >= first" in file kernel/qabstractitemmodel.cpp, line 2095


#0  0x00007f8f55a93095 in raise () from /lib/libc.so.6
#1  0x00007f8f55a94af0 in abort () from /lib/libc.so.6
#2  0x00007f8f567c56d5 in qt_message_output () from /usr/lib/libQtCore.so.4
#3  0x00007f8f567c57fd in qFatal () from /usr/lib/libQtCore.so.4
#4  0x00007f8f5686b03e in QAbstractItemModel::beginRemoveRows () from /usr/lib/libQtCore.so.4
#5  0x000000000040f758 in PackageModel::clear (this=0x7184e0) at PackageModel.cpp:82
#6  0x0000000000408885 in MainWindow::doSearch (this=0x7fff5fbaddf0) at MainWindow.cpp:106
#7  0x0000000000410d97 in MainWindow::qt_metacall (this=0x7fff5fbaddf0, _c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7fff5fbad330)
    at moc_MainWindow.cpp:85
#8  0x00007f8f56884a00 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#9  0x00007f8f57186007 in QAbstractButton::clicked () from /usr/lib/libQtGui.so.4
#10 0x00007f8f56f86a9b in ?? () from /usr/lib/libQtGui.so.4
#11 0x00007f8f56f88155 in ?? () from /usr/lib/libQtGui.so.4
#12 0x00007f8f56f881fb in QAbstractButton::timerEvent () from /usr/lib/libQtGui.so.4
#13 0x00007f8f56883cac in QObject::event () from /usr/lib/libQtCore.so.4
#14 0x00007f8f56d0271f in QWidget::event () from /usr/lib/libQtGui.so.4
#15 0x00007f8f56f87340 in QAbstractButton::event () from /usr/lib/libQtGui.so.4
#16 0x00007f8f57009468 in QPushButton::event () from /usr/lib/libQtGui.so.4
#17 0x00007f8f56cc03eb in QApplicationPrivate::notify_helper () from /usr/lib/libQtGui.so.4
#18 0x00007f8f56cc3d73 in QApplication::notify () from /usr/lib/libQtGui.so.4
#19 0x00007f8f56872ae0 in QCoreApplication::notifyInternal () from /usr/lib/libQtCore.so.4
#20 0x00007f8f568968d6 in ?? () from /usr/lib/libQtCore.so.4
#21 0x00007f8f5689368d in ?? () from /usr/lib/libQtCore.so.4
#22 0x00007f8f54ae43b4 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#23 0x00007f8f54ae76c5 in ?? () from /usr/lib/libglib-2.0.so.0
#24 0x00007f8f54ae7bab in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#25 0x00007f8f56893c1b in QEventDispatcherGlib::processEvents () from /usr/lib/libQtCore.so.4
#26 0x00007f8f56d3625f in ?? () from /usr/lib/libQtGui.so.4
#27 0x00007f8f56871fc8 in QEventLoop::processEvents () from /usr/lib/libQtCore.so.4
#28 0x00007f8f568720e6 in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#29 0x00007f8f56874241 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#30 0x00000000004078fb in main (argc=1, argv=0x7fff5fbae0f8) at main.cpp:27
Comment 1 Jonathan Riddell 2008-02-27 05:35:53 UTC
moving to correct product, appologies.
Comment 2 Adrien BUSTANY 2008-02-29 09:16:29 UTC
Hi,
I'll try to fix that bug, but actually I'm currently rewriting the qt bindings for packagekit. I'll be away for the week end, so expect a least a delay of two days :-)
Comment 3 Adrien BUSTANY 2008-07-28 01:35:39 UTC
Please check the new version of KPackageKit (see packagekit website), which is also being packaged for ubuntu and fedora. It has a real UI, and is much more stable.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.