Summary: | Crash on using a virtual console management app | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Dmitri <dmitri> |
Component: | kdewebkit | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED UPSTREAM | ||
Severity: | crash | CC: | adawit, gerrysw11, giantcone, j.mairboeck, nick |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | FreeBSD | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Dmitri
2011-03-03 02:23:47 UTC
Created attachment 59060 [details]
New crash information added by DrKonqi
konqueror (4.6.2 (4.6.2)) on KDE Platform 4.6.2 (4.6.2) using Qt 4.7.2
- What I was doing when the application crashed:
I was watching UStream.tv and wanted to sign in to the social stream using Twitter. For UStream I use the kde webkit Part because the flash thing doesn't work in KHTML. I use KHTML as a default, so I suppose the twitter popup opened in a KHTML Part (I haven't checked though). After authorizing UStream, the twitter popup should have closed and signed me in, but instead Konqueror crashed.
-- Backtrace (Reduced):
#8 0xa46cf2ac in rpc_message_send_string (message=0xbf84fad0, str=0x7fffffff <Address 0x7fffffff out of bounds>) at /usr/src/debug/nspluginwrapper-1.3.0/src/rpc.c:1130
#9 0xa46cf475 in rpc_message_send_args (message=<value optimized out>, args=0xbf851b68 "/\370\377\377") at /usr/src/debug/nspluginwrapper-1.3.0/src/rpc.c:1172
#10 0xa46d0765 in _rpc_method_invoke_valist (connection=<value optimized out>, method=-1081804068, args=0xbf851b2c ",\331+\017*\370\377\377\304\016\263\264-\370\377\377\213") at /usr/src/debug/nspluginwrapper-1.3.0/src/rpc.c:1906
#11 0xa46d22aa in rpc_method_invoke (connection=0xf581230, method=30) at /usr/src/debug/nspluginwrapper-1.3.0/src/rpc.c:1931
#12 0xa46c81c7 in invoke_NPP_NewStream (instance=0xa3ee25f4, type=0xb4b30ec4 "", stream=0xa3ba4da4, seekable=0 '\000', stype=0xa3ba4d90) at /usr/src/debug/nspluginwrapper-1.3.0/src/npw-wrapper.c:2169
This is an upstream QtWebKit issue that has been fixed for QtWebKit 2.1 release which unfortunately is not the version bundled in Qt 4.7.x. See http://labs.qt.nokia.com/2011/04/18/qtwebkit-2-1-0-has-been-released/ You either have to compile the afforementioned QtWebKit library manually and replace the one that comes bundled with Qt or wait until the officially supported QtWebKit 2.2 is released to get a QtWebKit that works nsplugin wrapper. Either way this is an upstream issue. *** Bug 285229 has been marked as a duplicate of this bug. *** *** Bug 278467 has been marked as a duplicate of this bug. *** *** Bug 303758 has been marked as a duplicate of this bug. *** |