8.2. Regressions in 7.3.0
The following regressions occur in Connext 7.3.0.
8.2.1. Core Libraries
8.2.1.1. Some properties no longer accept LENGTH_UNLIMITED string as valid value
This regression was introduced in 7.0.0 and is not yet fixed. See Some properties no longer accept LENGTH_UNLIMITED string as valid value in the 7.0.0 Regressions section.
8.2.1.2. Fixed in 7.4.0
8.2.1.2.1. Running out of memory during DomainParticipant creation causes DomainParticipantFactory finalization to hang
This regression was introduced in 7.0.0. During DomainParticipant creation, if the internal
function REDAWorkerFactory_createWorker
runs out of memory and prints this error:
REDAWorkerFactory_createWorker:no space on heap for array with 1024 elements of size 8 bytes
then DomainParticipant creation will fail. The problem was that when you later tried to finalize the DomainParticipantFactory, this operation would hang and repeatedly print these errors:
REDAWorkerFactory_destroyWorkerEx:!take mutex
[RTI Issue ID CORE-14962]