Closed Bug 647167 Opened 13 years ago Closed 13 years ago

TI: Assertion failure: !(mask & ~Registers::AvailFPRegs), at ./methodjit/FrameState-inl.h:548

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
critical

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: decoder, Unassigned)

References

Details

(Keywords: assertion, testcase)

The following code asserts on TI tip (run with -n -m -a), tested on 64 bit:

function SecFromTime( t ) {
  }
function TimeClip( t ) {
  if ( t ) return Number.NaN;
  sign = 1
  return sign * Math;
}
SECTION = "15.9.5.29-1"
addNewTestCase( 0, 0, 0, 0,
                "TDATE = new Date(0);(TDATE).setUTCMinutes(0);TDATE",
                ( SECTION, "new MyObject(Infinity) < new MyObject(Infinity)",   false,  isNaN ),
                0 )
function addNewTestCase( time, min, sec, ms, DateString, UTCDate, LocalDate) MyDateFromTime(t)

function MyDateFromTime( t ) {
  void0 ? SecFromTime() : Number
  return TimeClip();
}
Hmm, what rev is this?  I can't get it to crash now or with the (presumable) tip when this was filed.  Also, can you post the exact revision when you file these?  (tip is a moving target).  Thanks!
I can confirm it doesn't crash anymore, I don't have the old revision available anymore though, I updated that copy yesterday. I'll inclue the exact revision in future reports :)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.