Bug 229852
Summary: | DatabaseUtilities::scopedStatement is asserting in debug API tests | ||
---|---|---|---|
Product: | WebKit | Reporter: | youenn fablet <youennf> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | achristensen, katherine_cheney, webkit-bug-importer, wilander |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=229550 |
youenn fablet
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/82975190>
Alex Christensen
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 ***