···175175kernel aborted a transaction:176176177177 TM_CAUSE_RESCHED Thread was rescheduled.178178- TM_CAUSE_TLBI Software TLB invalide.178178+ TM_CAUSE_TLBI Software TLB invalid.179179 TM_CAUSE_FAC_UNAV FP/VEC/VSX unavailable trap.180180 TM_CAUSE_SYSCALL Syscall from active transaction.181181 TM_CAUSE_SIGNAL Signal delivered.···185185186186These can be checked by the user program's abort handler as TEXASR[0:7]. If187187bit 7 is set, it indicates that the error is consider persistent. For example188188-a TM_CAUSE_ALIGNMENT will be persistent while a TM_CAUSE_RESCHED will not.q188188+a TM_CAUSE_ALIGNMENT will be persistent while a TM_CAUSE_RESCHED will not.189189190190GDB191191===