[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Unaligned traps?



Hi all,

I was just looking at the unaligned traps that APT has strangely started
to generate on the alpha and if I am understanding the GDB output
correctly they appear to be due to a compiler bug:

(gdb) break *0x000001555555e798 
(gdb) break *0x000001555555e7a0
(gdb) run update
Breakpoint 3, 0x1555555e798 in AcqTextStatus type_info node ()
(gdb) bt
#0  0x1555555e798 in AcqTextStatus type_info node ()
(gdb) cont
Breakpoint 2, 0x1555555e7a0 in AcqTextStatus type_info node ()
(gdb) 

'AcqTextStatus type_info node ()' is a compiler generated entitity.

I just rebuild everything using g++ 2.91.60-2 and my compiler flags are -g
-Wall

Anyone have any idea? I know these did not exist back in November.

Thanks,
Jason


Reply to: