Bug 229852 - DatabaseUtilities::scopedStatement is asserting in debug API tests
Summary: DatabaseUtilities::scopedStatement is asserting in debug API tests
Status: RESOLVED DUPLICATE of bug 229995
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-09-03 00:34 PDT by youenn fablet
Modified: 2021-09-13 09:38 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2021-09-03 00:34:28 PDT
TestWebKitAPI.WebKit.AutoplayOnVisibilityChange
        2021-09-02 21:56:36.287 com.apple.WebKit.WebContent.Development[31267:21834494] XType: can't switch to GlobalFontRegistry.  XTFontStaticRegistry is not enabled.
        SHOULD NEVER BE REACHED
        OpenSource/Source/WebKit/NetworkProcess/DatabaseUtilities.cpp(58) : WebCore::SQLiteStatementAutoResetScope WebKit::DatabaseUtilities::scopedStatement(std::unique_ptr<WebCore::SQLiteStatement> &, WTF::ASCIILiteral, WTF::ASCIILiteral) const
        1   0x12ebb1529 WTFCrash
        2   0x138b5bf1b WTFCrashWithInfo(int, char const*, char const*, int)
        3   0x139844c59 WebKit::DatabaseUtilities::scopedStatement(std::__1::unique_ptr<WebCore::SQLiteStatement, std::__1::default_delete<WebCore::SQLiteStatement> >&, WTF::ASCIILiteral, WTF::ASCIILiteral) const
        4   0x139ace777 WebKit::PCM::Database::allAttributedPrivateClickMeasurement()
        5   0x139b2c0a7 WebKit::PCM::Store::allAttributedPrivateClickMeasurement(WTF::CompletionHandler<void (WTF::Vector<WebCore::PrivateClickMeasurement, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>&&)>&&)::$_13::operator()()
        6   0x139b2bf99 WTF::Detail::CallableWrapper<WebKit::PCM::Store::allAttributedPrivateClickMeasurement(WTF::CompletionHandler<void (WTF::Vector<WebCore::PrivateClickMeasurement, 0ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>&&)>&&)::$_13, void>::call()
        7   0x12ebda1a2 WTF::Function<void ()>::operator()() const
        8   0x12ec83ce9 WTF::SuspendableWorkQueue::dispatch(WTF::Function<void ()>&&)::$_1::operator()() const
        9   0x12ec83c19 WTF::Detail::CallableWrapper<WTF::SuspendableWorkQueue::dispatch(WTF::Function<void ()>&&)::$_1, void>::call()
        10  0x12ebda1a2 WTF::Function<void ()>::operator()() const
        11  0x12ecefc19 WTF::(anonymous namespace)::DispatchWorkItem::operator()()
        12  0x12eceedbd void WTF::dispatchWorkItem<WTF::(anonymous namespace)::DispatchWorkItem>(void*)
        13  0x7ff8053ab1d9 _dispatch_client_callout
        14  0x7ff8053b1175 _dispatch_lane_serial_drain
        15  0x7ff8053b1c23 _dispatch_lane_invoke
        16  0x7ff8053bba11 _dispatch_workloop_worker_thread
        17  0x7ff805558122 _pthread_wqthread
        18  0x7ff8055570af start_wqthread
Comment 1 Radar WebKit Bug Importer 2021-09-10 09:15:40 PDT
<rdar://problem/82975190>
Comment 2 Alex Christensen 2021-09-13 09:38:58 PDT
I can't reproduce this.  I think it may have been fixed by https://trac.webkit.org/changeset/282102/webkit
Feel free to reopen if it wasn't.

*** This bug has been marked as a duplicate of bug 229995 ***