Known problems Release Notes

© Copyright International Business Machines Corporation 2015. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

1. TDP Runtime 2. Binary (Legacy) 3. Installation 4. Component Testing for Ada (Legacy) 5. Component Testing for C++ (Legacy)

DEFECT ID 45438

atc_on_the_fly does not work when RTRT_VARIABLE_INIT_SUPPORTED=0 in the TDP.
Workaround: Use ATL_OBSTOOLS_DUMP_FREQ instead. See Settings/Runtime Analysis/General/Snapshot::Frequency dump.

DEFECT ID 49148

Bad Ada code generation when the PTU uses a non constraint type declared in the PTU itself.
Workaround: Place the type/code into an external file.

DEFECT ID 49781

When IBM Rational License Key Administrator (LKAD) and IBM Rational Test RealTime are installed at the same time and user operating system locale is different from the base operating system language, installation fails.
Workaround: During installation, on the Install Packages/Features panel, click on 'Translations supported by Only Some packages', select the same language you setup in your Microsoft Windows locale environment and click Next or Install IBM Rational License Key Administrator (LKAD) and IBM Rational Test RealTime separately.

APAR #PI09350 (DEFECT ID 49957)

Instrumentor Ada fails with ERROR: Entity <entity_name> not found; when a derived type is used through a generic type.
Workaround: Use a qualified type and a complete type description.

DEFECT ID 50307

The studio C++ wizard does not generate stub and otd properly when the method to stub is declared into a class which is part of a template.
Workaround: Change the .stb and .otd manually once generated by the wizard.

DEFECT ID 53566

The TDP cvisual10 and cvisual10_64 do not detect FIU properly due to removed system method.
Workaround: Set Library Settings/Heap Management Configuration/FIU detection to RTRT_NONE.

DEFECT ID 53971

In a component testing C++ node with multi-thread support enabled, when instrumenting a derived class desctructor, the release mutex is called one more time. This may lead to an exception when the mutex is used.
Workaround: Disable multi-threads support.