This forum has been archived. All content is frozen. Please use KDE Discuss instead.

[crash svn 539145] hitting download tab

Tags: None
(comma "," separated)
stoeptegel
Registered Member
Posts
1075
Karma
0
I noticed that the GUI had update problems with going to maximized resolution. (it was unresponsable for some seconds, and the widht in colums needed extra time)

A few seconds after i hit the download tab from upload tab view and poof.

Code: Select all
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1233398080 (LWP 5276)]
[KCrash handler]
#6  0xff000000 in ?? ()
#7  0xb5c92875 in kt::PeerViewItem::compare (this=0xc68d9e0, i=0xd4c2258,
    col=2) at peerview.cpp:133
#8  0xb70e79e9 in QListViewPrivate::SortableItem::cmp ()
   from /usr/lib/libqt-mt.so.3
#9  0xb70e7a8e in QListViewPrivate::SortableItem::operator< ()
   from /usr/lib/libqt-mt.so.3
#10 0xb70e8c2f in qHeapSortHelper<QListViewPrivate::SortableItem*, QListViewPrivate::SortableItem> () from /usr/lib/libqt-mt.so.3
#11 0xb70e8d7e in qHeapSort<QListViewPrivate::SortableItem*> ()
   from /usr/lib/libqt-mt.so.3
#12 0xb70e4eaf in QListViewItem::sortChildItems () from /usr/lib/libqt-mt.so.3
#13 0xb70d03e8 in QListViewItem::enforceSortOrder ()
   from /usr/lib/libqt-mt.so.3
#14 0xb70d4c65 in QListView::buildDrawableList () from /usr/lib/libqt-mt.so.3
#15 0xb70d540d in QListView::itemRect () from /usr/lib/libqt-mt.so.3
#16 0xb70dedde in QListView::focusInEvent () from /usr/lib/libqt-mt.so.3
#17 0xb78eb981 in KListView::focusInEvent () from /usr/lib/libkdeui.so.4
#18 0xb7018983 in QWidget::event () from /usr/lib/libqt-mt.so.3
#19 0xb790a094 in KListView::event () from /usr/lib/libkdeui.so.4
#20 0xb6f73dc6 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#21 0xb6f74b46 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#22 0xb770dd7d in KApplication::notify () from /usr/lib/libkdecore.so.4
#23 0xb6f050ef in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#24 0xb701794b in QWidget::setFocus () from /usr/lib/libqt-mt.so.3
#25 0xb714857c in QWidgetStack::raiseWidget () from /usr/lib/libqt-mt.so.3
#26 0xb71487ed in QWidgetStack::raiseWidget () from /usr/lib/libqt-mt.so.3
#27 0xb712dbcb in QTabWidget::showTab () from /usr/lib/libqt-mt.so.3
#28 0xb7392faa in QTabWidget::qt_invoke () from /usr/lib/libqt-mt.so.3
#29 0xb79f0257 in KTabWidget::qt_invoke () from /usr/lib/libkdeui.so.4
#30 0xb6fdde29 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#31 0xb6fde738 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#32 0xb73925d9 in QTabBar::selected () from /usr/lib/libqt-mt.so.3
#33 0xb712aef9 in QTabBar::setCurrentTab () from /usr/lib/libqt-mt.so.3
#34 0xb7127e2e in QTabBar::mousePressEvent () from /usr/lib/libqt-mt.so.3
#35 0xb7943a69 in KTabBar::mousePressEvent () from /usr/lib/libkdeui.so.4
#36 0xb70185be in QWidget::event () from /usr/lib/libqt-mt.so.3
#37 0xb712a07b in QTabBar::event () from /usr/lib/libqt-mt.so.3
#38 0xb6f73dc6 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#39 0xb6f74350 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#40 0xb770dd7d in KApplication::notify () from /usr/lib/libkdecore.so.4
#41 0xb6f0515d in QApplication::sendSpontaneousEvent ()
   from /usr/lib/libqt-mt.so.3
#42 0xb6f0080b in QETWidget::translateMouseEvent ()
   from /usr/lib/libqt-mt.so.3
#43 0xb6efecf1 in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#44 0xb6f18473 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#45 0xb6f8c8b7 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#46 0xb6f8c7da in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#47 0xb6f728d5 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#48 0x0805e785 in main (argc=2, argv=0xbfbbd804) at main.cpp:111

George
Moderator
Posts
5421
Karma
1

Wed May 10, 2006 8:19 pm
I will take a look at it tomorrow.
George
Moderator
Posts
5421
Karma
1

Thu May 11, 2006 4:15 pm
It crashes when all the peers get sorted in the PeerView. It seems that memory is accessed of a peer which has been released (most likely that peer has been removed).

Normally when we get rid of a peer we make sure that it is removed from the PeerView. Maybe those update problems have something to do with this.

What do you mean by maximized resolution ? Maximum screen resolution ?
stoeptegel
Registered Member
Posts
1075
Karma
0

Thu May 11, 2006 5:24 pm
George wrote:What do you mean by maximized resolution ? Maximum screen resolution ?


Converting KTorrent window-size from let say 1024 x 768 pixels to maximized window with the maximize button(1280 x 1024 at the moment) in the kwin part.

I've never had this issue before, i guess it's a fresh problem or maybe something outside KTorrent got changed with the updates of dapper.(?)
agforsyth
Registered Member
Posts
133
Karma
0

Fri May 12, 2006 12:32 am
I had some problems like this, and am also using dapper.
A "make distclean", ./configure, recompile and reinstall fixed them for me.
stoeptegel
Registered Member
Posts
1075
Karma
0

Sat May 13, 2006 2:05 pm
I don't have the
"Converting KTorrent window-size from let say 1024 x 768 pixels to maximized window with the maximize button(1280 x 1024 at the moment) in the kwin part. "

unresponsive x sec anymore.
It might have been solved by an update in dapper, but don't ask me what.


Bookmarks



Who is online

Registered users: Bing [Bot], blue_bullet, Google [Bot], rockscient, Yahoo [Bot]