Issue Details (XML | Word | Printable)

Key: RVM-676
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ian Rogers
Reporter: Ian Rogers
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RVM

x87 regressions

Created: 06/Oct/08 04:19 AM   Updated: 08/Oct/08 07:09 AM
Component/s: Instruction Architecture: Intel
Affects Version/s: None
Fix Version/s: svn head

Time Tracking:
Not Specified


 Description  « Hide
We've gone from 100% success to 64 failures on x87 regressions between r15026 and r15031. Development builds are failing early in boot up with:

Exception in the primordial thread "Jikes_RVM_Boot_Thread" while booting: JikesRVM: internal error: recursive use of hardware exception registers (exiting)

– Stack –
at Lorg/jikesrvm/scheduler/RVMThread; handleUncaughtException(Ljava/lang/Throwable;)V at line 1893
at Lorg/jikesrvm/runtime/RuntimeEntrypoints; handleUncaughtException(Ljava/lang/Throwable;)V at line 978
at Lorg/jikesrvm/runtime/RuntimeEntrypoints; deliverException(Ljava/lang/Throwable;Lorg/jikesrvm/ArchitectureSpecific$Registers;)V at line 973
at Lorg/jikesrvm/runtime/RuntimeEntrypoints; athrow(Ljava/lang/Throwable;)V at line 595
at Lorg/jikesrvm/runtime/DynamicLinker; unimplementedNativeMethod()V at line 60
at Ljava/lang/VMFloat; toString(F)Ljava/lang/String; at line 37
at Ljava/lang/Float; toString(F)Ljava/lang/String; at line 196
at Ljava/lang/StringBuilder; append(F)Ljava/lang/StringBuilder; at line 524
at Ljava/util/HashMap; <init>(IF)V at line 255
at Ljava/util/HashMap; <init>()V at line 209
at Lorg/jikesrvm/classloader/BootstrapClassLoader; boot(Ljava/lang/String;)V at line 77
at Lorg/jikesrvm/VM; finishBooting()V at line 215
at Lorg/jikesrvm/VM; boot()V at line 158



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
David Grove added a comment - 08/Oct/08 07:09 AM
fixed. last 2 x87 runs passed.