RESOLVED FIXED 52842
[Symbian] Fix StackBounds::initialize()
https://bugs.webkit.org/show_bug.cgi?id=52842
Summary [Symbian] Fix StackBounds::initialize()
Siddharth Mathur
Reported 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.
Attachments
Use TThreadStackInfo.iLimit for lowest possible address of stack (1.83 KB, patch)
2011-01-20 14:06 PST, Siddharth Mathur
no flags
Siddharth Mathur
Comment 1 2011-01-20 14:06:08 PST
Created attachment 79648 [details] Use TThreadStackInfo.iLimit for lowest possible address of stack
Geoffrey Garen
Comment 2 2011-01-20 14:08:37 PST
Comment on attachment 79648 [details] Use TThreadStackInfo.iLimit for lowest possible address of stack r=me
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2011-01-20 15:49:35 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.