[Webkit-unassigned] [Bug 113126] [Qt] editing/pasteboard/can-read-in-dragstart-event.html and /can-read-in-copy-and-cut-events.html are crashing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 23 10:50:18 PDT 2013


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





--- Comment #5 from Daniel Cheng <dcheng at chromium.org>  2013-03-23 10:52:45 PST ---
Oh I see... thanks for the symbolized trace!

It's because the Qt clipboard expects to have a m_readableData always when it attempts to read, but this is not set when a mutable ClipboardQt is created (in dragstart/copy/cut events).

The proper fix here is to just combine m_readableData/m_writableData into m_mimeData and just use that for all operations. Until then, a crash is the expected result due to the null dereference (and assert).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list