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)

ARM
Windows Mobile 6 Professional
defect

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+
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
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.
Blocks: 481413
No longer blocks: 478870
Target Milestone: --- → flash10.x
No longer blocks: 481413
Depends on: 502589
Assignee: nobody → lhansen
Priority: -- → P3
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Status: RESOLVED → VERIFIED
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.