WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
113952
Exception stack unwinding doesn't handle inline callframes correctly
https://bugs.webkit.org/show_bug.cgi?id=113952
Summary
Exception stack unwinding doesn't handle inline callframes correctly
Oliver Hunt
Reported
2013-04-04 13:19:38 PDT
Exception stack unwinding doesn't handle inline callframes correctly
Attachments
Patch
(9.32 KB, patch)
2013-04-04 13:26 PDT
,
Oliver Hunt
no flags
Details
Formatted Diff
Diff
Patch
(12.23 KB, patch)
2013-04-04 13:49 PDT
,
Oliver Hunt
ggaren
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Oliver Hunt
Comment 1
2013-04-04 13:26:46 PDT
Created
attachment 196513
[details]
Patch
Oliver Hunt
Comment 2
2013-04-04 13:49:53 PDT
Created
attachment 196519
[details]
Patch
Geoffrey Garen
Comment 3
2013-04-04 14:06:47 PDT
Comment on
attachment 196519
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=196519&action=review
r=me
> Source/JavaScriptCore/ChangeLog:15 > + This used to be safe as the exception handling machinery was > + designed to fail gently and just claim that no handler existed. > + This was "safe" and even "correct" inasmuch as we currently > + don't run any code with exception handlers through the dfg.
So, why did it turn out not to be safe or correct?
> Source/JavaScriptCore/bytecode/CodeBlock.cpp:2734 > + while (InlineCallFrame* icf = origin.inlineCallFrame) {
Let's call this "inlineCallFrame".
Oliver Hunt
Comment 4
2013-04-04 14:23:46 PDT
Committed
r147670
: <
http://trac.webkit.org/changeset/147670
>
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