Application: nspluginviewer () KDE Platform Version: 4.5.3 (KDE 4.5.3) (Compiled from sources) Qt Version: 4.7.0 Operating System: Linux 2.6.35.6-48.fc14.i686 i686 Distribution: "Fedora release 14 (Laughlin)" -- Information about the crash: - What I was doing when the application crashed: I had just requested a picture from weatherbug inside of konqueror. This crash happens everytime I call for a active picture in a webpage. The crash can be reproduced some of the time. -- Backtrace: Application: nspluginviewer (nspluginviewer), signal: Aborted [KCrash Handler] #7 0x00f43416 in __kernel_vsyscall () #8 0x00409531 in raise () from /lib/libc.so.6 #9 0x0040af9e in abort () from /lib/libc.so.6 #10 0x00c9ac45 in __gnu_cxx::__verbose_terminate_handler () at ../../../../libstdc++-v3/libsupc++/vterminate.cc:93 #11 0x00c98b16 in __cxxabiv1::__terminate (handler=0xc9aaf0 <__gnu_cxx::__verbose_terminate_handler()>) at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:39 #12 0x00c98b53 in std::terminate () at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:49 #13 0x00c98d3c in __cxxabiv1::__cxa_rethrow () at ../../../../libstdc++-v3/libsupc++/eh_throw.cc:116 #14 0x07b35b55 in QEventLoop::exec (this=0xbf897db4, flags=...) at kernel/qeventloop.cpp:214 #15 0x07b3a5f7 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1009 #16 0x02811b98 in QApplication::exec () at kernel/qapplication.cpp:3672 #17 0x0805b23f in main (argc=) at /usr/src/debug/kdebase-4.5.3/apps/nsplugins/viewer/viewer.cpp:144 Possible duplicates by query: bug 255227, bug 255226, bug 255225, bug 252666, bug 252657. Reported using DrKonqi
Hmmm.... in corelib/kernel/qeventloop.cpp I find the following reason for this: "Qt has caught an exception thrown from an event handler. Throwing\n" "exceptions from an event handler is not supported in Qt." The question remains: what did throw which exception .... Can you give as a URL to test with ?