Bug 83034 - [Qt][WK2] ASSERT(!(outputBytes.size() % sizeof(UChar))) in PluginProcessProxyQt.cpp
Summary: [Qt][WK2] ASSERT(!(outputBytes.size() % sizeof(UChar))) in PluginProcessProxy...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Balazs Kelemen
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2012-04-03 08:17 PDT by Balazs Kelemen
Modified: 2012-04-03 08:45 PDT (History)
0 users

See Also:


Attachments
Patch (3.65 KB, patch)
2012-04-03 08:23 PDT, Balazs Kelemen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Balazs Kelemen 2012-04-03 08:17:47 PDT
The problem is that if the plugin speak into stdout than it confusing our stdout based ipc.
Comment 1 Balazs Kelemen 2012-04-03 08:23:16 PDT
Created attachment 135332 [details]
Patch
Comment 2 Zoltan Herczeg 2012-04-03 08:42:07 PDT
Comment on attachment 135332 [details]
Patch

r=me
Comment 3 Balazs Kelemen 2012-04-03 08:45:12 PDT
Comment on attachment 135332 [details]
Patch

Clearing flags on attachment: 135332

Committed r113041: <http://trac.webkit.org/changeset/113041>
Comment 4 Balazs Kelemen 2012-04-03 08:45:18 PDT
All reviewed patches have been landed.  Closing bug.