Closed
Bug 585925
Opened 15 years ago
Closed 1 year ago
testIsAboutToBeFinalized_bug528645 | CHECK failed: JSString::isStatic(p)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: ginnchen+exoracle, Unassigned)
Details
It happens on latest m-c and t-m.
Compiler is Sun Studio 12.1
If I compile js with -xO2, the test passes.
If I compile both jsapi.o and jscntxt.o with -xO3, the test fails.
If I comment out CHECK(JSString::isStatic(p)); in the test cpp file,
CHECK(checkPointersStaticStrings == 0); would pass.
So it is fragile.
I guess the problem is the test case itself,
NativeFrameCleaner() probably does not always work as expected on SPARC.
(because of register windows?)
Comment 1•15 years ago
|
||
(In reply to comment #0)
> NativeFrameCleaner() probably does not always work as expected on SPARC.
> (because of register windows?)
Any suggestions how to reset the regs?
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•