Bug 109565 - JSC asserting with long parameter list functions in debug mode ARM traditional
Summary: JSC asserting with long parameter list functions in debug mode ARM traditional
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-12 04:45 PST by Gabor Rapcsanyi
Modified: 2013-02-12 06:42 PST (History)
2 users (show)

See Also:


Attachments
proposed fix (1.35 KB, patch)
2013-02-12 04:56 PST, Gabor Rapcsanyi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Rapcsanyi 2013-02-12 04:45:19 PST
JSC asserting with long parameter list functions in debug mode ARM traditional.

ASSERTION FAILED: differenceBetween(m_uninterruptedInstructionSequenceBegin, label()) <= insnSpace
/home/rgabor/WebKit/Source/JavaScriptCore/jit/JITInlines.h(167) : void JSC::JIT::endUninterruptedSequence(int, int, int)

Affected test are:
  ecma/FunctionObjects/15.3.1.1-3.js
  ecma/FunctionObjects/15.3.2.1-3.js
  ecma/FunctionObjects/15.3.5-1.js
Comment 1 Gabor Rapcsanyi 2013-02-12 04:56:18 PST
Created attachment 187835 [details]
proposed fix
Comment 2 Zoltan Herczeg 2013-02-12 06:27:12 PST
Comment on attachment 187835 [details]
proposed fix

r=me. Thanks for the fix.
Comment 3 WebKit Review Bot 2013-02-12 06:42:18 PST
Comment on attachment 187835 [details]
proposed fix

Clearing flags on attachment: 187835

Committed r142616: <http://trac.webkit.org/changeset/142616>
Comment 4 WebKit Review Bot 2013-02-12 06:42:21 PST
All reviewed patches have been landed.  Closing bug.