Bug 109018 - Random crashes while clicking on news items
Summary: Random crashes while clicking on news items
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-13 10:50 UTC by Hasso Tepper
Modified: 2005-07-13 13:22 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 Hasso Tepper 2005-07-13 10:50:10 UTC
Version:           1.4.50 (using KDE 3.4.89 (>= 20050615), compiled sources)
Compiler:          gcc version 3.3.6 (Debian 1:3.3.6-7)
OS:                Linux (i686) release 2.6.12.2-rt-v0.7.51-23

I experience random crashes in akregator. It always happens while I'm clicking on news item, but it's not dependant on any particular item. Backtrace is below.

[KCrash handler]
#4  0xb616425b in __dynamic_cast () from /usr/lib/libstdc++.so.5
#5  0xb48ca1b7 in Akregator::View::slotMouseButtonPressed (this=0x8750270,
    button=1, item=0x859e828) at akregator_view.cpp:1022
#6  0xb48cc6f3 in Akregator::View::qt_invoke (this=0x8750270, _id=50,
    _o=0xbfbd2ae0) at akregator_view.moc:370
#7  0xb65573dd in QObject::activate_signal (this=0x8765428, clist=0x87699c0,
    o=0xbfbd2ae0) at kernel/qobject.cpp:2355
#8  0xb68d18eb in QListView::mouseButtonPressed (this=0x8765428, t0=1,
    t1=0x859e828, t2=@0xbfbd2bd0, t3=0)
    at .moc/debug-shared-mt/moc_qlistview.cpp:484
#9  0xb6647c96 in QListView::contentsMousePressEventEx (this=0x8765428,
    e=0xbfbd2d40) at widgets/qlistview.cpp:4388
#10 0xb6646e72 in QListView::contentsMousePressEvent (this=0x8765428,
    e=0xbfbd2d40) at widgets/qlistview.cpp:4211
#11 0xb6f478c5 in KListView::contentsMousePressEvent (this=0x8765428,
    e=0xbfbd2d40) at klistview.cpp:791
#12 0xb667e50a in QScrollView::viewportMousePressEvent (this=0x8765428,
    e=0xbfbd3280) at widgets/qscrollview.cpp:1734
#13 0xb667dc1c in QScrollView::eventFilter (this=0x8765428, obj=0x8765e10,
    e=0xbfbd3280) at widgets/qscrollview.cpp:1497
#14 0xb6646aeb in QListView::eventFilter (this=0x8765428, o=0x8765e10,
    e=0xbfbd3280) at widgets/qlistview.cpp:3841
#15 0xb6554cb9 in QObject::activate_filters (this=0x8765e10, e=0xbfbd3280)
    at kernel/qobject.cpp:902
#16 0xb6554b37 in QObject::event (this=0x8765e10, e=0xbfbd3280)
    at kernel/qobject.cpp:735
#17 0xb658faeb in QWidget::event (this=0x8765e10, e=0xbfbd3280)
    at kernel/qwidget.cpp:4658
#18 0xb64f3f99 in QApplication::internalNotify (this=0xbfbd3740,
    receiver=0x8765e10, e=0xbfbd3280) at kernel/qapplication.cpp:2635
#19 0xb64f37c1 in QApplication::notify (this=0xbfbd3740, receiver=0x8765e10,
    e=0xbfbd3280) at kernel/qapplication.cpp:2421
#20 0xb6c08a34 in KApplication::notify (this=0xbfbd3740, receiver=0x8765e10,
    event=0xbfbd3280) at kapplication.cpp:549
#21 0xb64872ba in QApplication::sendSpontaneousEvent (receiver=0x8765e10,
    event=0xbfbd3280) at qapplication.h:494
#22 0xb6480117 in QETWidget::translateMouseEvent (this=0x8765e10,
    event=0xbfbd3640) at kernel/qapplication_x11.cpp:4292
#23 0xb647dd0d in QApplication::x11ProcessEvent (this=0xbfbd3740,
    event=0xbfbd3640) at kernel/qapplication_x11.cpp:3443
#24 0xb6498ed7 in QEventLoop::processEvents (this=0x809dc68, flags=4)
    at kernel/qeventloop_x11.cpp:192
#25 0xb650862d in QEventLoop::enterLoop (this=0x809dc68)
    at kernel/qeventloop.cpp:198
#26 0xb6508546 in QEventLoop::exec (this=0x809dc68)
    at kernel/qeventloop.cpp:145
#27 0xb64f4105 in QApplication::exec (this=0xbfbd3740)
    at kernel/qapplication.cpp:2758
#28 0x0805ca85 in main (argc=1, argv=0xbfbd3914) at main.cpp:177
Comment 1 Hasso Tepper 2005-07-13 13:22:50 UTC
Fixed two days ago actually. Sorry for noise.