WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug