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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 3 01:04:22 PDT 2010


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


Janne Koskinen <koshuin at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |koshuin at gmail.com




--- Comment #13 from Janne Koskinen <koshuin at gmail.com>  2010-09-03 01:04:21 PST ---
(In reply to comment #12)
> (In reply to comment #11)
> > What about increasing the stack size of the application, using EPOCSTACKSIZE?
> 
> How big should it be?
> I've tried increasing stack size to 512kb and it still was crashing.
> Should it be set bigger? Is it practical for mobile platform?

Qt already sets the stack to maximum of 80kB for main thread (with EPOCSTACKSIZE). This value is hardcoded in kernel and cannot be increased any further.
If this is not run in the main thread then you can increase it up to 80kB from the default of 8kB.

BTW: I have succesfully ran Celtikane tests with QtWebkit before so this can be considered as regression if that makes any difference.

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