[Webkit-unassigned] [Bug 113107] [WK2][GTK] MiniBrowser won't display video controls in <embed> tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 26 04:13:12 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=113107





--- Comment #6 from Philippe Normand <pnormand at igalia.com>  2013-03-26 04:15:39 PST ---
The issue I have here is that the PluginProcess crashes:

Thread 1 (Thread 0x7f56bf6199c0 (LWP 33581)):
#0  0x0000000000dbd72c in WebCore::PluginView::getValue(NPNVariable, void*) ()
#1  0x00007f567cb02efb in totemPlugin::Init(char*, unsigned short, short, char**, char**, _NPSavedData*) () from /usr/lib/mozilla/plugins/libtotem-mully-plugin.so
#2  0x00007f567cb00527 in ?? () from /usr/lib/mozilla/plugins/libtotem-mully-plugin.so
#3  0x0000000000a67103 in WebKit::NetscapePlugin::initialize(WebKit::Plugin::Parameters const&) ()
#4  0x0000000000a46df5 in WebKit::PluginControllerProxy::initialize(WebKit::PluginCreationParameters const&) ()
#5  0x0000000000a49eb3 in WebKit::WebProcessConnection::createPluginInternal(WebKit::PluginCreationParameters const&, bool&, bool&, unsigned int&) ()
#6  0x0000000000a4a367 in WebKit::WebProcessConnection::createPlugin(WebKit::PluginCreationParameters const&, WTF::PassRefPtr<Messages::WebProcessConnection::CreatePlugin::DelayedReply>) ()
#7  0x0000000000a6ec22 in void CoreIPC::handleMessageDelayed<Messages::WebProcessConnection::CreatePlugin, WebKit::WebProcessConnection, void (WebKit::WebProcessConnection::*)(WebKit::PluginCreationParameters const&, WTF::PassRefPtr<Messages::WebProcessConnection::CreatePlugin::DelayedReply>)>(CoreIPC::Connection*, CoreIPC::MessageDecoder&, WTF::OwnPtr<CoreIPC::MessageEncoder>&, WebKit::WebProcessConnection*, void (WebKit::WebProcessConnection::*)(WebKit::PluginCreationParameters const&, WTF::PassRefPtr<Messages::WebProcessConnection::CreatePlugin::DelayedReply>)) ()
#8  0x0000000000a6e9c3 in WebKit::WebProcessConnection::didReceiveSyncWebProcessConnectionMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&, WTF::OwnPtr<CoreIPC::MessageEncoder>&) ()
#9  0x0000000000a49bab in WebKit::WebProcessConnection::didReceiveSyncMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&, WTF::OwnPtr<CoreIPC::MessageEncoder>&) ()
#10 0x0000000000a3c017 in CoreIPC::Connection::dispatchSyncMessage(CoreIPC::MessageDecoder&) ()
#11 0x0000000000a3c17b in CoreIPC::Connection::dispatchMessage(WTF::PassOwnPtr<CoreIPC::MessageDecoder>) ()
#12 0x0000000000a3cdbe in CoreIPC::Connection::SyncMessageState::dispatchMessages(CoreIPC::Connection*) ()
#13 0x0000000001bbc5bb in WebCore::RunLoop::performWork() ()
#14 0x0000000001c21269 in WebCore::RunLoop::queueWork(WebCore::RunLoop*) ()
#15 0x00007f56c7779f25 in g_main_dispatch (context=0x37b7df0) at gmain.c:3054
#16 g_main_context_dispatch (context=context at entry=0x37b7df0) at gmain.c:3630
#17 0x00007f56c777a268 in g_main_context_iterate (context=0x37b7df0, block=block at entry=1, dispatch=dispatch at entry=1, self=<error reading variable: Unhandled dwarf expression opcode 0xfa>)
    at gmain.c:3701
#18 0x00007f56c777a6da in g_main_loop_run (loop=0x38091a0) at gmain.c:3895
#19 0x0000000000a4b89c in PluginProcessMainUnix ()
#20 0x00007f56c3deca55 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#21 0x0000000000a3a199 in _start ()

The parameters and mimetype are correctly passed to NPP_New, I'd need a debug build to continue to investigate this further...

-- 
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