[Webkit-unassigned] [Bug 183242] New: Ensure data for validation requests is buffered when shared memory maps are disabled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 1 05:30:45 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=183242
Bug ID: 183242
Summary: Ensure data for validation requests is buffered when
shared memory maps are disabled
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Page Loading
Assignee: webkit-unassigned at lists.webkit.org
Reporter: koivisto at iki.fi
CC: beidson at apple.com
We have network process crashes with some apps when trying to update cache entry after validation:
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Subtype: unknown at 0x0000000106d70000
VM Region Info: 0x106d70000 is in 0x106d70000-0x106da0000; bytes after start: 0 bytes before end: 196607
REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL
MALLOC_LARGE 0000000106d5c000-0000000106d70000 [ 80K] rw-/rwx SM=PRV
---> mapped file 0000000106d70000-0000000106da0000 [ 192K] r--/rw- SM=COW
MALLOC_LARGE 0000000106da0000-0000000106db4000 [ 80K] rw-/rwx SM=PRV
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed ↩:
0 libsystem_platform.dylib 0x0000000181064a00 _platform_memmove + 48
1 WebCore 0x000000018ad73e70 WebCore::SharedBuffer::append(char const*, unsigned long) + 148 (Vector.h:159)
2 WebCore 0x000000018ad73fdc WebCore::SharedBuffer::SharedBuffer(unsigned char const*, unsigned long) + 52 (SharedBuffer.cpp:47)
3 WebKit 0x000000019157fa1c WebKit::NetworkCache::Entry::initializeBufferFromStorageRecord() const + 160 (SharedBuffer.h:59)
4 WebKit 0x000000019157faa4 WebKit::NetworkCache::Entry::buffer() const + 32 (NetworkCacheEntry.cpp:176)
5 WebKit 0x000000019157bb88 WebKit::NetworkCache::Cache::update(WebCore::ResourceRequest const&, std::__1::pair<unsigned long long, unsigned long long> const&, WebKit::NetworkCache::Entry const&, WebCore::ResourceResponse const&) + 124 (NetworkCache.cpp:477)
6 WebKit 0x00000001915cbc78 WebKit::NetworkResourceLoader::didReceiveResponse(WebCore::ResourceResponse&&) + 460 (NetworkResourceLoader.cpp:337)
7 WebKit 0x00000001915b87a0 WebKit::NetworkLoad::notifyDidReceiveResponse(WebCore::ResourceResponse&&, WTF::CompletionHandler<void (WebCore::PolicyAction)>&&) + 88 (NetworkLoad.cpp:255)
8 WebKit 0x00000001915b0fec WebKit::NetworkDataTask::didReceiveResponse(WebCore::ResourceResponse&&, WTF::CompletionHandler<void (WebCore::PolicyAction)>&&) + 344 (NetworkDataTask.cpp:112)
9 WebKit 0x00000001915d8714 -[WKNetworkSessionDelegate URLSession:dataTask:didReceiveResponse:completionHandler:] + 304 (NetworkSessionCocoa.mm:481)
They are caused by protection class A files becoming inaccessible after device is locked.
--
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/20180301/240ccce1/attachment.html>
More information about the webkit-unassigned
mailing list