Bug 110016

Summary: [EFL][WK2] Remove MessageReceiver in WebFullScreenManagerProxy::invalidate()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit EFLAssignee: Chris Dumez <cdumez>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: andersca, ap, benjamin, gyuyoung.kim, kenneth, kling, laszlo.gombos, lucas.de.marchi, mikhail.pozdnyakov, naginenis, rakuco, sam, tmpsantos, webkit.review.bot
Priority: P2 Keywords: MakingBotsRed
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Chris Dumez
Reported 2013-02-16 07:29:35 PST
EWK2UnitTestBase.ewk_view_full_screen_exit API test is crashing on our bots: Program received signal SIGSEGV, Segmentation fault. 0x00007ffff6827d5d in CoreIPC::MessageReceiverMap::dispatchMessage (this=0x1c58140, connection=0x75a8e0, decoder=...) at /home/chris/Devel/WebKit/Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.cpp:86 86 messageReceiver->didReceiveMessage(connection, decoder); (gdb) bt #0 0x00007ffff6827d5d in CoreIPC::MessageReceiverMap::dispatchMessage (this=0x1c58140, connection=0x75a8e0, decoder=...) at /home/chris/Devel/WebKit/Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.cpp:86 #1 0x00007ffff683e15d in WebKit::ChildProcessProxy::dispatchMessage (this=0x1c58100, connection=0x75a8e0, decoder=...) at /home/chris/Devel/WebKit/Source/WebKit2/Shared/ChildProcessProxy.cpp:107 #2 0x00007ffff6937a29 in WebKit::WebProcessProxy::didReceiveMessage (this=0x1c58100, connection=0x75a8e0, decoder=...) at /home/chris/Devel/WebKit/Source/WebKit2/UIProcess/WebProcessProxy.cpp:356 #3 0x00007ffff6815b00 in CoreIPC::Connection::dispatchMessage (this=0x75a8e0, decoder=...) at /home/chris/Devel/WebKit/Source/WebKit2/Platform/CoreIPC/Connection.cpp:758 #4 0x00007ffff6815be0 in CoreIPC::Connection::dispatchMessage (this=0x75a8e0, incomingMessage=...) at /home/chris/Devel/WebKit/Source/WebKit2/Platform/CoreIPC/Connection.cpp:781 #5 0x00007ffff6815df1 in CoreIPC::Connection::dispatchOneMessage (this=0x75a8e0) at /home/chris/Devel/WebKit/Source/WebKit2/Platform/CoreIPC/Connection.cpp:807 #6 0x00007ffff6827057 in WTF::FunctionWrapper<void (CoreIPC::Connection::*)()>::operator() (this=0x7fff40000b10, c=0x75a8e0) at /home/chris/Devel/WebKit/Source/WTF/wtf/Functional.h:218 #7 0x00007ffff6826c62 in WTF::BoundFunctionImpl<WTF::FunctionWrapper<void (CoreIPC::Connection::*)()>, void (CoreIPC::Connection*)>::operator()() (this=0x7fff40000b00) at /home/chris/Devel/WebKit/Source/WTF/wtf/Functional.h:496 #8 0x00007ffff78dd70e in WTF::Function<void ()>::operator()() const (this=0x7fffffffdb20) at /home/chris/Devel/WebKit/Source/WTF/wtf/Functional.h:704 #9 0x00007ffff0a0115f in WebCore::RunLoop::performWork (this=0x78cf50) at /home/chris/Devel/WebKit/Source/WebCore/platform/RunLoop.cpp:91 #10 0x00007ffff1596ce2 in WebCore::RunLoop::wakeUpEvent (data=0x78cf50) at /home/chris/Devel/WebKit/Source/WebCore/platform/efl/RunLoopEfl.cpp:70
Attachments
Patch (1.54 KB, patch)
2013-02-16 07:33 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2013-02-16 07:33:29 PST
Sudarsana Nagineni (babu)
Comment 2 2013-02-17 08:21:45 PST
Duplicate of bug #109451. *** This bug has been marked as a duplicate of bug 109451 ***
Note You need to log in before you can comment on or make changes to this bug.