[Webkit-unassigned] [Bug 38935] [Qt][Symbian] data URIs cause crash at QFile layer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 14 08:10:47 PDT 2010


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





--- Comment #5 from Siddharth Mathur <siddharth.mathur at nokia.com>  2010-05-14 08:10:46 PST ---
(In reply to comment #4)
> Actually this uncovered a "bug" in Qt. Fix is pending in Qt 4.6 staging repo as c1423c03d69f51d76b3629f2fedce555696759fa
> 
> This bug can be closed as soon it has been re-tested with a Qt with this commit. The patch is at http://qt.pastebin.com/XkRBg7dL ..
> 
> Still OpenC must not crash for too long filenames.

Does the above change fix the problem that file-system shouldn't be pinged at all when the raw image data is already supplied? 

If the file-system is still being touched, it is a performance problem. For 100 such icons, 0.001 seconds will be for decoding images and blitting them, 2 seconds for stat()ing files. :)

-- 
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