[Webkit-unassigned] [Bug 217345] New: ASSERTION FAILED: REGRESSION(r267915): WTF::CompletionHandler<void ()>::~CompletionHandler(): Completion handler should always be called !m_function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 5 15:27:53 PDT 2020


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

            Bug ID: 217345
           Summary: ASSERTION FAILED: REGRESSION(r267915):
                    WTF::CompletionHandler<void ()>::~CompletionHandler():
                    Completion handler should always be called !m_function
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hector_i_lopez at apple.com

There are about 30+ test crashing after r267915 on iOS Debug with the same ASSERTION FAILURE: WTF::CompletionHandler<void ()>::~CompletionHandler(): Completion handler should always be called !m_function

iOS Debug Testers:

https://build.webkit.org/builders/Apple-iOS-14-Simulator-Debug-WK2-Tests?numbuilds=50

iPad Debug Testers:

https://build.webkit.org/builders/Apple-iPadOS-14-Simulator-Debug-WK2-Tests?numbuilds=50

Sample log:

No crash log found for com.apple.WebKit.WebContent.Development:36682.

stdout:

stderr:
ASSERTION FAILED: Completion handler should always be called
!m_function
/Volumes/Data/slave/ios-simulator-14-debug/build/WebKitBuild/Debug-iphonesimulator/usr/local/include/wtf/CompletionHandler.h(53) : WTF::CompletionHandler<void ()>::~CompletionHandler()
1   0x6376706e9 WTFCrash
2   0x63f2a7817 WTF::CompletionHandler<void ()>::~CompletionHandler()
3   0x63f2a77b5 WTF::CompletionHandler<void ()>::~CompletionHandler()
4   0x642b90a8f WebCore::DragController::finalizeDroppedImagePlaceholder(WebCore::HTMLImageElement&, WTF::CompletionHandler<void ()>&&)::$_1::~$_1()
5   0x642b731e5 WebCore::DragController::finalizeDroppedImagePlaceholder(WebCore::HTMLImageElement&, WTF::CompletionHandler<void ()>&&)::$_1::~$_1()
6   0x642ba0c35 WTF::Detail::CallableWrapper<WebCore::DragController::finalizeDroppedImagePlaceholder(WebCore::HTMLImageElement&, WTF::CompletionHandler<void ()>&&)::$_1, void>::~CallableWrapper()
7   0x642ba0b45 WTF::Detail::CallableWrapper<WebCore::DragController::finalizeDroppedImagePlaceholder(WebCore::HTMLImageElement&, WTF::CompletionHandler<void ()>&&)::$_1, void>::~CallableWrapper()
8   0x642ba0b6c WTF::Detail::CallableWrapper<WebCore::DragController::finalizeDroppedImagePlaceholder(WebCore::HTMLImageElement&, WTF::CompletionHandler<void ()>&&)::$_1, void>::~CallableWrapper()
9   0x63f23d43f std::__1::default_delete<WTF::Detail::CallableWrapperBase<void> >::operator()(WTF::Detail::CallableWrapperBase<void>*) const
10  0x63f23d3ff std::__1::unique_ptr<WTF::Detail::CallableWrapperBase<void>, std::__1::default_delete<WTF::Detail::CallableWrapperBase<void> > >::reset(WTF::Detail::CallableWrapperBase<void>*)
11  0x63f23d399 std::__1::unique_ptr<WTF::Detail::CallableWrapperBase<void>, std::__1::default_delete<WTF::Detail::CallableWrapperBase<void> > >::~unique_ptr()
12  0x63f23d375 std::__1::unique_ptr<WTF::Detail::CallableWrapperBase<void>, std::__1::default_delete<WTF::Detail::CallableWrapperBase<void> > >::~unique_ptr()
13  0x63f23d355 WTF::Function<void ()>::~Function()
14  0x63f23d335 WTF::Function<void ()>::~Function()
15  0x641da4135 WebCore::EventLoopFunctionDispatchTask::~EventLoopFunctionDispatchTask()
16  0x641da3665 WebCore::EventLoopFunctionDispatchTask::~EventLoopFunctionDispatchTask()
17  0x641da368c WebCore::EventLoopFunctionDispatchTask::~EventLoopFunctionDispatchTask()
18  0x641daf50f std::__1::default_delete<WebCore::EventLoopTask>::operator()(WebCore::EventLoopTask*) const
19  0x641daf4cf std::__1::unique_ptr<WebCore::EventLoopTask, std::__1::default_delete<WebCore::EventLoopTask> >::reset(WebCore::EventLoopTask*)
20  0x641daf469 std::__1::unique_ptr<WebCore::EventLoopTask, std::__1::default_delete<WebCore::EventLoopTask> >::~unique_ptr()
21  0x641da0495 std::__1::unique_ptr<WebCore::EventLoopTask, std::__1::default_delete<WebCore::EventLoopTask> >::~unique_ptr()
22  0x641d9fbea unsigned int WTF::Vector<std::__1::unique_ptr<WebCore::EventLoopTask, std::__1::default_delete<WebCore::EventLoopTask> >, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>::removeAllMatching<WebCore::EventLoop::stopGroup(WebCore::EventLoopTaskGroup&)::$_0>(WebCore::EventLoop::stopGroup(WebCore::EventLoopTaskGroup&)::$_0 const&, unsigned long)
23  0x641d9facb WebCore::EventLoop::stopGroup(WebCore::EventLoopTaskGroup&)
24  0x641c802a6 WebCore::EventLoopTaskGroup::stopAndDiscardAllTasks()
25  0x641c7266d WebCore::Document::stopActiveDOMObjects()
26  0x641c7243c WebCore::Document::commonTeardown()
27  0x641c7ebe3 WebCore::Document::willBeRemovedFromFrame()
28  0x642bad733 WebCore::Frame::setView(WTF::RefPtr<WebCore::FrameView, WTF::DumbPtrTraits<WebCore::FrameView>, WTF::DefaultRefDerefTraits<WebCore::FrameView> >&&)
29  0x642bb271d WebCore::Frame::createView(WebCore::IntSize const&, WTF::Optional<WebCore::Color> const&, WebCore::IntSize const&, WebCore::IntRect const&, bool, WebCore::ScrollbarMode, bool, WebCore::ScrollbarMode, bool)
30  0x110c01157 WebKit::WebFrameLoaderClient::transitionToCommittedForNewPage()
31  0x642986a4e WebCore::FrameLoader::transitionToCommitted(WebCore::CachedPage*)
LEAK: 1 WebPageProxy

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201005/356d8a65/attachment-0001.htm>


More information about the webkit-unassigned mailing list