Closed
Bug 458055
Opened 16 years ago
Closed 15 years ago
Recursive PCRE testcases kills the stack on PocketPC builds
Categories
(Tamarin Graveyard :: Virtual Machine, defect, P3)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 502589
flash10.1
People
(Reporter: brbaker, Assigned: lhansen)
References
Details
(Keywords: flashplayer)
ecma3/RegExp/eregress_119909.as is running out of stack space before it hits the testcase limit.
Flags: in-testsuite+
Flags: flashplayer-triage+
Assignee | ||
Comment 1•16 years ago
|
||
At a minimum we need a stack overflow check in the recursive case(s) of pcre; it is possible we need to reengineer pcre to fix the problem properly.
Blocks: 478870
Comment 2•16 years ago
|
||
I believe the default stack size for the WinCE shell application is 64kb. That is obviously too small for this test. We need to increase the size of the stack using the /STACK param on the linker to see if this solves the problem.
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → lhansen
Assignee | ||
Updated•15 years ago
|
Priority: -- → P3
Assignee | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 4•15 years ago
|
||
expected fail in testconfig for this bug was removed in changeset 2900:0ee54aa7e460
You need to log in
before you can comment on or make changes to this bug.
Description
•