[Webkit-unassigned] [Bug 108586] New: [EFL][Qt][WK2] Regression(141528) Minibrowser asserts in debug build.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 31 23:19:44 PST 2013


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

           Summary: [EFL][Qt][WK2] Regression(141528) Minibrowser asserts
                    in debug build.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ostap73 at gmail.com


SHOULD NEVER BE REACHED
/home/sl/work/webkit/Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp(228) : bool CoreIPC::Connection::processMessage()
1   0xb72e946e CoreIPC::Connection::processMessage()
2   0xb72e9f7b CoreIPC::Connection::readyReadHandler()
3   0xb7071ce8 WTF::FunctionWrapper<void (CoreIPC::Connection::*)()>::operator()(CoreIPC::Connection*)
4   0xb7071ac2 WTF::BoundFunctionImpl<WTF::FunctionWrapper<void (CoreIPC::Connection::*)()>, void (CoreIPC::Connection*)>::operator()()
5   0xb71b106a WTF::Function<void ()>::operator()() const
6   0xb72e73dd WorkQueue::performFileDescriptorWork()
7   0xb72e77ff WorkQueue::workQueueThread(WorkQueue*)
8   0xb3c65cba
9   0xb3c8d9ae
10  0xafcf6d4c
11  0xb65ecd3e clone

r141528 added ASSERT_NOT_REACHED to default case of switch, but didn't add break to the previous case.

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