Bug 52842

Summary: [Symbian] Fix StackBounds::initialize()
Product: WebKit Reporter: Siddharth Mathur <s.mathur>
Component: Web Template FrameworkAssignee: Siddharth Mathur <s.mathur>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, commit-queue, laszlo.gombos
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: S60 Hardware   
OS: S60 3rd edition   
Bug Depends on:    
Bug Blocks: 50251    
Attachments:
Description Flags
Use TThreadStackInfo.iLimit for lowest possible address of stack none

Description Siddharth Mathur 2011-01-20 13:57:07 PST
On Symbian, 
 m_origin = (void*)info.iBase; // gives stack start
 m_bound =  (void*)info.iLimit; // gives stack limit


The max stack size on Symbian threads is 80kB, and hence iBase-iLimit is that size.
Comment 1 Siddharth Mathur 2011-01-20 14:06:08 PST
Created attachment 79648 [details]
Use TThreadStackInfo.iLimit for lowest possible address of stack
Comment 2 Geoffrey Garen 2011-01-20 14:08:37 PST
Comment on attachment 79648 [details]
Use TThreadStackInfo.iLimit for lowest possible address of stack

r=me
Comment 3 WebKit Commit Bot 2011-01-20 15:49:29 PST
Comment on attachment 79648 [details]
Use TThreadStackInfo.iLimit for lowest possible address of stack

Clearing flags on attachment: 79648

Committed r76297: <http://trac.webkit.org/changeset/76297>
Comment 4 WebKit Commit Bot 2011-01-20 15:49:35 PST
All reviewed patches have been landed.  Closing bug.