[Webkit-unassigned] [Bug 192420] [iOS] ASSERTION FAILED: [value isKindOfClass:[NSString class]] in #2 0x0000000122267ee9 in WebCore::PlatformPasteboard::readString(int, WTF::String const&)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 5 11:53:33 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=192420

--- Comment #2 from Daniel Bates <dbates at webkit.org> ---
(lldb) p value
(WTF::RetainPtr<id>) $0 = (m_ptr = 0x0000000000000000)
(lldb) p type
(const WTF::String) $1 = { length = 17, contents = 'public.plain-text' } {
  m_impl = {
    m_ptr = 0x000000014c975e88 { length = 17, is8bit = 1, contents = 'public.plain-text' }
  }
}
(lldb) p index
(int) $2 = 0
(lldb) p m_pasteboard
(WTF::RetainPtr<id>) $3 = (m_ptr = 0x00007fa235994c00)
(lldb) po [m_pasteboard.m_ptr description]
<_UIConcretePasteboard: 0x7fa235994c00>

-- 
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/20181205/8c3031ce/attachment-0001.html>


More information about the webkit-unassigned mailing list