[Webkit-unassigned] [Bug 40598] [Qt] QtWebkit Crashes on loading CelticKane Standard tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 22 14:53:33 PDT 2010


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





--- Comment #10 from Viatcheslav Ostapenko <ostapenko.viatcheslav at nokia.com>  2010-07-22 14:53:33 PST ---
(In reply to comment #9)
> > Disabling inline i Vector.h is not right, because vectors could be inlined in structures that are not on stack.
> 
> Yes, there would be collateral damage from this change.
> 
> But if S60's stack is so small, what alternative do we have to ensure that the stack-allocated vectors we use don't cause stack overflow?

I've checked. There is not very much stack allocations of inlined vectors. And more important, those functions wouldn't be called recursively. The problem here in recursive allocation of 1k object on stack.

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