[Webkit-unassigned] [Bug 163839] New: [Cocoa] Crash in init_WebCreateFragment when pasting (seen in multiple apps using legacy WebKit)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 21 22:25:44 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=163839
Bug ID: 163839
Summary: [Cocoa] Crash in init_WebCreateFragment when pasting
(seen in multiple apps using legacy WebKit)
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Critical
Priority: P2
Component: HTML Editing
Assignee: webkit-unassigned at lists.webkit.org
Reporter: darin at apple.com
Seeing crashes in init_WebCreateFragment(WebCore::Document&, NSAttributedString*, WebCore::FragmentAndResources&).
Dan pointed out the likely cause:
The use of SOFT_LINK_FRAMEWORK(WebKitLegacy) seems incorrect. The macro is intended for use with frameworks installed directly in /System/Library/Frameworks. But WebKitLegacy is not installed in that location. In macOS itâs installed inside the WebKit umbrella framework, and in iOS itâs installed in /System/Library/PrivateFrameworks.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161022/e0ca3ca1/attachment-0001.html>
More information about the webkit-unassigned
mailing list