Bug 257662 - Crashed while opening Konqueror web page
Summary: Crashed while opening Konqueror web page
Status: RESOLVED WAITINGFORINFO
Alias: None
Product: konqueror
Classification: Applications
Component: nspluginviewer (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-23 04:15 UTC by Philip Waterhouse
Modified: 2011-06-24 20:19 UTC (History)
1 user (show)

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 Philip Waterhouse 2010-11-23 04:15:39 UTC
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
Comment 1 Martin Koller 2011-06-24 20:19:50 UTC
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 ?