-
Bug
-
Resolution: Fixed
-
Medium
-
CCS Debugger
-
CCBT-2559
-
-
-
default
-
-
Customer observed that CCS9.2 crashed on the test case. CCS5.5 did not crash.
It turns out that the C++ test case contains an enumerated type with no enumerators.
The compiler thought this type was incomplete and failed to emit a DW_AT_byte_size attribute in the DWARF information.
CCS didn't check that this attribute actually exists and crashed.