Displaying 2 results from an estimated 2 matches for "mcte_transition_st".
2010 Dec 12
2
CMCI exceptions happened and MCE entry state transition made Xen crashed.
...see that Dom0 try to read the MSR_CAP regs by #GP trap in order  to log the MCA error. 
I am not sure why so many CMCI happened , maybe there were some thing wrong with the hardware.  But unfortunately the server crashed at the end. The Xen BUG ON at
    mctelem_append_processing()   
    ->  MCTE_TRANSITION_STATE(tep, COMMITTED, PROCESSING)  
    ->  BUG_ON(MCTE_STATE(tep) !=    (MCTE_F_STATE_##old)); 
  The output of the console is like this: 
(XEN) Xen bug on at mctelem.c : Line 437
Why the state of the entry is not correct ? Some one change that unexpected?  If any body even resolve this kind pro...
2010 Dec 12
2
CMCI exceptions happened and MCE entry state transition made Xen crashed.
...see that Dom0 try to read the MSR_CAP regs by #GP trap in order  to log the MCA error. 
I am not sure why so many CMCI happened , maybe there were some thing wrong with the hardware.  But unfortunately the server crashed at the end. The Xen BUG ON at
    mctelem_append_processing()   
    ->  MCTE_TRANSITION_STATE(tep, COMMITTED, PROCESSING)  
    ->  BUG_ON(MCTE_STATE(tep) !=    (MCTE_F_STATE_##old)); 
  The output of the console is like this: 
(XEN) Xen bug on at mctelem.c : Line 437
Why the state of the entry is not correct ? Some one change that unexpected?  If any body even resolve this kind pro...