Bug 283229
Summary: | ASSERTION FAILED: record.body.isNull() in WebKit::NetworkCache::Storage::ReadOperation::finishReadRecord(Record &&, MonotonicTime, MonotonicTime): http/wpt/service-workers/persistent-modules.html is flaky crash | ||
---|---|---|---|
Product: | WebKit | Reporter: | Fujii Hironori <Hironori.Fujii> |
Component: | WebKit2 | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | kkinnunen |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Fujii Hironori
ASSERTION FAILED: record.body.isNull() in WebKit::NetworkCache::Storage::ReadOperation::finishReadRecord(Record &&, MonotonicTime, MonotonicTime): http/wpt/service-workers/persistent-modules.html is flaky crash
286646@main is the first crash.
History:
https://results.webkit.org/?suite=layout-tests&test=http%2Fwpt%2Fservice-workers%2Fpersistent-modules.html&style=debug
https://build.webkit.org/results/Apple-Sonoma-Debug-WK2-Tests/286646@main%20(2758)/http/wpt/service-workers/persistent-modules-crash-log.txt
ASSERTION FAILED: record.body.isNull()
/Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/Source/WebKit/NetworkProcess/cache/NetworkCacheStorage.cpp(178) : void WebKit::NetworkCache::Storage::ReadOperation::finishReadRecord(Record &&, MonotonicTime, MonotonicTime)
1 0x15141ff29 WebKit::NetworkCache::Storage::ReadOperation::finishReadRecord(WebKit::NetworkCache::Storage::Record&&, WTF::MonotonicTime, WTF::MonotonicTime)
2 0x1514726dd WebKit::NetworkCache::Storage::readRecordFromData(WTF::ObjectIdentifierGeneric<WebKit::NetworkCache::Storage::ReadOperationIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>, WTF::MonotonicTime, WebKit::NetworkCache::Data&&, int)::$_22::operator()()
3 0x151472559 WTF::Detail::CallableWrapper<WebKit::NetworkCache::Storage::readRecordFromData(WTF::ObjectIdentifierGeneric<WebKit::NetworkCache::Storage::ReadOperationIdentifierType, WTF::ObjectIdentifierMainThreadAccessTraits<unsigned long long>, unsigned long long>, WTF::MonotonicTime, WebKit::NetworkCache::Data&&, int)::$_22, void>::call()
4 0x1334d6137 WTF::Function<void ()>::operator()() const
5 0x13359194e WTF::RunLoop::performWork()
6 0x133595c4e WTF::RunLoop::performWork(void*)
7 0x7ff8119fc087 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__
8 0x7ff8119fc029 __CFRunLoopDoSource0
9 0x7ff8119fbdf4 __CFRunLoopDoSources0
10 0x7ff8119faa71 __CFRunLoopRun
11 0x7ff8119fa112 CFRunLoopRunSpecific
12 0x7ff8129ab671 -[NSRunLoop(NSRunLoop) runMode:beforeDate:]
13 0x7ff812a2e46b -[NSRunLoop(NSRunLoop) run]
14 0x7ff8116383f9 _xpc_objc_main
15 0x7ff811644fa3 _xpc_main
16 0x7ff81163801c _xpc_copy_xpcservice_dictionary
17 0x150e54e90 WebKit::XPCServiceMain(int, char const**)
18 0x1537cc1db WKXPCServiceMain
19 0x10c619f72 main
20 0x7ff811593345 start
com.apple.WebKit.Networking.Development terminated (pid 23474) for reason: crash
/Volumes/Data/worker/Apple-Sonoma-Debug-Build/build/Source/WebKit/WebProcess/Network/WebLoaderStrategy.cpp(573) : internallyFailedLoadTimerFired
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Fujii Hironori
*** This bug has been marked as a duplicate of bug 283240 ***