[Webkit-unassigned] [Bug 24514] CANVAS Text APIs crash on arm target

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 11 07:58:03 PDT 2009


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





------- Comment #4 from sriram.neelakandan at gmail.com  2009-03-11 07:58 PDT -------
George you are right ! 

I found a weird fix for the problem

       TextRun subrun = run;
+       printf("Hello\n");
        subrun.setText(run.data(bidiRun->start()), bidiRun->stop() -
bidiRun->start());
        subrun.setRTL(bidiRun->level() % 2);
        subrun.setDirectionalOverride(bidiRun->dirOverride(false));

Just that printf, Fixes the crash !
I am sure the compiler is upto something :(


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



More information about the webkit-unassigned mailing list