Version: 1.0 (using KDE 3.4.0, Debian Package 4:3.4.0-0ubuntu3.2 (3.1)) Compiler: gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2) OS: Linux (i686) release 2.6.10-5-k7-smp Rather obscure bug in akregator: You have to have it set to show close button on tabs. The close buttons have three different states, first is the website icon, second is a greyed out close button, and third is the final close button that can actually be clicked. To reproduce this bug you have to mouseover the website icon, right click (and hold the button down) after the icon turns into the greyed out close button but before it becomes clickable. Then (while holding the mouse button down), wait till the button becomes clickable and move the cursor outside of the close button area. This will crash akregator. I know it sounds like a fairly trivial bug, however I usually have to detach some of the tabs to get javascript links to work. That would normally involve right clicking, holding the button down, and selecting 'detatch tab'. If I accidently right click over the website icon I normally trigger the crash.
Confirmed. I guess this is a KTabWidget (and hence not akregator ;) ) bug, we have to investigate that. Anyone knows an app using this close-on-hover buttons so we can test if crashes these apps, too? (weird) bt: #4 0x00000000 in ?? () #5 0xb67da370 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3 #6 0xb67d99d4 in QApplication::notify () from /usr/lib/libqt-mt.so.3 #7 0xb6df8ab5 in KApplication::notify () from /usr/lib/libkdecore.so.4 #8 0xb67dbac2 in qt_dispatchEnterLeave () from /usr/lib/libqt-mt.so.3 #9 0xb6771352 in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3 #10 0xb6786ec2 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3 #11 0xb67eb74c in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3 #12 0xb67eb60e in QEventLoop::exec () from /usr/lib/libqt-mt.so.3 #13 0xb67da57b in QApplication::exec () from /usr/lib/libqt-mt.so.3 #14 0x08051700 in main (argc=1, argv=0xbffff734) at main.cpp:104
I've just tested with kdevelop3 (tabbed pages mode, use close on hover: yes, delayed, show icons on document tabs), and it also crashes. What would be the appropriate place to file a new bug report?
You should not file a new report, I'll reassign it.
Have to reopen it
Just seen that this bug is already there ;-) *** This bug has been marked as a duplicate of 76322 ***