Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
RVM-593 added extra checks to see if references were valid coming from the boot image. These checks are failing in poisoned configurations, for example:
The general theme is that the TIB looks invalid, in particular the top byte is clear.
The problem is that object references are becoming poisoned (so the bottom bit of the reference is set to 1), this causes the TIB to be off by a byte.