[Webkit-unassigned] [Bug 91844] [WK2][GTK][EFL] Share WebKit2-GTK plugin process implementation with EFL port
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 3 23:44:33 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=91844
--- Comment #68 from Christophe Dumez <christophe.dumez at intel.com> 2012-10-03 23:44:56 PST ---
I get the following warning when running unit tests and 1 test is failing:
21/37 Test #21: test_webkit2_api_FrameMIMETypePNG ...................................***Failed 10.31 sec
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from WebKit2
[ RUN ] WebKit2.FrameMIMETypePNG
(process:28299): GLib-WARNING **: In call to g_spawn_sync(), exit status of a child process was requested but SIGCHLD action was set to SIG_IGN and ECHILD was received by waitpid(), so exit status can't be returned. This is a bug in the program calling g_spawn_sync(); either don't request the exit status, or don't set the SIGCHLD action.
1 0x43644f
2 0x2af7189c6cb0
3 0x2af7185b4e71 WebKit::PluginProcessProxy::scanPlugin(WTF::String const&, WebKit::RawPluginMetaData&)
4 0x2af718585f78 WebKit::NetscapePluginModule::getPluginInfo(WTF::String const&, WebKit::PluginModuleInfo&)
5 0x2af7185b3883 WebKit::PluginInfoStore::getPluginInfo(WTF::String const&, WebKit::PluginModuleInfo&)
6 0x2af718495fb7 WebKit::PluginInfoStore::loadPlugin(WTF::Vector<WebKit::PluginModuleInfo, 0ul>&, WTF::String const&)
7 0x2af718495eec WebKit::PluginInfoStore::loadPluginsIfNecessary()
8 0x2af71849602d WebKit::PluginInfoStore::plugins()
9 0x2af7184718a9 WebKit::WebProcessProxy::handleGetPlugins(unsigned long, bool)
10 0x2af71847dd77 WTF::FunctionWrapper<void (WebKit::WebProcessProxy::*)(unsigned long, bool)>::operator()(WebKit::WebProcessProxy*, unsigned long, bool)
11 0x2af71847dbb0 WTF::BoundFunctionImpl<WTF::FunctionWrapper<void (WebKit::WebProcessProxy::*)(unsigned long, bool)>, void (WebKit::WebProcessProxy*, unsigned long, bool)>::operator()()
12 0x465214 WTF::Function<void ()>::operator()() const
13 0x2af71857b74e WorkQueue::performWork()
14 0x2af71857bdcc WorkQueue::workQueueThread(WorkQueue*)
15 0x2af71d68e419
16 0x4374a9
17 0x2af7189bee9a
18 0x2af719d44dbd clone
LEAK: 1 WebPageProxy
LEAK: 1 WebContext
It looks related.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list