[Webkit-unassigned] [Bug 97258] [Qt] Certain SVG content freezes QtWebKit
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 16 07:55:44 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=97258
--- Comment #11 from Allan Sandfeld Jensen <allan.jensen at digia.com> 2012-10-16 07:56:35 PST ---
The test-case reproduces the bug for me using WebKit trunk, but only in release build. In debug build, it terminates just fine for some reason.
Using gdb stepping, I have been able to determine that the loop we get stuck in is in painting/qstriker.cpp inside Qt. In the function QDashStroker::processCurrentSubpath(), and the loop starting with
// Dash away...
while (!done)
Done apparently never become true. Though I am still unsure why not.
--
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